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
/
README.md
Age
Commit message (
Expand
)
Author
2021-10-27
Update README.md
Tyge Løvset
2021-10-21
Improved README.md
Tyge Løvset
2021-09-29
Changed forward declaration to support user defined container names with i_cnt.
Tyge Løvset
2021-09-28
Simplified usage of user-defined container names (and methods prefix).
Tyge Løvset
2021-09-26
More docs work.
Tyge Løvset
2021-09-25
Update README.md
Tyge Løvset
2021-09-23
Merge branch 'master' of github.com:tylov/STC into master
Tyge Løvset
2021-09-23
Cleanup: Replaced c_emplace() macro with more general c_apply()/c_apply_pair(...
Tyge Løvset
2021-09-23
Update README.md
Tyge Løvset
2021-09-23
Remark.
Tyge Løvset
2021-09-23
Some more documentation in README.md.
Tyge Løvset
2021-09-21
Update README.md
Tyge Løvset
2021-09-20
Update README.md
Tyge Løvset
2021-09-20
Renamed project again.
Tyge Løvset
2021-09-20
Renamed project to "STC - Sublime Template Containers for C".
Tyge Løvset
2021-09-20
Renamed macros: breaking changes for Version 2.0!
Tyge Lovset
2021-09-19
Update README.md
Tyge Løvset
2021-09-19
Improved and added some useful info to README.md
Tyge Løvset
2021-09-19
Preparation for merging in V2.0 to master branch.
Tyge Løvset
2021-09-17
Added example sharedptr.c and fixed some doc.
Tyge Løvset
2021-09-12
Renamed input macro i_module to i_prefix. Replaced astar.c example.
Tyge Løvset
2021-09-11
Fixed docs for newstyle.
Tyge Løvset
2021-09-08
Some docs on main page. Added emplace_items to cstack.
Tyge Løvset
2021-09-01
Some minor docs update.
Tyge Løvset
2021-06-02
Updated benchmarks.
Tyge Løvset
2021-05-24
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2021-05-24
Fix c_fordefer example usage.
Tyge Løvset
2021-05-24
Fixed c_fordefer docs.
Tyge Løvset
2021-05-20
Added description of new include folder.
Tyge Løvset
2021-05-20
Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => cstr_lit(l...
Tyge Løvset
2021-05-19
Merge branch 'master' of https://github.com/tylo-work/C99Containers into master
Tyge Løvset
2021-05-19
More cleanups and refinements.
Tyge Løvset
2021-05-18
Updated cvec_str example.
Tyge Løvset
2021-05-18
Added new file: csview: String View
Tyge Løvset
2021-05-15
API change: Renamed c_init() to c_var() to better describe it declares and in...
Tyge Løvset
2021-04-23
API: Reverted to C_X_erase_at() instead of C_X_erase_it(). Sorry for the mess...
Tyge Løvset
2021-04-17
Changed c_emplace_items(&cont, ctype, {...}) macro with c_emplace(ctype, cont...
Tyge Løvset
2021-04-15
NB! Changed API: *_erase_at(container, it) --> *_erase_it(container, it). cve...
Tyge Løvset
2021-04-12
Improved docs.
Tyge Løvset
2021-04-02
Rewrote clist API: Now in line with std::list API instead of std::forward_lis...
Tyge Løvset
2021-03-30
Removed the cptr raw pointer. Only keep csptr: shared_ptr. Renamed cptr.h to ...
Tyge Løvset
2021-03-26
Removed coption.h and moved it to https://gist.github.com/tylov - Was not rel...
Tyge Løvset
2021-03-26
Try to hide cpp files for gitlinquist to make it a 100% C project.
Tyge Løvset
2021-03-26
Changed cpque declaration to using_cpque(X, Value, valueCompare), and valueCo...
Tyge Løvset
2021-03-24
More README.md edit.
Tyge Løvset
2021-03-24
Cleanup in documentation.
Tyge Løvset
2021-03-03
Removed cstr_t from docs (use cstr).
Tyge Løvset
2021-03-03
Minor formatting.
Tyge Løvset
2021-03-03
Toned down performance aspect in the docs.
Tyge Løvset
2021-02-25
Update README.md
Tyge Løvset
[next]