summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add configuration Makefile fragment.John Mark Bell2008-09-182-0/+7
| | | | svn path=/trunk/hubbub/; revision=5373
* Make install target work with DESTDIR again. bah.John Mark Bell2008-09-181-3/+3
| | | | svn path=/trunk/hubbub/; revision=5372
* OS X friendly install invocationJohn Mark Bell2008-09-101-3/+3
| | | | svn path=/trunk/hubbub/; revision=5301
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-6/+6
| | | | svn path=/trunk/hubbub/; revision=5296
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-8/+8
| | | | svn path=/trunk/hubbub/; revision=5293
* Native RO buildsystem. Beware of the NOP.John Mark Bell2008-09-071-2/+2
| | | | svn path=/trunk/hubbub/; revision=5275
* Make export target usefulJohn Mark Bell2008-09-051-4/+3
| | | | svn path=/trunk/hubbub/; revision=5252
* 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