1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-19 05:10:07 +00:00
openmw/apps
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
..
benchmarks Fix benchmark warning: -Wdeprecated-declarations 2024-03-16 01:58:12 +01:00
bsatool Modernise Boost CMake stuff 2024-08-23 14:06:13 +01:00
bulletobjecttool Modernise Boost CMake stuff 2024-08-23 14:06:13 +01:00
components_tests Merge branch 'swizzle_bop_boom_bazingle_v2' into 'master' 2024-08-16 13:22:22 +00:00
esmtool Modernise Boost CMake stuff 2024-08-23 14:06:13 +01:00
essimporter Modernise Boost CMake stuff 2024-08-23 14:06:13 +01:00
launcher Don't check subdirectories of valid content subdirectories (#8085) 2024-07-26 21:49:51 +03:00
mwiniimporter Remove vestigial Boost libraries 2024-08-23 14:06:13 +01:00
navmeshtool Modernise Boost CMake stuff 2024-08-23 14:06:13 +01:00
niftest Simplify material file pointer acrobatics 2024-04-23 00:34:38 +03:00
opencs Remove vestigial Boost libraries 2024-08-23 14:06:13 +01:00
opencs_tests Support custom log level in tests 2024-07-13 11:15:34 +02:00
openmw Modernise Boost CMake stuff 2024-08-23 14:06:13 +01:00
openmw_tests Support custom log level in tests 2024-07-13 11:15:34 +02:00
wizard Support dark mode on Windows (feature 7985) 2024-05-20 16:50:24 +04:00
doc.hpp