summaryrefslogtreecommitdiff
path: root/src/settingsgen
AgeCommit message (Expand)Author
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