.. |
alloc_func.cpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
alloc_func.hpp
|
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
|
2024-02-02 22:29:28 +01:00 |
alloc_type.hpp
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
backup_type.hpp
|
Codechange: use std::source_location over __FILE__ and __LINE__ for Backup
|
2024-03-10 10:14:20 +01:00 |
bitmath_func.hpp
|
Codechange: replace BSWAP32/BSWAP16 with std::byteswap
|
2025-01-28 19:22:12 +01:00 |
CMakeLists.txt
|
Codechange: add concept of ConvertibleThroughBase for strong types
|
2025-02-01 19:22:02 +01:00 |
container_func.hpp
|
Codechange: Add Slide container helper function.
|
2024-12-05 18:17:58 +00:00 |
convertible_through_base.hpp
|
Codechange: add concept of ConvertibleThroughBase for strong types
|
2025-02-01 19:22:02 +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
|
Codechange: make EnumBitSet ConvertibleThroughBase
|
2025-02-01 19:22:02 +01:00 |
format.hpp
|
Codechange: add concept of ConvertibleThroughBase for strong types
|
2025-02-01 19:22:02 +01: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
|
Codechange: Store text run positions in vector of points.
|
2024-01-19 00:08:31 +00:00 |
kdtree.hpp
|
Codefix: Missing this-> in Kdtree (#13095)
|
2024-12-10 17:30:55 +00:00 |
math_func.cpp
|
Remove: LeastCommonMultiple / GreatestCommonDivisor
|
2024-01-20 16:45:21 +01:00 |
math_func.hpp
|
Codechange: add concept of ConvertibleThroughBase for strong types
|
2025-02-01 19:22:02 +01:00 |
mem_func.hpp
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
multimap.hpp
|
Codechange: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
overflowsafe_type.hpp
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
pool_func.cpp
|
Codechange: Use EnumBitSet for pool types
|
2025-02-01 17:04:04 +01:00 |
pool_func.hpp
|
Codechange: use std::vector instead of ReallocT-ed memory
|
2025-01-19 22:49:06 +01:00 |
pool_type.hpp
|
Codechange: Use EnumBitSet for pool types
|
2025-02-01 17:04:04 +01:00 |
random_func.cpp
|
Codechange: Use arc4random_buf on random_func.cpp for OpenBSD
|
2024-04-17 19:29:26 +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: Space between template and < (#13278)
|
2025-01-04 17:56:14 +00:00 |
strong_typedef_type.hpp
|
Codechange: add concept of ConvertibleThroughBase for strong types
|
2025-02-01 19:22:02 +01:00 |