Download List

项目描述

MiniINI is an INI/CFG file parsing library with a focus on portability, speed, and minimalism. The goal is not to support thousands of convenient extensions to the INI format, but to be easy to set up and use, and to be as fast as possible.

系统要求

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-07-14 07:33
0.9

教程和API文档被改写,以提高可读性。分配器,ini文件和日志记录的代码被重构。基准测试和回归测试的代码被重写,希望改善可维护性,在Python 3.1脚本被改写。也有一些小的错误修正。
标签: Stable, Major
Tutorials and API docs were rewritten to improve readability. Allocator, INIFile, and logging code was refactored. Benchmarking and regression testing code was rewritten, hopefully improving maintainability, and scripts were rewritten in Python 3.1. There were also some small bugfixes.

2010-06-11 16:51
0.8

超过部分和标签迭代的INI现在支持,并就其使用教程。 int和float解析现在使用自定义函数,而不是strtol / strtof。这将导致加速(〜11%的平均),但删除十六进制,八进制整数,科学记数法的支持花车。还有一些小错误修正和重构工作。
标签: Stable, Major
Iteration over INI sections and tags is now supported, with a tutorial on its usage. Int and float parsing now uses custom functions instead of strtol/strtof. This results in speedup (~11% on average) but removes support for hexadecimal, octal integers, and scientific notation of floats. There was also some refactoring work and minor bugfixes.

2010-06-04 19:26
0.7.2

此版本修复了INISection内存泄漏::ArraySize(),修正了WINDOWS.H中的冲突,并修复了一些小错误。请注意,设置了有残疾的STL支持MiniINI现在不同做法。如果您已经使用STL的支持MiniINI残疾人,检查包中的该教程或在MiniINI网站。
标签: Stable, Minor
This release fixes a memory leak in INISection::ArraySize(), fixes conflicts with windows.h, and fixes some minor bugs. Note that setting up MiniINI with disabled STL support is now done differently. If you're already using MiniINI with STL support disabled, check the tutorial on that in the package or on the MiniINI Website.

2010-04-11 15:18
0.7

此版本终于增加了具有多个值标签的支持,并继续重构趋势和抛光MiniINI代码。文件还看到很多改进,特别是描述所有MiniINI一系列新功能教程。
标签: Stable, Major
This release finally adds support for tags with multiple values, and continues the trend of refactoring and polishing MiniINI code. Documentation has also seen many improvements, especially the new series of tutorials describing all MiniINI features.

2010-02-28 05:51
0.6

此版本附带有波兰多数,更多的重构代码和错误修正。现在还可以配置名称=值分隔符(“=默认”),读/ cfg文件:所有标签headerless的INI前第一(如果有)加载到头获得一个默认部分。
标签: Stable, Major
This release comes mostly with additional polish, more refactored code, and bugfixes. It is now also possible to configure the name=value separator character ("=" by default) and read headerless ini/cfg files: all tags before the first (if any) header get loaded to a default section.

Project Resources