summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add -h and --flow (on|off|keep) to run-*-test-suite (#187)Tina Müller (tinita)2020-06-013-12/+139
* Remove unnecessary include and mallocTina Müller2020-05-211-2/+0
* Output error position in run-parser-test-suite.cTina Müller2020-05-211-1/+9
* Allow emitting 1.2 directiveTina Müller2020-04-191-8/+42
* Squash a couple of warnings in example-deconstructor-altMichael Drake2019-06-061-3/+3
* Remove stdbool0.2.2-pre2Tina Müller2019-02-281-5/+4
* Make declarations before other statementsTina Müller2019-02-281-3/+5
* Fix comparison in tests/run-emitter.cTina Müller2018-06-301-1/+1
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-086-63/+63
* Fix problems in CI failures (travis and semaphore)Ingy döt Net2018-01-061-0/+0
* Move tests/run-test-suite to branch run-test-suiteIngy döt Net2017-12-2912-639/+2
* Update libyaml-{parser,emitter}.listTina Müller2017-12-232-0/+92
* Rewrite make test-suiteTina Müller2017-12-0210-110/+28
* Skip 5 tests in libyaml-emitter.listTina Müller2017-12-011-5/+0
* Improve CMake build systemJean-Christophe Fillion-Robin2017-11-302-0/+27
* Remove deleted test from parser test list.Ingy döt Net2017-05-141-1/+0
* Switch test-suite run list from black to whitelistIngy döt Net2017-02-096-64/+267
* Skip edge case test M7A3Ingy döt Net2017-01-182-1/+2
* Get tests passing on DockerIngy döt Net2016-12-301-1/+2
* Include libyaml-test and libyaml-parser-emitterIngy döt Net2016-12-3016-8/+812
* Move Travis CI steps into a Bash scriptIngy döt Net2016-12-291-0/+30
* Fix pointer and enum warnings in deconstructor-altIan Cordasco2016-12-291-66/+66
* Fix pointer warnings in example-deconstructorIan Cordasco2016-12-291-83/+83
* Add -Wall to list of compile flagsIan Cordasco2016-12-291-1/+1
* Fix -Wformat compilation errors in testsIan Cordasco2016-12-178-54/+54
* 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
* Add doxygen support.Kirill Simonov2006-05-212-7/+4
* Add the basic autoconf infrastructure.Kirill Simonov2006-05-202-0/+27