summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Example: Add sample build instructions.Michael Drake2021-05-131-0/+6
|
* Example: Add debugXML.h for xmlDebugDumpDocument().Michael Drake2021-05-131-0/+1
|
* Move makefiles that break main build on case-insensitive filesystems.Michael Drake2021-05-121-0/+0
|
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-21/+1
|
* Fix handling of encoding changeJohn-Mark Bell2013-02-271-7/+8
|
* Fix example.Michael Drake2010-12-301-15/+4
| | | | svn path=/trunk/hubbub/; revision=11172
* Make example compileJohn Mark Bell2010-11-152-92/+100
| | | | svn path=/trunk/hubbub/; revision=10944
* Fix makefileJohn Mark Bell2009-04-151-2/+2
| | | | svn path=/trunk/hubbub/; revision=7086
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-0/+0
| | | | svn path=/trunk/hubbub/; revision=6837
* Sync commentary about expected behaviour with spec.John Mark Bell2009-03-101-0/+11
| | | | svn path=/trunk/hubbub/; revision=6767
* I guess it helps if you document the fact that _both_ a tree handler and a ↵John Mark Bell2009-01-111-0/+4
| | | | | | document node are needed to make treebuilding work. svn path=/trunk/hubbub/; revision=6038
* Improve documentation of tree handler APIs.John Mark Bell2009-01-101-1/+1
| | | | svn path=/trunk/hubbub/; revision=6019
* Squash memory leak.John Mark Bell2009-01-081-5/+39
| | | | | | Actually bother to clean up if we got errors, rather than just asserting. svn path=/trunk/hubbub/; revision=5995
* Make libxml binding example actually work.John Mark Bell2009-01-082-28/+178
| | | | | | A rudimentary makefile for this, too. svn path=/trunk/hubbub/; revision=5992
* Here, have an incomplete binding example.John Mark Bell2009-01-061-0/+875
svn path=/trunk/hubbub/; revision=5968