summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-15Use references for output variablesArseny Kapoulkine
2016-07-14Implement encoding detection by name.Arseny Kapoulkine
2016-04-14Adjust XML allocation pages to have the exact specified sizeArseny Kapoulkine
2016-04-14Remove extra space in an empty tag for format_rawArseny Kapoulkine
2016-04-03Refactor auto_deleter now that we only need to support one signatureArseny Kapoulkine
2016-03-24Do not assume that fclose can be converted to int(*)(FILE*) because some comp...QUSpilPrgm
2016-02-02Refactor conversion from integer to stringArseny Kapoulkine
2016-02-02Implement set/set_value/operator= for long typesArseny Kapoulkine
2016-01-24Fix whitespace issuesStephan Beyer
2016-01-20Change header format in non-compact mode to store page offsetArseny Kapoulkine
2016-01-12Preserve order semantics for child_value/text when using parse_embed_pcdataArseny Kapoulkine
2016-01-12Adjust parse_embed_pcdata documentationArseny Kapoulkine
2016-01-12Only save first PCDATA contents in the elementArseny Kapoulkine
2016-01-09Implement output support for embedded PCDATA valuesArseny Kapoulkine
2016-01-08Support XPath string value for parse_embed_pcdataArseny Kapoulkine
2016-01-08Support xml_node::child_value/text for parse_embed_pcdataArseny Kapoulkine
2016-01-08Add initial support for parse_embed_pcdataArseny Kapoulkine
2015-12-31Update all license/copyright texts to 2016Arseny Kapoulkine
2015-12-29Work around Clang Wstring-conversion warningsArseny Kapoulkine
2015-11-13Work around MinGW versions with non-C99 compliant headersArseny Kapoulkine
2015-10-25Fix Borland C++ 5.4 compilationArseny Kapoulkine
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