1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 02:26:33 +00:00
openmw/components
AnyOldName3 387b63909b Remove vestigial Boost libraries
Boost::zlib is basically part of Boost::iostreams, and depending on how you configure Boost, it can either be a separate library or get embedded into iostreams.
With the third-party-but-linked-on-Boost's-website package we've been using for years, it's a separate library.
Before https://gitlab.com/OpenMW/openmw/-/merge_requests/4307, we needed to explicitly link with it as CMake wasn't handling transitive dependencies for us.
With vcpkg, it's embedded, and doesn't have its own CMake config, so we couldn't explicitly link with it even if we wanted to.

Now CMake *is* handling transitive dependencies for us, we don't even need to think about this library.
It's all automatic.

Boost::locale, on the other hand, used to be something we used directly (I think for doing UTF-16/UTF-8 conversions when dealing with Windows paths).
However, it isn't anymore, and we just didn't purge it from our CMake when we should have.
It can go.
2024-08-23 14:06:13 +01:00
..
bgsm Merge branch 'nifmisc' into 'master' 2024-04-25 08:45:36 +00:00
bsa Clarify Fallout 4 next gen update BA2 version naming 2024-04-28 05:09:40 +03:00
bullethelpers
compiler CI match script names and remove dead code 2024-07-01 16:57:40 +02:00
config Some launcher fixes 2024-07-31 00:04:38 +01:00
contentselector c a p i t u l a t e 2024-07-31 00:08:29 +01:00
crashcatcher Use proper order for printf arguments 2024-07-28 20:08:02 +02:00
debug Separate the log level and the flag for writing the log level 2024-07-13 11:15:34 +02:00
detournavigator Limit RecastMeshManager range by active cell grid 2024-05-19 20:07:47 +02:00
esm Log caught exceptions 2024-05-26 02:52:11 +02:00
esm3 Prevent older binaries from incorrectly loading newer saves 2024-07-25 22:37:44 +02:00
esm4 Init potentially unread fields for HDPT 2024-08-04 18:42:39 +02:00
esmloader
esmterrain CLEANUP(CS): Do heightData check in actual implementation, revert 2024-06-10 02:02:31 -05:00
fallback
files Merge branch 'portable-launcher' into 'master' 2024-04-10 09:53:07 +00:00
fontloader Optimize bitmap fonts loading 2024-03-27 12:44:35 +04:00
fx HALF_FLOAT and normals changes 2024-07-27 15:21:44 +00:00
interpreter Exit with fatal error on duplicated instruction code 2024-06-28 22:24:24 +02:00
l10n Use normalized path in l10m manager 2024-08-18 21:07:46 +02:00
loadinglistener Drop 360-degree screenshot support (#7720) 2024-06-06 14:46:01 +03:00
lua Return nullptr straight away 2024-08-21 16:40:39 +02:00
lua_ui Don't assume execution of an internal Lua script can't fail 2024-06-22 11:26:32 +02:00
misc Make path helpers constexpr and noexcept 2024-07-22 22:01:05 +02:00
myguiplatform Separate the log level and the flag for writing the log level 2024-07-13 11:15:34 +02:00
navmeshtool
nif Animation blending implementation for NIF and osgAnimation through YAML files 2024-07-19 00:04:15 +01:00
nifbullet CLEANUP: Don't assign invalid extents when loading bounding boxes 2024-07-11 04:06:06 -05:00
nifosg Grammar cleanup, code cleanup, reduce logging, revert mRotation change 2024-07-19 00:04:16 +01:00
platform Remove vestigial Boost libraries 2024-08-23 14:06:13 +01:00
process
resource Pass normalized path to RetrieveAnimationsVisitor 2024-07-22 22:01:05 +02:00
sceneutil Make Coverity happy about animation blending 2024-07-25 02:28:07 +03:00
sdlutil Fixes for a whole bunch of warnings 2024-03-14 23:39:33 +00:00
serialization
settings Animation blending implementation for NIF and osgAnimation through YAML files 2024-07-19 00:04:15 +01:00
shader Add helper method for texture type recovery 2024-05-19 02:26:40 +03:00
sqlite3
std140
stereo
terrain Remove unused getActiveGrid function 2024-05-15 22:33:11 +02:00
testing Move EXPECT_ERROR macro to a separate header 2024-06-10 23:12:15 +02:00
to_utf8
translation
version Open matching version of documentation for Launcher Help 2024-02-25 18:20:40 +01:00
vfs Use normalized path for text key files 2024-07-22 22:01:04 +02:00
widgets
CMakeLists.txt Remove vestigial Boost libraries 2024-08-23 14:06:13 +01:00
doc.hpp