summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-21Nodes/attributes with empty names now are printed as :anonymousarseny.kapoulkine
2010-05-20Optimized debug mode parsing/saving by order of magnitudearseny.kapoulkine
2010-05-20More compare_eq/rel refactoringarseny.kapoulkine
2010-05-20as_* functions now all use strto*/wcsto* functions; this unifies the behavior...arseny.kapoulkine
2010-05-20Assume that all compilers (except Microsoft) have stdint.harseny.kapoulkine
2010-05-20tests: Added progressive truncation testarseny.kapoulkine
2010-05-20tests: Final MacOS fixesarseny.kapoulkine
2010-05-20tests: Fixed toolset autodetection in autotest-localarseny.kapoulkine
2010-05-20tests: Fixed deprecation warnings disabling for GCC 4.0, miscellaneous fixes ...arseny.kapoulkine
2010-05-17tests: Final autotest report tuningarseny.kapoulkine
2010-05-17tests: Final fixarseny.kapoulkine
2010-05-17tests: Added newline stripping from gcc -dumpversion outputarseny.kapoulkine
2010-05-17tests: Minor fix for jam scriptsarseny.kapoulkine
2010-05-17tests: Minor fixesarseny.kapoulkine
2010-05-17tests: gcc version is now specified upon buildingarseny.kapoulkine
2010-05-17tests: Fixed Linux startup scripts (line endings), added FreeBSD startup scriptarseny.kapoulkine
2010-05-17XPath refactoring (ast_filter/filter_posinv/predicates use the same function,...arseny.kapoulkine
2010-05-13tests: Added Linux startup scriptarseny.kapoulkine
2010-05-13tests: Added wait for server to remote host, added automatic VM launcharseny.kapoulkine
2010-05-13tests: Added remote autotest host/server scriptsarseny.kapoulkine
2010-05-13tests: Minor autotest look improvementsarseny.kapoulkine
2010-05-12tests: Improved platform/toolset formattingarseny.kapoulkine
2010-05-12Fixed GCC buildarseny.kapoulkine
2010-05-12tests: Minor cleanuparseny.kapoulkine
2010-05-12tests: Removed abbreviated defines, added HTML report generatorarseny.kapoulkine
2010-05-12tests: Started autotest refactoring (extracted build log generation code)arseny.kapoulkine
2010-05-11Fixed incorrect allocator pointer in pages during parsingarseny.kapoulkine
2010-05-10Various test compilation fixesarseny.kapoulkine
2010-05-10Final portion of DOCTYPE testsarseny.kapoulkine
2010-05-10More DOCTYPE testsarseny.kapoulkine
2010-05-10More DOCTYPE testsarseny.kapoulkine
2010-05-10Added some DOCTYPE tests from xmlsuitearseny.kapoulkine
2010-05-10Implemented better DOCTYPE parsing, added more DOCTYPE testsarseny.kapoulkine
2010-05-10Added test that checks for correct page deallocation policyarseny.kapoulkine
2010-05-10Added more testsarseny.kapoulkine
2010-05-10Added more testsarseny.kapoulkine
2010-05-10Optimized memory consumption (removed last_child and last_attribute, sibling/...arseny.kapoulkine
2010-05-10Minor allocation refactoring and optimizationarseny.kapoulkine
2010-05-10Internal iterator constructors are now private, added empty document testarseny.kapoulkine
2010-05-10Optimized xml_document::destroyarseny.kapoulkine
2010-05-10Reworked DOM memory allocation scheme (name/value allocations use the same pa...arseny.kapoulkine
2010-05-09Removed document order optimization (it helps on a tiny percentage of queries...arseny.kapoulkine
2010-05-09Enabled MSVC10 x64 in autotestarseny.kapoulkine
2010-05-09Improved memory leak detectionarseny.kapoulkine
2010-05-09Added empty stream/buffer tests, fixed null buffer parsing in wchar_t modearseny.kapoulkine
2010-05-09Build system fixes (old-style debug format for MSVC, removed Wp64 for MSVC9/10)arseny.kapoulkine
2010-05-09Minor loading functions refactoring, fixed XPath append_node for MSVC10arseny.kapoulkine
2010-05-09Added fulldebug flag for debug information generationarseny.kapoulkine
2010-05-09Removed std::string and contents_push from XPath parsingarseny.kapoulkine
2010-05-08Minor coverage improvementsarseny.kapoulkine