summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* Use libcxx's default rune table with the Musl C library.Vasileios Kalintiris2015-11-241-12/+12
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+2
* Add initial support for the MUSL C library.Vasileios Kalintiris2015-11-091-13/+17
* Fix an unfortunate yet old typo that never got attention before r250507.Benjamin Kramer2015-10-161-1/+1
* Remove a long-standing __has_include hack.Benjamin Kramer2015-10-164-25/+8
* Add placeholder __libcpp_relaxed_store() for when atomic builtins are not ava...Dimitry Andric2015-09-221-0/+7
* Fix a typo: overidden -> overridden - Patch from Kai ZhaoEric Fiselier2015-08-201-1/+1
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-192-3/+3
* Remove commented out TODOs. They defined unneeded methods.Eric Fiselier2015-08-191-4/+0
* Move atomic_support.h and config_elast.h into src/includeEric Fiselier2015-08-186-4/+4
* Mark any as done and comment out extra methods until speaking to MarshallEric Fiselier2015-07-311-3/+3
* [libcxx] Add <experimental/any> v2.Eric Fiselier2015-07-311-0/+22
* [libcxx] Add atomic_support.h header to src that handles needed atomic operat...Eric Fiselier2015-07-073-10/+159
* Make locale code compile on CloudABI.Ed Schouten2015-07-061-10/+13
* Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().Ed Schouten2015-07-061-11/+11
* Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow2015-06-301-7/+18
* When building libc++, we use '"' as a delimiter instead of '<' when including...Marshall Clow2015-06-232-4/+4
* Fix PR23293 - Do not unlock shared state before notifying consumers.Eric Fiselier2015-06-121-5/+0
* Avoid C-style cast.Joerg Sonnenberger2015-06-051-1/+1
* Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...Marshall Clow2015-06-021-1/+1
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow2015-06-021-5/+11
* Fix building and testing libc++ with GCC.Eric Fiselier2015-05-201-1/+1
* Fix for LWG Issue 2458: N3778 and new library deallocation signatures.Marshall Clow2015-05-181-14/+0
* Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().Ed Schouten2015-05-141-24/+40
* Fix -Wpessimizing-move warning by remove the call to std::move.Richard Trieu2015-04-301-1/+1
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-0/+14
* Remove the state_types array.Ed Schouten2015-03-261-8/+12
* Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving th...Marshall Clow2015-03-231-1/+1
* Fix use after free and calls to operator comma in debug modeEric Fiselier2015-03-191-1/+1
* Clean up iostream creation in preparation for conditionalizing streams.Ed Schouten2015-03-171-18/+20
* Fix build break on Solaris introduced by r231940Jonathan Roelofs2015-03-131-0/+2
* Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs2015-03-111-30/+38
* Move Android to the builtin rune table.Dan Albert2015-03-111-2/+0
* Don't include <sys/sysctl.h> on CloudABI.Ed Schouten2015-03-101-2/+2
* Print log/error messages on stderr, not stdoutEd Schouten2015-03-102-9/+9
* Add support for arc4random() to random_device.Ed Schouten2015-03-101-35/+60
* Nbjoerg suggested a better name for the macro for the default rune table: _LI...Marshall Clow2015-03-041-1/+1
* Create a default rune table for libc++. Initial setting - never enabled. The ...Marshall Clow2015-03-041-0/+82
* libc++: support newlib's ctypeJF Bastien2015-02-251-0/+3
* Reword ELAST warningJF Bastien2015-02-241-1/+1
* More on adding sized deallocation functions in libc++: Continuing from r22928...Larisse Voufo2015-02-201-8/+8
* Implement C++14's sized deallocation functions, since there are no longer imp...Larisse Voufo2015-02-151-1/+29
* libc++: remove unused variable in random_device::operator()()JF Bastien2015-02-041-1/+0
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-231-200/+13
* [libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert2015-01-063-7/+50
* Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...Eric Fiselier2014-12-121-1/+1
* Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow2014-12-091-3/+2
* libc++: support NaCl when building thread.cppJF Bastien2014-12-021-4/+4
* libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien2014-12-011-6/+43
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-1/+1
OpenPOWER on IntegriCloud