summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/misc/inifile.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-68/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no longer i...vboxsync2018-12-221-0/+1
* IPRT: Added RTIniFileQueryPair for key/value pair enumeration.vboxsync2017-10-121-1/+216
* inifile.cpp: Fixed wrong allocation size.vboxsync2017-10-121-1/+1
* IPRT: Added simple INI-file parser (completely untested).vboxsync2017-08-071-0/+574