summaryrefslogtreecommitdiff
path: root/include/yaml.h
Commit message (Expand)AuthorAgeFilesLines
* Minor API updates.xi2008-01-191-88/+116
* Drop doxygen support, add more API documentation, API changes.xi2008-01-041-794/+2077
* Fixed bugs and updated tests.xi2007-12-271-2/+2
* Another round of API update.xi2007-12-271-32/+69
* API refactoring (Note: it breaks the build).xi2007-12-251-843/+593
* Eliminate some warnings and add more doxygen definitions.xi2007-01-081-5/+125
* Add functions for constructing, parsing and emitting YAML documents.xi2007-01-071-213/+344
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.xi2006-12-111-6/+304
* Prepare the initial release.xi2006-08-011-72/+75
* Add two examples and prepare the build system for distribution.xi2006-07-311-1/+2
* Implement everything except tag and scalar writers.xi2006-07-281-0/+42
* Implement Emitter state machine.xi2006-07-261-173/+170
* Add yaml_emitter_emit_* set of functions.xi2006-07-251-2/+2
* Add Emitter definitions and implement the Writer.xi2006-07-231-9/+544
* Refactor internal and external API.xi2006-07-211-551/+159
* Implement half of the parsers.xi2006-07-051-4/+4
* Start working on the parser.xi2006-07-041-0/+103
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.xi2006-07-031-0/+1131
* Add the basic autoconf infrastructure.xi2006-05-201-186/+0
* Add yaml.h with prototypes for basic structures.xi2006-05-121-0/+186