summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-29Fixed missing attributes for some functions/classes, minor XPath error messag...arseny.kapoulkine
2010-08-29tests: Improved document_order() coveragearseny.kapoulkine
2010-08-29tests: Changed XPath checking macros to avoid query copying under GCCarseny.kapoulkine
2010-08-29tests: Minor fixesarseny.kapoulkine
2010-08-29XPath: xpath_node attribute constructor now never constructs a non-attribute ...arseny.kapoulkine
2010-08-29Minor refactoringarseny.kapoulkine
2010-08-29tests: Introduced fullcoverage modearseny.kapoulkine
2010-08-29tests: Removed some deprecated tests, minor coverage improvementsarseny.kapoulkine
2010-08-29Removed more deprecated functionality (xpath_type_t type, format_write_bom_ut...arseny.kapoulkine
2010-08-29Minor unspecified bool refactoring (removed redundant CW workaround)arseny.kapoulkine
2010-08-29XPath: Fixed default variable values, minor algorithm refactoringarseny.kapoulkine
2010-08-29tests: Added more XPath testsarseny.kapoulkine
2010-08-29XPath: Reworked variable reference parsing, '$ name' and '$foo:*' are now cor...arseny.kapoulkine
2010-08-29tests: Added more XPath variable testsarseny.kapoulkine
2010-08-29XPath: Implemented variable support in queriesarseny.kapoulkine
2010-08-29tests: Added XPath variable and variable set testsarseny.kapoulkine
2010-08-29XPath: Several variable fixesarseny.kapoulkine
2010-08-29XPath: Minor refactoringarseny.kapoulkine
2010-08-29XPath: Added variable interface and implementationarseny.kapoulkine
2010-08-29tests: Fixed coverage reportsarseny.kapoulkine
2010-08-29XPath: Removed redundant internal functionarseny.kapoulkine
2010-08-29Minor sample build improvementarseny.kapoulkine
2010-08-29Refactoring: Merged two chartype tablesarseny.kapoulkine
2010-08-29Refactoring: merged includes/warnings sections, moved string utilities to ano...arseny.kapoulkine
2010-08-29XPath: Moved implementation to pugixml.cpparseny.kapoulkine
2010-08-29Removed deprecated wildcard functions, removed deprecated all_elements_by_namearseny.kapoulkine
2010-08-29tests: Remove new/delete overrides (all pugi code now uses custom allocators)arseny.kapoulkine
2010-08-29XPath: xpath_node_set now uses custom allocation functions, minor refactoringarseny.kapoulkine
2010-08-29XPath: memory_block is now POD (no more offsetof warnings)arseny.kapoulkine
2010-08-29tests: Removed NO_XPATH-related define restrictions, autotest-local can be la...arseny.kapoulkine
2010-08-29tests: Added XPath tests for attribute contextarseny.kapoulkine
2010-08-29XPath: Context node for evaluate is now an xpath_node (can use attribute cont...arseny.kapoulkine
2010-08-29tests: Reduced allocation countarseny.kapoulkine
2010-08-29tests: Added new evaluate_string tests, fixed tests for NO_STL modearseny.kapoulkine
2010-08-29XPath: Fixed evaluate_string for wchar modearseny.kapoulkine
2010-08-29XPath: Introduced new evaluate_string API (without STL), enabled XPath withou...arseny.kapoulkine
2010-08-29XPath: Minor xpath_string refactoring, replaced STL algorithms with equivalen...arseny.kapoulkine
2010-08-29XPath: Replaced std::string with xpath_string, refactored normalize_space, na...arseny.kapoulkine
2010-08-29tests: Deallocation of null pointer is illegal for custom allocatorsarseny.kapoulkine
2010-08-29Fixed null pointer deallocationarseny.kapoulkine
2010-08-29strcpy_insitu improvements: empty string forces deallocation, memory is recla...arseny.kapoulkine
2010-08-29Reduced allocation header for strings from 8/16 to 4 bytesarseny.kapoulkine
2010-08-29tests: Added more string allocation testsarseny.kapoulkine
2010-08-29XPath: Correct out of memory handling for string to number conversion during ...arseny.kapoulkine
2010-08-29XPath: Final MinGW unwind workaroundarseny.kapoulkine
2010-08-29XPath: Number to string conversion uses ecvt_s under MSVC8+ (major speedup), ...arseny.kapoulkine
2010-08-29tests: Added XPath out of memory parse testarseny.kapoulkine
2010-08-29XPath: Allocator now uses custom allocation functions and has single static p...arseny.kapoulkine
2010-08-29Minor comment fixarseny.kapoulkine
2010-08-29XPath: Minor refactoringarseny.kapoulkine