1. bd64f14 Fix typo. by Joerg Sonnenberger · 11 years ago
  2. 04a2c71 Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire. by Howard Hinnant · 11 years ago
  3. e9df0a5 Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is by Howard Hinnant · 11 years ago
  4. ed14a76 Add some friendly messages to libcxx calls to abort(). by Howard Hinnant · 11 years ago
  5. 9e98b34 Glen: This patch gets the string conversion functions working on Windows. It also refactors repetitive code in string.cpp do greatly reduce the repetitiveness, increasing maintainability. by Howard Hinnant · 11 years ago
  6. a22d2ad Removed raw references to _WIN32; now just check to see if it is defined. by Marshall Clow · 11 years ago
  7. 54e2fff Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differences can cause by Howard Hinnant · 12 years ago
  8. 3e3ae9e Fix string conversions functions to throw out_of_range properly. Fixes http://llvm.org/bugs/show_bug.cgi?id=14919. by Howard Hinnant · 12 years ago
  9. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  10. 6cd05ee Work on Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  11. ac6de54 Fixing up some ABI issues by Howard Hinnant · 13 years ago
  12. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  13. b64f8b0 license change by Howard Hinnant · 14 years ago
  14. 16e6e1d Fixing whitespace problems by Howard Hinnant · 14 years ago
  15. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  16. a6a062d [string.conversions] by Howard Hinnant · 14 years ago