summaryrefslogtreecommitdiff
path: root/core/templates/local_vector.h
AgeCommit message (Expand)Author
2022-09-29Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg
2022-08-04[Core] Use std type traits to check operations triviality.Fabio Alessandrelli
2022-06-28Avoid manual memory management of certain arrays in Vulkan RDPedro J. Estébanez
2022-01-05Add list initialization support for Vector & LocalVectorHaoyu Qiu
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-08-26Fix LocalVector crash on insert.Gilles Roudière
2021-07-01LocalVector: Don't error if `from` >= `count`Rémi Verschelde
2021-06-29Use unused from in local vector find function.Ricard Rovira
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-01-11Add function `LocalVector::remove_unordered`AndreaCatania
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz