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

Tutoriales y documentación de la API se reescrito para mejorar la legibilidad. Asignador, inifile, y el código de registro fue rediseñado. Evaluación comparativa y el código de pruebas de regresión fue reescrito, es de esperar la mejora de mantenimiento, y los guiones fueron reescritos en Python 3.1. También hubo algunas pequeñas correcciones de errores.
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

Iteración sobre la sección del INI y las etiquetas se admite ahora, con un tutorial sobre su uso. Int y flotan analizar ahora utiliza las funciones habituales, en lugar de strtol / strtof. Esto se traduce en aumento de velocidad (~ 11% de media), pero elimina el apoyo a hexadecimal, octal enteros, y la notación científica de carrozas. Hubo también algunos trabajos de refactorización y correcciones de errores menores.
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

Esta versión corrige una pérdida de memoria en INISection:: ArraySize (), fija los conflictos con windows.h, y corrige algunos bugs de menor importancia. Tenga en cuenta que la creación de MiniINI con discapacidad el apoyo STL está hecho de otra manera. Si usted ya está usando con el apoyo MiniINI STL discapacitados, ver el tutorial sobre que en el envase o en el sitio web 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

Esta versión añade soporte para finalmente las etiquetas con varios valores, y continúa la tendencia de refactorización y el pulido de código MiniINI. Documentación también ha visto muchas mejoras, sobre todo la nueva serie de tutoriales que describen todas las características 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

Esta versión viene en su mayoría con el pulimento adicional, el código más refactorizado, y corrección de errores. Ahora también es posible configurar el nombre = carácter separador de valor ( "=" por defecto) y leer INI cabeceras / cfg: todas las etiquetas antes de la primera (si procede) de cabecera se carga a una sección por defecto.
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