/thrift-3.4.0/ |
D | CHANGES.md | 7 - [THRIFT-3877](https://issues.apache.org/jira/browse/THRIFT-3877) - C++ library don't work with HT… 8 - [THRIFT-5468](https://issues.apache.org/jira/browse/THRIFT-5468) - Swift service generator doesn'… 12 - [THRIFT-5476](https://issues.apache.org/jira/browse/THRIFT-5476) - Deprecate Common Lisp support 18 - [THRIFT-5565](https://issues.apache.org/jira/browse/THRIFT-5565) - upgrade travis ci base image t… 19 - [THRIFT-5572](https://issues.apache.org/jira/browse/THRIFT-5572) - current travis build is broken… 20 - [THRIFT-5575](https://issues.apache.org/jira/browse/THRIFT-5575) - Create a GitHub workflow using… 24 - [THRIFT-5093](https://issues.apache.org/jira/browse/THRIFT-5093) - lib: cpp: test: clarify effect… 25 - [THRIFT-5510](https://issues.apache.org/jira/browse/THRIFT-5510) - On Windows NOMINMAX and WIN32_… 26 - [THRIFT-5515](https://issues.apache.org/jira/browse/THRIFT-5515) - Oneway requests can stuck in T… 27 - [THRIFT-5529](https://issues.apache.org/jira/browse/THRIFT-5529) - Missing space "<::" in C++ gen… [all …]
|
D | CONTRIBUTING.md | 16 …All significant changes require an [Apache Jira THRIFT Issue](http://issues.apache.org/jira/browse… 19 …1. The pull request title must begin with the Jira THRIFT ticket identifier if it has an associate… 21 THRIFT-9999: an example pull request title 25 THRIFT-9999: [summary of fix, one line if possible] 32 1. Create a branch for your changes (best practice is issue as branch name, e.g. THRIFT-9999). 41 …our branch (please use issue name and description as commit title, e.g. "THRIFT-9999: make it perf… 57 …THRIFT). You can search for tickets relating to languages you are interested in or currently usin… 61 …e if the issue is already in the [Jira issue tracker](http://issues.apache.org/jira/browse/THRIFT). 69 git diff > ../THRIFT-NNNN.patch 75 …ish those requests. These examples assume you are working on Jira issue THRIFT-9999. You should … [all …]
|
/thrift-3.4.0/lib/go/test/ |
D | Makefile.am | 30 gopath: $(THRIFT) $(THRIFTTEST) \ 68 $(THRIFT) $(THRIFTARGS) -r IncludesTest.thrift 69 $(THRIFT) $(THRIFTARGS) BinaryKeyTest.thrift 70 $(THRIFT) $(THRIFTARGS) MultiplexedProtocolTest.thrift 71 $(THRIFT) $(THRIFTARGS) OnewayTest.thrift 72 $(THRIFT) $(THRIFTARGS) OptionalFieldsTest.thrift 73 $(THRIFT) $(THRIFTARGS) RequiredFieldTest.thrift 74 $(THRIFT) $(THRIFTARGS) ServicesTest.thrift 75 $(THRIFT) $(THRIFTARGS) GoTagTest.thrift 76 $(THRIFT) $(THRIFTARGS) TypedefFieldTest.thrift [all …]
|
/thrift-3.4.0/test/py/ |
D | Makefile.am | 73 gen-py/%/__init__.py: ../%.thrift $(THRIFT) 75 && $(THRIFT) --gen py ../v0.16/$(notdir $<) \ 76 || $(THRIFT) --gen py $< 78 gen-py-default/%/__init__.py: ../%.thrift $(THRIFT) 81 && $(THRIFT) --gen py -out gen-py-default ../v0.16/$(notdir $<) \ 82 || $(THRIFT) --gen py -out gen-py-default $< 84 gen-py-slots/%/__init__.py: ../%.thrift $(THRIFT) 87 && $(THRIFT) --gen py:slots -out gen-py-slots ../v0.16/$(notdir $<) \ 88 || $(THRIFT) --gen py:slots -out gen-py-slots $< 90 gen-py-oldstyle/%/__init__.py: ../%.thrift $(THRIFT) [all …]
|
/thrift-3.4.0/lib/rs/test/ |
D | Makefile.am | 20 THRIFT = $(top_builddir)/compiler/cpp/thrift macro 22 …ift thrifts/Midlayer.thrift thrifts/Ultimate.thrift $(top_builddir)/test/Recursive.thrift $(THRIFT) 23 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Base_One.thrift 24 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Base_Two.thrift 25 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Midlayer.thrift 26 $(THRIFT) -I ./thrifts -out src --gen rs thrifts/Ultimate.thrift 27 $(THRIFT) -out src --gen rs $(top_builddir)/test/Recursive.thrift 28 $(THRIFT) -out src --gen rs $(top_builddir)/test/Identifiers.thrift #THRIFT-4953
|
/thrift-3.4.0/lib/kotlin/ |
D | Makefile.am | 25 -Pthrift.compiler=$(THRIFT) \ 31 precross: $(THRIFT) 34 -Pthrift.compiler=$(THRIFT) \ 37 check-local: $(THRIFT) 40 -Pthrift.compiler=$(THRIFT) \
|
/thrift-3.4.0/lib/rs/test_recursive/src/transit/ |
D | Makefile.am | 23 THRIFT = $(top_builddir)/compiler/cpp/thrift macro 25 …orters.thrift services/CityServices.thrift light/LightRail.thrift light/Streetcars.thrift $(THRIFT) 26 $(THRIFT) -I . -I ../ -I ./services -I ./light -out . --gen rs Buses.thrift 27 $(THRIFT) -I . -I ../ -I ./services -I ./light -out . --gen rs Trains.thrift 28 $(THRIFT) -I . -I ../ -I ./services -I ./light -out . --gen rs Transporters.thrift
|
/thrift-3.4.0/test/rb/ |
D | Makefile.am | 20 stubs: $(THRIFT) ../v0.16/ThriftTest.thrift ../SmallTest.thrift 21 $(THRIFT) --gen rb ../v0.16/ThriftTest.thrift 22 $(THRIFT) --gen rb ../SmallTest.thrift 23 $(THRIFT) --gen rb ../Recursive.thrift
|
/thrift-3.4.0/lib/rs/test_recursive/src/transit/light/ |
D | Makefile.am | 22 THRIFT = $(top_builddir)/compiler/cpp/thrift macro 24 …hrift ../Trains.thrift ../services/CityServices.thrift LightRail.thrift Streetcars.thrift $(THRIFT) 25 $(THRIFT) -I . -I ../../ -I ../ -I ../services -out . --gen rs LightRail.thrift 26 $(THRIFT) -I . -I ../../ -I ../ -I ../services -out . --gen rs Streetcars.thrift
|
/thrift-3.4.0/lib/rs/test_recursive/src/transit/services/ |
D | Makefile.am | 22 THRIFT = $(top_builddir)/compiler/cpp/thrift macro 24 stubs: CityServices.thrift $(THRIFT) 25 $(THRIFT) -I . -out . --gen rs CityServices.thrift
|
/thrift-3.4.0/lib/rs/test_recursive/src/ |
D | Makefile.am | 22 THRIFT = $(top_builddir)/compiler/cpp/thrift macro 24 stubs: Vehicles.thrift $(THRIFT) 25 $(THRIFT) -I . -out . --gen rs Vehicles.thrift
|
/thrift-3.4.0/lib/java/ |
D | Makefile.am | 39 precross: $(THRIFT) 43 -Pthrift.compiler=$(THRIFT) \ 46 check-local: $(THRIFT) 50 -Pthrift.compiler=$(THRIFT) \
|
/thrift-3.4.0/test/lua/ |
D | Makefile.am | 20 THRIFT = $(top_builddir)/compiler/cpp/thrift macro 23 stubs: ../v0.16/ThriftTest.thrift $(THRIFT) 24 $(THRIFT) --gen lua $<
|
/thrift-3.4.0/lib/nodets/ |
D | Makefile.am | 22 …$(THRIFT) --gen js:node,ts -o test/ $(top_srcdir)/test/v0.16/ThriftTest.thrift && $(THRIFT) --gen … 23 …$(THRIFT) --gen js:node,ts -o test/ $(top_srcdir)/test/Int64Test.thrift && $(THRIFT) --gen js:node…
|
/thrift-3.4.0/lib/erl/ |
D | Makefile.am | 20 THRIFT = ../../compiler/cpp/thrift macro 36 .generated: $(THRIFT) $(THRIFT_FILES) 38 $(THRIFT) --gen $(ERL_FLAG) -o test $$f ; \ 40 $(THRIFT) --gen $(ERL_FLAG_LEGACY) -o test test/flags/LegacyNames.thrift 41 $(THRIFT) --gen $(ERL_FLAG_MAPS) -o test test/flags/Thrift3214.thrift
|
/thrift-3.4.0/lib/perl/ |
D | Makefile.am | 70 THRIFT = @top_builddir@/compiler/cpp/thrift macro 102 $(THRIFTTEST_GEN): $(THRIFT_IF) $(THRIFT) 103 $(THRIFT) --gen perl $< 105 $(BENCHMARK_GEN): $(NAME_BENCHMARKSERVICE) $(THRIFT) 106 $(THRIFT) --gen perl $< 108 $(AGGR_GEN): $(NAME_AGGR) $(THRIFT) 110 $(THRIFT) -out gen-perl2 --gen perl $<
|
/thrift-3.4.0/lib/rs/test_recursive/src/maintenance/ |
D | Makefile.am | 22 THRIFT = $(top_builddir)/compiler/cpp/thrift macro 24 …/CityServices.thrift ../transit/light/LightRail.thrift ../transit/light/Streetcars.thrift $(THRIFT) 25 …$(THRIFT) -I . -I ../ -I ../transit -I ../transit/services -I ../transit/light -out . --gen rs Mai…
|
/thrift-3.4.0/lib/php/test/ |
D | Makefile.am | 24 $(THRIFT) --gen php -r --out ./packages/php ../../../test/v0.16/ThriftTest.thrift 28 $(THRIFT) --gen php:validate -r --out ./packages/phpv TestValidators.thrift 29 $(THRIFT) --gen php:validate,oop -r --out ./packages/phpvo TestValidators.thrift 30 $(THRIFT) --gen php:json -r --out ./packages/phpjs TestValidators.thrift
|
/thrift-3.4.0/test/py.tornado/ |
D | Makefile.am | 20 THRIFT = $(top_srcdir)/compiler/cpp/thrift macro 23 $(THRIFT) --gen py:tornado ../v0.16/ThriftTest.thrift 24 $(THRIFT) --gen py:tornado ../SmallTest.thrift
|
/thrift-3.4.0/test/php/ |
D | Makefile.am | 21 $(THRIFT) --gen php ../v0.16/ThriftTest.thrift 22 $(THRIFT) --gen php:inlined ../v0.16/ThriftTest.thrift 24 $(THRIFT) -out gen-php-classmap --gen php:classmap ../v0.16/ThriftTest.thrift
|
/thrift-3.4.0/test/cpp/ |
D | Makefile.am | 100 …cpp/SecondService.h gen-cpp/SecondService.tcc: $(top_srcdir)/test/v0.16/ThriftTest.thrift $(THRIFT) 101 $(THRIFT) --gen cpp:templates,cob_style -r $< 103 gen-cpp/Service.cpp: $(top_srcdir)/test/StressTest.thrift $(THRIFT) 104 $(THRIFT) --gen cpp $< 106 …pecificNameTest_types.cpp gen-cpp/EchoService.cpp: $(top_srcdir)/test/SpecificName.thrift $(THRIFT) 107 $(THRIFT) --gen cpp $<
|
/thrift-3.4.0/contrib/async-test/ |
D | Makefile | 1 THRIFT = thrift macro 23 $(THRIFT) --gen py:newstyle $< 27 $(THRIFT) --gen cpp:cob_style $<
|
/thrift-3.4.0/test/threads/ |
D | Makefile | 39 ifndef THRIFT 40 THRIFT = ../../compiler/cpp/thrift macro 54 $(THRIFT) --gen cpp --gen py ThreadsTest.thrift
|
/thrift-3.4.0/test/swift/CrossTests/ |
D | Makefile.am | 22 stubs: $(THRIFT) $(TESTTHRIFT) 23 $(THRIFT) -o Sources/Common --gen swift $(TESTTHRIFT)
|
/thrift-3.4.0/contrib/zeromq/ |
D | Makefile | 1 THRIFT = thrift macro 29 $(THRIFT) --gen py $< 33 $(THRIFT) --gen cpp $<
|