summaryrefslogtreecommitdiffstats
path: root/main/tests/test_astar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-261-409/+0
* Commit other files changed by file_format.shAaron Franke2020-07-131-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-26/+51
* Remove redundant void argument listsRémi Verschelde2020-05-141-1/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-8/+16
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add stress test between A* and Floyd-WarshallShiqing2019-09-281-17/+142
* Reduce memory usage for edges in A* and add testsShiqing2019-09-281-0/+134
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix build after ##21492Rémi Verschelde2018-10-021-4/+5
* Changed A* exit condition, added 2 tests for itMaykeye2018-08-281-0/+116