summaryrefslogtreecommitdiffstats
path: root/core/templates/local_vector.h
Commit message (Expand)AuthorAgeFilesLines
* [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-0/+4
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+16
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-3/+3
* Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-021-5/+5
* Refactor Node ProcessingJuan Linietsky2023-05-091-1/+3
* Make `LocalVector` respect its `tight` template parameterkleonc2023-05-081-12/+3
* Add range iterator to LocalVectorkobewi2023-01-211-0/+64
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-5/+5
* [Core] Use std type traits to check operations triviality.Fabio Alessandrelli2022-08-041-5/+6
* Avoid manual memory management of certain arrays in Vulkan RDPedro J. Estébanez2022-06-281-2/+7
* Add list initialization support for Vector & LocalVectorHaoyu Qiu2022-01-051-0/+8
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-4/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-3/+3
* Fix LocalVector crash on insert.Gilles Roudière2021-08-261-1/+1
* LocalVector: Don't error if `from` >= `count`Rémi Verschelde2021-07-011-1/+0
* Use unused from in local vector find function.Ricard Rovira2021-06-291-1/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+2
* Add function `LocalVector::remove_unordered`AndreaCatania2021-01-111-0/+14
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+246