godot/main/tests
Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11
For us, it practically only changes the fact that `A<A<int>>` is now
used instead of the C++03 compatible `A<A<int> >`.

Note: clang-format 10+ changed the `Standard` arguments to fully
specified `c++11`, `c++14`, etc. versions, but we can't use `c++17`
now if we want to preserve compatibility with clang-format 8 and 9.
`Cpp11` is still supported as deprecated alias for `Latest`.
2020-03-17 07:36:24 +01:00
..
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
test_astar.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
test_astar.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gdscript.cpp Replace FALLTHROUGH macro by C++17 [[fallthrough]] 2020-02-23 00:52:50 +01:00
test_gdscript.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gui.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gui.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_main.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_main.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_math.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
test_math.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_oa_hash_map.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_oa_hash_map.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_ordered_hash_map.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
test_ordered_hash_map.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_physics.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
test_physics.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_physics_2d.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
test_physics_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_render.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
test_render.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_shader_lang.cpp Fix various GCC compilation warnings after Vulkan merge 2020-02-14 10:02:31 +01:00
test_shader_lang.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_string.cpp Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert 2020-03-04 04:44:47 -03:00
test_string.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00