Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Sam Jaffe cbf59019cb Merge branch 'master' into feat/format-matcher 1 nedēļu atpakaļ
  Sam Jaffe 71beb5c1a0 test: implement test cases to reach 95% 2 nedēļas atpakaļ
  Sam Jaffe f050c8693c refactor: move formatting helpers into detail/iostream.h 2 nedēļas atpakaļ
  Sam Jaffe bd0bdbe8a5 refactor: remove friending of ExtensionVisitor in favor of a better API 2 nedēļas atpakaļ
  Sam Jaffe c41337805c refactor: store root document in ValidationVisitor, so that ExtensionVisitor no longer needs to capture state 2 nedēļas atpakaļ
  Sam Jaffe 436f35a923 refactor: move construction of FormatValidator into Validator, allowing the user to provide user-defined-format codes 2 nedēļas atpakaļ
  Sam Jaffe 704864c10e feat: add support for Draft03-format keywords: date-time, ip-address, host-name (alt. name) and time, utc-millisec, color (new/changed) 2 nedēļas atpakaļ
  Sam Jaffe 741a03cde6 Merge branch 'master' into feat/format-matcher 2 nedēļas atpakaļ
  Sam Jaffe 6f5a4a44cf test/refactor: modify handling of oneOf to only log the matching when a success occurs (and therefore to unannotate the failures) 2 nedēļas atpakaļ
  Sam Jaffe 6302cd0e01 test/fix: properly record errors when "deep" within a not constraint 2 nedēļas atpakaļ
  Sam Jaffe 4db4a02747 Merge branch 'master' into feat/format-matcher 2 nedēļas atpakaļ
  Sam Jaffe d3e5492e1f Merge branch 'master' into feat/format-matcher 2 nedēļas atpakaļ
  Sam Jaffe 4a272cec67 refactor: annotate regex-engine name 2 nedēļas atpakaļ
  Sam Jaffe 266137e95c Merge branch 'master' into feat/format-matcher 2 nedēļas atpakaļ
  Sam Jaffe 6d9d68d873 docs: add more comments 3 nedēļas atpakaļ
  Sam Jaffe c4f4735743 cleanup: dont double-add $ref 3 nedēļas atpakaļ
  Sam Jaffe 5af9ca8824 refactor: fix warnings 3 nedēļas atpakaļ
  Sam Jaffe 7edc91c9dc refactor: enable a result that better aligns w/ the way errors are reported by a DSL that I use at work 3 nedēļas atpakaļ
  Sam Jaffe 3a9daae5eb refactor: add description as an annotation 3 nedēļas atpakaļ
  Sam Jaffe ba8e21216f refactor: create a separate constraint to log for "const" 3 nedēļas atpakaļ
  Sam Jaffe 1927414aba refactor: add printing, make mainprog depend on headers 3 nedēļas atpakaļ
  Sam Jaffe 7fe69c0e39 refactor: switch utf8/utf32 conversions to use idna over icu 7 mēneši atpakaļ
  Sam Jaffe b668d68059 refactor: pass regex engine into format validator 8 mēneši atpakaļ
  Sam Jaffe cdf837a3a6 Merge branch 'master' into feat/format-matcher 8 mēneši atpakaļ
  Sam Jaffe 6001316336 feat: implement ExtensionVisitor as a plugin 8 mēneši atpakaļ
  Sam Jaffe 05d5aa1eff refactor: move the caching behavior into the RegexEngine object 8 mēneši atpakaļ
  Sam Jaffe d0322f637e Merge branch 'refactor/string-adaptor' into feat/extension-model 8 mēneši atpakaļ
  Sam Jaffe 5b4dcfb061 refactor: allow passing the document as an arg instead of encoding it as a template parameter 8 mēneši atpakaļ
  Sam Jaffe 36272657d0 refactor: convert Constraint from a virtual base class to a variant 8 mēneši atpakaļ
  Sam Jaffe 6e644b4e5f refactor: use StringAdapter in ValidationVisitor 8 mēneši atpakaļ