1. 27 May, 2016 2 commits
    • Allow benchmarks to take arbitrary arguments. (#221) · 238e558f
      Eric authored
      * Add lambda benchmarks
      
      * Remove lambda capture since the lambda is not at a block scope
      
      * Remove LambdaBenchmark helper since FunctionBenchmark can be used with non-capturing lambas
      
      * Add lambda benchmarks
      
      * Remove lambda capture since the lambda is not at a block scope
      
      * Remove LambdaBenchmark helper since FunctionBenchmark can be used with non-capturing lambas
      
      * Add more docs for BENCHMARK_CAPTURE.
      
      * Fix use of misnamed parameter
      
      * Guard BENCHMARK_CAPTURE tests against non-c++11 compilers
      
      * Move tests out of basic_test.cc
    • Change reporters to use a specified output and error stream. Add tests for output. (#219) · 5686bf1b
      Eric authored
      * Add test for reporter output.
      
      * setup err_stream tests
      
      * Fix warnings in tests
      
      * whitespace
      
      * Fix build errors caused by super pedantic compilers
      
      * Pass streams by pointer not non-const reference
  2. 26 May, 2016 9 commits
  3. 25 May, 2016 15 commits
  4. 24 May, 2016 14 commits