1
0
Fork 0
OpenTTD/src/core
Rubidium 414f6a3067 Codechange: add support for parsing octal numbers 2025-05-03 15:57:53 +02:00
..
CMakeLists.txt Codechange: Add InPlaceReplacement to couple StringConsumer and Builder on the same buffer. 2025-04-14 18:07:23 +02:00
alloc_type.hpp Codechange: remove ZeroedMemoryAllocator 2025-02-28 20:12:44 +01:00
backup_type.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Backup 2024-03-10 10:14:20 +01:00
base_bitset_type.hpp Codechange: Allow iterating a BaseBitSet. 2025-02-16 22:24:25 +00:00
bitmath_func.hpp Codechange: Expand the single usage of the macro CLRBITS. 2025-04-18 17:16:48 +02:00
container_func.hpp Codechange: Add Slide container helper function. 2024-12-05 18:17:58 +00:00
convertible_through_base.hpp Codechange: introduce ConvertibleThroughBase helpers 2025-02-16 14:02:18 +01:00
endian_func.hpp Codechange: Use std::endian instead of TTD_ENDIAN defines. 2025-01-28 19:37:34 +00:00
enum_type.hpp Fix #13513, ec492cb267: std::numeric_limits<CompanyMask> not working causes no vehicles to exist 2025-02-09 22:50:55 +01:00
format.hpp Codechange: Add format_append as short-hand to format_to + back_inserter. 2025-04-29 20:26:23 +02:00
geometry_func.cpp Codechange: Move RectPadding::zero definition to header. (#11461) 2023-11-16 17:07:29 +00:00
geometry_func.hpp Codefix 37a03b5: the return value of maxdim should always be assigned (#12590) 2024-04-28 17:42:58 +00:00
geometry_type.hpp Codefix: Rect::Contains did not consider the bottom/right edges as inside. 2025-04-26 19:32:59 +02:00
kdtree.hpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
math_func.cpp Remove: LeastCommonMultiple / GreatestCommonDivisor 2024-01-20 16:45:21 +01:00
math_func.hpp Codechange: Use std::swap() instead of Swap() (#13883) 2025-03-24 23:47:34 +00:00
mem_func.hpp Codechange: remove uses of MemCmpT (and MemMoveT) 2025-03-18 21:18:37 +01:00
multimap.hpp Codechange: move operator== inside MultiMap class and leave out ones that will be synthesized 2025-02-08 06:37:36 +01:00
overflowsafe_type.hpp Codechange: implement operator<=> and remove operators that are synthesized 2025-02-08 06:37:36 +01:00
pool_func.cpp Codechange: Use EnumBitSet for pool types 2025-02-01 17:04:04 +01:00
pool_func.hpp Codechange: do not use MallocT for the pool 2025-02-28 20:15:42 +01:00
pool_type.hpp Codechange: replace char* with std::string_view 2025-04-27 20:08:02 +02:00
random_func.cpp Codefix: Comment style. (#14064) 2025-04-21 17:25:09 +02:00
random_func.hpp Codechange: use std::source_location over __FILE__ and __LINE__ for Random 2024-03-11 20:30:33 +01:00
smallstack_type.hpp Codechange: remove unneeded locking from SmallStack 2025-03-16 14:13:51 +01:00
string_builder.cpp Codechange: Generalize StringBuilder. 2025-04-08 23:10:58 +02:00
string_builder.hpp Codefix: Codestyle consistency fixes. (#14008) 2025-04-15 20:57:13 +00:00
string_consumer.cpp Codechange: add support for parsing octal numbers 2025-05-03 15:57:53 +02:00
string_consumer.hpp Codechange: add support for parsing octal numbers 2025-05-03 15:57:53 +02:00
string_inplace.cpp Codechange: Add InPlaceReplacement to couple StringConsumer and Builder on the same buffer. 2025-04-14 18:07:23 +02:00
string_inplace.hpp Codefix: Codestyle consistency fixes. (#14008) 2025-04-15 20:57:13 +00:00
strong_typedef_type.hpp Cleanup: Adjustments to comments to match code changes (#13636) 2025-02-22 13:28:35 +00:00
utf8.cpp Add: Utf8View and iterator. 2025-04-03 18:43:41 +02:00
utf8.hpp Codechange: Move IsUtf8Part to only file using it. 2025-04-14 18:56:23 +02:00