#1 feat: add support for Format Assertions

開啟中
sjjaffe 請求將 63 次代碼提交從 sjjaffe/feat/format-matcher 合併至 sjjaffe/master

63 次代碼提交

作者 SHA1 備註 提交日期
  Sam Jaffe e10fb6e947 refactor: clang-tidy for format.h 5 天之前
  Sam Jaffe 2032948ce5 Merge branch 'master' into feat/format-matcher 5 天之前
  Sam Jaffe af414740e4 refactor: remove unreachable line 1 周之前
  Sam Jaffe 5b3e2b24f7 fix: compiler errors and test regression(s) 1 周之前
  Sam Jaffe cbf59019cb Merge branch 'master' into feat/format-matcher 1 周之前
  Sam Jaffe 438808fdfb Merge branch 'master' into feat/format-matcher 2 周之前
  Sam Jaffe e92a647192 fix: inverted condition 2 周之前
  Sam Jaffe baed30a69a chore: delete submodule 2 周之前
  Sam Jaffe 14ae172ad0 Merge branch 'master' into feat/format-matcher 2 周之前
  Sam Jaffe bfaa0f2924 fix: allow CMake to decide the JVALIDATE_USE macros 2 周之前
  Sam Jaffe 8b6011e809 chore: attach to all test cases, since has-include is too good 2 周之前
  Sam Jaffe d208bee4f4 chore: merge yes/no branches for adding ICU/IDNA 2 周之前
  Sam Jaffe 40d5876d14 fix: make it so test cases will properly be filtered if either of IDNA and/or ICU are missing 2 周之前
  Sam Jaffe a49bf7bfce refactor: remove length_u8 and length_u32 as they are no longer relevant for format validation 2 周之前
  Sam Jaffe ef9be256fe fix: re-allow empty strings in ipv6-style URI/IRI 2 周之前
  Sam Jaffe 09bdb0a972 fix: update format code to account for new tests 2 周之前
  Sam Jaffe f8ae75c4f9 Merge branch 'master' into feat/format-matcher 2 周之前
  Sam Jaffe e5db5e3730 chore: update to Test-JSON-Schema-Acceptance-1.037 2 周之前
  Sam Jaffe 0e4dfd7965 test-fix: allow for CMake to provide the testdir 2 周之前
  Sam Jaffe e81526a6c4 chore: update Makefile to run all supported tests 2 周之前
  Sam Jaffe 436f35a923 refactor: move construction of FormatValidator into Validator, allowing the user to provide user-defined-format codes 2 周之前
  Sam Jaffe aa75d9a8f5 chore: fix typo 2 周之前
  Sam Jaffe f22fb02f21 feat: implement draft03 format phone numbers according to E.123 format 2 周之前
  Sam Jaffe 1f274c425d refactor: renaming in FormatValidator 2 周之前
  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 周之前
  Sam Jaffe 741a03cde6 Merge branch 'master' into feat/format-matcher 2 周之前
  Sam Jaffe 7e34f035fb chore: disable ecmascript format test 2 周之前
  Sam Jaffe 4db4a02747 Merge branch 'master' into feat/format-matcher 2 周之前
  Sam Jaffe d3e5492e1f Merge branch 'master' into feat/format-matcher 2 周之前
  Sam Jaffe 266137e95c Merge branch 'master' into feat/format-matcher 2 周之前
  Sam Jaffe be8d8dcf1d feat: add ICU Regex Engine option 7 月之前
  Sam Jaffe 1c382e8a53 docs: add more explaination in format.h 7 月之前
  Sam Jaffe aa196e3a5d chore: fix filtering of test cases 7 月之前
  Sam Jaffe 29bdafb5a8 feat: implement uri_template format 7 月之前
  Sam Jaffe c2dedc8efe feat: implmenet uri-reference and iri-reference 7 月之前
  Sam Jaffe da0d0a1dd8 feat: implement iri format testing 7 月之前
  Sam Jaffe 1c0127945e feat: implement uri-format (excluding IPvFuture) 7 月之前
  Sam Jaffe 5c18d15254 refactor: move simple macros to _macro.h, add IIF 7 月之前
  Sam Jaffe a7f8212906 refactor: disable I18N formats when missing IDNA library 7 月之前
  Sam Jaffe 7fe69c0e39 refactor: switch utf8/utf32 conversions to use idna over icu 7 月之前
  Sam Jaffe 5bea563a43 refactor: remove regex_escape function 7 月之前
  Sam Jaffe 71c2c84e49 fix: add leapsecond support 7 月之前
  Sam Jaffe 58959a21ee feat: implement hostname/idn-hostname 7 月之前
  Sam Jaffe 6dc36beb9b refactor: missing include for std::isalnum 7 月之前
  Sam Jaffe 9ab9476d66 fix: string-bounds 7 月之前
  Sam Jaffe bbd23791e9 refactor: cleanup ICU string usage (TODO non-icu support) 7 月之前
  Sam Jaffe 53e3015fea feat: prospective idn-email and idn-hostname support 8 月之前
  Sam Jaffe ea5e823892 refactor: remove extra guard on "json-pointer" format 8 月之前
  Sam Jaffe c324da4c97 Merge branch 'master' into feat/format-matcher 8 月之前
  Sam Jaffe 9da98fae0c fix: add expect in JSON-Pointer for leading / 8 月之前
  Sam Jaffe 2720f2f9f2 refactor: cleanup 8 月之前
  Sam Jaffe f477659a6f chore: add format tests to MAKE 8 月之前
  Sam Jaffe b668d68059 refactor: pass regex engine into format validator 8 月之前
  Sam Jaffe a13c6de001 refactor: compress details in vocabulary::Metadata w/ enum 8 月之前
  Sam Jaffe 2699edfbd7 refactor: implement required-keywords 8 月之前
  Sam Jaffe cc172b0678 fix: validation on RelativePointer for e.g. "01/A" 8 月之前
  Sam Jaffe 68804cd7c3 fix: JSON-Pointer handling is looser in the schema handler than the format handler 8 月之前
  Sam Jaffe 7525ba870f refactor: add validator for json-pointer and relative-json-pointer 8 月之前
  Sam Jaffe c027e6c5ba refactor/fix: make integer parsing for Pointer require all chars in the string 8 月之前
  Sam Jaffe 49623e7f72 refactor: don't use optional for relative pointer 8 月之前
  Sam Jaffe cdf837a3a6 Merge branch 'master' into feat/format-matcher 8 月之前
  Sam Jaffe 9c8e27a663 feat: implement "format" handling for ipv4, ipv6, hostname, date, time, date-time, duration, email, and uuid 1 年之前
  Sam Jaffe 409dd7d58c test-refactor: add format enabling option 1 年之前