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/core
Michael Lutz 8b1880187a Remove: AutoFreeSmallVector.
The last use was for storing a list of memory blocks. As the way these lists are accessed is very
specific, it is easier to just write an explicit destructor instead of trying to exactly match the behaviour.
5 years ago
..
alloc_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
alloc_func.hpp Codechange: Silence -Wclass-memaccess warnings with GCC8 6 years ago
alloc_type.hpp Codechange: removed some left-behind __NDS__ references 5 years ago
backup_type.hpp Fix: Some spelling errors in printed messages 6 years ago
bitmath_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
bitmath_func.hpp Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating by 0 bits. 6 years ago
endian_func.hpp (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) 13 years ago
endian_type.hpp Remove: DOS support 5 years ago
enum_type.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
geometry_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
geometry_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_type.hpp Remove: MorphOS / AmigaOS support 5 years ago
kdtree.hpp Codechange: Add a k-d tree generic data structure 5 years ago
math_func.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
math_func.hpp Fix: MSVC warnings (#7423) 5 years ago
mem_func.hpp (svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC) 13 years ago
multimap.hpp (svn r25348) -Add: multimap implementation with guaranteed order between equal keys 11 years ago
overflowsafe_type.hpp (svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters. 10 years ago
pool_func.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
pool_func.hpp Change: Use SlErrorCorrupt() on pool index error when loading a savegame, instead of terminating. (#7219) 5 years ago
pool_type.hpp Codechange: Removed SmallVector completely 5 years ago
random_func.cpp (svn r27049) -Fix (r26482): Fix compilation with --enable-desync-debug. 10 years ago
random_func.hpp Fix: Grammar in a bunch of comments (#7054) 6 years ago
smallmap_type.hpp Fix #7165: Const overload SmallMap::Contains(key) compared wrong types. 5 years ago
smallmatrix_type.hpp Doc: Lots and lots of doxymentation fixes 6 years ago
smallstack_type.hpp Codechange: Replace custom mutex code with C++11 mutex'es. 5 years ago
smallvec_type.hpp Remove: AutoFreeSmallVector. 5 years ago
sort_func.hpp Fix: MSVC warnings (#7423) 5 years ago
string_compare_type.hpp (svn r22411) -Document: another bunch of bits 13 years ago