summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fixed error handling in run-emitter example.Kirill Simonov2016-07-041-1/+1
|
* Examples: prevent crashes on some input files (thank to Mathias Svensson).Kirill Simonov2016-06-262-9/+10
|
* Fixed double free in an example.Kirill Simonov2016-06-201-3/+0
|
* Undefine the NDEBUG directive for the test programs.Kirill Simonov2007-01-087-3/+33
|
* Add functions for constructing, parsing and emitting YAML documents.Kirill Simonov2007-01-077-60/+1443
|
* Older versions of gcc do not know about -Wno-pointer-sign.Kirill Simonov2006-08-151-1/+1
|
* Prepare the initial release.0.0.1Kirill Simonov2006-08-012-20/+20
|
* Add two examples and prepare the build system for distribution.Kirill Simonov2006-07-313-1/+1335
|
* Add the run-emitter test.Kirill Simonov2006-07-301-0/+323
|
* Fix Emitter bugs and leaks.Kirill Simonov2006-07-301-1/+1
|
* Fix some leaks, segfaults and warnings.Kirill Simonov2006-07-212-44/+70
|
* Refactor internal and external API.Kirill Simonov2006-07-215-58/+155
|
* Move yaml/yaml.h to yaml.h and merge version.c to api.c.Kirill Simonov2006-07-032-2/+2
|
* Complete buffering and encoding code.Kirill Simonov2006-06-011-78/+284
|
* Complete UTF-8 and UTF-16 decoders.Kirill Simonov2006-05-302-2/+146
| | | | Reader is mostly done (though untested).
* Add doxygen support.Kirill Simonov2006-05-212-7/+4
|
* Add the basic autoconf infrastructure.Kirill Simonov2006-05-202-0/+27