mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
This commit is contained in:
commit
f57ec91e53
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,6 +18,7 @@ gen-*
|
||||
*.swp
|
||||
.project
|
||||
.pydevproject
|
||||
.sonar
|
||||
.DS_Store
|
||||
|
||||
/Makefile
|
||||
|
8
Makefile.am
Normal file → Executable file
8
Makefile.am
Normal file → Executable file
@ -34,9 +34,13 @@ print-version:
|
||||
@echo $(VERSION)
|
||||
|
||||
EXTRA_DIST = \
|
||||
doc \
|
||||
tutorial \
|
||||
.travis.yml \
|
||||
contrib \
|
||||
doc \
|
||||
doap.rdf \
|
||||
sonar-project.properties \
|
||||
tutorial \
|
||||
Vagrantfile \
|
||||
LICENSE \
|
||||
CHANGES \
|
||||
NOTICE
|
||||
|
@ -270,7 +270,8 @@ void t_js_generator::init_generator() {
|
||||
// Print header
|
||||
f_types_ <<
|
||||
autogen_comment() <<
|
||||
js_includes() << endl;
|
||||
js_includes() << endl <<
|
||||
render_includes() << endl;
|
||||
|
||||
if (gen_node_) {
|
||||
f_types_ << "var ttypes = module.exports = {};" << endl;
|
||||
|
1
debian/docs
vendored
1
debian/docs
vendored
@ -1,2 +1 @@
|
||||
NEWS
|
||||
README
|
||||
|
Loading…
Reference in New Issue
Block a user