summaryrefslogtreecommitdiffhomepage
path: root/docs
AgeCommit message (Expand)Author
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...Tyge Løvset
2020-12-27Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use cvec_X_...Tyge Løvset
2020-12-19Added docs for cdeq.hTyge Løvset
2020-12-18Fixed issues in cdeq and cvec. Added shrink_to_fit() too.Tyge Løvset
2020-12-18Added cdeq.h: Deque: Double Ended Queue. Fixed bug in cvec_X_push_n().Tyge Løvset
2020-12-17Renamed cpqueue (priority queue) container to cpque.Tyge Løvset
2020-12-17Update copt_api.mdTyge Løvset
2020-12-17Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-12-17API change: Reverted back to original name used for .val in iterators to .refTyge Løvset
2020-12-16Update copt_api.mdTyge Løvset
2020-12-16Update carray_api.mdTyge Løvset
2020-12-16Update crand_api.mdTyge Løvset
2020-12-16Added links to header file in docs headline.Tyge Løvset
2020-12-16Testing link.Tyge Løvset
2020-12-16Renamed crandom to crand, including renaming of relevant files.Tyge Løvset
2020-12-16Removed text repetition.Tyge Løvset
2020-12-16Better crandom docs.Tyge Løvset
2020-12-16Minor fixing of unsafe macros.Tyge Løvset
2020-12-16Reverted back API to easier naming scheme of crandom.h types and methods.Tyge Løvset
2020-12-14Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi...Tyge Løvset
2020-12-11Update cptr_api.mdTyge Løvset
2020-12-10Reverted cuptr to cptr. Added some typedefs in docs in cmap and cset.Tyge Løvset
2020-12-09Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-12-09Renamed coption.h to copt.h. Added docs/copt_api.md.Tyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Renamed cptr_X type to cuptr_X, as it is similar to a unique_ptr, rather than...Tyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-09Update cptr_api.mdTyge Løvset
2020-12-08Update cptr_api.md. Simplified example.Tyge Løvset
2020-12-08Added docs/cptr_api.mdTyge Løvset
2020-12-08Forgot cvec and clist clone() api doc.Tyge Løvset
2020-12-08Updated api for with clone()Tyge Løvset
2020-12-08Added clone() to stack, cpqueue and queue.Tyge Løvset
2020-12-08- Added clone() to cvec and clistTyge Løvset
2020-12-05Fixed text describing normal-dist.Tyge Løvset
2020-12-05Some formatting changes.Tyge Løvset
2020-12-05Some text improvements. Renamed method c_default_hash16 to c_default_hash.Tyge Løvset
2020-12-04Update crandom_api.mdTyge Løvset
2020-12-03More docs descriptions.Tyge Løvset
2020-12-03Some more fixes.Tyge Løvset
2020-12-03Yet another docs bug for cpqueue. removed iter.Tyge Løvset
2020-12-03Fixed inconsistent API in cpqueue.Tyge Løvset
2020-12-03Some fixes in priority queue docs.Tyge Løvset
2020-12-03Simplified API for cstrTyge Løvset
2020-12-03Even more docs fixes.Tyge Løvset
2020-12-03More docs fixing.Tyge Løvset
2020-12-03Simplified type sections.Tyge Løvset