summaryrefslogtreecommitdiff
path: root/include
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 AM_CPPFLAGS since autotools deprecated INCLUDEIan Cordasco2016-12-101-3/+3
* Use _WIN32 instead of WIN32 as the latter is not defined by Visual C.Kirill Simonov2011-05-291-1/+1
* 'make distclean' should not remove html docs, 'make maintainer-clean' should ...Kirill Simonov2008-12-301-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-034-59/+1
* Add event constructors and destructors.Kirill Simonov2006-07-031-22/+255
* Implementing Scanner: macros and high-level functions.Kirill Simonov2006-06-071-5/+15
* Add scanner definitions.Kirill Simonov2006-06-061-3/+114
* Add token constructors and destructors.Kirill Simonov2006-06-021-51/+307
* Complete buffering and encoding code.Kirill Simonov2006-06-011-0/+3
* Complete UTF-8 and UTF-16 decoders.Kirill Simonov2006-05-301-1/+20
* Working on the decoding code.Kirill Simonov2006-05-291-13/+40
* Implementing Reader: first tries.Kirill Simonov2006-05-271-16/+145
* Doxygenify the header file.Kirill Simonov2006-05-263-9/+154
* Add doxygen support.Kirill Simonov2006-05-213-4/+41
* Add the basic autoconf infrastructure.Kirill Simonov2006-05-204-39/+89
* Add yaml.h with prototypes for basic structures.Kirill Simonov2006-05-121-0/+186