summaryrefslogtreecommitdiff
path: root/lib/cpp/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
* Compile TWebSocketServer with CMake only when OpenSSL is foundKevin Wojniak2021-12-061-2/+2
* Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-021-20/+26
* CMake: Pass linker dependencies transitively to downstream projectsMario Emmenlauer2021-02-121-6/+11
* Fix abstract unix socket nameDavid Suárez2020-09-211-0/+1
* THRIFT-5185: Support for using WebSockets as a server transportpenenin2020-05-181-0/+2
* THRIFT-5047:fix openssl switchcyy2020-04-061-1/+7
* THRIFT-5097: Fix exported version in cmake moduleTobias Mayer2020-02-161-1/+1
* THRIFT-4759:add thrift export to fix windows shared lib building (#1714)cyy2019-02-041-0/+4
* THRIFT-4760: Configure and install pkgconfig files when using cmakeJoel 'Aaron' Cohen2019-01-281-0/+4
* use chronocyy2019-01-221-1/+0
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-131-20/+2
* THRIFT-4732: windows cmake refinements and add windows docker build supportJames E. King III2019-01-111-1/+1
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-111-20/+7
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-1/+4
* remove boost::thread and boost::mutex codecyy2019-01-071-8/+1
* Build async. protocol processor as part of main thrift library.Stefan Bolus2018-06-071-1/+1
* THRIFT-4276:Add SSL support to the C++ Nonblocking ServerDivya Thaluru2017-08-061-0/+2
* THRIFT-4159: enable some Windows sources also on MSYS2Mario Emmenlauer2017-04-081-2/+2
* THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ...James E. King, III2017-03-101-1/+1
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...Nobuaki Sukegawa2016-09-261-7/+0
* THRIFT-3437 Fixed MinGW-w64 buildAntonio Di Monaco2016-01-061-1/+5
* THRIFT-3424 Add CMake android build optionNobuaki Sukegawa2015-11-231-5/+12
* THRIFT-2423 Facebook's THeader protocol and transport for cppDave Watson2015-11-041-0/+4
* THRIFT-2199:Remove dense protocolRandy Abernethy2015-08-011-1/+0
* THRIFT-3247 Generate a C++ thread-safe clientben-craig2015-07-171-0/+2
* THRIFT-3231 CPP: Limit recursion depth to 64Ben Craig2015-07-081-1/+2
* THRIFT-2850 CMake for Apache ThriftBen Craig2015-07-061-2/+7
* THRIFT-3130 - C++ Lib: removed no longer needed macro THRIFT_OVERLOAD_IFKonrad Grochowski2015-05-071-1/+1
* THRIFT-2850 get windows cmake working again and building the unit tests for l...Jim King2015-04-301-5/+8
* THRIFT-3084 add optional concurrent client limit enforcement to lib/cpp threa...Jim King2015-04-301-2/+4
* THRIFT-3083 consolidate simple and threaded server run loopsJim King2015-04-301-0/+1
* THRIFT-3081 consolidate client processing loop in Simple, Threaded, and Threa...Jim King2015-04-261-0/+1
* THRIFT-3090 cmake build is broken on MacOSX.Marco Molteni2015-04-201-3/+3
* THRIFT-3090 cmake build is broken (set CMake version to 2.8.12)Roger Meier2015-04-141-4/+0
* THRIFT-3094 fix broken cmake build of C++ library with alternate threadingJim King2015-04-131-2/+0
* Revert "THRIFT-3014 AppVeyor support - fix format"Roger Meier2015-04-121-0/+4
* THRIFT-3014 AppVeyor support - fix formatRoger Meier2015-04-121-4/+0
* THRIFT-2925 CMake build does not work with OpenSSL nor anything installed in ...Nobuaki Sukegawa2015-01-031-5/+5
* THRIFT-2098 Add support for Qt5+Nobuaki Sukegawa2014-12-211-0/+5
* THRIFT-2903 Qt4 library built with CMake does not workNobuaki Sukegawa2014-12-211-5/+4
* THRIFT-2893 CMake build fails with boost thread or std threadNobuaki Sukegawa2014-12-211-4/+12
* CMake: Add CMake support for Thrift librariesPascal Bach2014-12-131-0/+189