osb/source/base
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
..
CMakeLists.txt Upgrade to C++17 2023-06-25 20:01:32 +10:00
StarAnimatedPartSet.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarAnimatedPartSet.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarAssets.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarAssets.hpp Add more root.asset* functions 2023-11-03 06:51:17 +11:00
StarAssetSource.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarBlocksAlongLine.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCellularLightArray.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarCellularLighting.cpp Remove unused 2023-06-29 10:12:51 +10:00
StarCellularLighting.hpp Remove unused 2023-06-29 10:12:51 +10:00
StarCellularLiquid.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarConfiguration.cpp Setting a configuration value to nil should actually erase it 2023-11-02 08:23:36 +11:00
StarConfiguration.hpp Attempt to fix rare crash writing configuration 2023-07-05 21:31:36 +10:00
StarDirectoryAssetSource.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarDirectoryAssetSource.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarMixer.cpp Fixed a huge amount of Clang warnings 2024-02-19 16:55:19 +01:00
StarMixer.hpp Add fork changes (move instruments to their own audio group) 2024-01-02 23:08:51 -08:00
StarPackedAssetSource.cpp Log file path in libpng errors & warnings properly 2023-08-01 20:23:48 +10:00
StarPackedAssetSource.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarVersion.cpp.in everything everywhere 2023-06-20 14:33:09 +10:00
StarVersion.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarVersionOptionParser.cpp The Formatting String Catastrophe 2023-06-27 20:23:44 +10:00
StarVersionOptionParser.hpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldGeometry.cpp everything everywhere 2023-06-20 14:33:09 +10:00
StarWorldGeometry.hpp everything everywhere 2023-06-20 14:33:09 +10:00