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
Jonathan G Rennison 4e9d4dd80a Add a PreCleanPool() static method to pool item types.
(cherry picked from commit 87142ed840)
7 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 (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
alloc_type.hpp (svn r23880) -Add: A simple smart pointer. 12 years ago
backup_type.hpp (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. 14 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 (svn r25685) -Codechange: [OSX] Use non-deprecated functions for byte swapping. 11 years ago
container_func.hpp Fix includes and header guards of container functions. 7 years ago
dyn_arena_alloc.hpp Add missing include guard for dyn arena alloc header. 7 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 (svn r22411) -Document: another bunch of bits 13 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 (svn r17248) -Fix: add GPL license notice where appropriate 15 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 (svn r26651) -Fix: make sure an abs is used that supports int64 when using abs on those variables 10 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 Add a template parameter for the inner container of MultiMap. 8 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 (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
pool_func.hpp Add a PreCleanPool() static method to pool item types. 7 years ago
pool_type.hpp Add a PreCleanPool() static method to pool item types. 7 years ago
random_func.cpp (svn r27049) -Fix (r26482): Fix compilation with --enable-desync-debug. 10 years ago
random_func.hpp (svn r25893) -Fix: Document RandomRange and change misleading parameter name 'max' in random functions. 11 years ago
smallmap_type.hpp (svn r24741) -Add: Const-methods to SmallMap. 12 years ago
smallmatrix_type.hpp (svn r25256) -Add: small matrix type (like vector, but for matrices) (fonsinchen) 11 years ago
smallstack_type.hpp (svn r26343) -Fix: Rewrite SmallStack so that it doesn't use a pool and is reentrant. 10 years ago
smallvec_type.hpp (svn r27641) -Codechange: Fold the _fios_items file list vector into its own class. 8 years ago
sort_func.hpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
string_compare_type.hpp (svn r22411) -Document: another bunch of bits 13 years ago