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
2021-02-03
Two fixes in csmap. erase: value_del called on wrong node. Forgot calling ske...
Tyge Løvset
2021-02-02
Minor simplify.
Tyge Løvset
2021-02-02
Rewrote unordered map AA-tree csmap.h. Now uses array as memory pool instead ...
Tyge Løvset
2021-01-31
Fix typos.
Tyge Løvset
2021-01-30
Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ...
Tyge Løvset
2021-01-26
Fixed bug in csmap_clear() and in map benchmarks2's. Set picobench output def...
Tyge Løvset
2021-01-24
Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not...
Tyge Løvset
2021-01-21
Updated docs.
Tyge Løvset
2021-01-21
Reverted namings: crand to crandom, and copt to coption.
Tyge Løvset
2021-01-20
Added cbits_at(). Fix in astar.c
Tyge Løvset
2021-01-19
String docs updated.
Tyge Løvset
2021-01-19
Renamed cbitset to cbits. Added more docs.
Tyge Løvset
2021-01-19
Changed template args sequence in cmap.
Tyge Løvset
2021-01-19
Switched template argument sequence for csmap. keyCompare always no. 3.
Tyge Løvset
2021-01-19
Fix return in cdeq.h. Improved astar.c example.
Tyge Løvset
2021-01-18
Minor updates again.
Tyge Løvset
2021-01-18
Some improvements.
Tyge Løvset
2021-01-18
Internal reorganizing.
Tyge Løvset
2021-01-18
Moved c_try_emplace to ccommon.h
Tyge Løvset
2021-01-17
Templated skew(), split(), and next() because of gcc -O3 bugs.
Tyge Løvset
2021-01-17
Small tweaks.
Tyge Løvset
2021-01-17
Fixed value offset bug. Added gauss example with csmap.
Tyge Løvset
2021-01-17
Small optimize of space.
Tyge Løvset
2021-01-17
Removed cset.h - alias of cmap.h. Updated year copyright.
Tyge Løvset
2021-01-17
Fixed code so that it runs in STC_HEADER mode. csmap.h slightly simplified.
Tyge Løvset
2021-01-17
Fixed a small issue. Added example.
Tyge Løvset
2021-01-16
Introduced csmap.h - Sorted map/set implemented as AA-tree.
Tyge Løvset
2021-01-16
Added csmap.c under dev. Internal renaming in cmap.h
Tyge Løvset
2021-01-13
Switched default cqueue underlying impl. from clist to cdeq.
Tyge Løvset
2021-01-12
Added iter_data() instead of changing user_data() to preserve backward comp. ...
Tyge Løvset
2021-01-10
Updated benchmarks for maps.
Tyge Løvset
2021-01-09
Added cmap benchmark and external picobenchmark.hpp
Tyge Løvset
2021-01-06
Renamed split_after to splice_out
Tyge Løvset
2021-01-06
Some rand additions. May swap names of stc64_rand(rng) and stc64_random(void)...
Tyge Løvset
2021-01-05
Doc fix causing error at github.
Tyge Løvset
2021-01-05
Changed macro c_defcon() to c_init(). Added clist_X_split() method.
Tyge Løvset
2021-01-05
Some updates of clist
Tyge Løvset
2021-01-05
Internal refactoring of method parameter names.
Tyge Løvset
2021-01-04
Added cmap_X_value_del() and added convert.c example.
Tyge Løvset
2021-01-04
Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_t
Tyge Løvset
2021-01-04
Added value_clone() method to containers.
Tyge Løvset
2021-01-04
Removed cmap_X_entry_t alias for cmap_X_value_t.
Tyge Løvset
2021-01-03
Added macro: c_defcnt(): define container and push items onto it.
Tyge Løvset
2021-01-03
Force template argument *clone* to be specified when *del* is specified for c...
Tyge Løvset
2021-01-02
Major upgrade: Added 'clone' template parameters to containers. Reorganized a...
Tyge Løvset
2021-01-02
Added template parameter 'to_raw', in order to support clone functionality of...
Tyge Løvset
2021-01-02
INternal: more moved template args
Tyge Løvset
2021-01-02
Internal: moved template argument in cdeq, cvec and clist.
Tyge Løvset
2021-01-02
Almost internal: Swapped toRaw(), fromRaw() template arguments in containers.
Tyge Løvset
2021-01-01
Small API change in bitset
Tyge Løvset
[prev]
[next]