.. |
CMakeLists.txt
|
Add: introduce CMake for project management
|
2020-06-05 19:36:05 +02:00 |
demands.cpp
|
Codechange: rename CargoID to CargoType and amend related variables/comments
|
2025-01-26 18:07:10 +01:00 |
demands.h
|
Codechange: Space between `template` and `<` (#13278)
|
2025-01-04 17:56:14 +00:00 |
flowmapper.cpp
|
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
|
2023-11-06 20:29:35 +00:00 |
flowmapper.h
|
Codechange: Add missing override specifiers.
|
2023-09-25 21:27:45 +01:00 |
init.h
|
Codechange: Add missing override specifiers.
|
2023-09-25 21:27:45 +01:00 |
linkgraph.cpp
|
Codechange: do not implicitly convert during assignment to StrongType
|
2025-01-01 21:32:51 +01:00 |
linkgraph.h
|
Codechange: explicitly initialise LinkGraph and LinkGraphJob member variables
|
2025-02-18 18:41:31 +01:00 |
linkgraph_base.h
|
Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraph.
|
2023-02-26 21:41:24 +01:00 |
linkgraph_gui.cpp
|
Codechange: Use parameterised GetString() for remaining windows.
|
2025-03-02 07:29:25 +00:00 |
linkgraph_gui.h
|
Codechange: explicitly initialise member variables of Windows
|
2025-02-27 12:21:06 +01:00 |
linkgraph_type.h
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
linkgraphjob.cpp
|
Codechange: explicitly initialise LinkGraph and LinkGraphJob member variables
|
2025-02-18 18:41:31 +01:00 |
linkgraphjob.h
|
Codechange: explicitly initialise LinkGraph and LinkGraphJob member variables
|
2025-02-18 18:41:31 +01:00 |
linkgraphjob_base.h
|
Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraphJob.
|
2023-02-26 21:41:24 +01:00 |
linkgraphschedule.cpp
|
Codechange: Use EnumBitSet for PauseMode. (#13553)
|
2025-02-14 08:30:04 +00:00 |
linkgraphschedule.h
|
Codechange: Use std::unique_ptr for link graph schedule handlers. (#12988)
|
2024-10-15 02:11:06 +01:00 |
mcf.cpp
|
Codechange: strongly type StationID
|
2025-02-16 18:25:51 +01:00 |
mcf.h
|
Codechange: Space between `template` and `<` (#13278)
|
2025-01-04 17:56:14 +00:00 |
refresh.cpp
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
refresh.h
|
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
|
2025-01-28 22:17:34 +00:00 |