Menu

libConfig++ / News: Recent posts

libConfig++ 1.2 is released

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.

Posted by Andrey Kotrekhov 2007-11-28

The new stable version 1.0 of the libConfig++ is released

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.

Posted by Andrey Kotrekhov 2006-07-09

The new version 0.7a of the libConfig++ is released

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.

Posted by Andrey Kotrekhov 2005-01-26

The stable version 0.6.2 of the libConfig++ is released

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.

Posted by Andrey Kotrekhov 2004-12-08

format description in English

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.

Posted by Andrey Kotrekhov 2004-11-14

format description

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.

Posted by Andrey Kotrekhov 2004-11-10

config-plus future release will use automake and libtool

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.

Posted by Andrey Kotrekhov 2004-10-26

libConfig++ 0.5 is released

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/

Posted by Andrey Kotrekhov 2004-10-07

libConfig++ 0.4 is released

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/ .

Posted by Andrey Kotrekhov 2004-08-02

config-plus-0.4rc1 reliased

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)

Posted by Andrey Kotrekhov 2004-04-09

libConfig++ version 0.3 is released

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.

Posted by Andrey Kotrekhov 2004-01-25

libConfig++ version 0.2 is released

This version is stable. There were minor bug fixes in Makefile and configure.
Syntax description is added.
Version was tested under FreeBSD and Linux.

Posted by Andrey Kotrekhov 2003-12-15
MongoDB Logo MongoDB