summaryrefslogtreecommitdiffstats
path: root/src/XMLNode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn2017-10-171-5/+4
| | | | | This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
* Reduce stringstream creation/imbue overheadWillem Jan Palenstijn2017-10-171-6/+11
|
* Fix misleading indentationWillem Jan Palenstijn2017-05-221-2/+2
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Fix cppcheck warningsWillem Jan Palenstijn2016-03-241-2/+2
|
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-47/+30
| | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
* Make XML array handling consistentWillem Jan Palenstijn2015-05-061-63/+87
| | | | setContent and getContent were using different XML formats previously.
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-89/+66
| | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* Now include path is system-independent.Valerii Sokolov2015-04-291-5/+0
|
* get_geometry now uses XML config object (for projections)Wim van Aarle2015-02-261-6/+4
|
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+499