summaryrefslogtreecommitdiff
path: root/build/cmake
Commit message (Expand)AuthorAgeFilesLines
* build/cmake/DefineOptions.cmake: Fixed the logic of BUILD_SHARED_LIBSMario Emmenlauer2020-12-161-1/+6
* Use correct platform executable suffix for thrift compilerMario Emmenlauer2020-06-021-1/+1
* Fix STRERROR_R_CHAR_P cxx check (remove unused variable warning->error)Anton Filippov2020-05-301-1/+1
* THRIFT-5147: Add uninstall functionzeshuai0072020-05-211-0/+47
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-04-221-1/+1
* THRIFT-5076 Improve CMake OpenSSL usageKevin Wojniak2020-04-031-3/+12
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-232-3/+7
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-231-0/+14
* THRIFT-5097: Fix exported version in cmake moduleTobias Mayer2020-02-161-1/+2
* THRIFT-5086 CMake target thrift::thrift has no INTERFACE_INCLUDE_DIRECTORIES ...Jens Geyer2020-02-061-0/+1
* Replace unknown BUILD_THRIFT variableKevin Wojniak2019-11-031-1/+1
* THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost predef...James E. King III2019-05-041-1/+1
* Fix MinGW build issue in AppVeyorJames E. King III2019-05-041-3/+11
* THRIFT-4811: Add CMake config file and targets. (see #4752) (#1748)soroshsabz2019-03-154-3/+98
* THRIFT-4732:refine cmake scripts (#1688)cyy2019-02-073-5/+62
* THRIFT-4384: fix concurrent sync in cpp async client codeJames E. King III2019-02-021-13/+19
* THRIFT-4760: Configure and install pkgconfig files when using cmakeJoel 'Aaron' Cohen2019-01-282-0/+12
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-262-14/+3
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-241-10/+15
* fix c++17 building on windowscyy2019-01-221-0/+11
* THRIFT-4163: update cmake build type handlingJames E. King III2019-01-213-8/+42
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-132-16/+4
* THRIFT-4732: windows cmake refinements and add windows docker build supportJames E. King III2019-01-114-119/+78
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-113-11/+0
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-093-21/+46
* set c++11 in proper placecyy2019-01-072-21/+7
* remove std tr1cyy2019-01-071-6/+0
* remove boost smart ptrcyy2019-01-072-8/+0
* remove boost::thread and boost::mutex codecyy2019-01-075-13/+5
* allow specifing CMAKE_CXX_STANDARD above c++11cyy2019-01-071-7/+18
* force c++11 in cmakeroot2019-01-071-14/+7
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
|/
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-181-3/+0
* THRIFT-4618: Use poll() instead of select() in C++ TNonblockingServer if avai...st0ke2018-10-122-0/+4
* THRIFT-4515: cross server test improvement: graceful test server shutdownJames E. King III2018-03-192-0/+4
* THRIFT-4515: fix windows buildJames E. King III2018-03-121-0/+1
* THRIFT-4465: Fix C++ TNonblockingServer and THRIFT_EAGAIN issuesBugra Gedik2018-03-122-3/+7
* THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issuesAlex Volanis2018-01-242-3/+39
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-104-7/+33
* THRIFT-4158: MSYS-appveyor-install.bat: use mingw-w64-xxx variants of openssl...Mario Emmenlauer2017-04-181-3/+3
* THRIFT-4165: better cmake support for C++ language level selection; fixed com...James E. King, III2017-04-053-5/+34
* THRIFT-3978: tighten up pthread mutex implementation, removing asserts and re...James E. King, III2017-04-041-0/+1
* THRIFT-4081 broke compiling with gcc 4.6.xJames E. King, III2017-03-221-1/+1
* THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ...James E. King, III2017-03-103-17/+55
* THRIFT-4046 fix PlatformSocket.h for mingw64/msys2 and provide instructions f...James E. King, III2017-01-311-0/+63
* THRIFT-4033 disable thrift compiler plug-in support by default, as the thrift...James E. King, III2017-01-252-7/+3
* THRIFT-3873: fix various compiler warnings and overflow errorsJames E. King, III2017-01-205-17/+70
* THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler ...James E. King, III2016-11-142-5/+15
* THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on WindowsJim King2016-11-101-0/+3