summaryrefslogtreecommitdiff
path: root/src/csscolorparser
Commit message (Collapse)AuthorAgeFilesLines
* [core] fix equality operator on ColorKonstantin Käfer2017-04-041-1/+1
|
* [core] return empty optional when color could not be parsedIvo van Dongen2017-04-042-11/+15
|
* [core] update CSSColorParserKonstantin Käfer2017-01-162-9/+19
|
* [core] code style cleanupsKonstantin Käfer2016-07-011-2/+4
| | | | | | | - puts function definitions in a namespace ... {} rather than using namespace ...; - remove trailing whitespace - add trailing newline - protect SQL statements from being formatted by clang-format
* 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