aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2015-10-08Changed MSVC warnings from Wall to W4 to avoid 10000+ warnings from stl/windo...Anton Danielsson
2015-05-13Enable strict aliasing warningsMatt Clarkson
2015-05-13Coverage support with LCOV and GCOVMatt Clarkson
2015-05-12Allow the user to set the C++ standard to useMatt Clarkson
2015-05-12Group common C++ flagsMatt Clarkson
2015-05-12Compile with link time optimisationMatt Clarkson
2015-05-05Only warn on errors in release modeMatt Clarkson
2015-04-03Rearrange the piecesDominic Hamon
2015-04-03Drop down to CMake 2.8.11, and drop INTERFACE since that version doesn'tGeoff Romer
2015-04-03Require cmake 2.8.12 in order to support target_include_directories, andGeoff Romer
2015-04-01Remove BENCHMARK_ENABLE_SHARED and prefer BUILD_SHARED_LIBSEric Fiselier
2015-03-26finish selection of clock with debug informationEric Fiselier
2015-03-17merge masterEric Fiselier
2015-03-17Merge null pointer warningsEric Fiselier
2015-03-12add floating point comparison warningsEric Fiselier
2015-03-12Enable int shortening warningsEric Fiselier
2015-03-12Enable zero as NULL warnings and fix all occurencesEric Fiselier
2015-03-12Adopt new benchmark timing internals.Eric Fiselier
2015-03-06Step one towards merging timer changes.Eric Fiselier
2015-02-21Fix #77 add FreeBSD detection in cmakePavel Davydov
2015-02-19Don't use c++14Eric Fiselier
2014-10-26remove -Wzero-as-null-pointer-constant flag for nowNiklas Hofmann
2014-10-18Merge pull request #58 from google/zero_nullChris Kennelly
2014-10-11Fix #50 by using nullptr and adding stricter warning.Dominic Hamon
2014-10-11Move pthread dependency to test CMakeLists.txtDominic Hamon
2014-08-22Resolve regular expression enginesMatt Clarkson
2014-08-20CMakeLists.txt commentsMatt Clarkson
2014-08-20Consistent indentation in CMakeLists.txtMatt Clarkson
2014-08-08Verify gtest with URL_MD5Matt Clarkson
2014-08-07Remove URL_HASH as it is unsupportedDominic Hamon