Download List

Projeto Descrição

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

Nesta versão, os internos da MiniINI foram fortemente reformulado e otimizado, resultando tanto em código muito mais sustentável e aumento de velocidade (cerca de 15% em média, 25% em matrizes de leitura). A única mudança importante é que a API INIFile:: LoadBuffer () não altera o conteúdo de um buffer passado. Alguns pequenos bugs foram corrigidos.
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