-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix stack buffer overflow in iniparser dump functions - add DESCRIPTION, HOMEPAGE_URL and LANGUAGES in cmake project() ** Tomasz Kłoczko <[email protected]> - Fix MSVC build issues Docs: - Update build instructions for tests - do not build docs by default - Explain how to build docs - Merge INSTALL and old doxygen main page with README and use it as new main page - Add build instructions for MinGW Changelog: changed
- Loading branch information
Showing
9 changed files
with
389 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# | ||
|
||
|
||
Changelog: <added/changed/removed> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
|
||
iniParser installation instructions | ||
----------------------------------- | ||
|
||
- Modify the Makefile to suit your environment. | ||
- Type 'make' to make the library. | ||
- Type 'make check' to make the test program. | ||
- Type 'test/iniexample' to launch the test program. | ||
- Type 'test/parse' to launch torture tests. | ||
|
||
|
||
|
||
Enjoy! | ||
N. Devillard | ||
Wed Mar 2 21:14:17 CET 2011 | ||
See [Building project](README.md#building-project) |
Oops, something went wrong.