summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Added JsonBuffer testsAndrew Christian2012-04-044-1/+130
* JsonStream::lastError() implementationAlexei Rousskikh2012-03-281-5/+42
* JsonStream & JsonBuffer API redesignAlexei Rousskikh2012-03-232-7/+90
* Added UTF16-BE and UTF16-LE supportAndrew Christian2012-03-192-2/+10
* removed trailing comma which made JSON invalidAlexei Rousskikh2012-03-121-1/+1
* Added JsonPipe classAndrew Christian2012-03-061-0/+113
* implemented self reference ({"$ref" : "#"}) (required for a self validation)Alexei Rousskikh2012-03-051-0/+4
* improved error message; added a non-existent schema errorAlexei Rousskikh2012-03-051-0/+3
* fixed missed property check when additionalProperties=falseAlexei Rousskikh2012-03-011-0/+2
* Removed libQtGui library dependency by removing QColor from schema validatorAndrew Christian2012-02-291-4/+0
* implemented array in 'items' attribute; 'additionalItems' attributeAlexei Rousskikh2012-02-281-5/+37
* implemented schema indexing based on a propertyAlexei Rousskikh2012-02-251-1/+2
* implemented schema syntax error handling; removed obsolete filesAlexei Rousskikh2012-02-231-2/+2
* additionalProperties implemented; small fixesAlexei Rousskikh2012-02-221-6/+55
* better error handling while loading of schemasAlexei Rousskikh2012-02-211-2/+3
* initial default schema property implementationAlexei Rousskikh2012-02-163-3/+23
* Fix read buffer size and add jsonschema test cases to make checkAndrew Christian2012-02-141-0/+1
* Added UID Range authority and fixed compiler warningsAndrew Christian2012-02-141-0/+44
* implemented format schema propertyAlexei Rousskikh2012-02-141-11/+39
* jsonstream schema validation implemented; test addedAlexei Rousskikh2012-02-1310-1/+152
* fixed exclusiveMin/Max bug (moved info from per schema into per property)Alexei Rousskikh2012-02-092-2/+10
* fixed exclusiveMin/Max; implemented divisibleBy attributeAlexei Rousskikh2012-02-081-6/+33
* schema enumeration methods added; schema's enum attribute implementedAlexei Rousskikh2012-02-081-3/+39
* more test cases; fixed validation bugsAlexei Rousskikh2012-02-061-24/+51
* more user-friendly error handling;few methods renamed as recommended;more testsAlexei Rousskikh2012-02-031-6/+255
* Cleaned up debugging messagesAndrew Christian2012-02-031-0/+1
* Qt modules don't try to set rpath on test apps, so we won't either.Chris Craig2012-02-022-4/+0
* Long live Qt Json Stream!Sergio Ahumada2012-01-3119-0/+1296