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.
Just type
$ make
to compile the static library. For more building options use Cmake (see install.txt).
-
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