Skip to content

weijingtao/yaml-cpp

 
 

Repository files navigation

yaml-cpp

A YAML parser and emitter for C++

This is just a mirror of the project on GoogleCode.

Branch master reflects the original mercurial branch, branch makefile contains some improvements and a simplified, ready-to-go Makefile for building a static library. 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 the documentation here).

Changelog

  • 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

Languages

  • C++ 97.0%
  • CMake 2.3%
  • Other 0.7%