index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stc
Age
Commit message (
Expand
)
Author
2020-09-10
Renaming in cvec and some additions in clist.
Tyge Løvset
2020-09-10
Reformatting only.
Tyge Løvset
2020-09-10
Updated and corrected cvec_insert and cvec_erase functions.
Tyge Løvset
2020-09-09
Removed assumptions about clist iterators.
Tyge Løvset
2020-09-09
More compliance with std:: containers.
Tyge Løvset
2020-09-08
Fixed clist iterators again. Removed zero args support for overloadable macro...
Tyge Løvset
2020-09-08
Updated clist iter.
Tyge Løvset
2020-09-08
changed c_foreach() macro -> Removed cnt_range() methods, and simplified iters.
tylo
2020-09-07
Forgot to convert priority_queue to use emplace() function name.
Tyge Løvset
2020-09-07
Minor tunings.
Tyge Løvset
2020-09-07
Fixed a nasty macro bug.
tylo
2020-09-07
Bug fix: memory leak in cvec_clear(). Small optimizations.
tylo
2020-09-07
Added back cmap insert()
tylo
2020-09-06
Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc.
Tyge Løvset
2020-09-05
Added range iterators.
Tyge Løvset
2020-09-04
Using X instead of tag as macro parameter name for readability.
Tyge Løvset
2020-09-03
Changed constant <container>_init to <container>_ini to avoid conflict with <...
Tyge Løvset
2020-09-03
Changed itval() taking iter instead of iter address as arg.
Tyge Løvset
2020-09-03
Added itval() to all containers to allow for generalized access to iterator v...
Tyge Løvset
2020-09-02
Renamed copt -> coption. Some smaller updates.
Tyge Løvset
2020-09-02
Added cqueue.h, cstack.h and renamed cpqueue.h to cprique.h
Tyge Løvset
2020-09-02
Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...
Tyge Løvset
2020-09-02
Updated pqueue_top() API. Added c_destroy() also working for cstr, cbitmap.
Tyge Løvset
2020-09-02
Rewrote cpqueue to a real adapter class. Added some missing functions in cvec...
Tyge Løvset
2020-09-01
minor rare bug fix.
Tyge Løvset
2020-09-01
Added back splice_front()/back(), updated ex_gaussian.c
Tyge Løvset
2020-08-31
Added example gaussian. Some cleanup.
Tyge Løvset
2020-08-31
Fixed a few bugs.
tylo
2020-08-31
Updated clist iterators.
tylo
2020-08-30
Added return iterators to clist_insert_after() and clist_erase_after(), confo...
Tyge Løvset
2020-08-30
Renamed cstr_destr to cstr_mdestroy(). Added a few more examples.
Tyge Løvset
2020-08-30
Added cstr_destr(...) for destroying multiple cstr_t at once.
Tyge Løvset
2020-08-30
Fixed an important bug in cstr.h append().
Tyge Løvset
2020-08-30
Minors added.
Tyge Løvset
2020-08-29
Cleanup and fix mapmap example.
Tyge Løvset
2020-08-29
Updated crandom.h API! update to benchmark.c . Optimized cmap iter.
Tyge Løvset
2020-08-28
Some smaller fixes and cleanup.
Tyge Løvset
2020-08-28
Finished adding RawValue API (convertable values) to containers.
tylo
2020-08-27
Renamed API functions.
Tyge Løvset
2020-08-26
Minor optimizations.
Tyge Løvset
2020-08-26
Updated benchmark. Some improvements in cmap iterator. cmap_try_emplace() API...
Tyge Løvset
2020-08-26
Forgot a tiny "detail" in clist.h. Added example words.c
tylo
2020-08-26
Added valueFromRaw template parameter to cvec and clist. Affects generic c_pu...
tylo
2020-08-18
Removed two easy-to-misuse cstr functions, and fixed missing null-termination...
tylo
2020-08-16
Fixed comparison in inits.c. Added iterator in bits.c example.
Tyge Løvset
2020-08-14
Fixed cbitset iter.
tylo
2020-08-14
Added iterator to cbitset.
Tyge Løvset
2020-08-14
Some cleanups.
Tyge Løvset
2020-08-12
Updated robin_hood hash.
tylo
2020-08-11
Added visual studio _umul128() declaration in crandom.h
Tyge Løvset
[prev]
[next]