summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ensure generation tool exits if it cannot open its output file. (coverity ↵Vincent Sanders2014-01-241-0/+7
| | | | 1127066)
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libcss/; revision=14004
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-1/+1
| | | | | | Fix testsuite to compile (it passes, too) svn path=/trunk/libcss/; revision=10955
* Port to new buildsystemJohn Mark Bell2009-03-241-47/+2
| | | | svn path=/trunk/libcss/; revision=6856
* More API munging. Also stub out implementations of new APIs.John Mark Bell2008-09-131-1/+1
| | | | svn path=/trunk/libcss/; revision=5306
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+49
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112