summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-14Clarify comment in get_strconv_pcdata as wellArseny Kapoulkine
2018-04-14Clarify comment in get_strconv_attributeArseny Kapoulkine
2018-04-02Update version to 1.9Arseny Kapoulkine
2018-04-02Work around gcc-8 warningArseny Kapoulkine
2018-03-29Add a comment to clarify subtle branch in node_copy_treeArseny Kapoulkine
2018-03-16ubsan: Fix undefined behavior for signed left shift in compact modeArseny Kapoulkine
2018-03-15ubsan: Fix type mismatch for xml_extra_buffer in compact modeArseny Kapoulkine
2018-03-15ubsan: Fix type mismatch in compact mode for document dataArseny Kapoulkine
2018-03-15Refactor noexcept macrosArseny Kapoulkine
2018-03-03Adds noexcept specifiers to the move special members of xml_document,… (#185)Matthäus Brandl
2018-03-01Add noexcept specifiers to move special members where possible (#183)Matthäus Brandl
2018-02-27Merge pull request #184 from brandl-muc/override_for_msvcArseny Kapoulkine
2018-02-27Enables usage of override specifier for MSVC compilers (beginning with 17.0 w...Brandl, Matthäus (MBR)
2018-02-27Fix Texas Instruments compiler warningArseny Kapoulkine
2018-02-22Work around gcc issues with limits.h not defining LLONG_MINArseny Kapoulkine
2018-01-07Update all copyright notices to specify year 2018Arseny Kapoulkine
2017-11-13Use raw pointers in xml_node::traverse implementationArseny Kapoulkine
2017-11-13XPath: Always allocate xpath_strings on temporary stack for concatArseny Kapoulkine
2017-11-13Fix -Wshadow warningArseny Kapoulkine
2017-11-13Implement correct move error handling for compact modeArseny Kapoulkine
2017-11-13Add count argument to compact_hash_table::rehash/reserveArseny Kapoulkine
2017-10-20Clarify a note about compact hash behavior during moveArseny Kapoulkine
2017-09-25Fix -Wshadow warningArseny Kapoulkine
2017-09-25Implement move support for xml_documentArseny Kapoulkine
2017-07-17Fix Clang/C2 compatibilityArseny Kapoulkine
2017-06-22Use PUGI__MSVC_CRT_VERSION instead of _MSC_VERArseny Kapoulkine
2017-06-22Deprecate xml_document::load(const char*) and xml_node::select_single_nodeArseny Kapoulkine
2017-06-19Change PUGI__SNPRINTF to use _countof for MSVCArseny Kapoulkine
2017-06-16Fix BorlandC compilationArseny Kapoulkine
2017-06-15Refactor snprintf supportArseny Kapoulkine
2017-06-15Use buffer with a static size in convert_number_to_mantissa_exponentArseny Kapoulkine
2017-06-15Merge pull request #145 from noresources/snprintfArseny Kapoulkine
2017-06-15Mark all assert(false) statements as unreachableArseny Kapoulkine
2017-06-11use snprintf if available, _snprintf or sprintf otherwiseRenaud Guillard
2017-06-05use _snprintf if MSVCRenaud Guillard
2017-06-04use snprintf instead of sprintfRenaud Guillard
2017-04-03Work around -fsanitize=integer issuesArseny Kapoulkine
2017-03-21Add missing PUGI__FN to string_to_integerArseny Kapoulkine
2017-03-21Revert "Fix gcc-4.8 compilation warning when using -Wstrict-overflow"Arseny Kapoulkine
2017-03-05Silence g++ 7.0.1 -Wimplicit-fallthrough warningsStephan Beyer
2017-03-03Simplify compact_hash_table implementationArseny Kapoulkine
2017-02-07Add invalid type assertion for offset_debugArseny Kapoulkine
2017-02-07XPath: Simplify sorting implementationArseny Kapoulkine
2017-02-06XPath: Optimize insertion_sortArseny Kapoulkine
2017-02-05XPath: Remove redundant calls from xml_node::select_nodes et alArseny Kapoulkine
2017-02-05XPath: Remove evaluate_string_implArseny Kapoulkine
2017-02-03XPath: Simplify evaluation error flowArseny Kapoulkine
2017-02-02XPath: Clean up out-of-memory parse error handlingArseny Kapoulkine
2017-02-01Remove redundant branch from xml_node::path()Arseny Kapoulkine
2017-01-30Remove null pointer test from first_element_by_pathArseny Kapoulkine