index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
linkgraph
/
linkgraphjob.h
Age
Commit message (
Expand
)
Author
2020-05-21
Codechange: Replace SmallPair with std::pair.
Michael Lutz
2019-12-21
Codechange: Replace linkgraph related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2015-03-07
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
frosch
2014-02-16
(svn r26347) -Fix [FS#5898]: Make sure link graph jobs can delete themselves ...
fonsinchen
2014-02-10
(svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs.
fonsinchen
2014-01-29
(svn r26286) -Fix: Thoroughly erase dead flows.
fonsinchen
2013-10-19
(svn r25885) -Codechange: Keep paths sorted so that the ones with flow == 0 a...
fonsinchen
2013-08-23
(svn r25741) -Fix: shift join dates of link graph jobs when using the date cheat
fonsinchen
2013-06-17
(svn r25423) -Fix: integer overflows in MCF solver
fonsinchen
2013-06-09
(svn r25387) -Fix: "typos" in @file filename
rubidium
2013-06-09
(svn r25353) -Add: link graph job implementation
fonsinchen