This repository was archived by the owner on Nov 8, 2024. It is now read-only.
2 files changed
+5
-1
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
|
- .circleci/config.yml+131-58
- CHANGELOG.md+16
- CMakeLists.txt+3-3
- CTestConfig.cmake+12
- Gemfile+3-3
- Gemfile.lock+36-27
- cmake/unix.cmake+43
- ext/snowcrash/CMakeLists.txt+2-26
- ext/snowcrash/ext/markdown-parser/CMakeLists.txt+1-27
- ext/snowcrash/ext/markdown-parser/markdown-parser-tests.cmake+1-1
- ext/snowcrash/snowcrash-tests.cmake+2-2
- features/step_definitions/file_content_step.rb+5-5
- features/support/aruba_config.rb+4
- features/support/env.rb+2-3
- integration.cmake+3-4
- src/CMakeLists.txt+4-44
- src/NamedTypesRegistry.cc+15-11
- src/RefractDataStructure.cc+3-1
- src/Version.h+1-1
- src/refract/ElementUtils.cc+1-1
- src/refract/ExpandVisitor.cc+24-8
- src/refract/JsonSchema.cc+322-323
- test/CMakeLists.txt+2-2
- test/fixtures/api/issue-702.apib+30
- test/fixtures/api/issue-702.json+496
- test/fixtures/mson/issue-699.apib+7
- test/fixtures/mson/issue-699.json+214
- test/fixtures/schema/issue-686.apib+6
- test/fixtures/schema/issue-686.json+184
- test/test-RefractAPITest.cc+2
- test/test-RefractDataStructureTest.cc+1
- test/test-SchemaTest.cc+1
0 commit comments