summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup name qualification in the filesystem internals.Eric Fiselier2018-07-233-118/+118
* Use possibly cached directory entry values when performing recursive director...Eric Fiselier2018-07-231-2/+2
* Work around various GCC 4.9 build errorsEric Fiselier2018-07-232-9/+14
* Implement filesystem_error::what() and improve reporting.Eric Fiselier2018-07-233-373/+494
* Workaround bug in GCC trunk.Eric Fiselier2018-07-221-4/+4
* Harden copy_file even more.Eric Fiselier2018-07-221-5/+7
* Implement a better copy_file.Eric Fiselier2018-07-221-79/+279
* adjust incorrect commentEric Fiselier2018-07-201-1/+2
* Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...Eric Fiselier2018-07-201-2/+2
* cleanup test assertion inside libraryEric Fiselier2018-07-201-6/+0
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-203-202/+393
* Fix PR38160 - init_priority attribute not supported by GCC on Apple.Eric Fiselier2018-07-161-1/+12
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-2/+2
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-2/+2
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-2/+2
* Configure ELAST for MinGWPirama Arumuga Nainar2018-06-281-2/+2
* Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-291-1/+1
* Fix locale test data for GLIBC 2.27 and newer.Eric Fiselier2018-04-041-0/+1
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-022-476/+647
* Implement filesystem::perm_options specified in NB comments.Eric Fiselier2018-03-261-8/+11
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-3/+3
* Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...Nico Weber2018-02-061-4/+29
* Address LWG 2849 and fix missing failure condition in copy_file.Eric Fiselier2018-02-041-10/+20
* Put the exception classes for experimental::optional and experimental::any ba...Marshall Clow2018-02-012-0/+39
* Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow2018-02-011-7/+0
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-011-6/+0
* libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne2018-01-262-3/+4
* libcxx: Rename vasprintf function to __libcpp_vasprintf.Peter Collingbourne2018-01-232-2/+4
* libcxx: Move Windows threading support into a .cpp file.Peter Collingbourne2018-01-231-0/+275
* libcxx: Define set_unexpected, _get_unexpected and __uncaught_exceptions with...Peter Collingbourne2018-01-181-3/+3
* libcxx: Stop using private MSVC macros in the exception implementation.Peter Collingbourne2018-01-172-43/+17
* Fix some too-big local arrays. Thanks to dcdillon for the patch. Reviewed as ...Marshall Clow2018-01-111-2/+2
* Make std::experimental::filesystem::remove and remove_all return false or 0 i...Ekaterina Vaartis2018-01-111-4/+11
* [libcxx] Suppress unused warning on apple.Don Hinton2017-12-251-0/+1
* [libcxx] Add WebAssembly supportSam Clegg2017-12-161-1/+1
* [libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek2017-12-011-2/+27
* Allow to set locale on Windows.Martin Storsjo2017-11-231-15/+1
* Fix PR35078 - recursive directory iterator's increment method throws incorrec...Eric Fiselier2017-10-301-9/+28
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-093-19/+101
* [libc++] Replace __sync_* functions with __libcpp_atomic_* functionsWeiming Zhao2017-09-197-12/+34
* typeinfo: provide a partial implementation for Win32Saleem Abdulrasool2017-09-152-4/+69
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-3/+3
* [libc++] Don't hardcode namespace in manual manglingShoaib Meenai2017-08-071-8/+12
* Rename a couple variables to eliminate a shadow warning. No functionality changeMarshall Clow2017-08-021-11/+11
* Rework libcxx strerror_r handling.James Y Knight2017-07-191-26/+46
* Remove <__refstring> header; Move it into source directory.Eric Fiselier2017-07-122-1/+128
* Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier2017-07-123-11/+8
* [libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao2017-07-103-8/+11
* Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao2017-07-103-10/+8
* [libc++] Refactoring __sync_* builtins; NFCWeiming Zhao2017-07-103-8/+10
OpenPOWER on IntegriCloud