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
Gabda 652fb40652 Codechange: Performance improvement in k-d tree FindNearest() 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: Use null pointer literal instead of the NULL macro 5 years ago
alloc_type.hpp Codechange: No need for AutoFreePtr if there's std::unique_ptr. 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 Codechange: math functions - use cpp-style casts 5 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 Remove: (Simple)TinyEnumT 5 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 Codechange: use std::vector for _resolutions 5 years ago
kdtree.hpp Codechange: Performance improvement in k-d tree FindNearest() 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 Codechange: math functions - use cpp-style casts 5 years ago
mem_func.hpp Codechange: Use null pointer literal instead of the NULL macro 5 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 Codechange: Use null pointer literal instead of the NULL macro 5 years ago
pool_type.hpp Fix: Some typos found using codespell 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 Cleanup: remove core/sort_func.hpp as it's not used anymore 5 years ago
smallmatrix_type.hpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
smallstack_type.hpp Codechange: Replace custom mutex code with C++11 mutex'es. 5 years ago
smallvec_type.hpp Remove: grow() helper function 5 years ago
string_compare_type.hpp (svn r22411) -Document: another bunch of bits 13 years ago