osb/source/test
Kai Blaschke 431a9c00a5
Fixed a huge amount of Clang warnings
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably.

99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified.

Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects.

Most remaining warnings are now unused parameters.
2024-02-19 16:55:19 +01:00
..
gtest fix incorrect relative pathing in tests 2023-10-29 20:21:54 -04:00
algorithm_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
assets_test.cpp resolved most of the compiler warnings/errors under gcc 2023-06-26 11:58:35 -07:00
block_allocator_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
blocks_along_line_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
btree_database_test.cpp Upgrade to C++17 2023-06-25 20:01:32 +10:00
btree_test.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
byte_array_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
clock_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
CMakeLists.txt everything everywhere 2023-06-20 14:33:09 +10:00
color_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
container_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
core_tests_main.cpp everything everywhere 2023-06-20 14:33:09 +10:00
encode_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
file_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
flat_hash_test.cpp resolved most of the compiler warnings/errors under gcc 2023-06-26 11:58:35 -07:00
formatted_json_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
function_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
game_tests_main.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
hash_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
host_address_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
item_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
json_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
line_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
lua_json_test.cpp Update gtests 2023-07-14 21:45:11 +10:00
lua_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
math_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
multi_table_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
net_states_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
ordered_map_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
ordered_set_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
periodic_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
poly_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
random_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
rect_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
ref_ptr_test.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
root_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
serialization_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
server_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
sha_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
shell_parse.cpp everything everywhere 2023-06-20 14:33:09 +10:00
small_vector_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
spawn_test.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarTestUniverse.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarTestUniverse.hpp everything everywhere 2023-06-20 14:33:09 +10:00
stat_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
static_vector_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
string_test.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
strong_typedef_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
thread_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
tile_array_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
universe_connection_test.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
variant_test.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
vlq_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
worker_pool_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00
world_geometry_test.cpp everything everywhere 2023-06-20 14:33:09 +10:00