Skip to content

nebirhos/yaml-cpp

Repository files navigation

yaml-cpp

A YAML parser and emitter for C++

This is just a mirror of the project on GoogleCode.

All branches reflects the original mercurial branches, except for:

  • makefile: contains some improvements and a simplified, ready-to-go Makefile for building a static library.

  • binary: old sketch for YAML::Binary parser (implemented in release-0.3.0)

Refer to the changelog for a list of differences from the original repository.

Getting started

Just type

$ make

to compile the static library. For more building options use Cmake (see install.txt).

Changelog

  • 2012-01-21: merged release-0.3.0 into makefile

  • 2011-10-12: merged release-0.2.7 into makefile

  • 2011-09-06: BREAKING CHANGE: repository now tracks mercurial, old clones of this repository don’t work anymore!

  • 2011-04-08: fixed a nasty bug on binary data emitter

  • 2011-03-07: added Makefile

About

Mirror of the official yaml-cpp Google code repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published