.. |
CMakeLists.txt
|
Codechange: Add InPlaceReplacement to couple StringConsumer and Builder on the same buffer.
|
2025-04-14 18:07:23 +02:00 |
bitmath_func.cpp
|
Codechange: Simplify SetBitIterator
|
2024-02-01 23:05:57 +01:00 |
enum_over_optimisation.cpp
|
Codechange: add unit test against over optimisation of enum-bitmasks
|
2025-02-09 14:44:23 +01:00 |
landscape_partial_pixel_z.cpp
|
Codechange: use const auto & instead of making a copy
|
2025-03-08 21:33:17 +01:00 |
math_func.cpp
|
Remove: LeastCommonMultiple / GreatestCommonDivisor
|
2024-01-20 16:45:21 +01:00 |
mock_environment.h
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
mock_fontcache.h
|
Cleanup: Remove GetFontTable from FontCache. (#12677)
|
2024-05-14 21:13:26 +01:00 |
mock_spritecache.cpp
|
Codechange: remove SimpleSpriteAllocator
|
2025-02-23 14:44:11 +01:00 |
mock_spritecache.h
|
Add: Mock sprite cache intialization.
|
2023-11-05 19:24:59 +00:00 |
string_builder.cpp
|
Codechange: Generalize StringBuilder.
|
2025-04-08 23:10:58 +02:00 |
string_consumer.cpp
|
Codechange: Add StringConsumer.
|
2025-04-13 21:59:10 +02:00 |
string_func.cpp
|
Codechange: Replace remaining Utf8Encode usages with StringBuilder.
|
2025-04-08 23:10:58 +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 |
test_main.cpp
|
…
|
|
test_network_crypto.cpp
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
test_script_admin.cpp
|
Cleanup: missing spaces before continuation * in some comments
|
2023-11-01 22:56:11 +01:00 |
test_window_desc.cpp
|
Codechange: Pass NWidgetParts as span instead of begin/end pointers. (#12779)
|
2024-06-12 23:08:35 +01:00 |
utf8.cpp
|
Codechange: Use Utf8View in Utf8StringLength.
|
2025-04-03 18:43:41 +02:00 |