Home
last modified time | relevance | path

Searched full:compiler (Results 1 – 25 of 212) sorted by relevance

123456789

/thrift-3.4.0/compiler/cpp/
DCMakeLists.txt21 project("thrift-compiler" VERSION ${PACKAGE_VERSION})
45 # Create the thrift compiler
88 # The following compiler can be enabled or disabled
89 THRIFT_ADD_COMPILER(c_glib "Enable compiler for C with Glib" ON)
90 THRIFT_ADD_COMPILER(cl "Enable compiler for Common LISP" ON)
91 THRIFT_ADD_COMPILER(cpp "Enable compiler for C++" ON)
92 THRIFT_ADD_COMPILER(d "Enable compiler for D" ON)
93 THRIFT_ADD_COMPILER(dart "Enable compiler for Dart" ON)
94 THRIFT_ADD_COMPILER(delphi "Enable compiler for Delphi" ON)
95 THRIFT_ADD_COMPILER(erl "Enable compiler for Erlang" ON)
[all …]
DREADME.md1 # Build Thrift IDL compiler using CMake
5 - [Build Thrift IDL compiler using CMake](#build-thrift-idl-compiler-using-cmake)
18 …- [Building the Thrift IDL compiler in Windows without CMake](#building-the-thrift-idl-compiler-in…
19 - [Unit tests for compiler](#unit-tests-for-compiler)
34 - Go to **thrift\compiler\cpp**
45 - Go to **thrift\compiler\cpp**
66 - Go to **thrift\compiler\cpp**
95 - Go to **thrift\compiler\cpp**
125 ## Building the Thrift IDL compiler in Windows without CMake
129 …generate the thriftl.cc, thrifty.cc and thrifty.hh files which are necessary to build the compiler.
[all …]
/thrift-3.4.0/compiler/cpp/tests/
DCMakeLists.txt60 # Thrift compiler tests
113 # The following compiler with unit tests can be enabled or disabled
114 THRIFT_ADD_COMPILER(c_glib "Enable compiler for C with Glib" OFF)
115 THRIFT_ADD_COMPILER(cl "Enable compiler for Common LISP" OFF)
116 THRIFT_ADD_COMPILER(cpp "Enable compiler for C++" OFF)
117 THRIFT_ADD_COMPILER(d "Enable compiler for D" OFF)
118 THRIFT_ADD_COMPILER(dart "Enable compiler for Dart" OFF)
119 THRIFT_ADD_COMPILER(delphi "Enable compiler for Delphi" OFF)
120 THRIFT_ADD_COMPILER(erl "Enable compiler for Erlang" OFF)
121 THRIFT_ADD_COMPILER(go "Enable compiler for Go" OFF)
[all …]
DREADME.md1 # Build and run compiler tests using CMake
5 - [Build and run compiler tests using CMake](#build-and-run-compiler-tests-using-cmake)
32 THRIFT_ADD_COMPILER(netstd "Enable compiler for .NET Standard" ON)
52 - Run **cmake** with arguments for your environment and compiler
/thrift-3.4.0/debian/
Dcopyright30 compiler/cpp/Makefile.am
31 compiler/cpp/src/thrift/generate/t_cpp_generator.cc
32 compiler/cpp/src/thrift/generate/t_netstd_generator.cc
33 compiler/cpp/src/thrift/generate/t_erl_generator.cc
34 compiler/cpp/src/thrift/generate/t_hs_generator.cc
35 compiler/cpp/src/thrift/generate/t_java_generator.cc
36 compiler/cpp/src/thrift/generate/t_ocaml_generator.cc
37 compiler/cpp/src/thrift/generate/t_perl_generator.cc
38 compiler/cpp/src/thrift/generate/t_php_generator.cc
39 compiler/cpp/src/thrift/generate/t_py_generator.cc
[all …]
Dcontrol20 Package: thrift-compiler
23 Description: Compiler for Thrift definition files
28 This package contains the Thrift compiler that is used for translating
44 tool (in the thrift-compiler package) to compile your definition to Python
61 You will need the thrift tool (in the thrift-compiler package) to compile your
77 tool (in the thrift-compiler package) to compile your definition to Python
94 You will need the thrift tool (in the thrift-compiler package) to compile your
111 tool (in the thrift-compiler package) to compile your definition to Ruby
125 tool (in the thrift-compiler package) to compile your definition to Java
139 tool (in the thrift-compiler package) to compile your definition to C#
[all …]
Drules43 $(CURDIR)/compiler/cpp/thrift build-arch-stamp: configure-stamp
45 # Compile compiler
46 $(MAKE) -C $(CURDIR)/compiler/cpp
69 build-indep-stamp: configure-stamp $(CURDIR)/compiler/cpp/thrift
148 # Compiler
149 mkdir -p $(CURDIR)/debian/thrift-compiler/usr/bin && \
150 cp $(CURDIR)/compiler/cpp/thrift \
151 $(CURDIR)/debian/thrift-compiler/usr/bin/thrift && \
152 rmdir $(CURDIR)/debian/thrift-compiler/usr/sbin
206 dh_strip -pthrift-compiler
/thrift-3.4.0/doc/install/
Dwindows.md3compiler EXE and the language-dependent libraries. Most of these libraries will require some kind …
5 The first one of these alternatives is to download the **pre-built Thrift Compiler EXE** and only b…
7compiler from source. The most recommended way to achieve this is by means of the **Visual Studio …
10 ## Prebuilt Thrift compiler
12compiler is available as a prebuilt exe available [here](/download). Note that there is no install…
21 Thrift's compiler is written in C++ and designed to be portable, but there are some system requirem…
27 ### Build and install the compiler
29 …all requirements are in place, use the `compiler/cpp/compiler.vcxproj` build project to build the …
42 Thrift's compiler is written in C++ and designed to be portable, but there are some system requirem…
60 …rectory due to errors (see below to resolve). To make the compiler only, change to the compiler di…
[all …]
Dcentos.md49 …e Apache Thrift IDL Compiler and at this point everything needed to make the IDL Compiler is insta…
65 ## Build and Install the Apache Thrift IDL Compiler
74 …l build the compiler (thrift/compiler/cpp/thrift --version) and any language libraries supported. …
75 You can use the ./configure --enable-libs=no switch to build the Apache Thrift IDL Compiler only wi…
/thrift-3.4.0/.github/workflows/
Dbuild.yml17 compiler:
46 - name: Archive built thrift compiler
50 name: thrift-compiler
51 path: compiler/cpp/thrift
55 needs: compiler
106 name: thrift-compiler
107 path: compiler/cpp
109 - name: Run thrift-compiler
111 chmod a+x compiler/cpp/thrift
112 compiler/cpp/thrift -version
[all …]
/thrift-3.4.0/
D.gitignore65 /compiler/cpp/compiler.VC.db
66 /compiler/cpp/compiler.VC.VC.opendb
67 /compiler/cpp/test/plugin/t_cpp_generator.cc
68 /compiler/cpp/src/thrift/plugin/plugin_constants.cpp
69 /compiler/cpp/src/thrift/plugin/plugin_constants.h
70 /compiler/cpp/src/thrift/plugin/plugin_types.cpp
71 /compiler/cpp/src/thrift/plugin/plugin_types.h
72 /compiler/cpp/test/*test
73 /compiler/cpp/test/thrift-gen-*
74 /compiler/cpp/src/thrift/thrift-bootstrap
[all …]
/thrift-3.4.0/contrib/thrift-maven-plugin/
Dpom.xml35 <maven.compiler.source>1.8</maven.compiler.source>
36 <maven.compiler.target>1.8</maven.compiler.target>
38 <thrift.compiler>${thrift.root}/compiler/cpp/thrift</thrift.compiler>
46 <artifactId>maven-compiler-plugin</artifactId>
53 <thriftExecutable>${thrift.compiler}</thriftExecutable>
/thrift-3.4.0/build/docker/msvc2017/
DREADME.md24 ### Compiler subsection in Building Thrift using Docker for Windows
26 To build a portable windows thrift compiler (with a statically linked
32 C:\thrift\build\docker\msvc2017\build-compiler.bat
34 The end result is a portable windows thrift compiler located at
41 windows thrift compiler is built for each Apache Thrift release.
/thrift-3.4.0/contrib/transport-sample/
DREADME.md22 thrift IDL compiler -- download from http://thrift.apache.org/download/
23 or build from "thrift/compiler/cpp". The IDL compiler version should
28 Note: Bulding the thrift IDL compiler and library are beyond the scope
35 Copy the IDL compiler 'thrift.exe' to this project folder or to a location in the path.
55 Build the IDL compiler and copy it to this project folder.
/thrift-3.4.0/lib/java/
Dgradle.properties38 org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
39 --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
40 --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
41 --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
42 --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
/thrift-3.4.0/lib/rs/
DREADME.md15 Thrift compiler's Rust plugin. It uses the components defined in this crate to
34 Thrift compiler you're using.
74 // auto-generated by the Thrift compiler
81 // auto-generated by the Thrift compiler
88 // auto-generated by the Thrift compiler
95 // auto-generated by the Thrift compiler
110 // auto-generated by the Thrift compiler
117 // auto-generated by the Thrift compiler
120 // auto-generated by the Thrift compiler
127 // auto-generated by the Thrift compiler
[all …]
/thrift-3.4.0/contrib/
Dmingw-cross-compile.sh13 if test -f compiler/cpp/.libs/thrift.exe ; then
14 i586-mingw32msvc-strip compiler/cpp/.libs/thrift.exe -o ./thrift.exe
16 i586-mingw32msvc-strip compiler/cpp/thrift.exe -o ./thrift.exe
/thrift-3.4.0/test/py/explicit_module/
Druntest.sh23 ../../../compiler/cpp/thrift --gen py test1.thrift || exit 1
24 ../../../compiler/cpp/thrift --gen py test2.thrift || exit 1
25 ../../../compiler/cpp/thrift --gen py test3.thrift && exit 1 # Fail since test3.thrift has python …
30 ../../../compiler/cpp/thrift -r --gen py test2.thrift || exit 1
/thrift-3.4.0/lib/xml/test/
Dbuild.xml29 <property name="thrift.compiler" location="${thrift.dir}/compiler/cpp/thrift" />
33 <target name="compiler.check">
38 <fileset id="fs" file="${thrift.compiler}"/>
42 Thrift compiler is missing !
46 <target name="init" depends="compiler.check, mkdirs">
93 <exec executable="${thrift.compiler}" failonerror="true">
/thrift-3.4.0/lib/nodets/test/
DtestAll.sh13 …${DIR}/../../../compiler/cpp/thrift -o ${DIR} --gen js:node,ts ${DIR}/../../../test/v0.16/ThriftTe…
14 …${DIR}/../../../compiler/cpp/thrift -o ${DIR} --gen js:node,ts ${DIR}/../../../test/Int64Test.thri…
15 …${DIR}/../../../compiler/cpp/thrift -o ${COMPILEDDIR} --gen js:node,ts ${DIR}/../../../test/v0.16/…
16 …${DIR}/../../../compiler/cpp/thrift -o ${COMPILEDDIR} --gen js:node,ts ${DIR}/../../../test/Int64T…
/thrift-3.4.0/lib/json/test/
Dbuild.xml34 <property name="thrift.compiler" location="${thrift.dir}/compiler/cpp/thrift" />
45 <target name="compiler.check">
50 <fileset id="fs" file="${thrift.compiler}"/>
54 Thrift compiler is missing !
58 <target name="init" depends="compiler.check, mkdirs, mvn.init">
70 <exec executable="${thrift.compiler}" failonerror="true">
75 <exec executable="${thrift.compiler}" failonerror="true">
/thrift-3.4.0/build/docker/scripts/
Dsca.sh6 # of the files the thrift compiler spits out. If running interactively
26 # Compiler cppcheck (All)
27 cppcheck --force --quiet --inline-suppr --enable=all -j2 compiler/cpp/src
37 …rce --quiet --inline-suppr --suppress="*:thrift/thriftl.cc" --error-exitcode=1 -j2 compiler/cpp/src
/thrift-3.4.0/lib/go/test/
DConflictArgNamesTest.thrift22 * Use some names that could conflict with the compiler code as args
23 * to make sure that the compiler handled them correctly.
26 // 1: string args, // args is already a reserved keyword in thrift compiler
/thrift-3.4.0/lib/js/
DGruntfile.js52 … '"../../compiler/cpp/thrift" -gen js --out test/gen-js ../../test/v0.16/ThriftTest.thrift',
53 … '"../../compiler/cpp/thrift" -gen js --out test/gen-js ../../test/JsDeepConstructorTest.thrift',
54 …'"../../compiler/cpp/thrift" -gen js:jquery --out test/gen-js-jquery ../../test/v0.16/ThriftTest.t…
55 …'"../../compiler/cpp/thrift" -gen js:node --out test/gen-nodejs ../../test/v0.16/ThriftTest.thrift…
56 …'"../../compiler/cpp/thrift" -gen js:es6 --out test/gen-js-es6 ../../test/v0.16/ThriftTest.thrift',
57 …'"../../compiler/cpp/thrift" -gen js:node,es6 --out ./test/gen-nodejs-es6 ../../test/v0.16/ThriftT…
61 …command: '../../compiler/cpp/thrift -gen js:jquery -gen js:node -o test ../../test/v0.16/ThriftTes…
64 command: '../../compiler/cpp/thrift -gen js -o test ../../test/JsDeepConstructorTest.thrift'
74 command: '../../compiler/cpp/thrift -gen js -o test ../../test/Int64Test.thrift'
77 command: '../../compiler/cpp/thrift -gen js -o test ../../test/DoubleConstantsTest.thrift'
/thrift-3.4.0/lib/kotlin/
DMakefile.am25 -Pthrift.compiler=$(THRIFT) \
34 -Pthrift.compiler=$(THRIFT) \
40 -Pthrift.compiler=$(THRIFT) \

123456789