summaryrefslogtreecommitdiff
path: root/main/tests/test_astar.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Remove redundant void argument listsRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-09-28Add stress test between A* and Floyd-WarshallShiqing
2019-09-28Reduce memory usage for edges in A* and add testsShiqing
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-02Fix build after ##21492Rémi Verschelde
2018-08-28Changed A* exit condition, added 2 tests for itMaykeye