From: <sv...@op...> - 2024-05-11 21:50:44
|
Author: manx Date: Sat May 11 23:50:32 2024 New Revision: 20787 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20787 Log: [Doc/Reg] libopenmpt: Document GCC 14 as unsupported. Modified: branches/OpenMPT-1.30/libopenmpt/dox/changelog.md branches/OpenMPT-1.30/libopenmpt/dox/dependencies.md Modified: branches/OpenMPT-1.30/libopenmpt/dox/changelog.md ============================================================================== --- branches/OpenMPT-1.30/libopenmpt/dox/changelog.md Sat May 11 23:45:15 2024 (r20786) +++ branches/OpenMPT-1.30/libopenmpt/dox/changelog.md Sat May 11 23:50:32 2024 (r20787) @@ -11,6 +11,9 @@ `libopenmpt/bindings/freebasic/libopenmpt_ext.bi` were missing from the Autotools package. + * [**Regression**] GCC 14 or later is unsupported on libopenmpt 0.6. Please + use libopenmpt 0.7 or later. + * M15: Loosen SoundTracker file rejection heuristics a bit to allow loading of schmokk.mod and scramble_2.mod. Other heuristics has been tightened a bit. Modified: branches/OpenMPT-1.30/libopenmpt/dox/dependencies.md ============================================================================== --- branches/OpenMPT-1.30/libopenmpt/dox/dependencies.md Sat May 11 23:45:15 2024 (r20786) +++ branches/OpenMPT-1.30/libopenmpt/dox/dependencies.md Sat May 11 23:50:32 2024 (r20787) @@ -20,12 +20,12 @@ headers and implementation, which significantly increases the matrix of possible configurations to test. - * **GCC 8.1** or higher + * **GCC 8.1** up to **GCC 13.x** * **Clang 7** or higher - * **MinGW-W64 8.1** or higher (it is recommended to preferably use - posix threading model as opposed to win32 threading model) + * **MinGW-W64 8.1** up to **GCC 13.x** (it is recommended to preferably + use posix threading model as opposed to win32 threading model) * **emscripten 1.39.1** or higher - * **DJGPP GCC 8.1** or higher + * **DJGPP GCC 8.1** up to **GCC 13.x** * any other **C++17 compliant** compiler libopenmpt makes the following assumptions about the C++ implementation |