summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix C++-compat errorReini Urban2018-07-173-10/+15
* Allow colons in plain scalars inside flow collections0.2.2-pre1Tina Müller2018-06-301-3/+14
* Fix yaml_document_deleteReini Urban2018-06-301-5/+0
* Fix comparison in tests/run-emitter.cTina Müller2018-06-301-1/+1
* Fix typo errorwhiteUnicorn2018-06-301-1/+1
* The closing single quote needs to be indented...Tina Müller2018-06-301-0/+3
* Fix token name typos in commentsViktor Szakats2018-06-302-3/+3
* Don't emit document-end marker at the end of streamTina Müller2018-06-301-7/+0
* Revert removing of open_ended after top level plain scalarTina Müller2018-06-291-0/+4
* Changes for 0.2.1 release0.2.1Ingy döt Net2018-06-265-22/+126
* Fix two typos in header comments. (#120)Éric Thiébaut2018-06-251-2/+2
* Remove need for PTRDIFF_MAXRoger Peppe2018-01-112-25/+14
* Major cleanup of .gitignoreMarty E. Plummer2018-01-091-56/+23
* Update libyaml homepage link in READMEWilliam Roberts2018-01-091-1/+1
* Add mingw-w64 builds to appveyor.ymlMarty E. Plummer2018-01-082-3/+11
* Fixed most compiler warnings -Wall -WextraReini Urban2018-01-0813-121/+141
* Compilation fix for SolarisAndy Grundman2018-01-081-1/+6
* Docker test file changes (added alpine testing)Ingy döt Net2018-01-085-27/+54
* add -no-undefined to src/Makefile.amMarty E. Plummer2018-01-061-1/+1
* Fix problems in CI failures (travis and semaphore)Ingy döt Net2018-01-064-17/+30
* Move tests/run-test-suite to branch run-test-suiteIngy döt Net2017-12-2915-647/+13
* Replace Mercurial with Git in READMETina Müller2017-12-261-1/+1
* Update libyaml-{parser,emitter}.listTina Müller2017-12-232-0/+92
* Define PTRDIFF_MAX if it's not in stdint.hTina Müller2017-12-231-0/+7
* Forbid escaped singlequote in doublequotesTina Müller2017-12-021-4/+0
* Rewrite make test-suiteTina Müller2017-12-0212-111/+33
* Skip 5 tests in libyaml-emitter.listTina Müller2017-12-011-5/+0
* Improve CMake build systemJean-Christophe Fillion-Robin2017-11-3012-31/+224
* Remove deleted test from parser test list.Ingy döt Net2017-05-141-1/+0
* Fix unitialized value crash found by OSS FuzzIan Cordasco2017-05-132-0/+6
* Updates defs for MingGW support on WindowsAnthony Hendrickson2017-03-101-1/+3
* cmake: Provide support for building dynamic and static libraries.John Kirkham2017-02-221-2/+5
* 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
* Add reminder when user is using GNUmakefileIngy döt Net2017-01-021-0/+5
* Add a `.makefile` for immediate make targetsIngy döt Net2017-01-022-0/+58
* Add fedora dockerfile from PR #43Ingy döt Net2016-12-301-0/+25
* Get tests passing on DockerIngy döt Net2016-12-303-1/+6
* Include libyaml-test and libyaml-parser-emitterIngy döt Net2016-12-3019-54/+876
* Move Travis CI steps into a Bash scriptIngy döt Net2016-12-292-9/+31
* Update .gitignore with latest generated filesIngy döt Net2016-12-291-6/+23
* 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-292-2/+2
* Fix typoKevin Wojniak2016-12-281-1/+1
* Add `make test-all` to travisIngy döt Net2016-12-171-1/+1
* Add Makefile support for yaml-test-suiteIngy döt Net2016-12-171-0/+11
* Utilize Travis CI's OSX buildersIan Cordasco2016-12-171-0/+4
* Fix -Wformat compilation errors in testsIan Cordasco2016-12-178-54/+54
* Use AM_CPPFLAGS since autotools deprecated INCLUDEIan Cordasco2016-12-101-3/+3