summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
...
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-41/+65
* Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.Howard Hinnant2013-08-221-5/+5
* LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow2013-08-211-0/+1
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-142-2/+4
* Fix signed/unsigned warnings when building libc++ in C++14 modeMarshall Clow2013-08-141-3/+3
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-8/+8
* Ok, 3 major changes for debug mode in one commit:Howard Hinnant2013-08-021-1/+1
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-012-25/+25
* Glen: Minor tweaks to locale.cpp to help it compile with exceptions turned off.Howard Hinnant2013-07-281-2/+3
* Add some friendly messages to libcxx calls to abort().Howard Hinnant2013-07-233-0/+13
* War on tabs.Howard Hinnant2013-07-081-3/+3
* Windows port for __codecvt_utf8<wchar_t>.Howard Hinnant2013-07-081-0/+19
* Don't free the C locale on NetBSD.Joerg Sonnenberger2013-07-021-1/+1
* Windows support in thread::hardware_concurrency.Howard Hinnant2013-07-021-0/+7
* Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set ...Howard Hinnant2013-06-301-3/+3
* Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed '...Howard Hinnant2013-06-291-1/+1
* Add NetBSD support.Joerg Sonnenberger2013-05-171-9/+30
* Create a weak pthread_create reference on NetBSD to not force aJoerg Sonnenberger2013-05-171-0/+4
* Glen: This patch gets the string conversion functions working on Windows. I...Howard Hinnant2013-05-163-511/+367
* Don't try to free the C locale.Joerg Sonnenberger2013-05-091-1/+1
* Initialize codecvt explicitly with the C locale, which might not be 0.Joerg Sonnenberger2013-05-091-1/+1
* The push/pop variant of pragma GCC diagnostic is only supported by ClangJoerg Sonnenberger2013-05-021-0/+4
* Add explicit casts to unsigned char before calling ctype functions.Joerg Sonnenberger2013-05-021-4/+4
* Use static_cast.Joerg Sonnenberger2013-04-271-5/+8
* Use reinterpret_casts directly in place of C-style casts.Joerg Sonnenberger2013-04-271-4/+4
* Only use Clang pragma when compiling with clang.Joerg Sonnenberger2013-04-271-0/+2
* Fix typos.Joerg Sonnenberger2013-04-261-2/+2
* Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.Howard Hinnant2013-04-051-3/+2
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-26/+99
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-0/+2
* Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...Howard Hinnant2013-04-021-5/+14
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-293-10/+34
* Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant2013-03-285-2/+23
* Marshall Clow found this memory problem in strstream using -fsanitize=address...Howard Hinnant2013-03-191-0/+2
* This is an optimization which produces improved launching time. There should...Howard Hinnant2013-03-191-6/+8
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-181-1/+1
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-185-8/+8
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-183-10/+10
* This should be nothing but a load-time optimization. I'm trying to reduce lo...Howard Hinnant2013-03-161-1/+9
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-2/+2
* Belt and suspenders when calling sysconfMarshall Clow2013-02-071-1/+3
* Another libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-1/+1
* More libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-2/+6
* Clean up some warnings for Linux build; No functionality changeMarshall Clow2013-02-071-43/+50
* Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant2013-01-221-16/+16
* Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...Howard Hinnant2013-01-221-1/+1
* Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant2013-01-141-1/+1
* Fix string conversions functions to throw out_of_range properly. Fixes http:...Howard Hinnant2013-01-141-58/+66
* Saleem Abdulrasool: GCC complains about the template functions as potentially...Howard Hinnant2012-12-281-28/+5
* Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.Howard Hinnant2012-12-272-2/+35
OpenPOWER on IntegriCloud