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
/
cpque.h
Age
Commit message (
Expand
)
Author
2021-12-30
Update docs and impl. of cpque.h
Tyge Løvset
2021-12-29
Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional ch...
Tyge Løvset
2021-12-23
Removed emplace functions if not i_valraw or i_keyraw is defined. Safety/opti...
Tyge Løvset
2021-12-22
Renamed '_rawvalue\b' to '_raw'
Tyge Løvset
2021-12-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-15
Some improvements in cvec and cpque.
Tyge Løvset
2021-12-14
Fixed silly bug in cpque_X_pop(). Thanks to matthieugras. Added cpque_X_shrin...
Tyge Løvset
2021-12-02
Breaking changes for i_fwd and i_cmp_none:
Tyge Løvset
2021-11-21
Changed reverse() and resize() to return false if mem alloc failed.
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-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-09-26
Added some extensions to cstack and cpque. cstack can now be used as a vector...
Tyge Løvset
2021-09-23
Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(...
Tyge Løvset
2021-09-21
Added copy(self, other) function to all containers. Fixed some docs.
Tyge Løvset
2021-09-14
Fixed include structuring.
Tyge Løvset
2021-09-12
Renamed input macro i_module to i_prefix. Replaced astar.c example.
Tyge Løvset
2021-09-08
Updated most examples to newstyle. Some changes in cpque/cstack.
Tyge Løvset
2021-09-08
Minor bug. Wrong linkage specifier.
Tyge Løvset
2021-09-08
Added init_with_capacity().
Tyge Løvset
2021-09-08
Made clone more robust in cstack, cpque
Tyge Løvset
2021-09-08
Updated cpque and cstack.
Tyge Løvset
2021-09-07
Added cstack and cpque (priority queue) + test.
Tyge Løvset
2021-09-07
Switched to lowercase input define symbols, e.g. i_KEY => i_key, etc.
Tyge Løvset
2021-09-06
Added support for cmap and cset.
Tyge Løvset
2021-09-05
New usage style. only cvec is functional. see vec_test_new.c
Tyge Løvset
2021-05-24
Split c_fordefer() into c_forvar() and c_fordefer() macros.
Tyge Løvset
2021-05-24
Renamed c_with => c_fordefer, and removed c_withvar. Macros were too deceivin...
Tyge Løvset
2021-05-20
Moved stc folder into include folder.
Tyge Løvset
[prev]