summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix profile and coverage targetsJohn Mark Bell2010-12-061-1/+3
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-049-333/+30
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-0425-2690/+2361
* Make example compileJohn Mark Bell2010-11-152-92/+100
* Sprinkle some C++ scoping aroundJohn Mark Bell2010-10-236-0/+54
* Bump versionJohn Mark Bell2010-04-191-1/+1
* -Wextra is only understood by GCC 3.4.6 or later. John Mark Bell2009-11-061-3/+4
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* Make locale-agnosticJohn Mark Bell2009-07-121-2/+13
* Hand off comparison to utility string comparisons.John Mark Bell2009-07-121-1/+2
* Fix string comparisons.John Mark Bell2009-07-122-34/+7
* Better guard for the Norcroft hackery.John Mark Bell2009-07-021-5/+11
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-203-53/+67
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Make assignment of doctype component pointers clearer. Also removes a redunda...John Mark Bell2009-05-271-9/+6
* Remove redundant code.John Mark Bell2009-05-271-13/+0
* Use correct path for Makefile.config.overrideJohn Mark Bell2009-05-061-1/+1
* Initialise variables to stop GCC 4.4 complaining (credit: Jeroen Habraken)John Mark Bell2009-05-051-4/+4
* Don't even think about -Werror with gcc2...François Revel2009-04-241-2/+2
* Fixup non-pkg-config buildJohn Mark Bell2009-04-211-1/+1
* Update hubbub for the new shared object namingDaniel Silverstone2009-04-212-7/+7
* Only search for parserutils if we're not cleaning the build.John Mark Bell2009-04-211-6/+8
* Expand documentation, bringing it into line with reality.John Mark Bell2009-04-211-24/+67
* More best guessingJohn Mark Bell2009-04-171-0/+1
* A best guess as to where parserutils' headers will be.John Mark Bell2009-04-171-0/+1
* A load of c89 compatibility fixes.John Mark Bell2009-04-167-40/+69
* Lose trailing commas.John Mark Bell2009-04-156-7/+16
* Fix makefileJohn Mark Bell2009-04-151-2/+2
* Merged revisions 7071-7082 via svnmerge from John Mark Bell2009-04-153-262/+293
* Manually merge r7070 into trunkJohn Mark Bell2009-04-1528-973/+1559
* Improve error handling in the tokeniserJohn Mark Bell2009-04-061-62/+154
* Remove hubbub_parser_parse_extraneous_chunk -- this is not supported yet. Sur...John Mark Bell2009-04-042-4/+2
* ConstifyJohn Mark Bell2009-04-042-4/+4
* hubbub_alloc -> hubbub_allocator_fnJohn Mark Bell2009-04-0414-22/+26
* Move tree callback definitions into tree.hJohn Mark Bell2009-04-042-218/+218
* Move hubbub_error_from_string into testutils.h and remove it from the library.John Mark Bell2009-04-043-27/+27
* Shared library versioningJohn Mark Bell2009-04-032-14/+16
* Require libparserutils, rather than munging Libs:John Mark Bell2009-03-311-1/+2
* Purge testrunnerJohn Mark Bell2009-03-261-257/+0
* Simplify json requirementsJohn Mark Bell2009-03-251-18/+8
* Make testcases compile in release modeJohn Mark Bell2009-03-253-1/+56
* Port to new test scheme.John Mark Bell2009-03-253-4/+6
* Sync svn:ignore with reality. Lose old core makefileJohn Mark Bell2009-03-241-170/+0
* Declare testrunnerJohn Mark Bell2009-03-241-0/+2
* Fix determination of whether json is requiredJohn Mark Bell2009-03-242-9/+26
* Purge redundant makefilesJohn Mark Bell2009-03-242-113/+0
* Sync with core.John Mark Bell2009-03-241-13/+10
* Flag argc as unusedJohn Mark Bell2009-03-241-0/+2
* Add src directory to include path.John Mark Bell2009-03-241-1/+2
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-249-383/+38