summaryrefslogtreecommitdiff
path: root/build/cmake/DefinePlatformSpecifc.cmake
Commit message (Expand)AuthorAgeFilesLines
* build/cmake/DefinePlatformSpecifc.cmake: Ensure ClangCl on MSVC is recognized...Mario Emmenlauer2021-01-181-7/+7
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-231-2/+2
* THRIFT-4732:refine cmake scripts (#1688)cyy2019-02-071-5/+25
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-261-8/+0
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-131-8/+4
* THRIFT-4732: windows cmake refinements and add windows docker build supportJames E. King III2019-01-111-15/+10
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-111-5/+0
* set c++11 in proper placecyy2019-01-071-11/+0
* remove boost smart ptrcyy2019-01-071-2/+0
* remove boost::thread and boost::mutex codecyy2019-01-071-3/+1
* allow specifing CMAKE_CXX_STANDARD above c++11cyy2019-01-071-7/+18
* force c++11 in cmakeroot2019-01-071-14/+7
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-181-3/+0
* THRIFT-4515: fix windows buildJames E. King III2018-03-121-0/+1
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-4/+11
* THRIFT-4165: better cmake support for C++ language level selection; fixed com...James E. King, III2017-04-051-5/+16
* 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-101-8/+6
* THRIFT-4033 disable thrift compiler plug-in support by default, as the thrift...James E. King, III2017-01-251-5/+2
* THRIFT-3873: fix various compiler warnings and overflow errorsJames E. King, III2017-01-201-0/+12
* THRIFT-3937 if the compiler is too old (gcc before 4.8) disable new compiler ...James E. King, III2016-11-141-0/+9
* THRIFT-3958 Support CMake build type RelWithDebInfo using static RTL on WindowsJim King2016-11-101-0/+3
* THRIFT-3515 Python 2.6 compatibility and test on CINobuaki Sukegawa2016-01-051-0/+0
* THRIFT-2850 CMake: Windows improvements, doc, TMemoryBufferTest fixRoger Meier2015-05-151-8/+7
* THRIFT-2850 CMake: improve Windows supportRoger Meier2015-05-151-1/+1
* THRIFT-3086 add valgrind suppression support to the ExperimentalMemCheck test...Roger Meier2015-05-091-0/+3
* THRIFT-2850 get windows cmake working again and building the unit tests for l...Jim King2015-04-301-2/+13
* THRIFT-3099 cmake build is broken on FreeBSDMarco Molteni2015-04-161-3/+9
* THRIFT-3094 fix broken cmake build of C++ library with alternate threadingJim King2015-04-131-1/+11
* THRIFT-2962:Docker Thrift env for development and testingjfarrell2015-02-181-0/+65