summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
...
* Hide some internal symbols for memory resource.Eric Fiselier2016-07-111-0/+5
* Remove workarounds for C++17 inline variable ABI break. It has been fixed in ...Eric Fiselier2016-07-022-11/+0
* Add another workaround for C++17 inline variable ABI breakage.Eric Fiselier2016-07-011-1/+4
* Remove accidental change committed in r274403.Eric Fiselier2016-07-011-1/+1
* Work around ABI break caused by C++17 inline variables.Eric Fiselier2016-07-011-1/+8
* [libcxx] Fix a bug in strstreambuf::overflow.Akira Hatanaka2016-06-291-2/+1
* Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier2016-06-261-10/+11
* Cleanup filesystem::permissions ever more.Eric Fiselier2016-06-221-20/+15
* Avoid unnecessary stat call in filesystem::permissions implementation.Eric Fiselier2016-06-221-1/+2
* Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...Eric Fiselier2016-06-211-2/+6
* Fix various undefined behavior found by UBSan.Eric Fiselier2016-06-191-1/+5
* Fix bugs in last_write_time implementation.Eric Fiselier2016-06-191-17/+56
* Remove Apple specific guard for utimensat. Use !defined(UTIME_OMIT) instead.Eric Fiselier2016-06-181-5/+4
* Use utimes instead of utimensat when !defined(UTIME_OMIT). Fixes build for ol...Eric Fiselier2016-06-181-1/+3
* Enable building and using atomic shared_ptr for GCC.Eric Fiselier2016-06-181-2/+2
* Add additional tests in an attempt to diagnose ARM test failures.Eric Fiselier2016-06-181-2/+2
* Fix bugs in recursive_directory_iterator::increment(ec) implementation and te...Eric Fiselier2016-06-171-9/+6
* Fix bugs in recursive_directory_iterator implementation and tests.Eric Fiselier2016-06-171-0/+3
* Add Filesystem TS -- CompleteEric Fiselier2016-06-173-0/+1402
* Remove CloudABI specific workaround.Ed Schouten2016-06-161-2/+0
* Add an Android version check for GNU strerror_r.Dan Albert2016-06-151-1/+6
* Fix syntax error in r272640.Eric Fiselier2016-06-141-1/+2
* Fix error checking for strerror_r implementations that return the error code.Eric Fiselier2016-06-141-2/+4
* Make system_error::message() thread safe. Fixes PR25598.Eric Fiselier2016-06-141-1/+48
* [libcxx] Fix thread join.pass.cpp segfault after r271475Asiri Rathnayake2016-06-031-4/+7
* Fix memory_resource build for _LIBCPP_HAS_NO_THREADSEric Fiselier2016-05-071-2/+12
* Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONSEric Fiselier2016-05-071-1/+1
* Add <experimental/memory_resource>Eric Fiselier2016-05-072-14/+129
* Refactor pthread usage of libcxx.Asiri Rathnayake2016-05-065-63/+41
* Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier2016-05-031-0/+14
* Fix most GCC attribute ignored warningsEric Fiselier2016-04-211-3/+3
* Reorganize _LIBCPP_LOCALE__L_EXTENSIONSBen Craig2016-03-091-178/+38
* [libcxx] Whitelist inclusion of sysctl.h instead of blacklistingBen Craig2016-01-291-3/+8
* [libcxx] Remove pragmas that were needed to suppress warnings producedAkira Hatanaka2016-01-282-27/+0
* Add more missing license headersEric Fiselier2016-01-191-0/+9
* 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
OpenPOWER on IntegriCloud