Download List

Descripción del Proyecto

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

2010-02-19 10:23 Back to release list
0.5

En esta versión, las partes internas de MiniINI se han rediseñado y optimizado en gran medida, que se traducirá en el código mucho más mantenible y del aumento de velocidad (alrededor de 15% en promedio, un 25% cuando las matrices de lectura). El cambio de la API sólo es importante es que inifile:: LoadBuffer () no se altera el contenido de un búfer pasado. Algunos errores menores han sido corregidos.
Tags: Major, Stable
In this release, the internals of MiniINI have been heavily refactored and optimized, resulting both in much more maintainable code and speedup (about 15% on average, 25% when reading arrays). The only important API change is that INIFile::LoadBuffer() no longer alters the contents of a passed buffer. Some minor bugs have been fixed.

Project Resources