You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework
Nicholas Van Sickle cfd721bce1
A bit of Generic DOM tidying/fixup (#6914)
* A bit of Generic DOM tidying/fixup

- Refactor out a test fixture for all DOM tests / benchmarks
- Optimize `GetType` implementation to not use `AZStd::variant::visit` (benchmark included to A/B the implementations)
- Tag a few more mutating Value functions with "Mutable" to avoid astonishing copy-on-writes

Benchmark results for GetType implementation:
```
DomValueBenchmark/AzDomValueGetType_UsingVariantIndex              18.2 ns         18.0 ns     40727273 items_per_second=443.667M/s
DomValueBenchmark/AzDomValueGetType_UsingVariantVisit              32.2 ns         32.2 ns     21333333 items_per_second=248.242M/s
```

Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com>
4 years ago
..
AtomCore Removes ThreadDrillerEvents, replaces handlers with TreadEventBus 4 years ago
AzAndroid/java/com/amazon
AzCore A bit of Generic DOM tidying/fixup (#6914) 4 years ago
AzFramework ScreenToWorld and WorldToScreen Camera functionality (#6903) 4 years ago
AzGameFramework Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AzManipulatorTestFramework Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
AzNetworking Templates restricted (#6498) 4 years ago
AzQtComponents Fixed problem with inputting numbers in sliders (#6859) 4 years ago
AzTest Templates restricted (#6498) 4 years ago
AzToolsFramework Fix: Entity Outliner: Outliner is unusable with the Editor in slice mode (#6983) 4 years ago
GFxFramework More fixes 4 years ago
GridMate Templates restricted (#6498) 4 years ago
CMakeLists.txt Remove crcfix (#3294) 4 years ago