summaryrefslogtreecommitdiffhomepage
path: root/examples/stc_astar.c
AgeCommit message (Collapse)Author
2021-09-12Renamed input macro i_module to i_prefix. Replaced astar.c example.Tyge Løvset
Now supports that user defines i_prefix.
2021-09-08Updated rest of examples, except cqueue.cTyge Løvset
2021-05-24Split c_fordefer() into c_forvar() and c_fordefer() macros.Tyge Løvset
2021-05-24Renamed c_with => c_fordefer, and removed c_withvar. Macros were too ↵Tyge Løvset
deceiving and hid the fact that it was for-loops. Now it is more explicit.
2021-05-18Added the new c_defer(), c_with(), c_withvar() macros into the examples.Tyge Løvset
2021-05-15Renamed newly introduced internal c_cast() to c_make() for c++ ↵Tyge Løvset
compatability. Added usage.
2021-03-26Changed cpque declaration to using_cpque(X, Value, valueCompare), and ↵Tyge Løvset
valueCompare optional: more consistent with STC conventions.
2021-03-01Cleanup c++ compilation of cbits.hTyge Løvset
2021-02-21Renamed emplace_put() to emplace_or_assign(). May add put() as alias to ↵Tyge Løvset
insert_or_assign().
2021-02-20Rewamp of cmap/csmap API. More to come.Tyge Løvset
2021-02-04Changed return type it iter_t in csmap_X_find() and cmap_X_find() to be ↵Tyge Løvset
consistent.
2021-01-20Added cbits_at(). Fix in astar.cTyge Løvset
2021-01-19Fixed astar example.Tyge Løvset
2021-01-19Switched template argument sequence for csmap. keyCompare always no. 3.Tyge Løvset
2021-01-19Fix return in cdeq.h. Improved astar.c example.Tyge Løvset
2021-01-18Added two more examples.Tyge Løvset