summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Shared library versioningJohn Mark Bell2009-04-031-10/+12
| | | | svn path=/trunk/hubbub/; revision=7036
* Simplify json requirementsJohn Mark Bell2009-03-251-18/+8
| | | | svn path=/trunk/hubbub/; revision=6880
* Declare testrunnerJohn Mark Bell2009-03-241-0/+2
| | | | svn path=/trunk/hubbub/; revision=6847
* Fix determination of whether json is requiredJohn Mark Bell2009-03-241-1/+26
| | | | svn path=/trunk/hubbub/; revision=6846
* Sync with core.John Mark Bell2009-03-241-13/+10
| | | | svn path=/trunk/hubbub/; revision=6844
* Add src directory to include path.John Mark Bell2009-03-241-1/+2
| | | | | | Sync makefiles external with the current revision. svn path=/trunk/hubbub/; revision=6840
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-44/+24
| | | | svn path=/trunk/hubbub/; revision=6837
* Allow TESTTYPE=release to be specified to build the tests with the release ↵Daniel Silverstone2009-02-141-2/+11
| | | | | | | | | | 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
* Use doxygen to create API documentation.John Mark Bell2009-01-081-0/+1
| | | | | | Add a bunch of extra commentary to stop doxygen warning. svn path=/trunk/hubbub/; revision=5994
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-1/+1
| | | | svn path=/trunk/hubbub/; revision=5458
* Improved dependency tracking.John Mark Bell2008-07-101-0/+2
| | | | | | 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
* Add a "coverage" target (like libcss) which runs lcov for nice-looking ↵Andrew Sidwell2008-06-081-0/+2
| | | | | | coverage statistics. svn path=/trunk/hubbub/; revision=4312
* Rework buildsystem so that it no longer calls make recursively and rebuilds ↵John Mark Bell2008-04-071-23/+30
| | | | | | the testcases when the library changes. svn path=/trunk/hubbub/; revision=4077
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+34
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359