| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-24 | Store ini sections in a std::list (rather than vector) to prevent unexpected ↵ | Jordan Woyak | |
| pointer invalidation with use of GetOrCreateSection. | |||
| 2014-06-16 | Use only section-based ini reading. | Lioncash | |
| 2014-05-28 | Get rid of the temporary buffer in IniFile's Load function. | Lioncash | |
| std::getline is the string-based equivalent. | |||
| 2014-05-28 | When reading an ini file, if there is an error, check if it is simply ↵ | Rachel Bryk | |
| because the eof was reached. | |||
| 2014-05-23 | Check for errors when reading lines from ini files. | Rachel Bryk | |
| Fixes issue 7283. | |||
| 2014-05-14 | Use size_t in std::string operations in IniFile.cpp, not int | Lioncash | |
| 2014-03-17 | Turn some non-const refs into pointers | Tillmann Karras | |
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-22 | Make Common/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-20 | Fix more header sorting issues in Common/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-13 | Turn loops into range-based form | Tillmann Karras | |
| and some things suggested by cppcheck and compiler warnings. | |||
| 2014-02-13 | Fix IniFile to use string& instead of char* | Matthew Parlane | |
| Also removes .c_str() usages where found. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
