summaryrefslogtreecommitdiff
path: root/src/settingsgen
AgeCommit message (Expand)Author
2021-03-01Codechange: validate that "max" value of settings fit in their storagePatric Stout
2021-02-07Change: [CMake] Bump minimum version to 3.9glx22
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Keep filenames of loaded Fio files in std::strings.Michael Lutz
2020-12-15Codechange: Make use of the improved C++17 emplace_back function.Michael Lutz
2020-12-04Fix: [CMake] cross-compiling requires native toolsglx22
2020-06-05Add: introduce CMake for project managementPatric Stout
2020-05-21Codechange: Use std::string in INI file parsing.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-28Fix: [Win64] settingsgen MSVC compile warnings (#7432)glx22
2019-03-26Codechange: Removed SmallVector completelyHenry Wilson
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-10-31Fix: Protect against a few out of bounds or uninitialised usage errorsCharles Pigott
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2014-04-24(svn r26506) -Codechange: replace most of vsnprintf with vseprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2012-02-12(svn r23940) -Codechange: remove superfluous semicolonssmatz
2011-08-24(svn r22824) -Codechange: pass sub directory to ini loadingrubidium
2011-05-01(svn r22406) -Document: some more "random-ish" tidbitsrubidium
2011-03-14(svn r22254) -Codechange: Make settingsgen only update the output file if it ...michi_cc
2011-03-04(svn r22188) -Add: Generate the settings as part of the MSVC build process, a...glx
2011-03-03(svn r22171) -Add: Add settings generator program.alberth