Commit History

Author SHA1 Message Date
  Benoit Blanchon 9bfa11387d Rewrite the float-to-string conversion 4 months ago
  Benoit Blanchon 6cc8b313ed Convert `decomposeFloat()` tests to higher-level tests 4 months ago
  Benoit Blanchon ab63400930 TextFormatter: simplify tests of `writeFloat()` 3 months ago
  Benoit Blanchon 183c723443 JsonSerializer: refactor tests for simple values 3 months ago
  Benoit Blanchon 1ccb7ab451 Numbers: inline `normalize()` 4 months ago
  Benoit Blanchon 21144d5691 Don't rely on array size to get the length of string literals 4 months ago
  Benoit Blanchon 5f96515360 Particle: update installation method 4 months ago
  Benoit Blanchon bec657eda7 Return `bool` from all built-in `toJson` converters 4 months ago
  Benoit Blanchon 1232f61e55 VariantImpl: change `setRawString()` to return `bool` 4 months ago
  Benoit Blanchon 65518a8b00 VariantImpl: change `setRawString()` to take an adapted string 4 months ago
  Benoit Blanchon a51865ca42 CollectionIterator: rename `next()` to `move()` 4 months ago
  Benoit Blanchon af36add5d8 VariantImpl: rename `getResourceManager()` to `resources()` 4 months ago
  Benoit Blanchon 3eced7d7ec VariantImpl: rename `getData()` to `data()` 4 months ago
  Benoit Blanchon c4c5c69baf VariantImpl: move `addValue()` to `JsonArray` 4 months ago
  Benoit Blanchon b017dfb13a ResourceManager: move out-of-class definitions back in the class 4 months ago
  Benoit Blanchon 88769c44b4 ResourceManager: decouple from `VariantImpl` 4 months ago
  Benoit Blanchon 01de2f3fbb Rename `CollectionData.hpp` to `CollectionIterator.hpp` 4 months ago
  Benoit Blanchon 4a2568e3c8 Merge `CollectionImpl` into `VariantImpl` 4 months ago
  Benoit Blanchon f124af3909 Merge `ObjectImpl` into `VariantImpl` 4 months ago
  Benoit Blanchon 76eec98efd Merge `ArrayImpl` into `VariantImpl` 4 months ago
  Benoit Blanchon 04823fd304 JsonDocument: fix double clear in `to<T>()` 4 months ago
  Benoit Blanchon 3f62a2ca96 VariantImpl: change the visitor interface for arrays and objects 4 months ago
  Benoit Blanchon 6dbdeca58a VariantImpl: extract static `size()` 4 months ago
  Benoit Blanchon a159820ade CollectionImpl: attach to `VariantData*` instead of `CollectionData*` 4 months ago
  Benoit Blanchon c222fc2f0a Move `CollectionData` definition 4 months ago
  Benoit Blanchon b4024e7032 Move `VariantImpl` definition to `VariantImpl.hpp` 5 months ago
  Benoit Blanchon 7dece839d6 Extract `VariantImpl` 5 months ago
  Benoit Blanchon ed6b470896 Replace `VariantData&` with `VariantData*` in deserializers 5 months ago
  Benoit Blanchon 539b66fc7a Extract `ArrayImpl`, `CollectionImpl`, and `ObjectImpl` 7 months ago
  Benoit Blanchon 6e7eddb959 JsonObject: replace `ObjectData*` member with `VariantData*` 8 months ago