aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2020-08-27Fix Clang builds on Windows (#1021)Jeremy Ong
2020-01-31Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934)Alex Reinking
2020-01-30Disable pedantic warnings and errors until googletest/gmock is fixedDominic Hamon
2019-10-23Set CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#889)Kyle Edwards
2019-05-11CMake: check CMAKE_CXX_COMPILER_ID, not CMAKE_C_COMPILER_IDRoman Lebedev
2019-05-10Mark CMake project as C++-only (#681)MichaƂ Janiszewski
2019-05-01If gtest targets are already defined, use them. (#777)Shuo Chen
2019-05-01Bump required cmake version from 2.x to 3.x (#801)Dominic Hamon
2019-04-30CMake: codedrop of googletest cmake magic from me (#809)Roman Lebedev
2019-04-05Silence CMake Policy 0063 warning (#790)Joseph Loser
2019-02-19[#766] add x-compile support for QNX SDP7 (#770)Jilin Zhou
2019-02-19Prefer -pthread to -lpthread for better compatibility when cross-compiling (#...Wes McKinney
2018-12-30Set CMP0048 policy before project() to silence warnings (#750)Reid Kleckner
2018-11-13Ensure all informational cmake messages have STATUS typeDominic Hamon
2018-11-02Disable exceptions in Microsoft STL (#715)Kirill Bobyrev
2018-10-05Fix Clang Detection (#697)Gregorio Litenstein
2018-09-10Backport LLVM's r341717 "Fix flags used to compile benchmark library with cla...Roman Lebedev
2018-08-29Ignore 32 bit build option when using MSVC (#638)Michael "Croydon" Keck
2018-07-09Fix build with Intel compiler (#631)Federico Ficarelli
2018-06-27Use EXPECT_DOUBLE_EQ when comparing doubles in tests. (#624)Dominic Hamon
2018-06-07Disable deprecation warnings when -Werror is enabled. (#609)Dominic Hamon
2018-05-29Deprecate CSVReporter - A first step to overhauling reporting. (#488)Eric
2018-05-08There is no "FATAL" in message(), only "FATAL_ERROR" (#584)Roman Lebedev
2018-03-23Add tests to verify assembler output -- Fix DoNotOptimize. (#530)Eric
2018-03-21Fix #552 - GCC and Clang warn on possibly invalid offsetof usage.Eric Fiselier
2018-02-14Improve State packing: put important members on first cache line. (#527)Eric
2017-12-13Add support for GTest based unit tests. (#485)Eric
2017-11-29CMake: implement LTO for clang. Fixes #478 (#487)Roman Lebedev
2017-10-20Add option to install benchmark (#463)Yangqing Jia
2017-08-28Attempting to resolve a submoduling issues... (#439)Roman Lebedev
2017-06-13Revert "Use NEW settings for CMP0063 policy (#399)" (#401)Eric
2017-06-13Use NEW settings for CMP0063 policy (#399)Tim
2017-05-03test commitEric Fiselier
2017-03-28Add BENCHMARK_BUILD_32_BITS option and add builders to test it (#360)Eric
2017-03-27Fix ICC compiler warnings (#358)rolandschulz
2016-12-05Add support for building w/o exceptions (#317)Eric
2016-12-05Update the required CMake version to 2.8.12 (#316)Eric
2016-10-08Fix #294. Add -D_GNU_SOURCE when building under CygwinEric Fiselier
2016-09-05Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287)Eric
2016-09-02Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)Eric
2016-08-29Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280)Eric
2016-07-06Add export linker flags policy to cmake (#251)Steve Downey
2016-05-10Added GCC/Clang support for other rel configsBilly Robert O'Neal III
2016-05-10Added support for CMake's other rel configsBilly Robert O'Neal III
2016-05-10Fix clobbering of default CMAKE_CXX_FLAGS_RELEASEBilly Robert O'Neal III
2016-05-10Remove redundant MSVC++ /W3 triggering warningsBilly Robert O'Neal III
2016-02-12Support MSVC on appveyorArkadiy Shapkin
2015-10-08Revert "Added Wconversion so the gcc/clang warnings will be more similar to W...Anton Danielsson
2015-10-08Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC.Anton Danielsson
2015-10-08Added _CRT_SECURE_NO_WARNINGS under MSVC.Anton Danielsson