summaryrefslogtreecommitdiffstats
path: root/src/Utilities.cpp
Commit message (Collapse)AuthorAgeFilesLines
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Improve stringToFloatVector to match stringToDoubleVectorWillem Jan Palenstijn2017-10-171-8/+13
|
* Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn2017-10-171-3/+6
| | | | | 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-1/+18
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Fix hardcoded delim in splitStringWillem Jan Palenstijn2016-11-211-1/+1
|
* Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-14/+20
|
* Fix stringToInt parsing doublesWillem Jan Palenstijn2016-04-181-1/+1
|
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-0/+95
| | | | | | 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.
* Remove unused functionsWillem Jan Palenstijn2016-01-051-97/+0
|
* 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/+128