1. 11 Aug, 2016 2 commits
  2. 09 Aug, 2016 5 commits
  3. 08 Aug, 2016 7 commits
  4. 07 Aug, 2016 5 commits
  5. 04 Aug, 2016 1 commit
    • Support multiple ranges in the benchmark (#257) · dfe02607
      Marcin Kolny authored
      * Support multiple ranges in the benchmark
      
      google-benchmark library allows to provide up to two ranges to the
      benchmark method (range_x and range_y). However, in many cases it's not
      sufficient. The patch introduces multi-range features, so user can easily
      define multiple ranges by passing a vector of integers, and access values
      through the method range(i).
      
      * Remove redundant API
      
      Functions State::range_x() and State::range_y() have been removed. They should
      be replaced by State::range(0) and State::range(1).
      Functions Benchmark::ArgPair() and Benchmark::RangePair() have been removed.
      They should be replaced by Benchmark::Args() and Benchmark::Ranges().
  6. 03 Aug, 2016 2 commits
  7. 02 Aug, 2016 3 commits
  8. 25 Jul, 2016 1 commit
  9. 23 Jul, 2016 1 commit
  10. 22 Jul, 2016 5 commits
  11. 13 Jul, 2016 1 commit
  12. 12 Jul, 2016 1 commit
  13. 11 Jul, 2016 1 commit
  14. 06 Jul, 2016 1 commit
    • Add export linker flags policy to cmake (#251) · 2149577f
      Steve Downey authored
      Add policy CMP0056, which honors the link flags in try_compile and
      try_run. This allows for building against non-system libc++ by providing
      the correct -L and rpath options in a containing project.
      
      For example:
      
          set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L ${LLVM_ROOT}/lib -l c++ -l c++abi")
          set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-rpath,${LLVM_ROOT}/lib")
  15. 27 Jun, 2016 3 commits
  16. 20 Jun, 2016 1 commit