| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-18 | Simplified and removed unneeded stuff from csview.h | Tyge Løvset | |
| 2021-06-11 | Improve naming of c_sv() and c_lit() in csview.h: Rename c_sv(cstr) => ↵ | Tyge Løvset | |
| cstr_sv(cstr), and c_lit(string literal) => c_sv(string literal). Hopefully not too much used yet, as they are fairly new. | |||
| 2021-06-05 | Renamed predefined using_cmap_sv*() using_csmap_sv*() macros to ↵ | Tyge Løvset | |
| using_cmap_strv*(), ... | |||
| 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 ↵ | Tyge Løvset | |
| deceiving and hid the fact that it was for-loops. Now it is more explicit. | |||
| 2021-05-20 | Changed new API: c_sv(literal) => c_sv(cstr), cstr_new(literal) => ↵ | Tyge Løvset | |
| cstr_lit(literal), csview_new() => csview_lit(). Added c_lit(literal) alias to csview_lit(literal). | |||
| 2021-05-18 | Added the new c_defer(), c_with(), c_withvar() macros into the examples. | Tyge Løvset | |
| 2021-05-18 | Added new file: csview: String View | Tyge Løvset | |
