summaryrefslogtreecommitdiff
path: root/src/gevector.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify everythingThomas Voss 2022-12-311-41/+32
|
* Sort thingsThomas Voss 2022-12-311-1/+1
|
* Make vector lengths “public”Thomas Voss 2022-12-311-29/+44
|
* Add GEVECTOR_DEF, some iter macros, s/append/pushThomas Voss 2022-12-311-42/+54
|
* Add n##_remove() and s/size/lengthThomas Voss 2022-12-261-6/+15
|
* Fix weird edge-case when cap == 1 and gf == 1.5fThomas Voss 2022-12-241-5/+8
|
* Remember to actually return 0Thomas Voss 2022-12-241-0/+1
|
* Fix capacity bugThomas Voss 2022-12-241-1/+1
|
* Add vectorsThomas Voss 2022-12-241-0/+63