benchmark/src
Vy Nguyen 1cca1d091c
Fixed build issues on window (#1449)
* Fixed build issues on window

- Added missing dlimport/export attributes in function definitions. (They are needed in both decls and defs)
- Removed dlimport/dlexprt attribute in private field. (global_context is not exported anywhere).

* fixed incorrect include path

* undo changes w.r.t HelperPrintf

* removed forward decl of private variable - instead, introduce a getter and use it.

* Removed forward decl from benchmark_gtest too

Co-authored-by: Dominic Hamon <dominichamon@users.noreply.github.com>
2022-08-03 09:44:35 +01:00
..
CMakeLists.txt remove unnecessary generated include directory (#1451) 2022-07-29 15:18:19 +01:00
arraysize.h Apply clang-format to all headers and source (#303) 2016-10-07 11:35:03 -07:00
benchmark.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
benchmark_api_internal.cc Introduce warmup phase to BenchmarkRunner (#1130) (#1399) 2022-05-23 13:50:17 +01:00
benchmark_api_internal.h Introduce warmup phase to BenchmarkRunner (#1130) (#1399) 2022-05-23 13:50:17 +01:00
benchmark_main.cc restore BENCHMARK_MAIN() (#1357) 2022-02-26 10:17:13 +00:00
benchmark_name.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
benchmark_register.cc Introduce warmup phase to BenchmarkRunner (#1130) (#1399) 2022-05-23 13:50:17 +01:00
benchmark_register.h fix some build warnings on type conversions 2022-06-08 10:32:20 +01:00
benchmark_runner.cc Introduce warmup phase to BenchmarkRunner (#1130) (#1399) 2022-05-23 13:50:17 +01:00
benchmark_runner.h Introduce warmup phase to BenchmarkRunner (#1130) (#1399) 2022-05-23 13:50:17 +01:00
check.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
check.h annotate and export public symbols (#1321) 2022-02-14 10:48:53 +00:00
colorprint.cc clang-format Google on {src/,include/} (#1280) 2021-11-10 16:04:32 +00:00
colorprint.h Apply clang-format to all headers and source (#303) 2016-10-07 11:35:03 -07:00
commandlineflags.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
commandlineflags.h annotate and export public symbols (#1321) 2022-02-14 10:48:53 +00:00
complexity.cc clang-format Google on {src/,include/} (#1280) 2021-11-10 16:04:32 +00:00
complexity.h Drop Stat1, refactor statistics to be user-providable, add median. (#428) 2017-08-23 16:44:29 -07:00
console_reporter.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
counter.cc Custom user counters: add invert modifier. (#850) 2019-08-12 17:47:46 +03:00
counter.h update header guard to match style 2019-11-25 13:05:13 +00:00
csv_reporter.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
cycleclock.h Add support to get clock for new architecture CSKY (#1400) 2022-05-23 11:47:58 +01:00
internal_macros.h Check for macro existence before using (#1347) 2022-02-14 17:00:44 +00:00
json_reporter.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
log.h prefix VLOG (#1187) 2021-06-24 18:55:37 +01:00
mutex.h prefix macros to avoid clashes (#1186) 2021-06-24 18:21:59 +01:00
perf_counters.cc Cache PerfCounters instance in PerfCountersMeasurement (#1308) 2022-01-25 10:14:20 +00:00
perf_counters.h annotate and export public symbols (#1321) 2022-02-14 10:48:53 +00:00
re.h prefix macros to avoid clashes (#1186) 2021-06-24 18:21:59 +01:00
reporter.cc Fixed build issues on window (#1449) 2022-08-03 09:44:35 +01:00
sleep.cc clang-format Google on {src/,include/} (#1280) 2021-11-10 16:04:32 +00:00
sleep.h Replace int64_t usages with 'int' instead. (#359) 2017-03-27 18:32:12 -06:00
statistics.cc Small optimization to counter map management (#1382) 2022-04-07 14:37:22 +01:00
statistics.h annotate and export public symbols (#1321) 2022-02-14 10:48:53 +00:00
string_util.cc simplified code (#1439) 2022-07-21 12:34:02 +01:00
string_util.h annotate and export public symbols (#1321) 2022-02-14 10:48:53 +00:00
sysinfo.cc Clarify that the cpu frequency is not used for benchmark timings. (#1414) 2022-06-20 11:22:57 +01:00
thread_manager.h clang-tidy: readability-redundant and performance (#1298) 2021-12-06 11:18:04 +00:00
thread_timer.h prefix macros to avoid clashes (#1186) 2021-06-24 18:21:59 +01:00
timers.cc fix some typos (#1393) 2022-05-11 09:03:20 +01:00
timers.h Make `PauseTiming()` and `ResumeTiming()` per thread. (#286) 2016-09-02 21:34:34 -06:00