summaryrefslogtreecommitdiff
path: root/include/yaml.h
Commit message (Expand)AuthorAgeFilesLines
* Emitter: Output space after an alias mapping key (#185)Tina Müller (tinita)2020-06-011-0/+7
* Change dllexport controlling macro to use _WIN32Mark Sheahan2020-04-111-1/+1
* include/yaml.h: fix comments (#155)Junde Yhi2020-03-281-5/+5
* Use pointer to const for strings that aren't/shouldn't be modifiedcriptych2019-06-061-8/+8
* Fix typo in comment林博仁(Buo-ren Lin)2019-06-061-1/+1
* fix C++-compat errorReini Urban2018-07-171-8/+13
* Fix token name typos in commentsViktor Szakats2018-06-301-1/+1
* Fix two typos in header comments. (#120)Éric Thiébaut2018-06-251-2/+2
* Updates defs for MingGW support on WindowsAnthony Hendrickson2017-03-101-1/+3
* Fix typoKevin Wojniak2016-12-281-1/+1
* 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