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 58433c7667 Merge branch 'master' into jgrpp
# Conflicts:
#	src/core/smallmap_type.hpp
#	src/lang/korean.txt
#	src/network/network_content.cpp
#	src/smallmap_gui.cpp
#	src/station_cmd.cpp
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 Where possible use compiler builtins for CountBits and FindFirstBit. 8 years ago
bitmath_func.hpp Merge branch 'master' into cpp-11 6 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 Add 64 bit byte swapping function 6 years ago
endian_type.hpp Remove: DOS support 5 years ago
enum_type.hpp
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
geometry_type.hpp Merge branch 'master' into jgrpp 5 years ago
kdtree.hpp Codechange: Add a k-d tree generic data structure 5 years ago
math_func.cpp Fix some undefined behaviour: signed overflow and over shift left. 9 years ago
math_func.hpp Merge branch 'master' into jgrpp 5 years ago
mem_func.hpp
multimap.hpp Add a template parameter for the inner container of MultiMap. 8 years ago
overflowsafe_type.hpp Fix undefined behaviour when left-shifting negative values by casting to unsigned 6 years ago
pool_func.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
pool_func.hpp Merge branch 'master' into cpp-11 5 years ago
pool_type.hpp Merge branch 'master' into jgrpp 5 years ago
random_func.cpp Include tick skip counter in all desync debug output. 8 years ago
random_func.hpp Fix: Grammar in a bunch of comments (#7054) 6 years ago
smallmap_type.hpp Merge branch 'master' into jgrpp 5 years ago
smallmatrix_type.hpp Doc: Lots and lots of doxymentation fixes 6 years ago
smallstack_type.hpp Merge branch 'master' into jgrpp 5 years ago
smallvec_type.hpp Codechange: Use range-based for-loop in Auto[Free|Delete]SmallVector 5 years ago
sort_func.hpp Fix: MSVC warnings (#7423) 5 years ago
string_compare_type.hpp