summaryrefslogtreecommitdiff
path: root/core/templates/vector.h
AgeCommit message (Expand)Author
2022-08-04Arrays: Zero new items of trivial types on resize() (bindings only)Rémi Verschelde
2022-06-30Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.Lyuma
2022-05-07Add search methods for packed arraysHaoyu Qiu
2022-03-27Const Ref Callable for custom sort/searchmashumafi
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-18Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checksRémi Verschelde
2022-01-12Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde
2022-01-10`Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde
2022-01-05Add list initialization support for Vector & LocalVectorHaoyu Qiu
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
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