You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/3rdparty
Jonathan G Rennison 6be4708131 cpp-btreee: Fix alloc/dealloc size mismatch (struct padding)
Between new_leaf_node and delete_leaf_node
This is mostly harmless, but triggers AddressSanitizer

When alignof(value_type) is less than alignof(base_fields)
and kNodeValues * sizeof(value_type) is not an integral multiple
of alignof(base_fields), such that leaf_fields has padding
9 months ago
..
catch2 Add: catch2 v2.13.10 10 months ago
cpp-btree cpp-btreee: Fix alloc/dealloc size mismatch (struct padding) 9 months ago
fmt Fix: false positive warning in fmt library (backport ef55d4f of upstream fmt) 11 months ago
icu Feature: drop ICU-lx in favour of directly interfacing with harfbuzz 1 year ago
md5 Merge branch 'master' into jgrpp 11 months ago
mingw-std-threads MinGW std:🧵 suppress redundancy warning for non-debug builds 3 years ago
monocypher 3rdparty: Update monocypher from 3.1.3 to 4.0.1 12 months ago
opengl Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible. 3 years ago
randombytes Random bytes: Fix minor compilation warnings 2 years ago
robin_hood Add robin_hood hash set/map containers to 3rdparty 1 year ago
squirrel Merge branch 'master' into jgrpp 9 months ago
CMakeLists.txt Merge branch 'master' into jgrpp 9 months ago
README.licensing Add: catch2 v2.13.10 10 months ago

README.licensing

The files in this directory are not licensed under the same terms as the
rest of OpenTTD. Licensing details can be found in OpenTTD's README.md
and in this directory or subdirectories as well.