Re: C++ YAML library

2018-05-28 Thread Jean Baptiste Favre
On Debian side, yaml-cpp lib is also available with versions: - 0.5.2 for stable, testing & unstable - 0.5.1 for jessie (old-stable) which is under long term support until end of june 2020. Wheezy will be definitely end of life in 2 days, so there's no need to support yaml-cpp in version 0.3 for D

Re: C++ YAML library

2018-05-21 Thread Alan Carroll
Looks like LLVM has a YAML parser. Maybe we could use that. https://llvm.org/docs/YamlIO.html On Mon, May 21, 2018 at 4:16 PM, Randall Meyer < randallme...@yahoo.com.invalid> wrote: > Hi, I am looking at/using yaml-cpp (https://github.com/jbeder/yaml-cpp). > It seems to be a recently-active pr

Re: C++ YAML library

2018-05-21 Thread Randall Meyer
Hi,   I am looking at/using yaml-cpp (https://github.com/jbeder/yaml-cpp). It seems to be a recently-active project,  C++-based and the API is simple to use/comprehend.  I've tried using the 0.3 version, but it uses std::auto_ptr (now removed in C++17) and it looks like up until 0.6, it depende

Re: C++ YAML library

2018-05-19 Thread Leif Hedstrom
> On May 19, 2018, at 9:26 AM, Alan Carroll > wrote: > > Since it was decided we would shift to using YAML for configuration, have > there been any suggestions as to a specific library to use? I think that > would be a good thing to discuss before we go much further down this road. I think R

C++ YAML library

2018-05-19 Thread Alan Carroll
Since it was decided we would shift to using YAML for configuration, have there been any suggestions as to a specific library to use? I think that would be a good thing to discuss before we go much further down this road.