Download List

Descripción del Proyecto

Libcfgparse is a small set of routines that parse
and provide simple access to data stored in
configuration files. The configuration file is
kept in a syntax similar to C. The aim is to make
it as simple and convenient as possible to access
the configuration data, while maintaining utmost
flexibility with respect to how the data is
organized. It allows the data to be stored in a
structured (multi-layer) way, to define types, to
perform strict syntax checking and to also parse
data directly from memory. The library comes with
interfaces for C, C++, and Python.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-12-13 00:02
0.6

El analizador de archivos de configuración ha sido muy reelaborada. Esto permite a los usuarios definir complejas listas anidadas, y estructuras de registro, y comprobar la validez de declarar los valores de los tipos de variables simples.
Tags: Minor feature enhancements
The configuration file parser has been heavily reworked. This allows users to define complex nested lists and record structures, and to pre-declare values for simple variable types.

2004-04-22 20:07
0.5

La capacidad para analizar los datos de inicialización de configuración o directamente desde la memoria se ha añadido. El C + + y Python API han sido masivamente limpiado y mejorado. Un par de errores y problemas con la versión anterior se han fijado.
Tags: Minor feature enhancements
The ability to parse configuration initialization or data directly from memory has been added. The C++ and Python APIs have been massively cleaned up and enhanced. A couple of bugs and problems with the previous release have been fixed.

2004-04-12 01:44
0.4

El analizador se sometieron a un par de correcciones menores de la versión 0.3. El cambio más importante, sin embargo, es la adición de una API de Python y la integración de una doxygen generados manual con el paquete.
Tags: Minor feature enhancements
The parser underwent only a couple of minor fixes from version 0.3. The major change, however, is the addition of a Python API and the integration of a doxygen-generated manual with the package.

2004-01-16 23:06
0.3

De limpieza masiva de almacenamiento de datos. A partir de la versión 0.3, la inicialización del analizador con el apoyo, que le permite predefinir los tipos de datos y valores. Por lo tanto, de tipo de análisis de seguridad es posible y los valores por defecto se puede configurar. La licencia fue cambiado a la LGPL.
Tags: Minor feature enhancements
Massive cleanup of data storage. As of version 0.3, initialization of the parser is supported, which allows you to predefine data types and values. Thus, type-safe parsing is possible and default values can be set. The licence was changed to the LGPL.

2003-06-12 02:21
0.2

Tags: Initial freshmeat announcement

Project Resources