summaryrefslogtreecommitdiff
path: root/src/linkgraph/linkgraphjob.cpp
AgeCommit message (Expand)Author
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-05-15Fix: comparison of narrow type to wide type in loop (potential for infinite l...Rubidium
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-25Change: [Linkgraph] Allow job threads to be aborted early when clearing sched...Jonathan G Rennison
2020-12-22Change: [Linkgraph] Pause the game when linkgraph jobs lag (#6470)Jonathan G Rennison
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-09-29Fix: Some typos found using codespellJMcKiern
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-06Codechange: Replace custom thread code with C++11 thread objects.Michael Lutz
2019-03-26Codechange: Replaced SmallVector::Resize() with std::vector::resize()Henry Wilson
2016-10-30(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...frosch
2015-03-07(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-02-16(svn r26347) -Fix [FS#5898]: Make sure link graph jobs can delete themselves ...fonsinchen
2014-02-16(svn r26341) -Fix [FS#5902]: Reroute cargo when automatic distribution is swi...fonsinchen
2014-01-29(svn r26286) -Fix: Thoroughly erase dead flows.fonsinchen
2013-11-10(svn r25963) -Fix [FS#5758]: Mixtures of old and new flows could create cycles.fonsinchen
2013-10-31(svn r25934) -Fix [FS#5793]: Do not access items from other pools in pool ite...frosch
2013-10-22(svn r25899) -Change: Restrict flows if links are restricted and don't normal...fonsinchen
2013-10-19(svn r25885) -Codechange: Keep paths sorted so that the ones with flow == 0 a...fonsinchen
2013-07-30(svn r25637) -Fix: don't keep minimal routing information if automatic distri...fonsinchen
2013-06-17(svn r25424) -Fix: keep old flows around in an invalidated state to continue ...fonsinchen
2013-06-17(svn r25422) -Fix: properly initialize base capacity for pathsfonsinchen
2013-06-09(svn r25353) -Add: link graph job implementationfonsinchen