summaryrefslogtreecommitdiff
path: root/src/csscolorparser
Commit message (Collapse)AuthorAgeFilesLines
* don't use certain STL functionsKonstantin Käfer2015-08-041-1/+1
| | | | 
some functions defined in <cmath>, as well as std::to_string aren't available on GNU's STL for some platforms, e.g. Android
* make most headers privateKonstantin Käfer2014-12-042-1/+45
|
* don't use std::map for checking color constantsKonstantin Käfer2014-10-301-6/+9
|
* always use std:: namespace for math functionsKonstantin Käfer2014-05-141-1/+1
| | | | fixes #201
* add missing headerKonstantin Käfer2014-04-091-0/+1
|
* use external libraryKonstantin Käfer2014-03-121-0/+286