Downloadliste

Projektbeschreibung

libConfuse is a configuration file parser library
written in C. It's goal is to be easy to use and
quick to integrate into existing code. It supports
sections and (lists of) values (strings, integers,
floats, booleans, or other sections), as well as
some other features (such as single/double-quoted
strings, environment variable expansion,
functions, and nested include statements). It
makes it very easy to add configuration file
capability to a program using a simple API.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2008-04-20 17:26
2.6

Tags: Minor bugfixes

2004-10-17 22:42
2.5

Diese Veröffentlichung fügt eine Fahne zu präzisieren, dass eine Option keinen Standardwert. Ein Tutorial ist jetzt ebenfalls enthalten.
Tags: Minor feature enhancements
This release adds a flag to specify that an option doesn't have a default value. A tutorial is now also included.

2004-05-23 13:39
2.3

Diese Version behoben Zusammenstellung aufgetretene Fehler bei der Verwendung von GCC 2.95. Es kopiert außerdem die Möglichkeiten zur cfg_init struct übergeben, so dass es nicht mehr nötig, um die Optionen static deklarieren.
Tags: Minor bugfixes
This release fixed compilation errors that occurred
when using GCC 2.95. It also copies the options
struct passed to cfg_init, so there is no longer any
need to declare the options static.

2003-07-14 23:02
2.1

Dies ist vor allem ein Bugfix-Release, aber einige neue Features sind auch dabei. Einzelne Abschnitte können nun Standard-Werte, die eine erweiterte Syntax beim Abrufen der Werte zu unterstützen.
Tags: Major bugfixes
This is mostly a bugfix release, but some new features are also there. Single sections can now have default values which support an extended syntax when retrieving the values.

2003-04-06 14:10
2.0

Unterstützung für den Aufbau als DLL auf Windows wurde in dieser Version hinzugefügt, und Memory Leaks wurden behoben, sowie einige andere Fehler. Liste auszuwählen, können nun auch komplette Standardwerte. Funktionen, Optionen nach dem Parsen gesetzt haben auch hinzugefügt worden. Diese Version bricht Kompatibilität mit früheren Versionen, da einige Arten haben die Kohärenz umbenannt wurde.
Tags: Major feature enhancements
Support for building as a DLL on windows has been added in this version, and memory leaks have been fixed, as well as some other bugs. List options can now also have complete default values. Functions to set options after parsing have also been added. This release breaks compatibility with earlier versions, as some types have been renamed for consistency.

Project Resources