1. d147797 Add state.SetComplexityN to docs. (#245) by Nick · 8 years ago
  2. 1d53e5e Clarified output formats (#241) by Ryan · 8 years ago
  3. 3fdd76b fix issue 235 (#236) by Ismael · 8 years ago
  4. 2d088a9 Merge branch 'ismaelJimenez-added_lambdas' by Dominic Hamon · 8 years ago
  5. e498143 fix warning on loss of integer precision by Dominic Hamon · 8 years ago
  6. 51c23a9 Merge branch 'added_lambdas' of git://github.com/ismaelJimenez/benchmark into ismaelJimenez-added_lambdas by Dominic Hamon · 8 years ago
  7. 2859ae9 changed complexity_n to int and fix some whitespaces by Ismael · 8 years ago
  8. 8ba94b4 changed global string to const char * by Ismael · 8 years ago
  9. 1a63396 changed BigO logic order by Ismael · 8 years ago
  10. 240ba4e changed BigOFunc argument from size_t to int by Ismael · 8 years ago
  11. f964480 Merge branch 'added_lambdas' of https://github.com/ismaelJimenez/benchmark into added_lambdas by Ismael · 8 years ago
  12. 22cb9d9 google formated by Ismael · 8 years ago
  13. 3ef6339 Update Readme.md by Ismael · 8 years ago
  14. 109f528 removed functional library not needed by Ismael · 8 years ago
  15. 11e3043 checked format before pull request by Ismael · 8 years ago
  16. 212cfe1 removed check on automatic fit, to avoid random convergence misfits breaking the build by Ismael · 8 years ago
  17. 8c73d49 fixed reporter_output_test by Ismael · 8 years ago
  18. 867f914 added lambdas to complexity report by Ismael · 8 years ago
  19. 84cd50b Add workaround for VS2013 const-incorrect atomic (#230) by Billy O'Neal · 8 years ago
  20. 3685cad Added new noexcept macros for VS2013 (#229) by Billy O'Neal · 8 years ago
  21. 74a278e Fix flaky test by Eric Fiselier · 8 years ago
  22. 519e8d0 Fix missing declaration of FLAGS_color_print by Eric Fiselier · 8 years ago
  23. 7188824 Fix windows build in console_reporter.cc. Fixes #228 by Eric Fiselier · 8 years ago
  24. 0223044 Move UnitTime helpers to reporter.h by Eric Fiselier · 8 years ago
  25. 1b263fe Cleanup reporters (#226) by Eric · 8 years ago
  26. 238e558 Allow benchmarks to take arbitrary arguments. (#221) by Eric · 8 years ago
  27. 5686bf1 Change reporters to use a specified output and error stream. Add tests for output. (#219) by Eric · 8 years ago
  28. 3f7a9c7 Merge branch 'ismaelJimenez-update_complexity' by Dominic Hamon · 8 years ago
  29. d6bc7e1 Merge branch 'update_complexity' of git://github.com/ismaelJimenez/benchmark into ismaelJimenez-update_complexity by Dominic Hamon · 8 years ago
  30. c1c7d33 added benchmar_apit to complexity.cc by Ismael · 8 years ago
  31. 805e8ba small refactor by Ismael · 8 years ago
  32. ac3ec2d moved complexity.h into src and BigO enum into benchmark_api by Ismael · 8 years ago
  33. d82f0c3 added includes by Ismael · 8 years ago
  34. 37ab858 initialized doubles to 0.0 by Ismael · 8 years ago
  35. 3ff8a6e Merge pull request #224 from zabereer/donotoptimize_with_test_merged by Eric · 8 years ago
  36. 74e82e8 Force DoNotOptimize operand to memory for both gcc and clang by Albert Pretorius · 8 years ago
  37. a38f022 Merge branch 'efcs-skip_with_error' by Dominic Hamon · 8 years ago
  38. 5e51e43 Merge branch 'skip_with_error' of git://github.com/efcs/benchmark into efcs-skip_with_error by Dominic Hamon · 8 years ago
  39. 1715885 fixed typos by Ismael · 8 years ago
  40. 340fe55 indent by Ismael · 8 years ago
  41. 290ac9e updated complexity_test.cc to new interface for auto by Ismael · 8 years ago
  42. 1ee1105 move include from .h into .cc by Ismael · 8 years ago
  43. 90a8508 Update Readme.md by Ismael · 8 years ago
  44. 2f61f8a refactor leastsq into complexity by Ismael · 8 years ago
  45. 087f0d3 upgraded leastsq by Ismael · 8 years ago
  46. e246699 added auto as default value for complexity by Ismael · 8 years ago
  47. 9686f17 Merge branch 'skip_with_error' of git://github.com/efcs/benchmark into efcs-skip_with_error by Dominic Hamon · 8 years ago
  48. 90a069f Merge branch 'master' into skip_with_error by Eric Fiselier · 8 years ago
  49. 84bc4d7 Add a per benchmark 'Repetitions' option. by Eric Fiselier · 8 years ago
  50. 1003a70 Fix csv_reporter when reporting errors by Eric Fiselier · 8 years ago
  51. 6f84ffc fix another bad merge by Eric Fiselier · 8 years ago
  52. ee8e37c Fix bad merge which caused the benchmark name to be printed twice by Eric Fiselier · 8 years ago
  53. 6a45324 Address review comments. by Eric Fiselier · 8 years ago
  54. b195f82 Merge branch 'master' into skip_with_error by Eric Fiselier · 8 years ago
  55. 525858e Fix error-handling in reporters by Eric Fiselier · 8 years ago
  56. 924b8ce Reflow some wording. NFC by Eric Fiselier · 8 years ago
  57. 1080b17 Fix build error with libc++ by Eric Fiselier · 8 years ago
  58. bdeb387 merge by Eric Fiselier · 8 years ago
  59. 2440b75 Formatting updates by Dominic Hamon · 8 years ago
  60. a865458 Merge branch 'ismaelJimenez-complexity' by Dominic Hamon · 8 years ago
  61. f126852 simplify format string for complexity output by Dominic Hamon · 8 years ago
  62. 31cdabf Merge pull request #216 from efcs/diagnostic-checks by Dominic Hamon · 8 years ago
  63. a24ef95 adapt complexity_n to leastsq inteface by Ismael · 8 years ago
  64. 64d72ee changed complexity_n from int to size_t by Ismael · 8 years ago
  65. 5e10e12 fixed overshadow by Ismael · 8 years ago
  66. e5cf020 fixed warning by Ismael · 8 years ago
  67. 36a9ae1 added SetComplexityN by Ismael · 8 years ago
  68. 9341d70 Change --benchmark_list_tests to respect the benchmark filter. by Eric Fiselier · 8 years ago
  69. e0de817 Change RunSpecifiedBenchmarks to return the number of benchmarks run. Fixes #145 by Eric Fiselier · 8 years ago
  70. 9fcdd6f Prevent re-execution of slow feature tests. by Eric Fiselier · 8 years ago
  71. c7108df Only compile and run the C++03 test when -std=c++03 is supported. Fixes #164 by Eric Fiselier · 8 years ago
  72. 90c9ab1 add doc by Eric Fiselier · 8 years ago
  73. 43017f8 Add SkipWithError(...) function. by Eric Fiselier · 8 years ago
  74. 029f374 Allow test to compile with -fno-exceptions by Eric Fiselier · 8 years ago
  75. 481e06e Address review comments by Eric Fiselier · 8 years ago
  76. 751e07d add newline by Eric Fiselier · 8 years ago
  77. 69d1a52 Add checks that <Resume|Pause>Timing functions are not called outside of the benchmark. Fixes #204 by Eric Fiselier · 8 years ago
  78. 855786a added end of file carriage return by Ismael · 8 years ago
  79. 0c23d28 extracted BigO and GetBigO in own file by Ismael · 8 years ago
  80. 266b3bd changed color and remove iterations by Ismael · 8 years ago
  81. f434ce3 Add myself to the CONTRIBUTORS file by Eric Fiselier · 8 years ago
  82. 43ef174 refactor names by Ismael · 8 years ago
  83. d577987 changed indentation by Ismael · 8 years ago
  84. ea69a84 fix by Ismael · 8 years ago
  85. fed9b6f refactor least square .h by Ismael · 8 years ago
  86. 266addc fixed last_benchmark_instance by Ismael · 8 years ago
  87. ac05c04 refactor MinimalLEastSq by Ismael · 8 years ago
  88. 5e52d2d refactor fitting curve by Ismael · 8 years ago
  89. 5f9823b fixed non-const reference arguments by Ismael · 8 years ago
  90. 8afbf0e reworked comment for complexity report by Ismael · 8 years ago
  91. 07efafb Update Readme by Ismael · 8 years ago
  92. dc667d0 Added asymptotic complexity to Readme by Ismael · 8 years ago
  93. 5812d54 Added range multiplier to Readme by Ismael · 8 years ago
  94. 290bd60 Refactor for pull request by Ismael · 8 years ago
  95. 2e5c397 implemented complexity reporting by Ismael · 8 years ago
  96. 872ff01 addaptation of minimal_leastsq library by Ismael · 8 years ago
  97. b73dc22 implemented Complexity for O(1) by Ismael · 8 years ago
  98. 27f0baa Added test file and Complexity() interface by Ismael · 8 years ago
  99. 0a60062 Merge pull request #212 from ismaelJimenez/master by Dominic Hamon · 8 years ago
  100. d2103de Modified check for range multiplier by Ismael · 8 years ago