Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
google-benchmark
/
refs/heads/int/n/fp2
39352b5
Add Android.mk for google-benchmark.
by Elliott Hughes
· 9 years ago
int/n/fp2
b253bf4
Add license information.
by Elliott Hughes
· 9 years ago
c5b80ff
Merge pull request #184 from KindDragon/patch-1
by Dominic Hamon
· 9 years ago
8da907c
Update README.md
by Arkady Shapkin
· 9 years ago
31e71be
Merge pull request #181 from google/map_test
by Dominic Hamon
· 9 years ago
7fd3fa8
Merge pull request #182 from buchgr/state_threads
by Dominic Hamon
· 9 years ago
007efee
Add number of threads to State.
by Jakob Buchgraber
· 9 years ago
53068f9
Pass const state to Fixture::SetUp. Add map_test.
by Dominic Hamon
· 9 years ago
bdb9f69
Merge pull request #180 from google/release
by Dominic Hamon
· 9 years ago
211f23e
Add section on optimisations to README
by Dominic Hamon
· 9 years ago
af489cd
Merge pull request #176 from enh/cycle-timer-aarch64
by Dominic Hamon
· 9 years ago
cff1541
Merge pull request #177 from enh/cpuinfo-arm
by Dominic Hamon
· 9 years ago
1c4df75
Merge pull request #175 from KindDragon/master
by Dominic Hamon
· 9 years ago
9e37d69
Support MSVC on appveyor
by Arkadiy Shapkin
· 9 years ago
930d3af
Fix ARM /proc/cpuinfo parsing.
by Elliott Hughes
· 9 years ago
d9630ae
Add aarch64 support to src/cycleclock.h.
by Elliott Hughes
· 9 years ago
cd525ae
Merge pull request #171 from eliben/update-doc-userealtime
by Dominic Hamon
· 9 years ago
c7ab1b9
Update README to mention UseRealTime for wallclock time measurements.
by Eli Bendersky
· 9 years ago
f662e8b
Rename OS_MACOSX macro to new name BENCHMARK_OS_MACOSX. Fix #169
by Eric Fiselier
· 9 years ago
0a1f484
Merge pull request #166 from disconnect3d/master
by Dominic Hamon
· 9 years ago
d2917bc
Fixes #165: CustomArguments ret type in README
by Dominik Czarnota
· 9 years ago
475fc83
Merge pull request #162 from RYOBG/add-cstdio
by Eric
· 9 years ago
13a67d2
Add myself to AUTHORS and CONTRIBUTORS as requested wrt Fix #159.
by ryobg
· 9 years ago
a863aea
Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf and etc.
by ryobg
· 9 years ago
4499e8e
Fixes #161
by Dominic Hamon
· 9 years ago
7c8d8c9
Merge pull request #157 from guanqun/fix-static-cast
by Dominic Hamon
· 9 years ago
65cd2ba
add static_cast to get rid of warnings for intel compiler on linux platform
by guanqun
· 9 years ago
87ab54a
Merge pull request #156 from Zbyl/fix-getgitversion
by Dominic Hamon
· 9 years ago
cd2e633
Fix get_git_version to use GIT_EXECUTABLE.
by Zbigniew Skowron
· 9 years ago
559c71d
Added IRC channel to README.md
by Dominic Hamon
· 9 years ago
9b84ead
Merge pull request #148 from DiracResearch/cmake-git-fix
by Dominic Hamon
· 9 years ago
90e7cf0
Update macro names in comments.
by Dominic Hamon
· 9 years ago
3c83ed5
Merge pull request #149 from DiracResearch/android-fix
by Dominic Hamon
· 9 years ago
8c71c30
Fixed OS macros changed in previous pull request.
by Anton Danielsson
· 9 years ago
a2f2a28
Changed date format to ISO 8601.
by Anton Danielsson
· 9 years ago
032c190
Removed newline.
by Anton Danielsson
· 9 years ago
7e9800e
Added a comment why std::vsnprintf is not used.
by Anton Danielsson
· 9 years ago
c8f4690
Sorted include of headers.
by Anton Danielsson
· 9 years ago
6abd537
Use stringstream instead of atoi to avoid sign error.
by Anton Danielsson
· 9 years ago
df0df4a
Fixed tests so they build on android.
by Anton Danielsson
· 9 years ago
0d35f5f
Only include "sys/sysctl.h" if it is needed.
by Anton Danielsson
· 9 years ago
c1e03a4
Changed "std::vsnprintf" to "vsnprintf" to be able to build with the android-ndk.
by Anton Danielsson
· 9 years ago
aecd746
Added include of cstdlib needed for strtol, strtod and getenv.
by Anton Danielsson
· 9 years ago
f702207
Merge pull request #152 from mdavezac/master
by Dominic Hamon
· 9 years ago
da80193
Fixes compilation issue on Macs
by Mayeul d'Avezac
· 9 years ago
e232773
Merge pull request #150 from DiracResearch/visual-studio-warnings-fix
by Dominic Hamon
· 9 years ago
9195fd0
Revert "Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC."
by Anton Danielsson
· 9 years ago
5cced07
Fixed int to char warning.
by Anton Danielsson
· 9 years ago
0a8e0db
Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC.
by Anton Danielsson
· 9 years ago
fcf4e99
Use IsWindowsXPOrGreater instead of the deprecated GetVersionEx.
by Anton Danielsson
· 9 years ago
e605cb0
Changed "while(true)" to "for(;;)" to avoid warning in visual studio.
by Anton Danielsson
· 9 years ago
53b1896
Added _CRT_SECURE_NO_WARNINGS under MSVC.
by Anton Danielsson
· 9 years ago
2589e69
Fixed double to float warning.
by Anton Danielsson
· 9 years ago
e7f6c42
Fixed bug in "ToExponentAndMantissa" when negative exponents where created.
by Anton Danielsson
· 9 years ago
a822c71
Removed default constructor, copy constructor and assignment operator for CheckHandler.
by Anton Danielsson
· 9 years ago
96ca9a7
Fixed int64 to double cast warning.
by Anton Danielsson
· 9 years ago
ba141ac
Renamed the internal os macros to avoid a name clash in Shlwapi.h where OS_WINDOWS is defined to 0.
by Anton Danielsson
· 9 years ago
0244096
Changed MSVC warnings from Wall to W4 to avoid 10000+ warnings from stl/windows headers.
by Anton Danielsson
· 9 years ago
c06da04
Adds Dirac Research and me as Author and Contributor
by Tobias Ulvgard
· 9 years ago
406c204
Merge pull request #151 from izaid/clang-fix
by Dominic Hamon
· 9 years ago
14c4ce5
Removed unneeded #include <cstddef>
by izaid
· 9 years ago
775ef51
CMake check for git on the system
by Tobias Ulvgard
· 9 years ago
4149412
Merge pull request #146 from efcs/fix-iteration-type
by Dominic Hamon
· 9 years ago
3dd14f0
Make the type of kMaxIterations consistent with the type of the iteration count
by Eric Fiselier
· 9 years ago
ed0a2eb
use size_t instead of int for the iteration count
by Eric Fiselier
· 9 years ago
cf40a0f
Merge pull request #136 from efcs/remove-check
by Eric
· 9 years ago
bcb933a
dynamically allocate WallTimeImp
by Eric Fiselier
· 9 years ago
e0441ef
Merge branch 'master' into remove-check
by Eric Fiselier
· 9 years ago
eeaec44
Merge pull request #143 from devjgm/master
by Dominic Hamon
· 9 years ago
2463339
Updates Initialize() to work with an argv as 'char**'
by Greg Miller
· 9 years ago
7583ed9
Merge pull request #137 from jll63/jleroy/vs2013-compatibility
by Dominic Hamon
· 9 years ago
11042c7
Remove unused FormatKV(..., size_t) overload.
by Jean-Louis Leroy
· 9 years ago
fcf8860
Merge pull request #140 from eliben/fix-custom-arguments-return
by Dominic Hamon
· 9 years ago
1dd40c9
Custom arguments function usage with Apply - fix doc and add test.
by Eli Bendersky
· 9 years ago
6319252
Merge pull request #139 from eliben/master
by Dominic Hamon
· 9 years ago
f338ce7
Fix doc sample typos in header and README
by Eli Bendersky
· 9 years ago
0f5503e
Address Dominic's (stylistic) remarks.
by Jean-Louis Leroy
· 9 years ago
a69f566
Remove std::is_trivially_destructible assertion because the trait may not be provided by the STL.
by Eric Fiselier
· 9 years ago
5ec78d7
Do not CpuScalingEnabled on Windows.
by Jean-Louis Leroy
· 10 years ago
cf830f7
Fix division in CPU usage calculation on Windows.
by Jean-Louis Leroy
· 10 years ago
2cf277b
Iterations declared as size_t but printf'ed as a long long. Make it a long long.
by Jean-Louis Leroy
· 10 years ago
d49516b
Make it compile with Visual Studio 2013.
by Jean-Louis Leroy
· 10 years ago
693967f
Remove unnecessary `typename'.
by Jean-Louis Leroy
· 10 years ago
47c3045
Fix #133. Comment now contains compilable code.
by Dominic Hamon
· 10 years ago
fdd99b1
trailing whitespace
by Dominic Hamon
· 10 years ago
3e1dbc8
Merge pull request #130 from umireon/sysinfo-macosx-illegal-nullptr
by Eric
· 10 years ago
f72d249
Add Kaito Udagawa to AUTHORS and CONTRIBUTORS
by Kaito Udagawa
· 10 years ago
72ce39d
Fix the compilation error against G++ on Mac OS X.
by Kaito Udagawa
· 10 years ago
d60945a
Merge pull request #128 from myd7349/master
by Dominic Hamon
· 10 years ago
9afa6c9
Fix issue #127
by myd7349
· 10 years ago
f6c2ea7
Merge pull request #125 from dcoeurjo/cmakeEmptybuildtype
by Dominic Hamon
· 10 years ago
68e6921
Fixing cmake issue with empty cmake_build_type
by David Coeurjolly
· 10 years ago
d18ebcb
Merge pull request #122 from mattyclarkson/coverage
by Dominic Hamon
· 10 years ago
ef47992
Added coveralls support
by Matt Clarkson
· 10 years ago
344775d
Enable strict aliasing warnings
by Matt Clarkson
· 10 years ago
36c1eb6
Coverage support with LCOV and GCOV
by Matt Clarkson
· 10 years ago
d8c7605
Update README.md
by Dominic Hamon
· 10 years ago
3314aa4
Allow the user to set the C++ standard to use
by Matt Clarkson
· 10 years ago
8b50160
Ignore tests
by Matt Clarkson
· 10 years ago
e44ee2d
Group common C++ flags
by Matt Clarkson
· 10 years ago
Next »