This website requires JavaScript.
Explore
Help
Sign In
dolysis
/
benchmark
mirror of
https://github.com/google/benchmark.git
Watch
3
Star
0
Fork
You've already forked benchmark
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
benchmark
/
.clang-format
6 lines
74 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add clang-format file
2016-09-02 21:49:59 +00:00
---
Language: Cpp
Simplify clang-format and apply to tests (#302)
2016-10-07 18:04:50 +00:00
BasedOnStyle: Google
[JSON] add threads and repetitions to the json output (#748) * [JSON] add threads and repetitions to the json output, for better ide… [Tests] explicitly check for thread == 1 [Tests] specifically mark all repetition checks [JSON] add repetition_index reporting, but only for non-aggregates (i… * [Formatting] Be very, very explicit about pointer alignment so clang-format can not put pointers/references on the wrong side of arguments. [Benchmark::Run] Make sure to use explanatory sentinel variable rather than a magic number. * Do not pass redundant information
2019-03-26 09:53:07 +00:00
PointerAlignment: Left
Fix .clang-format
2019-04-08 09:38:11 +00:00
...