This repository was archived by the owner on Nov 8, 2024. It is now read-only.
3 files changed
+8
-2
lines changedOriginal 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 |
| |
|
- .circleci/config.yml+35-1
- CHANGELOG.md+12
- CMakeLists.txt+2
- DefaultBuildType.cmake+10
- cmake/unix-coverage.cmake+58
- cmake/unix-ubsan.cmake+58
- ext/snowcrash/src/Blueprint.h+8-6
- ext/snowcrash/src/BlueprintSourcemap.h+5-5
- src/Version.h+1-1
- src/refract/JsonSchema.cc+30-24
- src/refract/JsonValue.cc+9-2
- test/Tracker.h-101
- test/fixtures/mson/issue-709-b.apib+17
- test/fixtures/mson/issue-709-b.json+263
- test/fixtures/mson/issue-709.apib+18
- test/fixtures/mson/issue-709.json+268
- test/refract/dsd/ElementMock.h-125
- test/refract/dsd/test-Array.cc+103-288
- test/refract/dsd/test-Element.cc-26
- test/refract/dsd/test-Enum.cc+6-11
- test/refract/dsd/test-Extend.cc+104-289
- test/refract/dsd/test-Holder.cc+9-12
- test/refract/dsd/test-InfoElements.cc+32-54
- test/refract/dsd/test-Member.cc+20-71
- test/refract/dsd/test-Object.cc+112-289
- test/refract/dsd/test-Option.cc+73-216
- test/refract/dsd/test-Select.cc+107-326
- test/refract/test-Utils.cc-5
- test/test-RefractDataStructureTest.cc+2
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments