A simple .ini file interface.

Dependents:   Smart-WiFly-WebServer SignalGenerator WattEye X10Svr

Revisions of IniManager.cpp

Revision Date Message Actions
18:282ed56d983b 2016-12-28 Revised the ReadString and WriteString to return a failure code, rather than a boolean. This made the APIs incompatible, but this can be selected at construction or when setting the file, in order to be backward compatible. File  Diff  Annotate
17:01c0ee144433 2016-05-19 Minor change to put 1 blank line ahead of each section File  Diff  Annotate
16:82e0f8747b95 2016-04-14 Added optional length parameter to a string write. File  Diff  Annotate
15:3fc2b87a234d 2016-12-11 Add methods for iterating over sections and keys File  Diff  Annotate
13:d5957065d066 2016-09-04 Using standard memory manager File  Diff  Annotate
12:6cf929bde139 2016-04-11 Added a ReadLongInt method for convenience. File  Diff  Annotate
11:738604f18088 2016-01-26 Hook the private memory manager when configured, and standard malloc/free when not. File  Diff  Annotate
10:57b93035ad82 2015-07-03 Minor change to Write to reflect that all parameters are read-only. File  Diff  Annotate
9:4947b8c244e9 2014-07-07 reduce compiler warnings File  Diff  Annotate
8:f128b10dfab1 2014-07-07 Internal changes only to try to make it more robust, and require less memory. File  Diff  Annotate
7:60f5dc3467ff 2014-05-22 Documentation updates. File  Diff  Annotate
5:bfeb0882bd82 2014-03-26 Update to permit deferring the filespec to later, which also permits changing the filespec w/o having to destroy and reconstruct the object. File  Diff  Annotate
4:70042853d43b 2014-03-16 use an OS wait if the mbed_rtos is in use (#ifdef RTOS_H). File  Diff  Annotate
3:64fcaf06b012 2014-01-03 Suppress one warning related to debug details. File  Diff  Annotate
2:c63a794c1fee 2013-09-05 Improved diagnostics capability. File  Diff  Annotate
1:1e2ee9bbee40 2013-09-01 A simple INI file manager. Has some level of recovery in the event power is lost, but could be better. File  Diff  Annotate
0:ae5bf432c249 2013-08-12 A simple ini file interface. File  Diff  Annotate