Histórico de commits

Autor SHA1 Mensagem Data
  Lukas Tenbrink cf145de21e Revert regression (GH-31736) of memory unsafe append_array (append vector to itself). Add comments to prevent future regressions. 3 meses atrás
  Thaddeus Crews 361e3b4fe8 Core: Expand `std::initializer_list` support 8 meses atrás
  HP van Braam 240f510fa7 Core ubsan fixes 4 meses atrás
  Lukas Tenbrink 57073ba14e Add move constructor and move assignment to CowData, String, Char16String, CharString and Vector. 4 meses atrás
  Sai Nane 66b7d5f1b5 Remove apparent contradiction in vector.h header 4 meses atrás
  Thaddeus Crews 9903e6779b Enforce template syntax `typename` over `class` 1 ano atrás
  Muller-Castro a8bc9f3e78 Add const lvalue ref to core/* container parameters 1 ano atrás
  Juan Linietsky 24fe0715b5 Promote CowData to 64 bits 1 ano atrás
  Juan Linietsky 98c655ec8d Refactor Node Processing 2 anos atrás
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 anos atrás
  Rémi Verschelde c717d5c64b Arrays: Zero new items of trivial types on resize() (bindings only) 2 anos atrás
  Lyuma 33fd7c63e1 Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. 2 anos atrás
  Haoyu Qiu 380a53f02f Add search methods for packed arrays 2 anos atrás
  mashumafi 9c2bfeb2fb Const Ref Callable for custom sort/search 3 anos atrás
  Anilforextra fc27636999 Vectors: Use clear() and has(). 3 anos atrás
  Rémi Verschelde 9912492e93 Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks 3 anos atrás
  Rémi Verschelde 585231a172 Merge pull request #56492 from akien-mga/remove-author-docstrings 3 anos atrás
  Rémi Verschelde c6cefb1b79 `Array`: Relax `slice` bound checks to properly handle negative indices 3 anos atrás
  Haoyu Qiu c0d3bdc0ca Add list initialization support for Vector & LocalVector 3 anos atrás
  Rémi Verschelde ba2bdc478b Style: Remove inconsistently used `@author` docstrings 3 anos atrás
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 anos atrás
  Rémi Verschelde 46d384060e Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive 3 anos atrás
  Rémi Verschelde 7da392bcc5 Don't return reference on copy assignment operators 3 anos atrás
  Nathan Franke dd30253cdc PackedByteArray, Array slice end exclusive, rename subarray to slice 3 anos atrás
  Lightning_A e078f970db Rename `remove()` to `remove_at()` when removing by index 3 anos atrás
  Rémi Verschelde 3a6be64c12 clang-format: Various fixes to comments alignment from `clang-format` 13 3 anos atrás
  mashumafi 214bbfbefe Implement bsearch for Vector and Packed*Array 3 anos atrás
  Ellen Poe f5d9c7b487 Replace stb_vorbis with libogg+libvorbis 3 anos atrás
  Hugo Locurcio 87b985a6aa Fix ConstIterator to allow `for` range loops on Packed*Array 3 anos atrás
  reduz a9c943bef9 Implement Range Iterators 3 anos atrás