summaryrefslogtreecommitdiff
path: root/src/linkgraph/linkgraphjob.h
AgeCommit message (Expand)Author
2021-05-27Codechange: linkgraph always iterates with NodeIDs over the Size(), so make S...rubidium42
2021-04-13Fix: Add virtual destructor to link graph Path.Milek7
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
2020-05-21Codechange: Replace SmallPair with std::pair.Michael Lutz
2019-12-21Codechange: Replace linkgraph related FOR_ALL with range-based for loopsglx
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: Removed SmallVector completelyHenry 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 cheatfonsinchen
2013-06-17(svn r25423) -Fix: integer overflows in MCF solverfonsinchen
2013-06-09(svn r25387) -Fix: "typos" in @file filenamerubidium
2013-06-09(svn r25353) -Add: link graph job implementationfonsinchen