summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-07-10XPath: Out-of-bounds xpath_node_set access is now undefinedarseny.kapoulkine
2010-07-07tests: Minor fixarseny.kapoulkine
2010-07-07remove_child and remove_attribute now return operation resultarseny.kapoulkine
2010-07-07Fixed strequalrange so that it matches the description (this also fixes first...arseny.kapoulkine
2010-07-06Iterator fixes: added assertions, fixed past-the-end iterator behavior wrt to...arseny.kapoulkine
2010-07-06xml_node::all_elements_by_name is now deprecatedarseny.kapoulkine
2010-07-01parse_wnorm_attribute is no longer deprecated (it's part of W3C recommendatio...arseny.kapoulkine
2010-06-27Renamed encoding_t to xml_encoding, renamed xpath_type_t to xpath_value_typearseny.kapoulkine
2010-06-14XPath: Rewritten number->string conversion using CRT scientific format (much ...arseny.kapoulkine
2010-06-13tests: Added tests for parsing offset valuesarseny.kapoulkine
2010-06-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine
2010-06-12Declaration nodes improvements (they now automatically get name "xml", they c...arseny.kapoulkine
2010-06-12tests: Added non top-level declaration testarseny.kapoulkine
2010-06-12Refactored PI/declaration parsing, now non top-level declarations result in p...arseny.kapoulkine
2010-06-11tests: Fixed PI testarseny.kapoulkine
2010-06-11tests: Added more (failing) declaration/PI testsarseny.kapoulkine
2010-06-11Rewritten numeric character reference parsing (fixed &#; and &#x; parsing), a...arseny.kapoulkine
2010-06-11tests: Added SunCC x64 supportarseny.kapoulkine
2010-06-10tests: Autotest now targets several architectures on MacOS, minor report refa...arseny.kapoulkine
2010-06-07tests: Added C++0x supportarseny.kapoulkine
2010-06-04Optimized attribute parsing; behavior of parse_wconv changed, it now assumes ...arseny.kapoulkine
2010-06-02tests: Fixed report CSS, VMs are now started in minimized state (GUI mode)arseny.kapoulkine
2010-06-02tests: Add Subversion revision info to build reportarseny.kapoulkine
2010-06-02tests: Temporary file name is obtained via mkstemp on Unix systemsarseny.kapoulkine
2010-06-02tests: Use ... instead of ### as autotest info prefix (sh compatibility)arseny.kapoulkine
2010-06-02tests: Don't wait for full jam output before parsingarseny.kapoulkine
2010-06-02tests: Use colon instead of semicolon as define set separator (sh compatibility)arseny.kapoulkine
2010-06-02tests: Added -j6 jam argument for non-Windows OSarseny.kapoulkine
2010-06-02tests: Fixed test race condition (a better way would be to use argv[0]-relati...arseny.kapoulkine
2010-06-02tests: Redesigned test building; now all configurations of a single toolset a...arseny.kapoulkine
2010-06-01tests: Improved IntelC support, added more compilers to autotest, removed old...arseny.kapoulkine
2010-05-31tests: Added /[1] testarseny.kapoulkine
2010-05-31XPath: Replaced backtracking with lookahead in absolute path parsingarseny.kapoulkine
2010-05-31tests: Added more XPath tests based on recommendation errataarseny.kapoulkine
2010-05-31tests: Added more XPath parsing testsarseny.kapoulkine
2010-05-31tests: Disabled failing checks for MacOS (second try)arseny.kapoulkine
2010-05-31tests: Disabled failing checks for MacOS because of incorrect ceil implementa...arseny.kapoulkine
2010-05-30Fixed XPath parsing (numbers of the form \d+\. are now parsed correctly, stra...arseny.kapoulkine
2010-05-30tests: Extended wchar_t mode tests (broken UTF16 test, some tests were errone...arseny.kapoulkine
2010-05-30tests: Added more tests (including a couple of failing ones)arseny.kapoulkine
2010-05-30tests: Added more Xalan testsarseny.kapoulkine
2010-05-30tests: Added tests for principal node types with attributes for all axes that...arseny.kapoulkine
2010-05-30tests: Fixed pointer order dependency for unsorted XPath resultsarseny.kapoulkine
2010-05-29tests: Minor wchar_t mode fixesarseny.kapoulkine
2010-05-29tests: Added more Xalan testsarseny.kapoulkine
2010-05-29tests: Added some axis Xalan tests, extended all axis tests to include attrib...arseny.kapoulkine
2010-05-29tests: Added more Xalan testsarseny.kapoulkine
2010-05-29tests: Fixed tests for wchar_t mode, disabled some tests on compilers with br...arseny.kapoulkine
2010-05-29XPath round() is now fully compliantarseny.kapoulkine
2010-05-29tests: Added more ceiling/round tests, added first batch of Xalan testsarseny.kapoulkine