summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-3245 Tutorials can't be disabled when using CMakeben-craig2015-07-151-1/+3
| | | | | | | Client: cpp Patch: Pascal Bach This closes #551
* THRIFT-3219 Provide a C++ tutorial on server-side IP logging andBen Craig2015-07-041-0/+1
| | | | | | | | per-connection state Client: C++ Patch: Ben Craig <bencraig@apache.org> This closes #538
* THRIFT-2850 CMake for Apache ThriftRoger Meier2015-06-041-1/+4
| | | | Change project name to "Apache Thrift" and add test/py
* THRIFT-2850 get windows cmake working again and building the unit tests for ↵Jim King2015-04-301-1/+0
| | | | lib/cpp, and pass make check through cmake - also resolve some compiler warnings
* THRIFT-3106 CMake summary should give more information why a library is set ↵Roger Meier2015-04-201-4/+4
| | | | | | | to off Patch: Pascal Bach This closes #454
* THRIFT-3097 cmake targets unconditionally depend on optional libraries ↵Marco Molteni2015-04-151-2/+2
| | | | Consider also cases of missing ZLIB and missing OpenSSL.
* THRIFT-3097 cmake targets unconditionally depend on optional librariesMarco Molteni2015-04-151-1/+5
|
* THRIFT-3090 cmake build is broken (set CMake version to 2.8.12)Roger Meier2015-04-141-1/+1
|
* Revert "THRIFT-3014 AppVeyor support - fix format"Roger Meier2015-04-121-3/+1
| | | | | | This reverts commit 81b3c440c64a372b6e47f9cb50804bd60f83e83f. commit included modified CMakeLists.txt files, as part from local test
* THRIFT-3014 AppVeyor support - fix formatRoger Meier2015-04-121-1/+3
|
* THRIFT-2850 CMake for Apache ThriftRoger Meier2015-04-121-0/+11
| | | | add test/cpp and lib/py
* THRIFT-2962:Docker Thrift env for development and testingjfarrell2015-02-181-1/+1
| | | | | | | | Client: build Patch: jfarrell Adds build folder and moves all travis, cmake and docker build scripts into one location for easier maintainability.
* CMake: Add CMake support for Thrift librariesPascal Bach2014-12-131-0/+83
Currently the following libraries are supported: - C++ - C_Glib - Java (using Ant wrapper) The compilers CMake file is adjusted to work with the new global CMakeLists.txt file. Signed-off-by: Roger Meier <r.meier@siemens.com> Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Also-by: Sergei Nikulov <sergey.nikulov@gmail.com>