Closed GoogleCodeExporter closed 9 years ago
You're absolutely right; it's been on my agenda to put all headers in a
`yaml-cpp` folder for a while, I just haven't gotten around to it. Soon... :)
As for CMake, I can't imagine it's much worse than ./configure - for example,
I've spent days trying to get autotools-based libraries to compile for the
iPhone. You're right about the documentation for CMake - it's terrible.
To be honest, I really don't like CMake, but everything else seems worse. The
one crucial feature I want is the ability to generate platform-specific project
files, like Xcode projects on OS X and MSVC on Windows. Unfortunately, this
throws out scons, which seemed like a promising build system.
If you have another suggestion, I'd be happy to hear it; but I'd rather avoid
autotools.
Original comment by jbe...@gmail.com
on 5 Aug 2010 at 7:52
(finally) done! (r390)
Original comment by jbe...@gmail.com
on 18 Oct 2010 at 7:07
Sorry, actually r392.
Original comment by jbe...@gmail.com
on 18 Oct 2010 at 7:23
Waaay cool! Congratulations!
By the way, I hooked it into my app a few months ago and it's been working
fine, though we haven't made huge use of it yet (I'm actually storing data as
Google protocol buffers - YAML is used for our cut'n'paste format, though...)
Thanks for doing this!
Original comment by tom.ritc...@gmail.com
on 18 Oct 2010 at 3:31
And let me add that this really improves the project's quality for use in other
systems.
The possibility of include file name collisions wasn't small at all - at least,
I ran into one immediately and had to eventually move yaml into its own
hermetic area as a result (which wasn't a bad move at all, really).
I think YAML is "the wave of the future" because it's easy to paste into emails
and having a high quality C++ library will be instrumental to this. Best
wishes on future improvements!
Original comment by tom.ritc...@gmail.com
on 18 Oct 2010 at 5:50
Thanks for your support!
Original comment by jbe...@gmail.com
on 18 Oct 2010 at 9:38
Original issue reported on code.google.com by
tom.ritc...@gmail.com
on 5 Aug 2010 at 4:33