Историја ревизија

Аутор SHA1 Порука Датум
  Lukas Tenbrink 839e0358b3 Assert that `dictionary.h` does not include `String`, and that neither of the fundamental containers include `Object`. пре 3 месеци
  Lukas Tenbrink 712bc99668 Add `STATIC_ASSERT_INCOMPLETE_TYPE` to enforce include minimality. пре 7 месеци
  Lukas Tenbrink 1bf821c1e1 Store current capacity in `CowData` buffers, and rewrite most of it. пре 9 месеци
  Lukas Tenbrink a916325e6a Use `Span` for `String.sprintf`, to accelerate `vformat` not needing to allocate an `Array`. пре 10 месеци
  aaronp64 4c3f2be16d Avoid repeated _copy_on_write() calls in Array::resize() пре 4 месеци
  Thaddeus Crews 0f67c3e992 Merge pull request #104522 from Ivorforce/localvector-force-trivial-resize пре 8 месеци
  Lukas Tenbrink 4cb8a0c77e Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call. пре 8 месеци
  Pedro J. Estébanez 342266cfd9 Overhaul `Variant::duplicate()` for resources пре 1 година
  Yufeng Ying 3bf400ffae Move bisect to Span and deduplicate code. пре 8 месеци
  mashumafi b73346ef19 Avoid copy-on-write when reading vectors пре 1 година
  aaronp64 d176ba045f Array performance improvements to reduce copying/copy_on_write calls пре 1 година
  Thaddeus Crews b8950a4662 Merge pull request #105392 from aaronp64/array_min_max пре 9 месеци
  aaronp64 ecf63dd079 Optimize Array min/max methods пре 9 месеци
  Windy Darian effd1b71ce allow inserting at end of array again пре 9 месеци
  Rarysson Guilherme fe39ffeb7d Add negative index to `Array.remove_at` and `Array.insert` пре 2 година
  Yufeng Ying 4f4031a675 Replace size() == 0 with is_empty(). пре 10 месеци
  kobewi 75881f8322 Use initializer list in Arrays пре 1 година
  Rémi Verschelde 3f14e6a1b7 Merge pull request #104374 from aaronp64/array_swap_move пре 10 месеци
  Thaddeus Crews f6a35e2a6e Merge pull request #86015 from kitbdev/array-initializer-list пре 10 месеци
  aaronp64 3eb4e6c6ff Optimize Array methods with SWAP/std::move пре 10 месеци
  Yufeng Ying 883ca56517 Remove unneeded read_only check for Array const operator. пре 10 месеци
  Yufeng Ying be86ce3103 Apply iwyu suggestion in core. пре 1 година
  Danil Alexeev bd1a35ce9e Core: Fix `JSON.{from,to}_native()` issues пре 1 година
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` пре 1 година
  Rémi Verschelde 6bf8a3e3f8 Merge pull request #95449 from SlashScreen/array_functions пре 1 година
  Slashscreen 89491f4403 Add callable support for `find` and `rfind` `Array` methods пре 1 година
  Hilderin 27d1fb63e1 Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798 пре 1 година
  Rémi Verschelde 496b7b8482 Core: Improve vformat error reporting on sprintf failure пре 1 година
  kit cb17798df3 Add Array and Variant list inializer пре 2 година
  A Thousand Ships 64146cb7f3 [Core] Add iteration support to `Array` пре 2 година