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

Tutorials und API-Dokumentation wurden umgeschrieben, um die Lesbarkeit zu verbessern. Allocator, IniFile und Logging-Code wurde überarbeitet. Benchmarking-und Regressionstests Code wurde neu geschrieben, hoffentlich verbessern Wartbarkeit und Skripte wurden in Python 3.1 umgeschrieben. Es gab auch einige kleine Bugfixes.
Tags: 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

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.

2010-06-04 19:26
0.7.2

Dieses Release behebt einen Speicherverlust in INISection: ArraySize (), behebt Konflikte mit windows.h und behebt einige kleinere Fehler. Beachten Sie, dass die Einrichtung mit behinderten MiniINI STL-Unterstützung ist jetzt anders gemacht. Wenn Sie bereits MiniINI mit STL-Unterstützung deaktiviert, aktivieren Sie das Tutorial auf die in dem Paket oder auf der Website MiniINI.
Tags: 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

Dieses Release schließlich fügt Unterstützung für Tags mit mehreren Werten, und setzt den Trend der Refactoring und Polieren MiniINI Code. Dokumentation hat auch viele Verbesserungen gesehen, vor allem die neue Serie von Tutorials beschreibt alle Funktionen MiniINI.
Tags: 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

Diese Version kommt meistens mit zusätzlichen polnisch, mehr Refactoring-Code und Bugfixes. Es ist nun auch möglich, der Name = Wert Trennzeichen ( "=" by default) und lesen Sie headerless ini / cfg-Dateien: Alle Tags vor dem ersten (falls vorhanden) header lernen die Standardeinstellungen geladen.
Tags: 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