Sam Jaffe
|
8358230db8
Merge branch 'feat/format-matcher' into refactor/expected
|
5 days ago |
Sam Jaffe
|
2032948ce5
Merge branch 'master' into feat/format-matcher
|
5 days ago |
Sam Jaffe
|
b9d4c96bfb
refactor: clang-tidy
|
1 week ago |
Sam Jaffe
|
a09eb4867d
refactor: propogate expected handling to load_*, and test cases
|
1 week ago |
Sam Jaffe
|
cbf59019cb
Merge branch 'master' into feat/format-matcher
|
1 week ago |
Sam Jaffe
|
c41337805c
refactor: store root document in ValidationVisitor, so that ExtensionVisitor no longer needs to capture state
|
2 weeks ago |
Sam Jaffe
|
76e93c5ba1
feat: add support for ICU Regex, remove regex fuzzing nonsense for tricking std::regex into working w/ emojis
|
2 weeks ago |
Sam Jaffe
|
d3e5492e1f
Merge branch 'master' into feat/format-matcher
|
2 weeks ago |
Sam Jaffe
|
4a272cec67
refactor: annotate regex-engine name
|
2 weeks ago |
Sam Jaffe
|
ba954291ba
refactor: use a recursive template for defining ObjectAdapter
|
2 weeks ago |
Sam Jaffe
|
266137e95c
Merge branch 'master' into feat/format-matcher
|
2 weeks ago |
Sam Jaffe
|
544f627cb8
refactor: change load_stream and associated functions to pass error messages up the stream to be handled
|
3 weeks ago |
Sam Jaffe
|
3907a1f4aa
refactor: extract curl and load functions
|
3 weeks ago |
Sam Jaffe
|
ba8e21216f
refactor: create a separate constraint to log for "const"
|
3 weeks ago |
Sam Jaffe
|
58959a21ee
feat: implement hostname/idn-hostname
|
7 months ago |
Sam Jaffe
|
b668d68059
refactor: pass regex engine into format validator
|
8 months ago |
Sam Jaffe
|
69e97cb0ee
fix: Not constraint was not working correctly
|
8 months ago |
Sam Jaffe
|
f23ab19891
feat: implement visitor system for ExtensionConstraints
|
8 months ago |
Sam Jaffe
|
6001316336
feat: implement ExtensionVisitor as a plugin
|
8 months ago |
Sam Jaffe
|
f3d5274903
refactor: template deduction allows us to eschew the ValidatorT trick
|
8 months ago |
Sam Jaffe
|
05d5aa1eff
refactor: move the caching behavior into the RegexEngine object
|
8 months ago |
Sam Jaffe
|
5b4dcfb061
refactor: allow passing the document as an arg instead of encoding it as a template parameter
|
8 months ago |
Sam Jaffe
|
36272657d0
refactor: convert Constraint from a virtual base class to a variant
|
8 months ago |
Sam Jaffe
|
ec86ebe8c1
refactor: some more cleanup of includes and method signatures
|
8 months ago |
Sam Jaffe
|
cb04f35da2
refactor: apply clang-format to requries clauses
|
8 months ago |
Sam Jaffe
|
594ee7d557
refactor: proper format constraint handling
|
1 year ago |
Sam Jaffe
|
0cd85b7bec
refactor: move ReferenceManager into detail
|
1 year ago |
Sam Jaffe
|
563e97d788
refactor: move DocumentCache into reference manager
|
1 year ago |
Sam Jaffe
|
ef0fd552d0
feat: implement document cache for external URI fetches
|
1 year ago |
Sam Jaffe
|
9d20ad2dc9
refactor: move ParserContext into detail
|
1 year ago |