summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Improved dependency tracking.John Mark Bell2008-07-101-7/+44
| | | | | | There's currently an issue that means that testcases don't get rebuilt when the debug library changes -- the workaround is to make clean. I've currently no idea how to fix this -- see the FIXME in test/Makefile for details. svn path=/trunk/hubbub/; revision=4571
* Mark "coverage" and "profile" targets as phonyJohn Mark Bell2008-06-081-1/+2
| | | | svn path=/trunk/hubbub/; revision=4313
* Add a "coverage" target (like libcss) which runs lcov for nice-looking ↵Andrew Sidwell2008-06-081-0/+19
| | | | | | coverage statistics. svn path=/trunk/hubbub/; revision=4312
* Add a script that fetches the current HTML5 entity list and parses it into a ↵Andrew Sidwell2008-05-152-0/+24
| | | | | | C struct format, suitable for "#include"ing. svn path=/trunk/hubbub/; revision=4161
* Rework buildsystem so that it no longer calls make recursively and rebuilds ↵John Mark Bell2008-04-071-20/+80
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+39
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359