Age | Commit message (Expand) | Author |
2016-07-15 | Use references for output variables | Arseny Kapoulkine |
2016-07-14 | Implement encoding detection by name. | Arseny Kapoulkine |
2016-04-14 | Adjust XML allocation pages to have the exact specified size | Arseny Kapoulkine |
2016-04-14 | Remove extra space in an empty tag for format_raw | Arseny Kapoulkine |
2016-04-03 | Refactor auto_deleter now that we only need to support one signature | Arseny Kapoulkine |
2016-03-24 | Do not assume that fclose can be converted to int(*)(FILE*) because some comp... | QUSpilPrgm |
2016-02-02 | Refactor conversion from integer to string | Arseny Kapoulkine |
2016-02-02 | Implement set/set_value/operator= for long types | Arseny Kapoulkine |
2016-01-24 | Fix whitespace issues | Stephan Beyer |
2016-01-20 | Change header format in non-compact mode to store page offset | Arseny Kapoulkine |
2016-01-12 | Preserve order semantics for child_value/text when using parse_embed_pcdata | Arseny Kapoulkine |
2016-01-12 | Adjust parse_embed_pcdata documentation | Arseny Kapoulkine |
2016-01-12 | Only save first PCDATA contents in the element | Arseny Kapoulkine |
2016-01-09 | Implement output support for embedded PCDATA values | Arseny Kapoulkine |
2016-01-08 | Support XPath string value for parse_embed_pcdata | Arseny Kapoulkine |
2016-01-08 | Support xml_node::child_value/text for parse_embed_pcdata | Arseny Kapoulkine |
2016-01-08 | Add initial support for parse_embed_pcdata | Arseny Kapoulkine |
2015-12-31 | Update all license/copyright texts to 2016 | Arseny Kapoulkine |
2015-12-29 | Work around Clang Wstring-conversion warnings | Arseny Kapoulkine |
2015-11-13 | Work around MinGW versions with non-C99 compliant headers | Arseny Kapoulkine |
2015-10-25 | Fix Borland C++ 5.4 compilation | Arseny Kapoulkine |
2015-10-18 | Fix wchar mode | Arseny Kapoulkine |
2015-10-18 | Fix MWCW issue with compact mode | Arseny Kapoulkine |
2015-10-18 | Fix Borland C++ issues with compact mode | Arseny Kapoulkine |
2015-10-18 | Work around DMC compilation error | Arseny Kapoulkine |
2015-10-18 | Fix 'cast increases required alignment of type' warnings | Arseny Kapoulkine |
2015-10-17 | Fix XPath query move ctor/operator | Arseny Kapoulkine |
2015-10-17 | Fix 'signed/unsigned comparison' warning in wchar mode | Arseny Kapoulkine |
2015-10-17 | Fix -Wshadow warning | Arseny Kapoulkine |
2015-10-17 | Fix MSVC6 header-only build | Arseny Kapoulkine |
2015-10-17 | Fix integer overflow detection with leading zeros | Arseny Kapoulkine |
2015-10-17 | Use explicit tests in set_Name/set_value | Arseny Kapoulkine |
2015-10-17 | Fix argument mismatch in integer parsing | Arseny Kapoulkine |
2015-10-17 | Add compact_hash_table assertions | Arseny Kapoulkine |
2015-10-12 | Refactor output buffer encoding | Arseny Kapoulkine |
2015-10-10 | Update version to 1.7 | Arseny Kapoulkine |
2015-10-09 | Refactor utf_decoder classes | Arseny Kapoulkine |
2015-10-07 | Use correct type for lead in decode_utf16_block | Arseny Kapoulkine |
2015-10-07 | Refactor decode_utfN_block and decode_latin1_block | Arseny Kapoulkine |
2015-10-07 | Simplify file/stream loading flow | Arseny Kapoulkine |
2015-10-06 | Fixed missing PUGI__FN | A. Breust |
2015-09-21 | Fix parsing of integers that start with + | Arseny Kapoulkine |
2015-09-20 | Fix signed/unsigned warnings for MSVC | Arseny Kapoulkine |
2015-09-20 | Implement custom string to integer conversion | Arseny Kapoulkine |
2015-09-20 | Remove extra const from operator= declaration | Arseny Kapoulkine |
2015-09-20 | Inline widen_ascii to get rid of an extra strlen call | Arseny Kapoulkine |
2015-09-20 | Eliminate redundant strlen calls during set_value/set | Arseny Kapoulkine |
2015-09-20 | Force callers of strcpy_insitu to compute string length | Arseny Kapoulkine |
2015-09-20 | Implement integer to string conversion manually | Arseny Kapoulkine |
2015-08-14 | docs: Add PUGIXML_COMPACT documentation | Arseny Kapoulkine |