Downloadliste

Projektbeschreibung

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.

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.

2010-06-11 16:51 Zurück zur Release-Liste
0.8

Iteration über INI Sektionen und Tags wird nun unterstützt, mit einem Tutorial über die Verwendung. Int und float Parsen verwendet nun benutzerdefinierte Funktionen anstelle von strtol / strtof. Dies führt zu beschleunigen (~ 11% im Durchschnitt), löscht aber Unterstützung für hexadezimal, oktal Zahlen und wissenschaftliche Schreibweise der Schwimmer. Es gab auch einige Refactoring Arbeit und kleinere Bugfixes.
Tags: 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.

Project Resources