ChaiScript/performance_tests
Bernd Amend cff6a0aced change .clang-format and reformat code with clang-format 11
I initially tried to use the existing .clang-format file,
but it does not match the code style (at least with clang-format 11)
and the formatting is not consistent across files.
Therefore, I decided to rewrite the .clang-format with some personal
preferences.

Used command
  find . -iname "*.hpp" -o -iname "*.cpp" | xargs clang-format -i -style=file
2021-05-24 10:44:15 +02:00
..
create_variables.chai Add slow test for creating variables 2017-11-21 07:12:17 -07:00
heterogenous_array_loop.chai Performance test reorg to run automatically 2015-10-23 16:25:16 -06:00
is_prime.chai Performance test reorg to run automatically 2015-10-23 16:25:16 -06:00
profile_cpp_calls_2.cpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
profile_cpp_calls.chai Performance test reorg to run automatically 2015-10-23 16:25:16 -06:00
profile_fun_wrappers.cpp change .clang-format and reformat code with clang-format 11 2021-05-24 10:44:15 +02:00
profile_math.chai Performance test reorg to run automatically 2015-10-23 16:25:16 -06:00
profile.chai Performance test reorg to run automatically 2015-10-23 16:25:16 -06:00
type_conversions.chai Performance test reorg to run automatically 2015-10-23 16:25:16 -06:00