- c010560 Add `benchmark_main.pc` to link `main()` containing library (#1779) by David Seifert · 11 months ago
- 17bc235 Output library / schema versions in JSON context block (#1742) by Roman Lebedev · 1 year, 1 month ago
- 8805bd0 pfm: Use a more standard CMake approach for finding libpfm (#1628) by Pichot · 1 year, 8 months ago
- 3b19d72 Fix CPU frequency estimation on riscv (#1549) by Yingwei Zheng · 2 years, 1 month ago
- 49aa374 bump cmake dep and docs (#1468) by Dominic Hamon · 2 years, 6 months ago
- e8baf26 Link error when use as static library on windows. (#1470) by Pavel V. Sysolyatin · 2 years, 7 months ago
- 7d48eff remove unnecessary generated include directory (#1451) by Dominic Hamon · 2 years, 8 months ago
- e27c930 use target_compile_definitions (#1440) by Dominic Hamon · 2 years, 8 months ago
- 7b3ac07 Stop generating the export header and just check it in (#1435) by Dominic Hamon · 2 years, 8 months ago
- d845b7b Also fix the SOVERSION for benchmark_main by Dominic Hamon · 2 years, 8 months ago
- d4bc509 Fix SOVERSION of shared library by Dominic Hamon · 2 years, 8 months ago
- 9e47d07 annotate and export public symbols (#1321) by Sergiu Deitsch · 3 years, 1 month ago
- 3b3de69 Fix `-DBENCHMARK_ENABLE_INSTALL=OFF` (Fixes #1275) (#1305) by Roman Lebedev · 3 years, 3 months ago
- 365670e Added Doxygen support. (#1228) by Vitaly Zaitsev · 3 years, 5 months ago
- 1be88c0 cmake: allow to use package config from build directory by Sergiu Deitsch · 3 years, 5 months ago
- eb9100b cmake: make package config relocatable by Sergiu Deitsch · 3 years, 5 months ago
- 59bbc7f cmake: eliminate redundant `target_include_directories` (#1242) by Sergiu Deitsch · 3 years, 5 months ago
- 1bd8098 Optimized docs installation (#1225) by Vitaly Zaitsev · 3 years, 6 months ago
- 990299f install docs folder when installing library (#1212) by Dominic Hamon · 3 years, 7 months ago
- 376ebc2 Support optional, user-directed collection of performance counters (#1114) by Mircea Trofin · 3 years, 11 months ago
- 70d89ac Revert "Add d postfix to Debug libraries (#923)" by Roman Lebedev · 5 years ago
- daff5fe Alias CMake Targets. Fixes #921 (#926) by Jordan Williams · 5 years ago
- 5ce2429 Add d postfix to Debug libraries (#923) by Szitár Gergő · 5 years ago
- 8e48105 CMake; windows: link to lowercase 'shlwapi' - consistent with headers (#840) by Roman Lebedev · 6 years ago
- 33d4404 Don't read CMAKE_BUILD_TYPE if it is not there (#811) by Roman Lebedev · 6 years ago
- 823d246 Add support for GNU Install Dirs from GNU Coding Standards. Fixes #807 (#808) by Lockywolf · 6 years ago
- 13b8bdc Bump required cmake version from 2.x to 3.x (#801) by Dominic Hamon · 6 years ago
- 505be96 Avoid using CMake 3.6 feature list(FILTER ...) (#612) by Marat Dukhan · 7 years ago
- 1301f53 cmake: use numeric version in package config (#611) by Sergiu Deitsch · 7 years ago
- e776aa0 Add benchmark_main target. (#601) by Alex Strelnikov · 7 years ago
- 47df49e Add Solaris support (#539) by alekseyshl · 7 years ago
- 0c3ec99 Add a pkg-config file, for the benefit of projects not using CMake. (#480) by Steinar H. Gunderson · 7 years ago
- f65c6d9 Remove deprecated headers (#473) by Dominic Hamon · 7 years ago
- 491360b Add option to install benchmark (#463) by Yangqing Jia · 7 years ago
- 15e9eba Associate the required include directory with the benchmark library (#393) by David Kruger · 8 years ago
- 312d9d0 Fix cmake file not to use CMAKE_SOURCE_DIR (#367) by Daniel Varga · 8 years ago
- 858581e Remove unnecessary benchmark subfolder by Dominic Hamon · 8 years ago
- 6628359 Merge branch '1.1' of git://github.com/piribes/benchmark into piribes-1.1 by Dominic Hamon · 8 years ago
- 128fe25 Fix ${include_install_dir} by Giuseppe Roberti · 8 years ago
- 824bbb8 Add CMake Package Config files during install by Giuseppe Roberti · 8 years ago
- 34010be Fix librt linking on systems which has it (#331) by Alt · 8 years ago
- d038472 Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287) by Eric · 9 years ago
- cba945e Make `PauseTiming()` and `ResumeTiming()` per thread. (#286) by Eric · 9 years ago
- 83561f0 CMake: add headers to the list of source files. (#284) by biojppm · 9 years ago
- 6e25917 Add -DBENCHMARK_USE_LIBCXX:BOOL=<value> option. (#280) by Eric · 9 years ago
- 2f61f8a refactor leastsq into complexity by Ismael · 9 years ago
- 872ff01 addaptation of minimal_leastsq library by Ismael · 9 years ago
- 1e0ed3a Rearrange the pieces by Dominic Hamon · 10 years ago
- dcb1a3d Drop down to CMake 2.8.11, and drop INTERFACE since that version doesn't by Geoff Romer · 10 years ago
- 3078ce9 Link pthread as an INTERFACE library. by Geoff Romer · 10 years ago
- 89a1eda Require cmake 2.8.12 in order to support target_include_directories, and by Geoff Romer · 10 years ago
- a6ad799 Configure 'benchmark' cmake target so that when other targets depend on it, by Geoff Romer · 10 years ago
- 8fcfa81 Fix comment about linking threading by Eric Fiselier · 10 years ago
- 8bb991d Remove BENCHMARK_ENABLE_SHARED and prefer BUILD_SHARED_LIBS by Eric Fiselier · 10 years ago
- d676c5b Libraries are treated as runtime objects on Windows by Matt Clarkson · 10 years ago
- 6bc54ba Use CMake to link Shlwapi on Windows by Matt Clarkson · 10 years ago
- 71c41cd Introduce CSV reporter by Dominic Hamon · 10 years ago
- 6429348 address review comments and fix array type declaration by Eric Fiselier · 10 years ago
- 4242f2f move reporter internals in both headers and source by Eric Fiselier · 10 years ago
- 7a76701 Adopt new benchmark timing internals. by Eric Fiselier · 10 years ago
- a187aa0 Third step in moving towards adopting new timer semantics by Eric Fiselier · 10 years ago
- 8ed7d76 The second step towards merging the timer changes. by Eric Fiselier · 10 years ago
- b1f34d3 address comments by Eric Fiselier · 10 years ago
- 5b41e12 Step one towards merging timer changes. by Eric Fiselier · 10 years ago
- f043826 C++11 regular expressions by Matt Clarkson · 11 years ago
- fac16a6 CMakeLists.txt comments by Matt Clarkson · 11 years ago
- 57fdf38 Allow shared libraries with BUILD_SHARED_LIBS by Matt Clarkson · 11 years ago
- fa90892 Partially resolve google/benchmark#17 by fixing regular expression leak. by Chris Kennelly · 11 years ago
- e38fde6 Setup targets from each directory, rather than the top-level. by Chris Kennelly · 11 years ago