Download List

프로젝트 설명

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

튜토리얼 및 API 문서 도구는 읽기 쉽도록 개선을 위해 재작 성되었다. 할당기, INIFile 및 로깅 코드 refactored했다. 벤치마킹 및 회귀 테스트 코드는, 잘하면 유지 보수를 개선, 재작 성되었습니다 스크립트는 파이썬 3.1에서 재작 성되었습니다. 약간의 작은 버그수정도있었습니다.
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

반복이의 INI 섹션 및 태그를 통해 지금, 그 사용량에 대한 입문서로 지원됩니다. Int 인과 구문 분석 float은 지금 / strtof strtol 대신 사용자 정의 함수를 사용합니다. speedup에이 결과 (평균 ~ 11 %)를 그래도 16 진수, 8 진수 정수, 그리고 과학적 표기법에 대한 지원을 제거 수레. 또한 몇 가지 리팩토링 작업과 사소한 버그수정했습니다.
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

이 릴리스, INISection에서 메모리 누수 : : ArraySize () 수정 windows.h와 충돌을 해결, 그리고 몇 가지 사소한 버그를 해결합니다. 그 장애 STL과 지원 MiniINI을 설정 이제 다 다르게됩니다. 당신이 이미 STL과 지원으로 장애인, 패키지에 그에 대한 튜토리얼을 확인하거나 웹 사이트에서 MiniINI 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

이 릴리스 결국, 여러 값을 갖는 태그에 대한 지원을 추가하고 리팩토링의 동향과 MiniINI 코드를 연마를 계속합니다. 문서는 또한, 자습서 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

이 릴리스에는 대부분 추가 폴란드어와, 더 refactored 코드 및 버그수정 온다. 그것은 지금도 구성할 이름 = 값 구분 문자가 가능하다 ( "="기본적으로) 및 headerless의 INI / cfg 파일 : 전에 모든 태그를 읽을 첫 번째 (있는 경우) 헤더의 기본 섹션로드받을.
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