summaryrefslogtreecommitdiff
path: root/core/templates/vector.h
AgeCommit message (Expand)Author
2021-12-07Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusiveRémi Verschelde
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-26PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-09-30Implement bsearch for Vector and Packed*Arraymashumafi
2021-09-09Replace stb_vorbis with libogg+libvorbisEllen Poe
2021-08-23Fix ConstIterator to allow `for` range loops on Packed*ArrayHugo Locurcio
2021-07-08Implement Range Iteratorsreduz
2021-04-28Merge pull request #46476 from DarknessCatt/masterRémi Verschelde
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-21Add fill method to Arrays and PackedArraysMatheus Lima Cunha
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-17packed*arrays are pass by ref now. support duplicate and update documentationJordan Schidlowsky
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz