1. 01c2084 Add ability to set OPTIONS for compile by Marshall Clow · 11 years ago
  2. 6c33e76 Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated. by Howard Hinnant · 11 years ago
  3. a31cad9 fix crash log magic by Nick Kledzik · 12 years ago
  4. 96f0171 Enable / silence -Wunused-parameter. by Howard Hinnant · 12 years ago
  5. 3edfd1b Enable -Wstrict-aliasing=2 -Wstrict-overflow=4. by Howard Hinnant · 12 years ago
  6. ffdd8c4 Enable/silence -Wsign-compare. by Howard Hinnant · 12 years ago
  7. 30a486d Enable/silence -Wsign-compare. by Howard Hinnant · 12 years ago
  8. 91f198a Enable/silence -Wmissing-field-initializers. by Howard Hinnant · 12 years ago
  9. dfa81ca Enable/silence -Wunused-variable. by Howard Hinnant · 12 years ago
  10. 85bc82e Enable/silence -Wconversion. by Howard Hinnant · 12 years ago
  11. f2ebd59 Enable/silence -Wshadow. by Howard Hinnant · 12 years ago
  12. 3e5c7d0 Enable/silence -Wsign-conversion. by Howard Hinnant · 12 years ago
  13. 74ecc63 Pedantic fix: missing newline at EOF by Dave Zarzycki · 12 years ago
  14. 6a16979 Pushed optimization back up. Crash disappeared with compiler upgrade. Assumed to be due to compiler bug. by Howard Hinnant · 12 years ago
  15. e35bb60 There's a crasher I need to track down, occurring at -O0. by Howard Hinnant · 12 years ago
  16. 3a2765f Back the optimization down from -O3 to -Os. I'm getting an unexplained crasher on -O3. I've looked for a libc++abi bug and can't find one. I'm suspecting clang optimizer bug. But I don't have a good test case at the moment. Deferring investigation on this for now as I will soon be developing more and smaller tests. by Howard Hinnant · 12 years ago
  17. 2b891bf Add -fstrict-aliasing -Wstrict-aliasing and change optimization from -Os to -O3 by Howard Hinnant · 12 years ago
  18. f81cdff By changing all of the throw() specs to noexcept I've been able to compile and link all of the source files into a dylib. Prior to this substitution the changed functions were calling __cxa_call_unexpected which isn't implemented yet. However in none of these cases do we actaully want __cxa_call_unexpected to be called. Primative buildit script added. by Howard Hinnant · 12 years ago