Aegisub/libaegisub
Mia Herkt af661b2621
agi: Replace Boost flat_map with std::map in Thesaurus class
I do not see a reason to prefer the flat_map implementation,
and it’s causing crashes when compiled with GCC >= 13 and
Boost 1.85.0 at optimization level 2 or higher.

Whether or not this is a bug in GCC, or Boost hitting a case of
undefined behavior, avoiding it altogether doesn’t seem to hurt.

Fixes #137
2024-06-01 16:56:40 +02:00
..
ass Stop truncating parsed times to <10h 2024-02-08 20:43:32 +01:00
audio Fix HDD audio cache provider when channels > 1 2022-11-15 18:31:19 +01:00
common Merge branch 'workarounds' into feature 2024-05-30 23:17:12 +02:00
include agi: Replace Boost flat_map with std::map in Thesaurus class 2024-06-01 16:56:40 +02:00
lua lua: run unicode-monkeypatch on Windows when loading scripts 2021-03-27 12:34:18 -04:00
osx Mark a bunch of things as overriding virtual functions 2015-07-28 14:30:02 -07:00
unix Add AppImage build on linux 2023-04-21 16:23:01 +02:00
windows Don't assume a max length in fs::ShortName 2023-02-12 15:05:21 +01:00
meson.build meson: fix source file inclusion in libaegisub on osx 2021-01-10 03:14:12 -05:00