summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Fix build on macOS (#230)HEADmasterTina Müller (tinita)2021-11-101-2/+2
* Add workflow for creating release tarballsrelease/testTina Müller2020-06-2211-20/+200
* Changes for v0.2.5 release0.2.5release/0.2.5Tina Müller2020-06-015-12/+57
* Allow test suite runner to come from a different repoIngy döt Net2020-06-011-3/+9
* A couple patches to improve test suite support (#191)Ingy döt Net2020-06-012-3/+7
* Allow question marks in plain scalars in flow collections (#105)Tina Müller (tinita)2020-06-011-1/+1
* Emitter: Don't output trailing space for empty scalar nodes (#186)Tina Müller (tinita)2020-06-011-1/+11
* Emitter: Output space after an alias mapping key (#185)Tina Müller (tinita)2020-06-012-0/+9
* Flow indicators can not be part of local or shorthand tags (#179)Tina Müller (tinita)2020-06-011-14/+22
* Add -h and --flow (on|off|keep) to run-*-test-suite (#187)Tina Müller (tinita)2020-06-013-12/+139
* 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