summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-18Fix wchar modeArseny Kapoulkine
2015-10-18Fix MWCW issue with compact modeArseny Kapoulkine
2015-10-18Fix Borland C++ issues with compact modeArseny Kapoulkine
2015-10-18Work around DMC compilation errorArseny Kapoulkine
2015-10-18Fix 'cast increases required alignment of type' warningsArseny Kapoulkine
2015-10-17Fix XPath query move ctor/operatorArseny Kapoulkine
2015-10-17Fix 'signed/unsigned comparison' warning in wchar modeArseny Kapoulkine
2015-10-17Fix -Wshadow warningArseny Kapoulkine
2015-10-17Fix MSVC6 header-only buildArseny Kapoulkine
2015-10-17Fix integer overflow detection with leading zerosArseny Kapoulkine
2015-10-17Use explicit tests in set_Name/set_valueArseny Kapoulkine
2015-10-17Fix argument mismatch in integer parsingArseny Kapoulkine
2015-10-17Add compact_hash_table assertionsArseny Kapoulkine
2015-10-12Refactor output buffer encodingArseny Kapoulkine
2015-10-10Update version to 1.7Arseny Kapoulkine
2015-10-09Refactor utf_decoder classesArseny Kapoulkine
2015-10-07Use correct type for lead in decode_utf16_blockArseny Kapoulkine
2015-10-07Refactor decode_utfN_block and decode_latin1_blockArseny Kapoulkine
2015-10-07Simplify file/stream loading flowArseny Kapoulkine
2015-10-06Fixed missing PUGI__FNA. Breust
2015-09-21Fix parsing of integers that start with +Arseny Kapoulkine
2015-09-20Fix signed/unsigned warnings for MSVCArseny Kapoulkine
2015-09-20Implement custom string to integer conversionArseny Kapoulkine
2015-09-20Remove extra const from operator= declarationArseny Kapoulkine
2015-09-20Inline widen_ascii to get rid of an extra strlen callArseny Kapoulkine
2015-09-20Eliminate redundant strlen calls during set_value/setArseny Kapoulkine
2015-09-20Force callers of strcpy_insitu to compute string lengthArseny Kapoulkine
2015-09-20Implement integer to string conversion manuallyArseny Kapoulkine
2015-08-14docs: Add PUGIXML_COMPACT documentationArseny Kapoulkine
2015-08-14Minor get_integer_base optimizationArseny Kapoulkine
2015-07-26Fix two UB sanitizer false positivesArseny Kapoulkine
2015-07-25XPath: Increase memory block alignment to 8 bytesArseny Kapoulkine
2015-07-25XPath: Refactor block allocationArseny Kapoulkine
2015-07-22XPath: Split optimize into optimize and optimize_selfArseny Kapoulkine
2015-06-12Fix Clang 3.7 compatibilityArseny Kapoulkine
2015-05-22Fix MSVC7 compilationArseny Kapoulkine
2015-05-22Move default value handling into as_ functionsArseny Kapoulkine
2015-05-20XPath: Use strtod instead of atofArseny Kapoulkine
2015-05-14Implement xml_node::attribute with a hintArseny Kapoulkine
2015-05-03Fix NO_STL+NO_XPATH modeArseny Kapoulkine
2015-05-03Cleanup before mergeArseny Kapoulkine
2015-05-03Fix MSVC warningArseny Kapoulkine
2015-05-02Fix MSVC buildArseny Kapoulkine
2015-05-02Reorder conditions in compact_string implementationArseny Kapoulkine
2015-05-02Minor refactoringArseny Kapoulkine
2015-05-02Revise marker deletion strategyArseny Kapoulkine
2015-05-02Optimize compact_stringArseny Kapoulkine
2015-05-02Fix node deallocationArseny Kapoulkine
2015-05-02Implement efficient compact_header storageArseny Kapoulkine
2015-05-01Implement compact_string with shared storageArseny Kapoulkine