summaryrefslogtreecommitdiff
path: root/include/yaml.h
Commit message (Expand)AuthorAgeFilesLines
* Use _WIN32 instead of WIN32 as the latter is not defined by Visual C.Kirill Simonov2011-05-291-1/+1
* Fixed emitting folded scalars with trailing breaks; Forced emitting of a docu...Kirill Simonov2008-12-271-0/+2
* Eliminate some warnings and add more doxygen definitions.Kirill Simonov2007-01-081-5/+125
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-071-213/+344
* Add `const` qualifier for `yaml_parser_set_input_string` parameter `input`.Kirill Simonov2006-12-111-6/+304
* Prepare the initial release.0.0.1Kirill Simonov2006-08-011-72/+75
* Add two examples and prepare the build system for distribution.Kirill Simonov2006-07-311-1/+2
* Implement everything except tag and scalar writers.Kirill Simonov2006-07-281-0/+42
* Implement Emitter state machine.Kirill Simonov2006-07-261-173/+170
* Add yaml_emitter_emit_* set of functions.Kirill Simonov2006-07-251-2/+2
* Add Emitter definitions and implement the Writer.Kirill Simonov2006-07-231-9/+544
* Refactor internal and external API.Kirill Simonov2006-07-211-551/+159
* Implement half of the parsers.Kirill Simonov2006-07-051-4/+4
* Start working on the parser.Kirill Simonov2006-07-041-0/+103
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.Kirill Simonov2006-07-031-0/+1131
* Add the basic autoconf infrastructure.Kirill Simonov2006-05-201-186/+0
* Add yaml.h with prototypes for basic structures.Kirill Simonov2006-05-121-0/+186