Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Makefile and move files to structured folders | EuAndreh | 2024-12-14 | 1 | -2459/+0 |
* | Widen key constraint to 'any' for maps and sets | Oskar Haarklou Veileborg | 2023-01-18 | 1 | -40/+39 |
* | list: fix Append & Prepend, remove varargs support | Oskar Haarklou Veileborg | 2023-01-12 | 1 | -12/+4 |
* | sets & maps: remove varargs APIs & SetMany variants | Oskar Haarklou Veileborg | 2023-01-12 | 1 | -19/+0 |
* | Ensure immutability of sets (and maps with SetMany) | Oskar Haarklou Veileborg | 2023-01-09 | 1 | -6/+4 |
* | SortedMap: set multiple items at once | Am Laher | 2022-12-28 | 1 | -0/+23 |
* | Fix SortedSet.Set. NewMapOf. docs | Am Laher | 2022-12-28 | 1 | -0/+26 |
* | List: varargs for Append,Prepend,NewList | Am Laher | 2022-12-24 | 1 | -7/+19 |
* | generic-widening: improve docs | Am Laher | 2022-12-04 | 1 | -6/+6 |
* | generics: widen map key constraint to 'comparable' | Am Laher | 2022-12-04 | 1 | -42/+76 |
* | Allow lists to contain non-comparable elements | Oskar Haarklou Veileborg | 2022-11-17 | 1 | -30/+24 |
* | add missing ptr types; tidyup | Am Laher | 2022-06-11 | 1 | -8/+7 |
* | implement generic immutable maps | Amir Laher | 2022-05-19 | 1 | -723/+382 |
* | convert lists to use generics | Amir Laher | 2022-05-19 | 1 | -100/+108 |
* | Refactor builders | Ben Johnson | 2020-11-17 | 1 | -50/+68 |
* | Add additional hashers & comparers. | Adrian | 2020-09-22 | 1 | -21/+432 |
* | Add ListBuilder.Len() | Ben Johnson | 2019-03-06 | 1 | -0/+5 |
* | Add SortedMapBuilder | Ben Johnson | 2019-03-06 | 1 | -32/+161 |
* | Add MapBuilder | Ben Johnson | 2019-03-06 | 1 | -45/+201 |
* | Add ListBuilder. | Ben Johnson | 2019-03-04 | 1 | -40/+182 |
* | Fix sorted map iterator initialization. | Ben Johnson | 2019-03-02 | 1 | -12/+18 |
* | Minor iterator refactor; update comment | Ben Johnson | 2019-03-01 | 1 | -8/+11 |
* | (no commit message) | Ben Johnson | 2019-03-01 | 1 | -0/+1864 |