1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-25 20:40:39 +08:00

Commit Graph

  • 7c69b36078 Add an additional parameter for time units Kai Wolf 2016-03-25 22:47:27 +0100
  • 3a02c462c7 Add myself to the contributors list Kai Wolf 2016-03-24 22:34:23 +0100
  • cded70a166 Add optional ms time unit for console reporter Kai Wolf 2016-03-24 22:18:55 +0100
  • b2e7340875 Merge pull request from insertinterestingnamehere/libcpp_include_fix Dominic Hamon 2016-02-26 02:39:44 +0100
  • 0dca953b13 Include cstdlib in map_test to make sure std::rand is available when building with libc++. Ian Henriksen 2016-02-24 12:31:31 -0700
  • e4ad1afa1f Merge pull request from amin-jabri/multithreaded_Fixture_TearDown Dominic Hamon 2016-02-24 16:46:44 +0100
  • 53aca9bc71 Pass const State to Fixture::TearDown. Fix memory leak in fixture_test Mohamed Amin JABRI 2016-02-24 17:36:34 +0900
  • c5b80ff1ac Merge pull request from KindDragon/patch-1 Dominic Hamon 2016-02-17 11:45:59 +0100
  • 8da907c2c2 Update README.md Arkady Shapkin 2016-02-16 23:29:24 +0300
  • 49b2e9b9db Merge e3c4425464 into 31e71be77c Dominic Hamon 2016-02-16 11:58:04 +0000
  • e3c4425464 Changing a member means it won't be optimized anyway Dominic Hamon 2016-02-16 11:57:47 +0000
  • 472d8b38c3 Let's see if this gets around the optimization Dominic Hamon 2016-02-16 11:54:53 +0000
  • f50c436395 Don't try to use range when you don't have one. Dominic Hamon 2016-02-16 11:48:17 +0000
  • aed14ff206 PauseTiming and ResumeTiming are now private. Dominic Hamon 2016-02-16 11:36:46 +0000
  • 31e71be77c Merge pull request from google/map_test Dominic Hamon 2016-02-16 02:08:29 -0800
  • 7fd3fa8e3c Merge pull request from buchgr/state_threads Dominic Hamon 2016-02-16 02:08:02 -0800
  • 007efee751 Add number of threads to State. Jakob Buchgraber 2016-02-15 14:19:43 +0100
  • 53068f974c Pass const state to Fixture::SetUp. Add map_test. Dominic Hamon 2016-02-15 03:04:19 -0800
  • bdb9f697d7 Merge pull request from google/release Dominic Hamon 2016-02-14 09:29:40 -0800
  • 211f23ee13 Add section on optimisations to README Dominic Hamon 2016-02-14 09:28:10 -0800
  • af489cd4a3 Merge pull request from enh/cycle-timer-aarch64 Dominic Hamon 2016-02-13 13:05:16 -0800
  • cff1541b0c Merge pull request from enh/cpuinfo-arm Dominic Hamon 2016-02-13 13:05:09 -0800
  • 1c4df750c4 Merge pull request from KindDragon/master Dominic Hamon 2016-02-13 13:04:57 -0800
  • 9e37d69b23 Support MSVC on appveyor Arkadiy Shapkin 2016-02-09 01:48:19 +0300
  • 930d3af052 Fix ARM /proc/cpuinfo parsing. Elliott Hughes 2016-02-10 16:13:51 -0800
  • d9630aee88 Add aarch64 support to src/cycleclock.h. Elliott Hughes 2016-02-10 15:48:27 -0800
  • a574110048 Close a memory leak in configuration code Alastair Murray 2016-02-09 13:08:56 +0000
  • 9a21ce9fba Merge e1b18f8303 into cd525ae85d Arkady Shapkin 2016-02-08 22:50:07 +0000
  • e1b18f8303 Support MSVC on appveyor Arkadiy Shapkin 2016-02-09 01:48:19 +0300
  • ee93a33b94 Improve CMAKE_INSTALL_LIBDIR default value. Jean-Louis Leroy 2016-01-22 15:18:01 -0500
  • 2018874a88 Honor the CMAKE_INSTALL_LIBDIR variable. Jean-Louis Leroy 2016-01-22 13:53:58 -0500
  • 80e18f14ac Merge 4480bc7a7f into cd525ae85d Eric 2015-12-30 21:22:22 +0000
  • cd525ae85d Merge pull request from eliben/update-doc-userealtime v1.0.0 Dominic Hamon 2015-12-30 10:22:39 -0800
  • c7ab1b987b Update README to mention UseRealTime for wallclock time measurements. Eli Bendersky 2015-12-30 06:01:19 -0800
  • f662e8be5b Rename OS_MACOSX macro to new name BENCHMARK_OS_MACOSX. Fix Eric Fiselier 2015-12-14 15:02:30 -0700
  • 0a1f4849a6 Merge pull request from disconnect3d/master Dominic Hamon 2015-11-30 09:50:29 -0800
  • d2917bcded Fixes : CustomArguments ret type in README Dominik Czarnota 2015-11-30 16:15:00 +0100
  • 475fc83019 Merge pull request from RYOBG/add-cstdio Eric 2015-11-06 11:37:50 -1000
  • 13a67d20e6 Add myself to AUTHORS and CONTRIBUTORS as requested wrt Fix . ryobg 2015-11-06 20:09:57 +0200
  • a863aead13 Fixes : Add inclusion of cstdio to files using stdout, vprintf, printf and etc. ryobg 2015-11-06 11:03:43 +0200
  • 81fa8e0526 Merge 9c3abf3fd7 into 4499e8e415 Gustavo José de Sousa 2015-11-05 17:53:21 +0000
  • 4499e8e415 Fixes Dominic Hamon 2015-11-05 09:53:08 -0800
  • 9c3abf3fd7 Fix README markdown Gustavo Jose de Sousa 2015-11-05 15:13:27 -0200
  • 7c8d8c9dd7 Merge pull request from guanqun/fix-static-cast Dominic Hamon 2015-10-29 08:22:31 -0700
  • 65cd2bac6c add static_cast to get rid of warnings for intel compiler on linux platform guanqun 2015-10-25 20:43:27 +0800
  • 87ab54ad6a Merge pull request from Zbyl/fix-getgitversion Dominic Hamon 2015-10-19 10:06:44 -0700
  • cd2e633fe5 Fix get_git_version to use GIT_EXECUTABLE. Zbigniew Skowron 2015-10-18 02:13:37 +0200
  • 559c71d840 Added IRC channel to README.md Dominic Hamon 2015-10-13 12:02:08 -0700
  • 9b84ead0fb Merge pull request from DiracResearch/cmake-git-fix Dominic Hamon 2015-10-12 09:55:02 -0700
  • 90e7cf000e Update macro names in comments. Dominic Hamon 2015-10-12 09:50:01 -0700
  • 3c83ed5b47 Merge pull request from DiracResearch/android-fix Dominic Hamon 2015-10-12 09:16:25 -0700
  • 7dfdcf12cf fix the calculation in SleepForMilliseconds Lu Guanqun 2015-10-10 17:57:44 +0800
  • 8c71c307ac Fixed OS macros changed in previous pull request. Anton Danielsson 2015-10-09 09:09:14 +0200
  • a2f2a28b31 Changed date format to ISO 8601. Anton Danielsson 2015-10-09 09:05:19 +0200
  • 032c190c4a Removed newline. Anton Danielsson 2015-10-09 09:00:42 +0200
  • 7e9800e78a Added a comment why std::vsnprintf is not used. Anton Danielsson 2015-10-08 11:52:49 +0200
  • c8f4690fd4 Sorted include of headers. Anton Danielsson 2015-10-08 11:43:45 +0200
  • 6abd53777b Use stringstream instead of atoi to avoid sign error. Anton Danielsson 2015-10-07 09:12:56 +0200
  • df0df4aba9 Fixed tests so they build on android. Anton Danielsson 2015-10-05 10:43:06 +0200
  • 0d35f5f68a Only include "sys/sysctl.h" if it is needed. Anton Danielsson 2015-10-05 10:24:12 +0200
  • c1e03a4b58 Changed "std::vsnprintf" to "vsnprintf" to be able to build with the android-ndk. Anton Danielsson 2015-10-05 10:07:29 +0200
  • aecd746691 Added include of cstdlib needed for strtol, strtod and getenv. Anton Danielsson 2015-10-05 09:20:37 +0200
  • f7022075e0 Merge pull request from mdavezac/master Dominic Hamon 2015-10-08 11:22:28 -0700
  • da80193de9 Fixes compilation issue on Macs Mayeul d'Avezac 2015-10-08 18:35:06 +0100
  • e2327733e6 Merge pull request from DiracResearch/visual-studio-warnings-fix Dominic Hamon 2015-10-08 10:06:01 -0700
  • 9195fd07d6 Revert "Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC." Anton Danielsson 2015-10-05 15:26:03 +0200
  • 5cced076d2 Fixed int to char warning. Anton Danielsson 2015-10-05 15:02:08 +0200
  • 0a8e0dbb0b Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC. Anton Danielsson 2015-10-05 14:59:15 +0200
  • fcf4e99e01 Use IsWindowsXPOrGreater instead of the deprecated GetVersionEx. Anton Danielsson 2015-10-05 14:51:56 +0200
  • e605cb0802 Changed "while(true)" to "for(;;)" to avoid warning in visual studio. Anton Danielsson 2015-10-05 14:38:07 +0200
  • 53b1896c53 Added _CRT_SECURE_NO_WARNINGS under MSVC. Anton Danielsson 2015-10-05 14:36:09 +0200
  • 2589e69e05 Fixed double to float warning. Anton Danielsson 2015-10-05 14:31:56 +0200
  • e7f6c42a79 Fixed bug in "ToExponentAndMantissa" when negative exponents where created. Anton Danielsson 2015-10-05 14:26:31 +0200
  • a822c71655 Removed default constructor, copy constructor and assignment operator for CheckHandler. Anton Danielsson 2015-10-05 14:05:06 +0200
  • 96ca9a7aba Fixed int64 to double cast warning. Anton Danielsson 2015-10-05 14:00:20 +0200
  • ba141ac0d9 Renamed the internal os macros to avoid a name clash in Shlwapi.h where OS_WINDOWS is defined to 0. Anton Danielsson 2015-10-05 13:58:35 +0200
  • 02440964e8 Changed MSVC warnings from Wall to W4 to avoid 10000+ warnings from stl/windows headers. Anton Danielsson 2015-10-05 13:42:14 +0200
  • c06da04bcf Adds Dirac Research and me as Author and Contributor Tobias Ulvgard 2015-10-07 17:28:00 +0200
  • 406c2049a3 Merge pull request from izaid/clang-fix Dominic Hamon 2015-10-06 09:23:47 -0700
  • 14c4ce5ebf Removed unneeded #include <cstddef> izaid 2015-10-06 15:10:15 +0100
  • 775ef51d04 CMake check for git on the system Tobias Ulvgard 2015-10-02 17:05:58 +0200
  • 414941295e Merge pull request from efcs/fix-iteration-type Dominic Hamon 2015-10-02 12:06:11 -0700
  • 3dd14f0724 Make the type of kMaxIterations consistent with the type of the iteration count Eric Fiselier 2015-10-01 18:46:39 -0600
  • ed0a2eb741 use size_t instead of int for the iteration count Eric Fiselier 2015-10-01 15:08:44 -0600
  • cf40a0f117 Merge pull request from efcs/remove-check Eric 2015-10-01 15:05:39 -0600
  • bcb933a9fb dynamically allocate WallTimeImp Eric Fiselier 2015-10-01 14:53:46 -0600
  • e0441ef5d0 Merge branch 'master' into remove-check Eric Fiselier 2015-10-01 14:52:46 -0600
  • eeaec441a7 Merge pull request from devjgm/master Dominic Hamon 2015-09-30 13:31:59 -0700
  • 2463339d0b Updates Initialize() to work with an argv as 'char**' Greg Miller 2015-09-30 16:14:50 -0400
  • 7de11f2547 Merge a01bb36ffa into 7583ed9363 Pierre Dulac 2015-09-30 17:24:38 +0000
  • 7583ed9363 Merge pull request from jll63/jleroy/vs2013-compatibility Dominic Hamon 2015-09-30 10:23:57 -0700
  • 11042c7fe7 Remove unused FormatKV(..., size_t) overload. Jean-Louis Leroy 2015-09-25 09:37:03 -0400
  • fcf8860e6a Merge pull request from eliben/fix-custom-arguments-return Dominic Hamon 2015-09-23 13:12:20 -0700
  • 1dd40c99c0 Custom arguments function usage with Apply - fix doc and add test. Eli Bendersky 2015-09-23 11:44:26 -0700
  • 6319252533 Merge pull request from eliben/master Dominic Hamon 2015-09-18 08:23:25 -0700
  • f338ce7965 Fix doc sample typos in header and README Eli Bendersky 2015-09-17 20:14:10 -0700
  • d3b82edc27 Merge bffcae525e into 47c304536e Eli Bendersky 2015-09-17 13:03:05 +0000
  • bffcae525e Fix sample documentation: using iterations() Eli Bendersky 2015-09-17 06:02:44 -0700
  • 0f5503e9a2 Address Dominic's (stylistic) remarks. Jean-Louis Leroy 2015-09-08 15:18:43 -0400
  • a69f566e0a Remove std::is_trivially_destructible assertion because the trait may not be provided by the STL. Eric Fiselier 2015-09-07 19:33:23 -0600