- 0cbea7f Andrew Morrow: The attached patch updates the initialization of the 'struct tm' in by Howard Hinnant · 13 years ago
- 4df0a6a Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are by Howard Hinnant · 13 years ago
- 9c95b19 Fix moneypunct_byname algorithm to more accurately represent C locales in C++. by Jeffrey Yasskin · 14 years ago
- 8d5df9b Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bugs/show_bug.cgi?id=12185. by Howard Hinnant · 14 years ago
- 9e849ad Add a warning to ctype<char>::classic_table() if not implemented. by Howard Hinnant · 14 years ago
- 14c25b8 Solaris port. Currently sees around 200 test failures, mostly related to by David Chisnall · 14 years ago
- f87873b Silence -Wmissing-field-initializers a little higher in the source. by Howard Hinnant · 14 years ago
- 7c24d8e Initialize all the fields of struct tm before passing it to strftime. One of the uninitialized fields, probably the pointer field tm_zone, was causing a segfault on linux. Patch contributed by Jeffrey Yasskin. by Howard Hinnant · 14 years ago
- 27c8f62 Fix up narrowing conversions in switch statement. by Howard Hinnant · 14 years ago
- c206366 Quash a whole bunch of warnings by Howard Hinnant · 14 years ago
- a892966 de-tabbify by Howard Hinnant · 14 years ago
- 8909cdf Windows port work by Ruben Van Boxem by Howard Hinnant · 14 years ago
- 0c06e58 Windows patch work by Ruben Van Boxem by Howard Hinnant · 14 years ago
- 9978e37 Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be defined if one has all of the xxx_l() functions. I've defined this for apple, freebsd and win32. _LIBCPP_HAS_DEFAULTRUNELOCALE should be defined if there is a _DefaultRuneLocale. I've defined this for apple and freebsd. The block of code we're trying to migrate away from is now under #ifdef __linux__. I've tested only on OS X. I hope I haven't broken things too badly elsewhere. Please let me know. by Howard Hinnant · 14 years ago
- dbe8111 Work on Windows port by Ruben Van Boxem by Howard Hinnant · 14 years ago
- 8972813 Fixes for FreeBSD, including some fairly obvious copy-and-paste errors. by David Chisnall · 14 years ago
- eaaf7f2 Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABI by Howard Hinnant · 14 years ago
- 4084c9e Reapply 135035 with proper conditional inclusion, hopefully solving by Alexis Hunt · 14 years ago
- f6b7e20 Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035. by Howard Hinnant · 14 years ago
- 8a02a63 Implement the __nolocale functions properly so that they will work on by Alexis Hunt · 14 years ago
- 25659e9 Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & paste) errors. by Howard Hinnant · 14 years ago
- 0081892 Don't assume that wctype produces a nice mask on all platforms. On by Alexis Hunt · 14 years ago
- f023519 Conditionally wrap the changes from r134781. by Alexis Hunt · 14 years ago
- 3f60bca Implement generalized table lookups for upper, lower, and character traits. by Alexis Hunt · 14 years ago
- e789755 Fix typo by Alexis Hunt · 14 years ago
- ce48a11 _STD -> _VSTD to avoid macro clash on windows by Howard Hinnant · 14 years ago
- 1543470 Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992 by Howard Hinnant · 14 years ago
- b5d866d noexcept for Chapter 22 [localization]. by Howard Hinnant · 14 years ago
- 3739fe7 noexcept for <memory>. I've added a few extension noexcept to: allocator_traits<A>::deallocate, allocaate<T>::deallocate, return_temporary_buffer, and default_delete<T>::operator()(T*) const. My rationale was: If a std-dicated noexcept function needs to call another std-defined function, that called function must be noexcept. We're all a little new to noexcept, so things like this are to be expected. Also included fix for broken __is_swappable trait pointed out by Marc Glisse, thanks Marc|. And fixed a test case for is_nothrow_destructible. Destructors are now noexcept by default| by Howard Hinnant · 14 years ago
- f5799be Add CMake build and fix major Linux blockers. by Michael J. Spencer · 15 years ago
- 412dbeb license change by Howard Hinnant · 15 years ago
- 940e211 Fixing whitespace problems by Howard Hinnant · 15 years ago
- 54b409f now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 15 years ago
- 5d3c113 [conversions.string] by Howard Hinnant · 15 years ago
- 0c17e32 [locale.stdcvt] by Howard Hinnant · 15 years ago
- 128ba71 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 15 years ago
- 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
- 3e51952 libcxx initial import by Howard Hinnant · 15 years ago