.. |
CMakeLists.txt
|
Codechange: Add alternating iterator to take elements from middle of range.
|
2025-05-23 07:42:10 +01:00 |
alternating_iterator.cpp
|
Codechange: Add alternating iterator to take elements from middle of range.
|
2025-05-23 07:42:10 +01:00 |
bitmath_func.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
enum_over_optimisation.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
flatset_type.cpp
|
Codechange: Add FlatSet implementation.
|
2025-05-05 14:00:38 +01:00 |
landscape_partial_pixel_z.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
math_func.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
mock_environment.h
|
Cleanup: Fix various spelling errors
|
2025-02-12 22:44:51 +01:00 |
mock_fontcache.h
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
mock_spritecache.cpp
|
Codefix: stdafx.h and safeguards.h should be the first and last include in every source file, and not appear in any header file.
|
2025-04-20 22:06:18 +02:00 |
mock_spritecache.h
|
…
|
|
string_builder.cpp
|
Codechange: provide 'sv' (string_view) literals globally
|
2025-04-28 23:39:33 +02:00 |
string_consumer.cpp
|
Codechange: ParseInteger optionally clamps out-of-range values, instead of treating them as invalid.
|
2025-05-20 12:57:30 +02:00 |
string_func.cpp
|
Codechange: remove now obsolete char* tests
|
2025-05-04 10:43:56 +02:00 |
string_inplace.cpp
|
Codechange: provide 'sv' (string_view) literals globally
|
2025-04-28 23:39:33 +02:00 |
test_main.cpp
|
…
|
|
test_network_crypto.cpp
|
Codechange: use std::span for transferring data in network code
|
2025-04-28 17:53:18 +02:00 |
test_script_admin.cpp
|
Codechange: use std::string_view for sq_pushstring
|
2025-05-03 23:02:09 +02:00 |
test_window_desc.cpp
|
Codechange: use std::string_view for ini_key
|
2025-05-01 23:24:43 +02:00 |
tilearea.cpp
|
Codechange: Remove CircularTileSearch.
|
2025-04-20 12:50:45 +02:00 |
utf8.cpp
|
Codechange: provide 'sv' (string_view) literals globally
|
2025-04-28 23:39:33 +02:00 |