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
/
examples
/
new_queue.c
Age
Commit message (
Expand
)
Author
2022-12-20
Restructured folders: examples, benchmarks, tests into misc folder.
Tyge Lovset
2022-11-13
Reverted forward declaration from c_declare_X back to c_forward_X, and the fl...
Tyge Løvset
2022-11-03
Renamed forward_CONTAINER(...) => declare_CONTAINER(...),
Tyge Løvset
2022-10-21
Renamed size_t formatting macro c_zu to c_ZU (for replacing %zu on mingw64).
Tyge Løvset
2022-10-19
Reverted back to c_forrrange from c_forloop. Still available but deprecated.
Tyge Løvset
2022-10-14
Replaced PRIuMAX with new c_zu macro in examples. "%zu" is not supported by m...
Tyge Løvset
2022-09-26
Deprecated c_pair() macro. Replaced with c_PAIR(), analogous to c_ARGsv() mac...
Tyge Løvset
2022-07-06
Version 3.7. Make sure to check NEWS/Changes in README.md for a few code-bre...
Tyge Løvset
2022-06-01
Reverted to default static linkage of non-templated symbols (cstr, csview, .....
Tyge Løvset
2022-06-01
Converted all files with DOS line endings to LINUX.
Tyge Løvset
2022-05-30
Done refactoring:
Tyge Løvset
2022-04-18
crandom.h: Renamed *_init(..) functions to *_new(..). Old names are kept but ...
Tyge Løvset
2022-03-04
Updated printf formatting to portable code. This was also to use http://winli...
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-19
First commit for Version 3 of STC. Main changes are consistent rename of '_de...
Tyge Løvset
2021-12-02
Breaking changes for i_fwd and i_cmp_none:
Tyge Løvset
2021-10-05
Changed recommended order of defining template parameters.
Tyge Løvset
2021-09-29
Changed forward declaration to support user defined container names with i_cnt.
Tyge Løvset
2021-09-23
Moved new examples from tests folder to examples
Tyge Løvset