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
/
include
/
stc
Age
Commit message (
Expand
)
Author
2021-11-21
Made none mutable integers into const variables. Improved cmap_X_reserve() impl.
Tyge Løvset
2021-11-21
Changed reverse() and resize() to return false if mem alloc failed.
Tyge Løvset
2021-11-20
Added carr_X_idx().
Tyge Løvset
2021-11-10
Updated coption.
Tyge Lovset
2021-11-10
Added back coption.h
Tyge Løvset
2021-11-09
Added final rotl to default_hash
Tyge Løvset
2021-11-08
Last update on hash for now.
Tyge Løvset
2021-11-08
Changed default_hash() and c_strhash()
Tyge Løvset
2021-11-08
Third trial.
Tyge Løvset
2021-11-08
Updated last commit. (added c_make_ptr(T, value) macro).
Tyge Løvset
2021-11-08
Added c_make_ptr(T, value) macro.
Tyge Løvset
2021-11-06
Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.
Tyge Løvset
2021-11-05
Changed array expansion policy from 1.625x to 1.5x
Tyge Løvset
2021-11-03
Renamed cnt_X_getmut() to cnt_X_get_mut().
Tyge Lovset
2021-11-03
Removed carrN_elem(). Added assert in carrN_at().
Tyge Løvset
2021-11-03
Changed carrN_X_at() to return const value*. Added mutable carrN_X_elem().
Tyge Løvset
2021-11-03
Update container_X_getmut() for mutable version.
Tyge Løvset
2021-11-03
Changed container_X_get() and container_X_at() to return const value* (or con...
Tyge Løvset
2021-10-30
Fixed docs alignments.
Tyge Løvset
2021-10-29
Swapped .._equals() and _equalto() functions for consistency
Tyge Løvset
2021-10-29
Renamed ..._value_t -> ..._value, etc. Deprecated, still works for cvec, cdeq...
Tyge Løvset
2021-10-29
renamed _cx_..._t to _cx_...
Tyge Løvset
2021-10-29
renamed cx_..._t to _cx_..._t, and Self to _cx_self
Tyge Løvset
2021-10-26
Added some examples and updated docs. Removed cvec_X_erase() and cdeq_X_erase...
Tyge Løvset
2021-10-23
Fixed bug in c_realloc() call ion cstack. Added assert in cmap_X_at(). Added ...
Tyge Løvset
2021-10-18
Fixed clist.h example in header
Tyge Løvset
2021-10-17
Minor update on hash function. Added names.txt for string_bench.c/cpp examples.
Tyge Løvset
2021-10-16
More update on hash. Added string_bench.c+cpp.
Tyge Løvset
2021-10-16
Changed c_hash_default() function. Was bad on long strings. Updated mapmap.c ...
Tyge Løvset
2021-10-13
Maintenance update. template.h now includes cstr.h when i_key_str or i_val_st...
Tyge Løvset
2021-10-07
Improved cpqueu_push() impl.
Tyge Løvset
2021-10-06
shrink_to_fit() improvements.
Tyge Løvset
2021-10-06
Some while to for changed. Return value for cstack_X_push/emplace. Docs updated.
Tyge Løvset
2021-10-06
More removal of parameter side-effects when invoking i_valfrom() i_valto() in...
tylo
2021-10-06
Updates to previous commit on cvec and cdeq. Some example improvements.
tylo
2021-10-06
Remove side-effects from i_valdel() invocations in case it's a macro func.
Tyge Lovset
2021-10-04
Merge pull request #13 from Kamilcuk/master
Tyge Løvset
2021-10-04
Added c_autodefer() macro (again). Depressed warning with c_no_compare().
Tyge Løvset
2021-10-04
Fixed a small bug and simplified template.h
Tyge Løvset
2021-10-04
Removed c_apply_pair_n() macro. Small improvements in examples.
Tyge Løvset
2021-10-02
Some example improvements.
Tyge Løvset
2021-10-02
Moved ref member in clist_X_iter_t to start of struct;
Tyge Løvset
2021-10-02
Fixed benchmarks regarding cmap find bug.
Tyge Løvset
2021-10-02
BUGFIX: cmap_X_find() did not return a correct end() iter when not found.
Tyge Løvset
2021-10-01
csmap.h: Silence unused parameter warning
Kamil Cukrowski
2021-10-01
cmap.h: Silence fallthrough gcc warnings
Kamil Cukrowski
2021-09-30
More cleanup. i_fwd is rarely needed, so removed F_tag. Use i_fwd define flag...
Tyge Løvset
2021-09-29
Changed forward declaration to support user defined container names with i_cnt.
Tyge Løvset
2021-09-29
Changed how to specify shared pointers in containers.
Tyge Løvset
2021-09-28
Added c_apply_n() and c_apply_pair_n() macros. Rewrote cpque.c example.
Tyge Løvset
[prev]
[next]