Age | Commit message (Expand) | Author |
2010-10-19 | Added prepend_attribute, prepend_child and prepend_copy functions | arseny.kapoulkine@gmail.com |
2010-10-18 | Added xml_document::document_element function | arseny.kapoulkine |
2010-10-18 | Fixed internal_object() const-correctness, added xml_node::hash_value and xml... | arseny.kapoulkine |
2010-10-03 | XPath: evaluate_string now guarantees zero-terminated result (unless the buff... | arseny.kapoulkine |
2010-10-03 | tests: Fixed XPath OOM tests, added parsing exception test | arseny.kapoulkine |
2010-09-26 | tests: Added node_doctype and parse_doctype tests | arseny.kapoulkine |
2010-09-22 | Minor UTF8 conversion refactoring, added as_utf8 and as_wide overloads with s... | arseny.kapoulkine |
2010-09-22 | tests: Removed document_order test, added internal_object test | arseny.kapoulkine |
2010-09-21 | Major header cleanup: removed redundant comments (single-line function/type d... | arseny.kapoulkine |
2010-09-20 | tests: Added load_file/save_file tests | arseny.kapoulkine |
2010-09-20 | tests: Improved tests for parsing result default construction | arseny.kapoulkine |
2010-09-20 | tests: Added default ctor test | arseny.kapoulkine |
2010-09-14 | tests: Fixed MSVC 6/7 compilation error | arseny.kapoulkine |
2010-09-14 | tests: Improved XPath sort coverage | arseny.kapoulkine |
2010-09-14 | tests: Added XPath out of memory tests | arseny.kapoulkine |
2010-09-13 | tests: Fixed wchar mode tests | arseny.kapoulkine |
2010-09-13 | tests: Added XPath test for large node sets | arseny.kapoulkine |
2010-09-11 | XPath: Minor lang() fix (use ASCII lowercase because language names are ASCII... | arseny.kapoulkine |
2010-09-01 | tests: Minor report fix | arseny.kapoulkine |
2010-08-31 | tests: Added automatic CPU count detection | arseny.kapoulkine |
2010-08-30 | tests: Custom allocations now use memory from Win32 heap instead of CRT heap | arseny.kapoulkine |
2010-08-30 | tests: Minor fix for MinGW 3.4 | arseny.kapoulkine |
2010-08-29 | tests: Fixed test warnings for MSVC10, slightly extended substring tests | arseny.kapoulkine |
2010-08-29 | tests: Adjusted autotest report formatter for increased configuration count | arseny.kapoulkine |
2010-08-29 | tests: Various compilation fixes for BCC and MSVC6 | arseny.kapoulkine |
2010-08-29 | tests: Fixed XPath substring tests | arseny.kapoulkine |
2010-08-29 | tests: Improved document order comparison coverage | arseny.kapoulkine |
2010-08-29 | tests: Improved document_order() coverage | arseny.kapoulkine |
2010-08-29 | tests: Changed XPath checking macros to avoid query copying under GCC | arseny.kapoulkine |
2010-08-29 | tests: Minor fixes | arseny.kapoulkine |
2010-08-29 | tests: Introduced fullcoverage mode | arseny.kapoulkine |
2010-08-29 | tests: Removed some deprecated tests, minor coverage improvements | arseny.kapoulkine |
2010-08-29 | tests: Added more XPath tests | arseny.kapoulkine |
2010-08-29 | tests: Added more XPath variable tests | arseny.kapoulkine |
2010-08-29 | tests: Added XPath variable and variable set tests | arseny.kapoulkine |
2010-08-29 | tests: Fixed coverage reports | arseny.kapoulkine |
2010-08-29 | Removed deprecated wildcard functions, removed deprecated all_elements_by_name | arseny.kapoulkine |
2010-08-29 | tests: Remove new/delete overrides (all pugi code now uses custom allocators) | arseny.kapoulkine |
2010-08-29 | tests: Removed NO_XPATH-related define restrictions, autotest-local can be la... | arseny.kapoulkine |
2010-08-29 | tests: Added XPath tests for attribute context | arseny.kapoulkine |
2010-08-29 | tests: Reduced allocation count | arseny.kapoulkine |
2010-08-29 | tests: Added new evaluate_string tests, fixed tests for NO_STL mode | arseny.kapoulkine |
2010-08-29 | tests: Deallocation of null pointer is illegal for custom allocators | arseny.kapoulkine |
2010-08-29 | tests: Added more string allocation tests | arseny.kapoulkine |
2010-08-29 | XPath: Correct out of memory handling for string to number conversion during ... | arseny.kapoulkine |
2010-08-29 | tests: Added XPath out of memory parse test | arseny.kapoulkine |
2010-08-29 | tests: Removed redundant includes | arseny.kapoulkine |
2010-08-29 | XPath: Added error offset reporting | arseny.kapoulkine |
2010-08-29 | tests: Extended XPath tests | arseny.kapoulkine |
2010-08-29 | tests: Added support for XPath without exceptions | arseny.kapoulkine |