This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Commit 607ef67
File tree
5 files changed
+21
-6
lines changed- src
5 files changed
+21
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 | | |
4 | 20 | | |
5 | 21 | | |
| |||
- CHANGELOG.md+9-1
- Makefile+6-1
- README.md+88-132
- circle.yml+1
- drafter.gyp+26-7
- drafter.xcodeproj/project.pbxproj+12-12
- ext/snowcrash+1-1
- src/ConversionContext.h+2
- src/RefractDataStructure.cc+5
- src/SerializeResult.cc+16-14
- src/SerializeResult.h+9
- src/Version.h+3-3
- src/cdrafter.cc-68
- src/cdrafter.h-63
- src/drafter.cc+171-9
- src/drafter.h+90-25
- src/refract/ElementInserter.h+13
- src/refract/FilterVisitor.h+52
- src/refract/Iterate.h+64-24
- src/refract/JSONSchemaVisitor.cc+8
- src/refract/Query.cc+13
- src/refract/Query.h+8-12
- src/stream.h+1
- test/draftertest.h+9-7
- test/fixtures/render/fixed-attributes-section.apib+7
- test/fixtures/render/fixed-attributes-section.ast.json+182
- test/fixtures/render/fixed-named-type.apib+7
- test/fixtures/render/fixed-named-type.ast.json+177
- test/test-ApplyVisitorTest.cc+94-2
- test/test-CAPI.c+96
- test/test-RenderTest.cc+3
- test/test-cdrafter.cc-71
- tools/homebrew/drafter.rb+8-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments