aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2020-09-12Fixed pkg-config on other than Ubuntu GNU/Linux distributions. (#1043)Vitaly Zaitsev
2020-08-27Fix Clang builds on Windows (#1021)Jeremy Ong
2020-08-21Ctest support (#1025)Dominic Hamon
2019-10-04Cache RUN_${FEATURE} variable in CXXFeatureCheck.cmake (#886)Kyle Edwards
2019-09-15Allow setting GOOGLETEST_PATH cmake argument. Fixes #867 (#868)Attila M. Szilagyi
2019-04-30CMake: avoid incorrect extra "" around the GOOGLETEST_PATH.Roman Lebedev
2019-04-30CMake: codedrop of googletest cmake magic from me (#809)Roman Lebedev
2019-02-01Add -lpthread to pkg-config Libs.private. (#755)Daniel Kraft
2018-11-13Ensure all informational cmake messages have STATUS typeDominic Hamon
2018-10-13Fix SOURCE_DIR in HandleGTest.cmake (#705)Olzhas Kaiyrakhmet
2018-10-13Revert "Fix SOURCE_DIR in HandleGTest.cmake (#703)" (#704)Eric
2018-10-13Fix SOURCE_DIR in HandleGTest.cmake (#703)Olzhas Kaiyrakhmet
2018-10-05Fix Clang Detection (#697)Gregorio Litenstein
2018-05-14split_list is not defined for assembly tests (#595)Deniz Evrenci
2018-05-08There is no "FATAL" in message(), only "FATAL_ERROR" (#584)Roman Lebedev
2018-05-08Run git from the source directory (#589) (#590)php1ic
2018-04-23Add caching for cxx_feature_check (#573)Yangqing Jia
2018-04-05Fix #564 - gmock/gmock.h not found in benchmark tests.Eric Fiselier
2018-03-21Fix #538 - gtest.h not found when building with older CMake versions.Eric Fiselier
2018-02-14Improve State packing: put important members on first cache line. (#527)Eric
2018-02-12Fix GTest workaround on MSVCEric Fiselier
2018-02-12Work around Gtest build failure caused by -Werror=unused-function. (#529)Eric
2018-01-05Prevent GTest and GMock from being installed with Google Benchmark.Eric Fiselier
2017-12-13Add support for GTest based unit tests. (#485)Eric
2017-11-29CMake: implement LTO for clang. Fixes #478 (#487)Roman Lebedev
2017-11-15Add a pkg-config file, for the benefit of projects not using CMake. (#480)Steinar H. Gunderson
2017-08-28Attempting to resolve a submoduling issues... (#439)Roman Lebedev
2017-08-15CMake: Fallback from try_run to try_compile when cross-compiling. (#436)Victor Costan
2017-06-16Fix #403 HAVE_${VAR} not passed to makefile (#404)Jern-Kuan Leong
2017-04-04Merge branch '1.1' of git://github.com/piribes/benchmark into piribes-1.1Dominic Hamon
2017-04-03Add CMake Package Config files during installGiuseppe Roberti
2017-03-28Add BENCHMARK_BUILD_32_BITS option and add builders to test it (#360)Eric
2016-12-05Update the required CMake version to 2.8.12 (#316)Eric
2016-10-05Pass flag string to `check_cxx_compiler_flag` (#298)ktnyt
2016-08-29Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280)Eric
2016-05-23Prevent re-execution of slow feature tests.Eric Fiselier
2016-02-09Close a memory leak in configuration codeAlastair Murray
2015-10-18Fix get_git_version to use GIT_EXECUTABLE.Zbigniew Skowron
2015-10-06CMake check for git on the systemTobias Ulvgard
2015-05-01Improve the CMake C++ flag checkerMatt Clarkson
2015-03-26address review commentsEric Fiselier
2015-03-26finish selection of clock with debug informationEric Fiselier
2015-03-12Adopt new benchmark timing internals.Eric Fiselier
2015-03-06Change std::regex detection test to detect bug in libstdc++.Eric Fiselier
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-11Fix #54 by correcting reference to CXX flags for variants.Dominic Hamon
2014-08-22Fixed the CMake add_cxx_compiler_flag functionMatt Clarkson
2014-08-22Resolve regular expression enginesMatt Clarkson
2014-08-15Do not use CMake CONCATMatt Clarkson