This repository was archived by the owner on Nov 8, 2024. It is now read-only.
4 files changed
+8
-16
lines changedLines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 18 |
| |
25 | 19 |
| |
26 |
| - | |
| 20 | + | |
27 | 21 |
| |
28 | 22 |
| |
29 | 23 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 | 9 |
| |
18 | 10 |
| |
19 | 11 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 |
| |
4 | 10 |
| |
5 | 11 |
| |
|
- .gitmodules+3
- CHANGELOG.md+8
- CMakeLists.txt+3-1
- appveyor.yml-2
- common.gypi+2-2
- drafter.gyp+7-2
- ext/variant+1
- src/CMakeLists.txt+44-60
- src/ElementComparator.h+20-11
- src/ElementData.h+4-3
- src/ElementInfoUtils.h+1-1
- src/RefractAPI.cc+25-12
- src/RefractDataStructure.cc+21-15
- src/RefractSourceMap.cc+1-1
- src/RefractSourceMap.h+1-1
- src/Serialize.cc+87-3
- src/SerializeResult.cc+5-4
- src/Version.h+1-1
- src/drafter-config.cmake+1
- src/refract/Cardinal.h+75
- src/refract/Element.h+15-10
- src/refract/ElementSize.cc+184
- src/refract/ElementSize.h+35
- src/refract/ElementUtils.cc+27-15
- src/refract/ElementUtils.h+6
- src/refract/ExpandVisitor.cc+5-4
- src/refract/InfoElements.cc+19-15
- src/refract/InfoElementsUtils.h+1-1
- src/refract/JsonSchema.cc+471-337
- src/refract/JsonUtils.cc+2-17
- src/refract/JsonUtils.h-14
- src/refract/JsonValue.cc+39-16
- src/refract/SerializeSo.cc+11-3
- src/refract/Utils.cc+7-3
- src/refract/Utils.h+12-5
- src/refract/VisitorUtils.cc+1-1
- src/refract/dsd/Array.cc+13-13
- src/refract/dsd/Array.h+6-6
- src/refract/dsd/Extend.cc+62-56
- src/refract/dsd/Extend.h+6-6
- src/refract/dsd/Member.cc+3-1
- src/refract/dsd/Object.cc+14-14
- src/refract/dsd/Object.h+6-6
- src/refract/dsd/Option.cc+9-9
- src/refract/dsd/Option.h+6-6
- src/refract/dsd/Select.cc+9-9
- src/refract/dsd/Select.h+7-8
- src/refract/dsd/Traits.h+5-4
- src/utils/Variant.h-357
- src/utils/so/JsonIo.cc+56-42
- src/utils/so/Value.cc+22-9
- src/utils/so/Value.h+9-5
- src/utils/so/YamlIo.cc+65-54
- test/CMakeLists.txt+5-2
- test/fixtures/api/attributes-named-type-enum-reference.json+1-1
- test/fixtures/mson/enum-empty-default.json+1-1
- test/fixtures/render/enum-default-multiple.json+1-1
- test/fixtures/render/enum-default.json+1-1
- test/fixtures/render/enum-sample.json+1-1
- test/fixtures/render/numbers.json+1-1
- test/fixtures/schema/array-fixed-inline-samples.json+1-1
- test/fixtures/schema/array-fixed-inline.json+1-1
- test/fixtures/schema/array-fixed-samples-complex.json+1-1
- test/fixtures/schema/array-fixed.json+1-1
- test/fixtures/schema/boolean-literal.json+1-1
- test/fixtures/schema/default-attribute.json+1-1
- test/fixtures/schema/default-section.json+1-1
- test/fixtures/schema/enum-containing-enum.json+1-1
- test/fixtures/schema/enum-containing-object.json+1-1
- test/fixtures/schema/enum-containing-sample.json+1-1
- test/fixtures/schema/enum-nullable.json+1-1
- test/fixtures/schema/enum-of-strings.json+1-1
- test/fixtures/schema/enum-with-type.json+1-1
- test/fixtures/schema/number-literal.json+1-1
- test/fixtures/schema/object-fixed-values.json+1-1
- test/fixtures/schema/object-very-complex.json+1-1
- test/fixtures/schema/sample-inline-attribute.json+1-1
- test/fixtures/schema/sample-inline-variable.json+1-1
- test/fixtures/schema/sample.json+1-1
- test/fixtures/schema/string-literal.json+1-1
- test/refract/dsd/test-Array.cc+10-10
- test/refract/dsd/test-Enum.cc+2-1
- test/refract/dsd/test-Extend.cc+26-25
- test/refract/dsd/test-Holder.cc+2-1
- test/refract/dsd/test-InfoElements.cc+8-4
- test/refract/dsd/test-Member.cc+1-1
- test/refract/dsd/test-Object.cc+10-10
- test/refract/dsd/test-Option.cc+10-10
- test/refract/dsd/test-Select.cc+10-10
- test/refract/test-Cardinal.cc+522
- test/refract/test-ElementSize.cc+637
- test/refract/test-JsonSchema.cc+9-9
- test/refract/test-Utils.cc+23-5
- test/test-ApplyVisitorTest.cc+2-2
- test/utils/so/test-JsonIo.cc+12-14
- test/utils/so/test-YamlIo.cc+10-12
- test/utils/test-Variant.cc-933
0 commit comments