Age | Commit message (Expand) | Author |
---|---|---|
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Remove redundant void argument lists | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-28 | Add stress test between A* and Floyd-Warshall | Shiqing |
2019-09-28 | Reduce memory usage for edges in A* and add tests | Shiqing |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-02 | Fix build after ##21492 | Rémi Verschelde |
2018-08-28 | Changed A* exit condition, added 2 tests for it | Maykeye |