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
rubidium eeb6cf766b (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'.
We implemented these delete(void *, size_t) operator functions because MSVC warned that "no matching operator delete found; memory will not be freed if initialization throws an exception" for new(size_t, size_t).
This disables MSVC warning about this because we do not use exceptions in the (constructors that use the) overridden allocation functions, as such they will never be called; delete(void *) remains necessary though.
15 years ago
..
alloc_func.cpp (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
alloc_func.hpp (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary 15 years ago
alloc_type.hpp (svn r18042) -Cleanup: remove some stale comments 15 years ago
bitmath_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
bitmath_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
endian_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
endian_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
enum_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
geometry_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
math_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
math_func.hpp (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
mem_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
overflowsafe_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
pool_func.hpp (svn r17839) -Codechange: implement the concept of 'caching' pool items to pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items. 15 years ago
pool_type.hpp (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. 15 years ago
random_func.cpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
random_func.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
smallmap_type.hpp (svn r17790) -Feature: translatable base sound/graphics set descriptions 15 years ago
smallvec_type.hpp (svn r17541) -Feature: Filtering in Add-NewGRF dialog. 15 years ago
sort_func.hpp (svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs 15 years ago
string_compare_type.hpp (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago