benchmark/test
Dmitry Trifonov 09b93ccc6a fix android compilation (#372)
* fix android compilation

* checking __GLIBCXX__ and __GLIBCPP__ macro in addition to __ANDROID__

* using vsnprintf instead of std::vsnprintf to compile on Android

* removed __GLIBCPP__ check on Android

* StringPrintF instead of std::to_string for Android
2017-04-18 09:48:07 -06:00
..
basic_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
benchmark_test.cc Fix ICC compiler warnings (#358) 2017-03-27 18:30:54 -06:00
CMakeLists.txt Enable <cassert> by removing -DNDEBUG when running the tests. 2017-04-17 20:53:39 -06:00
complexity_test.cc Fix #300. Emit RMS as a float not a percentage in JSON 2016-10-07 22:26:01 -06:00
cxx03_test.cc Add user-defined counters. (#262) 2017-03-01 17:23:42 -07:00
diagnostics_test.cc Enable <cassert> by removing -DNDEBUG when running the tests. 2017-04-17 20:53:39 -06:00
donotoptimize_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
filter_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
fixture_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
map_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
multiple_ranges_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
options_test.cc Add Benchmark::Iterations for explicit iteration count control - Fixes #370 (#373) 2017-04-17 21:29:28 -07:00
output_test_helper.cc Fix ICC compiler warnings (#358) 2017-03-27 18:30:54 -06:00
output_test.h Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00
register_benchmark_test.cc fix android compilation (#372) 2017-04-18 09:48:07 -06:00
reporter_output_test.cc Add user-defined counters. (#262) 2017-03-01 17:23:42 -07:00
skip_with_error_test.cc Simplify clang-format and apply to tests (#302) 2016-10-07 11:04:50 -07:00