diff --git a/.gitignore b/.gitignore index 1abb41c..fd3a5da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/ -# qtcreator -*.user +# ides +.vs/ +.vscode/ diff --git a/include/picobench/picobench.hpp b/include/picobench/picobench.hpp index f82ee63..2ac56c8 100644 --- a/include/picobench/picobench.hpp +++ b/include/picobench/picobench.hpp @@ -29,6 +29,7 @@ // VERSION HISTORY // // 2.01 (2019-03-03) * Fixed android build when binding to a signle core +// * Minor doc fixes // 2.00 (2018-10-30) * Breaking change! runner::run_benchmarks doesn't return // a report anymore. The report is generated by // runner::generate_report instead