summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Need newer bash and make for Macos testingmaster-2Ingy döt Net2020-05-312-3/+5
* Use GitHub Actions (#184)Tina Müller (tinita)2020-05-292-0/+58
* Remove unnecessary include and mallocTina Müller2020-05-211-2/+0
* Add specific files back to .gitignoreTina Müller2020-05-211-11/+22
* Output error position in run-parser-test-suite.cTina Müller2020-05-211-1/+9
* Changes for v0.2.4 release0.2.4release/0.2.4Tina Müller2020-04-196-23/+21
* Fix logic for document end before directiveTina Müller2020-04-191-4/+7
* Allow emitting 1.2 directiveTina Müller2020-04-192-10/+50
* Add packaging/docker-dist to Makefile.am (#143)Tina Müller (tinita)2020-04-192-1/+12
* Changes for v0.2.3 release0.2.3release/0.2.3Tina Müller2020-04-118-39/+92
* Change dllexport controlling macro to use _WIN32Mark Sheahan2020-04-111-1/+1
* Support %YAML 1.2 directives (#172)Tina Müller (tinita)2020-04-102-2/+8
* Avoid recursion in the document loader. (#127)Michael Drake2020-04-101-103/+203
* Fix missing token in example (#169)Ashutosh Chauhan2020-04-101-0/+1
* include/yaml.h: fix comments (#155)Junde Yhi2020-03-281-5/+5
* Change cmake target name from libOFF.a to libyaml.a (#157)Liao Tonglang2020-03-281-1/+1
* Output document end marker after open ended scalars (#162)Tina Müller (tinita)2020-03-281-0/+12
* Always output document end before directive (YAML 1.2 compatibility)Tina Müller2020-03-261-5/+3
* Add CHANGES file (#159)Tina Müller (tinita)2020-03-262-1/+291
* Move appveyor.yml to .appveyor.ymlIngy döt Net2020-03-261-0/+0
* Makefile test-suite rule builds libyaml firstIngy döt Net2019-12-211-1/+1
* Fix spellingHonkingGoose2019-07-251-1/+1
* Squash a couple of warnings in example-deconstructor-altMichael Drake2019-06-061-3/+3
* Use pointer to const for strings that aren't/shouldn't be modifiedcriptych2019-06-062-19/+19
* Fix typo in comment林博仁(Buo-ren Lin)2019-06-061-1/+1
* Fixed typo.SHIBATA Hiroshi2019-06-062-2/+2
* Fix typo in READMETina Mueller2019-06-061-2/+2
* Add required packages to READMETina Mueller2019-06-061-0/+10
* Update configure.ac for 0.2.20.2.2Ingy döt Net2019-03-121-2/+2
* Changes for v0.2.2 releaseTina Müller2019-03-124-63/+24
* Merge pull request #136 from nitzmahone/win_fixes0.2.2-pre3Matt Davis2019-03-041-2/+3
|\
| * allow override of Windows static lib nameMatt Davis2019-03-011-2/+3
|/
* Remove stdbool0.2.2-pre2Tina Müller2019-02-281-5/+4
* Make declarations before other statementsTina Müller2019-02-281-3/+5
* appveyor.yml: fix Release buildMarty E. Plummer2018-07-191-2/+2
* build: do not install config.hMarty E. Plummer2018-07-193-3/+2
* Fix unconditional yaml_free()Tina Müller2018-07-181-1/+2
* fix version_directive memory leakReini Urban2018-07-181-0/+1
* yaml_stack_extend: guard against integer overflowFlorian Weimer2018-07-181-1/+6
* fix C++ g++-6 errorsReini Urban2018-07-181-3/+3
* fix clang -Wlogical-op warningsReini Urban2018-07-182-3/+3
* 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