summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-09-09Add ability to set OPTIONS for compileMarshall Clow
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2012-03-14fix crash log magicNick Kledzik
2012-03-09Enable / silence -Wunused-parameter.Howard Hinnant
2012-03-08Enable -Wstrict-aliasing=2 -Wstrict-overflow=4.Howard Hinnant
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant
2012-03-08Enable/silence -Wsign-compare.Howard Hinnant
2012-03-08Enable/silence -Wmissing-field-initializers.Howard Hinnant
2012-03-08Enable/silence -Wunused-variable.Howard Hinnant
2012-03-08Enable/silence -Wconversion.Howard Hinnant
2012-03-08Enable/silence -Wshadow.Howard Hinnant
2012-03-08Enable/silence -Wsign-conversion.Howard Hinnant
2012-02-22Pedantic fix: missing newline at EOFDave Zarzycki
2012-02-03Pushed optimization back up. Crash disappeared with compiler upgrade. Assum...Howard Hinnant
2012-02-02There's a crasher I need to track down, occurring at -O0.Howard Hinnant
2012-01-31Back the optimization down from -O3 to -Os. I'm getting an unexplained crash...Howard Hinnant
2012-01-30Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant