summaryrefslogtreecommitdiffstats
path: root/core/templates/vector.h
Commit message (Expand)AuthorAgeFilesLines
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-8/+8
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* Promote CowData to 64 bitsJuan Linietsky2024-01-191-34/+35
* Refactor Node ProcessingJuan Linietsky2023-05-091-1/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Arrays: Zero new items of trivial types on resize() (bindings only)Rémi Verschelde2022-08-041-0/+1
* Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.Lyuma2022-06-301-0/+3
* Add search methods for packed arraysHaoyu Qiu2022-05-071-0/+2
* Const Ref Callable for custom sort/searchmashumafi2022-03-271-7/+12
* Vectors: Use clear() and has().Anilforextra2022-02-021-3/+1
* Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checksRémi Verschelde2022-01-181-9/+14
|\
| * `Array`: Relax `slice` bound checks to properly handle negative indicesRémi Verschelde2022-01-101-9/+14
* | Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-121-1/+0
|\ \ | |/ |/|
| * Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-1/+0
* | Add list initialization support for Vector & LocalVectorHaoyu Qiu2022-01-051-0/+11
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusiveRémi Verschelde2021-12-071-16/+17
|\
| * PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-261-16/+17
* | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+1
|/
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-1/+1
* Implement bsearch for Vector and Packed*Arraymashumafi2021-09-301-0/+6
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-1/+1
* Fix ConstIterator to allow `for` range loops on Packed*ArrayHugo Locurcio2021-08-231-1/+1
* Implement Range Iteratorsreduz2021-07-081-0/+64
* Merge pull request #46476 from DarknessCatt/masterRémi Verschelde2021-04-281-0/+9
|\
| * Add fill method to Arrays and PackedArraysMatheus Lima Cunha2021-04-211-0/+9
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+1
|/
* Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* packed*arrays are pass by ref now. support duplicate and update documentationJordan Schidlowsky2020-12-171-0/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+222