Home
last modified time | relevance | path

Searched +full:- +full:- +full:build (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/thrift-3.4.0/compiler/cpp/
DREADME.md1 # Build Thrift IDL compiler using CMake
3 <!-- TOC -->
5 - [Build Thrift IDL compiler using CMake](#build-thrift-idl-compiler-using-cmake)
6 - [Build on Unix-like System](#build-on-unix-like-system)
7 - [Prerequisites](#prerequisites)
8 - [Build using CMake](#build-using-cmake)
9 - [Build with Eclipse IDE](#build-with-eclipse-ide)
10 - [Build with XCode IDE in MacOS](#build-with-xcode-ide-in-macos)
11 - [Usage of other IDEs](#usage-of-other-ides)
12 - [Build on Windows](#build-on-windows)
[all …]
/thrift-3.4.0/build/cmake/
DDefineOptions.cmake10 # http://www.apache.org/licenses/LICENSE-2.0
23 set(THRIFT_COMPILER "" CACHE FILEPATH "External Thrift compiler to use during build")
26 option(BUILD_COMPILER "Build Thrift compiler" ON)
31 CMAKE_DEPENDENT_OPTION(BUILD_TESTING "Build with unit tests" ON "HAVE_COMPILER" OFF)
32 CMAKE_DEPENDENT_OPTION(BUILD_TUTORIALS "Build Thrift tutorials" ON "HAVE_COMPILER" OFF)
33 option(BUILD_LIBRARIES "Build Thrift libraries" ON)
35 # Libraries to build
39 # and enables the library if all are found. This means the default is to build as
43 add_definitions(-DBOOST_ALL_DYN_LINK)
44 add_definitions(-DBOOST_TEST_DYN_LINK)
[all …]
DREADME.md1 # Apache Thrift - CMake Build
5 Extend Apache Thrift's *make cross* approach to the build system.
17 These are language-specific, however for C++ you must provide:
19 - Boost
20 - OpenSSL
24 - libevent
25 - zlib
29 To use CMake you first create an out-of-tree build directory, then use
30 CMake to generate a build framework, then build:
32 mkdir /tmp/build
[all …]
DREADME-MSYS2.md1 <!---
6 http://www.apache.org/licenses/LICENSE-2.0
13 -->
17 Thrift uses cmake to make it easier to build the project on multiple platforms, however to build a …
19 … libevent-devel do not work with this toolchain as they do not properly detect mingw64 and expect …
29 $ pacman --needed -S bison flex make mingw-w64-x86_64-openssl \
30 mingw-w64-x86_64-boost mingw-w64-x86_64-cmake \
31 mingw-w64-x86_64-toolchain mingw-w64-x86_64-zlib
41 mkdir ../thrift-build
42 cd ../thrift-build
[all …]
/thrift-3.4.0/build/docker/msvc2017/
DREADME.md3 The build image is very large (just under 30GB) so plan accordingly.
4 Once Microsoft supports build tools in nano, it should get better.
10 PS C:\> docker pull thrift/thrift-build:msvc2017
12 or build in a docker for windows environment:
14 …PS C:\Thrift> docker build -t thrift/thrift-build:msvc2017 -f build\docker\msvc2017\Dockerfile bui…
18 C:\Build the out-of-tree build directory
26 To build a portable windows thrift compiler (with a statically linked
29 docker run -v C:\thrift:C:\thrift^
30 -v C:\install:C:\install^
31 --rm -t thrift/thrift-build:msvc2017^
[all …]
Dbuild-compiler.bat6 :: http://www.apache.org/licenses/LICENSE-2.0
16 :: Build script example for inside the windows docker container
18 :: C:\build is the out-of-tree build directory
23 :: Make and go into the out-of-tree directory
24 IF NOT EXIST C:\build (MKDIR C:\build)
25 cd c:\build
27 :: Generate the out-of-tree build files
29 -DBOOST_ROOT=C:\Libraries\boost_1_69_0^
30 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_69_0\lib64-msvc-14.1^
31 -DBUILD_LIBRARIES=OFF^
[all …]
Dbuild.bat6 :: http://www.apache.org/licenses/LICENSE-2.0
16 :: Build script example for inside the windows docker container
18 :: C:\build is the out-of-tree build directory
23 :: Make and go into the out-of-tree directory
24 IF NOT EXIST C:\build (MKDIR C:\build)
25 cd c:\build
27 :: Generate the out-of-tree build files
29 -DBOOST_ROOT=C:\Libraries\boost_1_69_0^
30 -DBOOST_LIBRARYDIR=C:\Libraries\boost_1_69_0\lib64-msvc-14.1^
31 -DFLEX_HOME=C:\Adobe\Flex\SDK\4.6^
[all …]
/thrift-3.4.0/
D.travis.yml10 # http://www.apache.org/licenses/LICENSE-2.0
20 # build Apache Thrift on Travis CI - https://travis-ci.com/
24 # see: build/docker/README.md
28 # https://docs.travis-ci.com/user/reference/linux
33 - docker
36 …# https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-rec…
38 # without printing to stdout, resulting in build failures
39 - if [[ `uname` == "Linux" ]]; then travis_wait 40 build/docker/refresh.sh; fi
42 - docker # docker images
43 - thrift # thrift build jobs
[all …]
/thrift-3.4.0/compiler/cpp/tests/
DREADME.md1 # Build and run compiler tests using CMake
3 <!-- TOC -->
5 - [Build and run compiler tests using CMake](#build-and-run-compiler-tests-using-cmake)
6 - [General information](#general-information)
7 - [How to add your tests](#how-to-add-your-tests)
8 - [Build and run tests on Unix-like systems](#build-and-run-tests-on-unix-like-systems)
9 - [Prerequisites:](#prerequisites)
10 - [Build and run test with CMake](#build-and-run-test-with-cmake)
11 - [Build and run tests on Windows](#build-and-run-tests-on-windows)
12 - [Prerequisites:](#prerequisites-1)
[all …]
/thrift-3.4.0/test/netstd/
DThriftTest.sln6 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift", "..\..\lib\netstd\Thrift\Thrift.cspro…
8 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{21039F25-6E…
10 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{0C6E8685-F1…
12-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift.IntegrationTests", "..\..\lib\netstd\Tests\Thrift.Integr…
14-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift.PublicInterfaces.Compile.Tests", "..\..\lib\netstd\Tests…
16 …{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift.Tests", "..\..\lib\netstd\Tests\Thrift.Tests\Th…
18-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift.Benchmarks", "..\..\lib\netstd\Benchmarks\Thrift.Benchma…
30 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|Any CPU.Build.0 = Debug|Any CPU
32 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|x64.ActiveCfg = Debug|Any CPU
[all …]
DREADME.md1 # Apache Thrift net-core-lib tests
6 - ThriftTest - tests for Thrift library
9 - NET Core SDK 3.1 (LTS)
11 # How to build on Windows
12 - Get Thrift IDL compiler executable, add to some folder and add path to this folder into PATH vari…
13 - Open ThriftTest.sln in Visual Studio and build
15 - Build with scripts
17 # How to build on Unix
18 - Ensure you have .NET Core 3.0 SDK installed or use the Ubuntu Xenial docker image
19 - Follow common build practice for Thrift: bootstrap, configure, and make precross
/thrift-3.4.0/tutorial/js/
Dbuild.xml1 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
18 -->
26 <property name="gen" location="../java/gen-java" />
27 <property name="build" location="build" />
28 <property file="${basedir}/build.properties"/>
30 <!-- the root directory, where you unpack thrift distibution (e.g. thrift-0.x.x.tar.gz) -->
32 <!-- JavaScript tutorial depends on the java tutorial thrift handler and server infrastructure -->
34 <property name="build.tools.dir" location="${thrift.java.dir}/build/tools/"/>
37 <fileset dir="${thrift.java.dir}/build/libs">
[all …]
/thrift-3.4.0/tutorial/java/
Dbuild.xml1 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
18 -->
25 <property name="gen" location="gen-java" />
26 <property name="build" location="build" />
27 <property file="${basedir}/build.properties"/>
29 <!-- the root directory, where you unpack thrift distibution (e.g.: thrift-0.x.x.tar.gz) -->
32 <property name="build.tools.dir" location="${thrift.java.dir}/build/tools/"/>
35 <fileset dir="${thrift.java.dir}/build/libs">
41 <fileset dir="${build}/lib">
[all …]
/thrift-3.4.0/tutorial/netstd/
DTutorial.sln5 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift", "..\..\lib\netstd\Thrift\Thrift.cspro…
7 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interfaces", "Interfaces\Interfaces.csproj", "…
9 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{E4CA1EF0-B1…
11 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{E08F5B84-2B…
23 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
24 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|Any CPU.Build.0 = Debug|Any CPU
25 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|x64.ActiveCfg = Debug|Any CPU
26 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|x64.Build.0 = Debug|Any CPU
27 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|x86.ActiveCfg = Debug|Any CPU
28 {C20EA2A9-7660-47DE-9A49-D1EF12FB2895}.Debug|x86.Build.0 = Debug|Any CPU
[all …]
/thrift-3.4.0/lib/java/
DREADME.md14 http://www.apache.org/licenses/LICENSE-2.0
26 When using a CMake build from the source distribution on Linux the
27 easiest way to build and install is this simple command line:
33 the build tooling is designed to work with cached files in the
34 user home directory during the build process. Instead this builds
35 the code in the expected local build tree and then uses CMake
41 The Thrift Java source is not build using the GNU tools, but rather uses
42 the Gradle build system, which tends to be predominant amongst Java
45 Currently we use gradle 7.5.1 to build the Thrift Java source. The usual way to setup gradle
46 project is to include the gradle-wrapper.jar in the project and then run the gradle wrapper to
[all …]
/thrift-3.4.0/lib/netstd/
DThrift.sln5 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{ED5A45B0-07D1-4507-96B7-83F…
7 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift", "Thrift\Thrift.csproj", "{5B501D21-D4…
9 …F-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift.IntegrationTests", "Tests\Thrift.IntegrationTests\Thrif…
11 …roject("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift.Tests", "Tests\Thrift.Tests\Thrift.Test…
13-16F7-4668-BE54-9A1E7A4F7556}") = "Thrift.PublicInterfaces.Compile.Tests", "Tests\Thrift.PublicInt…
15 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmarks", "Benchmarks", "{BF7B896B-8BB6-447…
17 …AE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thrift.Benchmarks", "Benchmarks\Thrift.Benchmarks\Thrift…
29 {5B501D21-D428-408D-AB5C-32D6F5355294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30 {5B501D21-D428-408D-AB5C-32D6F5355294}.Debug|Any CPU.Build.0 = Debug|Any CPU
31 {5B501D21-D428-408D-AB5C-32D6F5355294}.Debug|x64.ActiveCfg = Debug|Any CPU
[all …]
/thrift-3.4.0/lib/ts/test/
Dbuild.xml1 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
18 -->
26 <property name="genjava" location="gen-java" />
27 <property name="genjs" location="gen-js" />
28 <property name="build" location="build" />
29 <property name="jar.file" location="${build}/jstest.jar" />
31 <!-- the root directory, where you unpack thrift distibution (e.g.: thrift-0.x.x.tar.gz) -->
34 <property name="build.tools.dir" location="${thrift.java.dir}/build/tools/"/>
35 <property file="${basedir}/build.properties"/>
[all …]
/thrift-3.4.0/lib/js/test/
Dbuild.xml1 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
18 -->
26 <property name="genjava" location="gen-java" />
27 <property name="genjs" location="gen-js" />
28 <property name="build" location="build" />
29 <property name="jar.file" location="${build}/jstest.jar" />
31 <!-- the root directory, where you unpack thrift distibution (e.g.: thrift-0.x.x.tar.gz) -->
34 <property name="build.tools.dir" location="${thrift.java.dir}/build/tools/"/>
35 <property file="${basedir}/build.properties"/>
[all …]
/thrift-3.4.0/build/docker/
Drefresh.sh11 # http://www.apache.org/licenses/LICENSE-2.0
22 # The build has two stages: "docker" and "test"
27 # image doesn't match what's in the repo, we still build
28 # the image so the build job can run properly.
31 set -e
39 docker run $DOCKER_TAG bash -c 'cd .. && sha512sum Dockerfile' > .Dockerfile.sha512
40 sha512sum -c .Dockerfile.sha512
44 # If this build has no DOCKER_PASS and it is in the docker stage
49 if [[ "$TRAVIS_BUILD_STAGE" == "docker" ]] && [[ -z "$DOCKER_PASS" ]]; then
50 echo Detected docker stage build and no defined DOCKER_PASS, this build job will be skipped.
[all …]
DREADME.md4 docker containers are used to build and test the project on a
10 Once Microsoft supports Visual Studio Build Tools running inside
22 | -------- | ----- | ------- |
23 | `DISTRO` | `ubuntu-bionic` | Set by various build jobs in `.travis.yml` to run builds in differen…
24 | `DOCKER_REPO` | `thrift/thrift-build` | The name of the Docker Hub repository to obtain and store…
28 … that is used in builds if no overrides are specified would be: `thrift/thrift-build:ubuntu-bionic`
33 to use your own Docker Hub account to store thrift build images,
41 The Travis CI build runs in two phases - first the docker images are rebuilt
43 was used to build the most recent tag. If a `DOCKER_PASS` environment
61 These containers may be in various states, and may not build everything.
[all …]
/thrift-3.4.0/lib/cpp/
Dthrift.sln4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libthriftnb", "libthriftnb.vcxproj", "{D8696CC…
6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libthrift", "libthrift.vcxproj", "{DD26F57E-60…
8 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{006984E0-7CC1-47E2-ACD2-A40FE4D…
17 Debug-mt|Win32 = Debug-mt|Win32
18 Debug-mt|x64 = Debug-mt|x64
21 Release-mt|Win32 = Release-mt|Win32
22 Release-mt|x64 = Release-mt|x64
25 {D8696CCE-7D46-4659-B432-91754A41DEB0}.Debug|Win32.ActiveCfg = Debug|Win32
26 {D8696CCE-7D46-4659-B432-91754A41DEB0}.Debug|Win32.Build.0 = Debug|Win32
27 {D8696CCE-7D46-4659-B432-91754A41DEB0}.Debug|x64.ActiveCfg = Debug|x64
[all …]
/thrift-3.4.0/contrib/fb303/java/
Dbuild.xml2 <!--
11 http://www.apache.org/licenses/LICENSE-2.0
19 -->
23 <!-- project wide settings. All directories relative to basedir -->
28 <property name="build.tools.dir" location="${thrift.java.dir}/build/tools/"/>
30 <property file="${basedir}/build.properties"/>
32 <!-- inherit from the java build file for version and other properties -->
40 <property name="version" value="${thrift.version}-SNAPSHOT"/>
42 <property name="fb303.final.name" value="${fb303.artifactid}-${version}"/>
45 <property name="gen" value="${basedir}/gen-java"/>
[all …]
/thrift-3.4.0/lib/json/test/
Dbuild.xml1 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
18 -->
24 <property name="build.dir" location="${basedir}/build" />
26 <property name="gen.json.dir" location="${build.dir}/gen-json" />
28 <property name="build.tools.dir" location="${build.dir}/tools"/>
29 <property name="build.lib.dir" location="${build.dir}/lib"/>
31 <!-- the root directory, where you unpack thrift distibution (e.g. thrift-0.x.x.tar.gz) -->
36 <!-- Get maven dependency versions from here -->
37 <property file="${basedir}/build.properties" />
[all …]
/thrift-3.4.0/debian/
Drules1 #!/usr/bin/make -f
2 # -*- makefile -*-
6 # As a special exception, when this file is copied by dh-make into a
7 # dh-make output file, you may use that output file without restriction.
8 # This special exception was added by Craig Small in version 0.37 of dh-make.
10 # Modified to make a template file for a multi-binary package with separated
11 # build-arch and build-indep targets by Bill Allombert 2001
19 PYVERS := $(shell pyversions -r)
21 export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
22 export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
[all …]
/thrift-3.4.0/lib/ts/
DGruntfile.js1 //To build dist/thrift.js, dist/thrift.min.js and doc/*
4 // Node Setup - nodejs.org
5 // Grunt Setup - npm install //reads the ./package.json and installs project dependencies
6 // Run grunt - npx grunt // uses project-local installed version of grunt (from package.json)
24 command: 'mkdir -p test/build/ts/lib; cp ../js/src/thrift.js test/build/ts/thrift.js'
34 'mkdir -p test/gen-js',
35 … '../../compiler/cpp/thrift -gen js:ts --out test/gen-js ../../test/v0.16/ThriftTest.thrift',
36 'mkdir -p test/gen-nodejs',
37 …'../../compiler/cpp/thrift -gen js:node,ts --out test/gen-nodejs ../../test/v0.16/ThriftTest.thrif…
42 …'./node_modules/browserify/bin/cmd.js ./node_modules/node-int64/Int64.js -s Int64 -o test/build/js…
[all …]

12345678910>>...12