The libConfig++ version 1.2 is released.
There are many modification in the documentation.
The interface for checking values during assign is added.
The method for assign bitset values is added.
The libConfig++ is a simple, portable library for reading configuration files in C++ programs.
The libConfig++ is a simple, portable library for reading configuration files in C++ programs.
New syntax of section description is added.
This allows to save order of section definition in configuration file and to use description like C function in configuration.
This is new current release of the libConfig++ project.
The libConfig++ is a simple, portable library for reading configuration files in C++ programs.
In this release the new comment syntax is added.
Before this release you can use only // as comment in the configuration files.
Now you can use /* ... */ comment in your configuration files.
The libConfig++ project has released the stable package version 0.6.2.
The libConfig++ is a simple, portable library for reading configuration files in C++ programs
* The package uses automake & autoconf for better
portability.
* The documentation and examples are improved.
* A little changes in API.
English documentation of format description is added
to the project.
The project libConfig++ is a portable library for reading configuration files in C++ programs.
See subsection "Format of configuration file" in Doc section of the project page.
Now the simple, portable library libConfig++ for reading configuration files in C++ programs has Russian description of the configuration file format.
See subsection "Format of configuration file" in Doc section of the project page.
The simple, portable library libConfig++ for reading configuration files in C++ programs will use automake and libtool. This decision is taken to improve portability to other platforms and operation systems.
The config-plus-current version is available for downloading.
The simple, portable and flexible library libConfig++ version 0.5 for reading configuration files in C++ programs is released. The configuration file syntax likes C++.
In this version new feature "lists without keys" is added.
In this case the keys is generated automatically. As the result values in this configuration will be sorted by appearance. It is useful then we want to save the own order of values.
All configuration features you can see in configuration example on project's homepage http://config-plus.sourceforge.net/
The simple, portable and flexible library libConfig++ version 0.4 for reading configuration files in C++ programs is released.
New features add more power to configuration syntax:
- "->" operation allows to navigate over configuration tree;
- "+" operation allows to concat values;
- "+=" operation allows to add something to a previouse value of a variable.
You can see configuration example on project's homepage http://config-plus.sourceforge.net/ .
1)This release of library allows assign one variable to another.
2)And there are some improvement in syntaz error diagnostic.
3)Key can starts with digit.
NOTE! Values must be always double-quoted.
Values without double-quotas are used for special things (see point 1)
Add some more flexibility to the attribute definition:
now it is allow to use alpha-numeric, dot, minus, underlining in section names and key in AV-pairs.
This version is stable. There were minor bug fixes in Makefile and configure.
Syntax description is added.
Version was tested under FreeBSD and Linux.