Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly pick optimal block size | Thomas Voss | 2024-05-14 | 2 | -12918/+2646 |
| | |||||
* | Fix bug where pointer to local was returned | Thomas Voss | 2024-05-09 | 6 | -51/+86 |
| | |||||
* | Add TODOs | Thomas Voss | 2024-05-09 | 5 | -0/+5 |
| | |||||
* | Add TODO | Thomas Voss | 2024-05-09 | 1 | -1/+2 |
| | |||||
* | More 2-stage lookup tables | Thomas Voss | 2024-05-04 | 4 | -423/+13017 |
| | |||||
* | More 2-stage lookup tables | Thomas Voss | 2024-05-04 | 13 | -23078/+61051 |
| | |||||
* | Add more 2-stage lookup tables | Thomas Voss | 2024-05-03 | 11 | -7240/+31423 |
| | |||||
* | Don’t use binary search | Thomas Voss | 2024-05-03 | 1 | -1986/+1980 |
| | |||||
* | Add more 2-stage lookup tables | Thomas Voss | 2024-05-03 | 3 | -2849/+8051 |
| | |||||
* | Add even more 2-stage lookup tables | Thomas Voss | 2024-04-30 | 4 | -2158/+6392 |
| | |||||
* | Fix algorithm to determine optimal blksize | Thomas Voss | 2024-04-30 | 1 | -625/+785 |
| | |||||
* | Add more 2-stage lookup tables | Thomas Voss | 2024-04-30 | 4 | -1749/+29789 |
| | |||||
* | Use 2-stage lookup table in uprop_get_bc() | Thomas Voss | 2024-04-30 | 1 | -1526/+3523 |
| | |||||
* | Use a 2-stage lookup table for uprop_get_age() | Thomas Voss | 2024-04-28 | 1 | -1701/+9316 |
| | |||||
* | Use a 2-stage lookup table for uprop_get_gc() | Thomas Voss | 2024-04-28 | 1 | -3285/+4627 |
| | |||||
* | Implement boolean props using 2-stage lookup | Thomas Voss | 2024-04-28 | 50 | -12161/+20192 |
| | |||||
* | Fully comply with Unicode 15.1 § 3.13 in u8lower() | Thomas Voss | 2024-04-26 | 1 | -10/+15 |
| | |||||
* | Properly upper- and titlecase ‘i’ and ‘j’ in Lithuanian | Thomas Voss | 2024-04-24 | 2 | -2/+6 |
| | |||||
* | Add explicit underlying type for enums | Thomas Voss | 2024-04-22 | 1 | -1/+1 |
| | | | | | | Due to the size of the lookup tables, we want to use the smallest possible underlying type for the Unicode property enumerations in order to reduce the binary size as much as possible. | ||||
* | Fix typo (extpic -> extpict) | Thomas Voss | 2024-04-21 | 1 | -1/+1 |
| | |||||
* | Add uprop_get_sb() | Thomas Voss | 2024-04-21 | 1 | -0/+2447 |
| | |||||
* | Add uprop_get_wb() | Thomas Voss | 2024-04-21 | 1 | -0/+1117 |
| | |||||
* | Add uprop_get_scx() | Thomas Voss | 2024-04-21 | 1 | -0/+180 |
| | |||||
* | Add uprop_get_nfkc_cf() | Thomas Voss | 2024-04-21 | 2 | -6053/+12094 |
| | |||||
* | Add uprop_get_nfkc_scf() | Thomas Voss | 2024-04-20 | 1 | -0/+6075 |
| | |||||
* | Add uprop_get_nf{,k}{c,d}_qc() | Thomas Voss | 2024-04-20 | 4 | -0/+1204 |
| | |||||
* | Add uprop_get_jg() | Thomas Voss | 2024-04-18 | 1 | -0/+230 |
| | |||||
* | Add uprop_get_jt() | Thomas Voss | 2024-04-18 | 1 | -0/+560 |
| | |||||
* | Add uprop_get_gcb() | Thomas Voss | 2024-04-16 | 1 | -0/+1419 |
| | |||||
* | Add uprop_get_equideo() | Thomas Voss | 2024-04-16 | 1 | -0/+369 |
| | |||||
* | Add uprop_get_ccc() | Thomas Voss | 2024-04-16 | 1 | -0/+408 |
| | |||||
* | Remove blank line | Thomas Voss | 2024-04-16 | 1 | -1/+0 |
| | |||||
* | Add uprop_get_insc() | Thomas Voss | 2024-04-16 | 1 | -0/+808 |
| | |||||
* | Add uprop_get_inpc() | Thomas Voss | 2024-04-16 | 1 | -0/+641 |
| | |||||
* | Check lookup[0].lo instead of a magic number | Thomas Voss | 2024-04-16 | 1 | -1/+1 |
| | |||||
* | Add uprop_get_hst() | Thomas Voss | 2024-04-16 | 1 | -0/+823 |
| | |||||
* | Add uprop_get_vo() | Thomas Voss | 2024-04-16 | 1 | -0/+224 |
| | |||||
* | Change private symbol prefix from ‘__’ to ‘_’ | Thomas Voss | 2024-04-16 | 71 | -141/+141 |
| | |||||
* | Add uprop_get_bmg() | Thomas Voss | 2024-04-15 | 1 | -0/+472 |
| | |||||
* | Add uprop_get_bc() | Thomas Voss | 2024-04-15 | 1 | -0/+1538 |
| | |||||
* | Add uprop_get_cf() | Thomas Voss | 2024-04-15 | 1 | -0/+130 |
| | |||||
* | Add uprop_get_scf() | Thomas Voss | 2024-04-15 | 1 | -0/+1460 |
| | |||||
* | Add uprop_get_sc() | Thomas Voss | 2024-04-15 | 1 | -0/+995 |
| | |||||
* | Add uprop_blkname() | Thomas Voss | 2024-04-15 | 1 | -0/+344 |
| | |||||
* | Add uprop_get_blk() | Thomas Voss | 2024-04-15 | 1 | -0/+381 |
| | |||||
* | Add uprop_get_age() | Thomas Voss | 2024-04-15 | 1 | -0/+1712 |
| | |||||
* | Fix indentation | Thomas Voss | 2024-04-14 | 1 | -6/+6 |
| | |||||
* | Reorganize some things | Thomas Voss | 2024-04-14 | 3 | -17/+19 |
| | |||||
* | Prefer character literals to hex | Thomas Voss | 2024-04-13 | 1 | -101/+101 |
| | |||||
* | Add uprop_get_lc() | Thomas Voss | 2024-04-13 | 1 | -0/+45 |
| |