Benoit Blanchon
|
aa7fbd6c8b
README: remove the "most popular" claim
|
1 ay önce |
Benoit Blanchon
|
21144d5691
Don't rely on array size to get the length of string literals
|
2 ay önce |
Benoit Blanchon
|
5f96515360
Particle: update installation method
|
2 ay önce |
Benoit Blanchon
|
bec657eda7
Return `bool` from all built-in `toJson` converters
|
2 ay önce |
Benoit Blanchon
|
1232f61e55
VariantImpl: change `setRawString()` to return `bool`
|
2 ay önce |
Benoit Blanchon
|
65518a8b00
VariantImpl: change `setRawString()` to take an adapted string
|
2 ay önce |
Benoit Blanchon
|
a51865ca42
CollectionIterator: rename `next()` to `move()`
|
2 ay önce |
Benoit Blanchon
|
af36add5d8
VariantImpl: rename `getResourceManager()` to `resources()`
|
2 ay önce |
Benoit Blanchon
|
3eced7d7ec
VariantImpl: rename `getData()` to `data()`
|
2 ay önce |
Benoit Blanchon
|
c4c5c69baf
VariantImpl: move `addValue()` to `JsonArray`
|
2 ay önce |
Benoit Blanchon
|
b017dfb13a
ResourceManager: move out-of-class definitions back in the class
|
3 ay önce |
Benoit Blanchon
|
88769c44b4
ResourceManager: decouple from `VariantImpl`
|
3 ay önce |
Benoit Blanchon
|
01de2f3fbb
Rename `CollectionData.hpp` to `CollectionIterator.hpp`
|
3 ay önce |
Benoit Blanchon
|
4a2568e3c8
Merge `CollectionImpl` into `VariantImpl`
|
3 ay önce |
Benoit Blanchon
|
f124af3909
Merge `ObjectImpl` into `VariantImpl`
|
3 ay önce |
Benoit Blanchon
|
76eec98efd
Merge `ArrayImpl` into `VariantImpl`
|
3 ay önce |
Benoit Blanchon
|
04823fd304
JsonDocument: fix double clear in `to<T>()`
|
3 ay önce |
Benoit Blanchon
|
3f62a2ca96
VariantImpl: change the visitor interface for arrays and objects
|
3 ay önce |
Benoit Blanchon
|
6dbdeca58a
VariantImpl: extract static `size()`
|
3 ay önce |
Benoit Blanchon
|
a159820ade
CollectionImpl: attach to `VariantData*` instead of `CollectionData*`
|
3 ay önce |
Benoit Blanchon
|
c222fc2f0a
Move `CollectionData` definition
|
3 ay önce |
Benoit Blanchon
|
b4024e7032
Move `VariantImpl` definition to `VariantImpl.hpp`
|
3 ay önce |
Benoit Blanchon
|
7dece839d6
Extract `VariantImpl`
|
3 ay önce |
Benoit Blanchon
|
ed6b470896
Replace `VariantData&` with `VariantData*` in deserializers
|
4 ay önce |
Benoit Blanchon
|
539b66fc7a
Extract `ArrayImpl`, `CollectionImpl`, and `ObjectImpl`
|
6 ay önce |
Benoit Blanchon
|
6e7eddb959
JsonObject: replace `ObjectData*` member with `VariantData*`
|
7 ay önce |
Benoit Blanchon
|
3a49896200
JsonArray: replace `ArrayData*` member with `VariantData*`
|
7 ay önce |
Benoit Blanchon
|
c743c1e327
JsonObjectConst: replace `ObjectData*` member with `VariantData*`
|
7 ay önce |
Benoit Blanchon
|
c541c57900
JsonArrayConst: replace `ArrayData*` member with `VariantData*`
|
7 ay önce |
Benoit Blanchon
|
db2eec46c7
Add a pool dedicated to 8-byte values (`double`/`int64_t`/`uint64_t`)
|
4 ay önce |