Download List

项目描述

The Appconf Library is a library responsible for managing a configuration data of other, bigger, standalone applications. It lets you read configuration files and feed your applications with required data. It can handle information from ini-like
files, XML files, and MySQL tables.

系统要求

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.

2010-11-25 07:58
1.2.5

主要的变化包括一个MySQL模块重写,重写一个XML模块和Windows的注册表访问的支持。
The main changes include a MySQL module rewrite, an XML module rewrite, and Windows registry access support.

2010-03-08 22:17
1.2.4

出现内存泄漏,在使用atovarray(),部分::加入(),并配置::加入()函数被拆除。的配置::使用()函数只记录在由用户和内部库函数不叫错误。部分::()的使用已添加到会更方便使用者和兼容相比,配置::使用()。该文档已更新。
标签: Memory leaks removed
Memory leaks that appeared when using atovarray(), section::add(), and config::add() functions were removed. The config::use() function only logs errors when called by the user and not by internal library functions. section::use() was added to be more user friendly and compatible compared to config::use(). The documentation was updated.

2009-12-28 20:46
1.2.3

的配置::initLog()函数已经从“民间”到“公共”部分,因此可以在任何时候发起一个空的记录。的配置::move()函数加入。它可以让你从一个配置对象到另一个部分。的配置::read()函数得到改善,因此它可以让你读取相同的文件一遍又一遍未抛出段错误。其他一些小的改进和修正补丁了。
标签: Minor improvements and bug fixes
The config::initLog() function was moved from the "private" to the "public" section, so one can initiate an empty log at any time. The config::move() function was added. It will let you move sections from one config object to another. The config::read() function was improved, so it lets you read the same file over and over again, without throwing segfaults. A few other minor improvements and bugfixes were made.

2009-11-11 07:57
1.2.2

从现在起,数组存储为选项的值可动态扩展或收缩,这样你可以改变其大小在飞行'。自定义输出流也可以用来处理XML文件(不仅仅是的ini等的)。该文档已被更新。
标签: minor feature improvements, minor bugfixes.
From now on, arrays stored as options values can be dynamically expanded or contracted, so you can change their size 'on the fly'. Custom output streams can also be used with XML files (not just with ini-like ones). The documentation has been updated.

2009-09-20 23:16
1.2.1

用户可以定义一个默认的输出流。内InI分子内部的意见处理类似的文件已被添加。对于RPM包已经更新,规范文件。修剪的不可打印字符线已得到执行。检查错误条件得到改善。该文档已被更新。小错误已得到修复。
标签: comments handling, RPM, output streams
The user can define a default output stream. Handling of internal comments inside of ini-like files has been added. The spec file for RPMs has been updated. Trimming lines from unprintable characters has been implemented. Error condition checking has been improved. The documentation has been updated. Minor bugs have been fixed.

Project Resources