2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Dec 22, 2022 — Dec 22, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
handle CR/LF when stripping the first line feed from _leading
Martin Fuchs
as martinfuchs
More... 6 months ago
- remove misleading XMLStreamReader::go()
Martin Fuchs
as martinfuchs
More... over 9 years ago
XMLStreamReader:
Martin Fuchs
as martinfuchs
More... over 9 years ago
- synchronise the C# and Java implementations of XPathElement.parse() to the C++ implementation
Martin Fuchs
as martinfuchs
More... over 9 years ago
fix unescaping for expressions containing only a single delimiter
Martin Fuchs
as martinfuchs
More... over 9 years ago
activate XMLString constructors with XMLStreamReader parameter
Martin Fuchs
as martinfuchs
More... over 9 years ago
- use the mode parameter in XMLDoc.write()
Martin Fuchs
as martinfuchs
More... over 9 years ago
refactoring: use string.IsNullOrEmpty() to check for empty strings
Martin Fuchs
as martinfuchs
More... over 9 years ago
add the new XmlReaderSettings parameter
Martin Fuchs
as martinfuchs
More... over 9 years ago
move _content and _attributes members into AbstractXMLNode
Martin Fuchs
as martinfuchs
More... over 9 years ago
add TODO comment
Martin Fuchs
as martinfuchs
More... over 9 years ago
remove old "throws" comments
Martin Fuchs
as martinfuchs
More... over 9 years ago
fix XMLStreamReader for two or more levels of iterated nodes
Martin Fuchs
as martinfuchs
More... over 9 years ago
fix XML stream reader
Martin Fuchs
as martinfuchs
More... over 9 years ago
fix whitespace
Martin Fuchs
as martinfuchs
More... over 9 years ago
correctly handle children-less nodes while parsing XML documents
Martin Fuchs
as martinfuchs
More... over 9 years ago
fix smartWriteWorker()
Martin Fuchs
as martinfuchs
More... over 9 years ago
- bugfix in XMLStreamReader::find_node(): advance to the next state in XSS_ELEMENT state
Martin Fuchs
as martinfuchs
More... over 9 years ago
handle '>' character in ReadBuffer::get_attributes()
Martin Fuchs
as martinfuchs
More... over 9 years ago
- eliminate cppcheck warnings
Martin Fuchs
as martinfuchs
More... over 9 years ago
Adjustments for GCC and Unix builds
Martin Fuchs
as martinfuchs
More... over 9 years ago
XML storage C++ classes version 1.6:
Martin Fuchs
as martinfuchs
More... about 10 years ago
switch to VS2010
Martin Fuchs
as martinfuchs
More... about 10 years ago
- optimized string map for small numbers of values implemented as sorted linked list
Martin Fuchs
as martinfuchs
More... about 11 years ago
fix for get_utf8() in ANSI builds
Martin Fuchs
as martinfuchs
More... over 11 years ago
ignore *.xml
Martin Fuchs
as martinfuchs
More... almost 12 years ago
- escaping functions using XS_CHAR types
Martin Fuchs
as martinfuchs
More... almost 12 years ago
ignore *.suo
Martin Fuchs
as martinfuchs
More... almost 12 years ago
use heap allocation instead of alloca() for larger content strings
Martin Fuchs
as martinfuchs
More... almost 12 years ago
remove Java comment
Martin Fuchs
as martinfuchs
More... over 12 years ago