summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-09-19Removed old stuff belongs to v1.X.Tyge Løvset
2021-09-19Improved and added some useful info to README.mdTyge Løvset
2021-09-19Preparation for merging in V2.0 to master branch.Tyge Løvset
2021-09-18Changed the sharedptr.c example. Removed clist_X_erase(): was alias of clist_...Tyge Løvset
2021-09-17Added example sharedptr.c and fixed some doc.Tyge Løvset
2021-09-17Fixed a doc bug and improved example.Tyge Løvset
2021-09-17Added back (carr3) carray3 in demos.c.Tyge Løvset
2021-09-17Updated docs.Tyge Løvset
2021-09-17Some cleanups in test.tylo
2021-09-17Moved tests and v1 filestylo
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