aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add uprop_get_hst()Thomas Voss 2024-04-161-0/+10
|
* Add uprop_get_vo()Thomas Voss 2024-04-161-0/+8
|
* Annotate some extra functions with nodiscardThomas Voss 2024-04-162-4/+4
|
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-1616-80/+80
|
* Don’t dunder attributesThomas Voss 2024-04-167-32/+30
|
* Fix comment typoThomas Voss 2024-04-161-2/+2
|
* Add _attrs.h for function attributesThomas Voss 2024-04-165-98/+102
|
* implement arena allocatorsThomas Voss 2024-04-162-0/+38
|
* Add uprop_get_bmg()Thomas Voss 2024-04-151-0/+1
|
* Add uprop_get_bc()Thomas Voss 2024-04-151-1/+28
|
* Implement casefoldingThomas Voss 2024-04-151-0/+6
|
* Add uprop_get_cf()Thomas Voss 2024-04-151-0/+1
|
* Add uprop_get_scf()Thomas Voss 2024-04-151-0/+1
|
* Add clang-format tagsThomas Voss 2024-04-151-1/+5
|
* Add uprop_get_sc()Thomas Voss 2024-04-151-0/+169
|
* Add uprop_blkname()Thomas Voss 2024-04-151-51/+54
|
* Add uprop_get_blk()Thomas Voss 2024-04-151-0/+335
|
* Prefer uint_least32_t to uint_fast32_tThomas Voss 2024-04-151-1/+1
|
* Use err() instead of the old errx()Thomas Voss 2024-04-151-2/+2
|
* Add uprop_get_age()Thomas Voss 2024-04-151-4/+49
|
* Add u8lower()Thomas Voss 2024-04-151-0/+2
|
* Vastly simplify the errors.h interfaceThomas Voss 2024-04-141-5/+0
|
* Reorganize some thingsThomas Voss 2024-04-141-11/+16
|
* Change UF_* for CF_*Thomas Voss 2024-04-141-4/+4
|
* upper_flags to caseflags, and mark dst as restrictThomas Voss 2024-04-141-6/+7
|
* Add u8upper()Thomas Voss 2024-04-131-0/+9
|
* Add uprop_get_lc()Thomas Voss 2024-04-131-0/+10
|
* Sort structs alphabeticallyThomas Voss 2024-04-121-5/+5
|
* Add uprop_get_tc()Thomas Voss 2024-04-121-0/+6
|
* Add uprop_get_uc()Thomas Voss 2024-04-121-0/+13
|
* Use the __mlib_uprop_attrs macro for attributesThomas Voss 2024-04-121-68/+70
|
* Add uprop_get_s[ult]c()Thomas Voss 2024-04-111-0/+3
|
* Sort declarations alphabeticallyThomas Voss 2024-04-111-1/+1
|
* Add uprop_get_na1()Thomas Voss 2024-04-111-0/+1
|
* Use __VA_ARGS__ in *eq() macrosThomas Voss 2024-04-111-3/+3
| | | | | | | | | | This allows for the macros to still work when passed macros as arguments that expand into multiple arguments. As an example, the following which was not possible is now possible: struct u8view sv1 = U8V("Kosiče"); struct u8view sv2 = ...; assert(u8eq(U8_ARGS(sv1), U8_ARGS(sv2)));
* Add uprop_get_na()Thomas Voss 2024-04-111-0/+2
|
* Add uprop_get_lb()Thomas Voss 2024-04-111-0/+52
|
* Fix commentThomas Voss 2024-04-091-3/+4
|
* Remove usages of __MLIB_NO_MACRO_WRAPPERThomas Voss 2024-04-091-5/+3
|
* Add uprop_get_dt()Thomas Voss 2024-04-091-0/+22
|
* Add uprop_get_bpb() and uprop_get_bpt()Thomas Voss 2024-04-091-9/+17
|
* Add uprop_get_ea()Thomas Voss 2024-04-091-1/+11
|
* Add uprop_get_nt()Thomas Voss 2024-04-091-0/+8
|
* Move script to gen/string/Thomas Voss 2024-04-091-1/+1
|
* Move unicode/gbrk.h to unicode/string.hThomas Voss 2024-04-091-3/+3
|
* Tweaks to uprop_get_*()Thomas Voss 2024-04-081-3291/+0
|
* Use clang::__flag_enum__ instead of clang::flag_enumThomas Voss 2024-04-061-1/+1
|
* Add uprop_get_nv()Thomas Voss 2024-04-062-37/+19
|
* Add more predicates to unicode/prop.hThomas Voss 2024-04-051-0/+8
|
* Fix function nameThomas Voss 2024-04-051-1/+1
|