summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Make BUILD_SHARED actually build shared objectsChris Young2009-03-101-0/+5
| | | | svn path=/trunk/hubbub/; revision=6765
* Allow TESTTYPE=release to be specified to build the tests with the release ↵Daniel Silverstone2009-02-141-5/+6
| | | | | | | | | | CFLAGS. Add TARGET to the build paths. You should 'make distclean' before updating to this. Add BUILD_SHARED=yes support to the *nix build svn path=/trunk/hubbub/; revision=6478
* Make doxygen produce API documentation. I guess it helps if you enable the ↵John Mark Bell2009-01-081-6/+6
| | | | | | | | right options. Fix a couple more doxygen warnings. svn path=/trunk/hubbub/; revision=5996
* Use doxygen to create API documentation.John Mark Bell2009-01-082-1/+1244
| | | | | | Add a bunch of extra commentary to stop doxygen warning. svn path=/trunk/hubbub/; revision=5994
* 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