summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
|
* version bumpJens Geyer2022-08-301-1/+1
|
* THRIFT-5548: add kotlin code genJiayu Liu2022-04-201-0/+4
| | | | | | | Client: kotlin Patch: Jiayu Liu This closes #2556
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* bump version numberJens Geyer2021-08-031-1/+1
|
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-221-7/+0
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* THRIFT-5229 remove AS3 supportJens Geyer2021-02-141-4/+0
| | | | | | | Client: AS3 Patch: Jens Geyer This closes #2329
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* THRIFT-5147: Add uninstall functionzeshuai0072020-05-211-0/+3
| | | | | | Patch: Zezeng Wang This closes #2066
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-04-221-0/+8
| | | | | | Patch: Mario Emmenlauer This closes #2094
* CI broken, reverting following PRsJens Geyer2020-02-281-8/+0
| | | | | | reverted https://github.com/apache/thrift/pull/2025 reverted https://github.com/apache/thrift/pull/2026 Reverted https://github.com/apache/thrift/pull/2021
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-231-0/+8
| | | | | | | | Patch: Mario Emmenlauer This closes #2026 This closes #2025 This closes #2021
* bump versionJens Geyer2019-10-171-1/+1
| | | | This closes #1899
* THRIFT-4811: Add CMake config file and targets. (see #4752) (#1748)soroshsabz2019-03-151-0/+3
| | | | | | | * Add CMake config file and targets. (see #4752) * Exclude cygwin Co-Authored-By: soroshsabz <soorosh_abi@hotmail.com>
* THRIFT-4732:refine cmake scripts (#1688)cyy2019-02-071-0/+6
| | | | | * add cmake support for clib and remove unused variables * add targets for code analysis * add wall to all compilers and add utf-8 options for msvc
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-241-0/+4
|
* THRIFT-4732: windows cmake refinements and add windows docker build supportJames E. King III2019-01-111-1/+1
|
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-25/+18
|
* THRIFT-4165: better cmake support for C++ language level selection; fixed ↵James E. King, III2017-04-051-1/+8
| | | | | | compiler warnings This closes #1236
* THRIFT-2835 Add possibility to distribute generators separately from thrift ↵Nobuaki Sukegawa2016-09-261-0/+3
| | | | | | | | | | | | | | core, and load them dynamically Client: Compiler Patch: Nobuaki Sukegawa, rebased by dtmuller Also fixed by dtmuller: * Add plugin namespace for erlang language binding * Fix unit test test_const_value * Don't clear type cache with every t_program conversion * Type "wb" may not be supported by popen on non-Windows platforms * Fix constness of AST type signatures
* THRIFT-3424 Add CMake android build optionNobuaki Sukegawa2015-11-231-1/+5
| | | | | | | Client: Build Patch: Nobuaki Sukegawa This closes #696
* THRIFT-3398 Add CMake build for Haskell library and testsNobuaki Sukegawa2015-10-291-0/+7
| | | | | | | Client: Build, Haskell Patch: Nobuaki Sukegawa This closes #660
* 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>