summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-09-17Minor fix in the carr3 in-code example.tylo
2021-09-17Added carr2.h and carr3.h (replaces carray.h) + test.tylo
2021-09-17Added shared pointer csptr support + test.Tyge Løvset
2021-09-16Added return value pointer from push_front/emplace_front and push_back/emplac...Tyge Løvset
2021-09-16Renamed f_tag to F_tag, too invisible. Small other changes.Tyge Løvset
2021-09-15Fixed issue with using i_prefix as indicator of cset/csset.tylo
2021-09-14Fixed include structuring.Tyge Løvset
2021-09-13Removed most of the case-insensitive cstr methods, as they won't work with ut...Tyge Løvset
2021-09-13Made a change to macro overloading so that intellisense for VS Code works (ag...Tyge Løvset
2021-09-13Very minor formatting.Tyge Løvset
2021-09-12Renamed input macro i_module to i_prefix. Replaced astar.c example.Tyge Løvset
2021-09-12Some improvements in examples.Tyge Løvset
2021-09-11Fixed docs for newstyle.Tyge Løvset
2021-09-11Updated benchmarks to newstyle.Tyge Løvset
2021-09-11An optimization for queues and improved name of internal func.Tyge Løvset
2021-09-10Added forward_cqueue() type pre-declaration support.Tyge Løvset
2021-09-10Added support for cqueue.h Added test.Tyge Løvset
2021-09-09Made c_static_assert() C99 compatible (which was the point of it).Tyge Løvset
2021-09-09Fix c_rawstr_hash docs.Tyge Løvset
2021-09-09Updated examples in docs.Tyge Løvset
2021-09-08Some docs on main page. Added emplace_items to cstack.Tyge Løvset
2021-09-08Updated rest of examples, except cqueue.cTyge Løvset
2021-09-08Updated most examples to newstyle. Some changes in cpque/cstack.Tyge Løvset
2021-09-08API declared non-templated functions (missing/bug), and moved list sorting to...Tyge Løvset
2021-09-08Adjusted demos.c and multimap.c to work with newstyle branch.Tyge Løvset
2021-09-08Fixed linkage stuff.Tyge Løvset
2021-09-08Added cx_size_t define.Tyge Løvset
2021-09-08Improved undocumented iterator method names: fwd, adv => advance, idx => index.Tyge Løvset
2021-09-08Minor bug. Wrong linkage specifier.Tyge Løvset
2021-09-08Added init_with_capacity().Tyge Løvset
2021-09-08Made clone more robust in cstack, cpqueTyge Løvset
2021-09-08Updated cpque and cstack.Tyge Løvset
2021-09-07Added cstack and cpque (priority queue) + test.Tyge Løvset
2021-09-07Added cdeq.h + test. Unsure if the rest should be kept as oldstyle (using).Tyge Løvset
2021-09-07Minor: changed linkage of a few functions.Tyge Løvset
2021-09-07Added csmap.h and csset.h + test.Tyge Løvset
2021-09-07Fixed a few difficult bugs. including VC compability.Tyge Løvset
2021-09-07Minor formatting and header example change.Tyge Løvset
2021-09-07Switched to lowercase input define symbols, e.g. i_KEY => i_key, etc.Tyge Løvset
2021-09-06Removed some old memcpy not needed anymore.Tyge Løvset
2021-09-06cmap: put() and at() was accidentally deleted. Restored.Tyge Løvset
2021-09-06Added support for cmap and cset.Tyge Løvset
2021-09-06Added clist.h + list_test_new.c as working along with cvec.tylo
2021-09-06Forgot two: added here temporarily.Tyge Løvset
2021-09-06Some more additions.Tyge Løvset
2021-09-06More refinementsTyge Løvset
2021-09-05New usage style. only cvec is functional. see vec_test_new.cTyge Løvset
2021-09-01Some minor docs update.Tyge Løvset
2021-08-31Maintenance cleanup.Tyge Løvset
2021-08-29Replaced cstr_toraw (deprecated) with cstr_str used to convert from cstr to c...Tyge Lovset