summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* Merging r343369:Tom Stellard2018-12-061-1/+0
* [libc++][C++17] Elementary string conversions for integral typesZhihao Yuan2018-08-011-0/+233
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-017-8/+0
* Code cleanup - change naked 'throw' expressions to call helpre function '__th...Marshall Clow2018-07-301-33/+11
* Implement <filesystem>Eric Fiselier2018-07-274-516/+485
* Be more consistent about which bool value means an error occurredEric Fiselier2018-07-261-6/+6
* Cleanup the last_write_time internalsEric Fiselier2018-07-262-17/+26
* Fix attribute placement WRT extern CEric Fiselier2018-07-261-2/+2
* [libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...Eric Fiselier2018-07-261-0/+55
* [libc++] Follow-up to r337968: use an explicit cast as suggested by EricAlex Lorenz2018-07-251-2/+4
* Fix GCC build in C++14 w/o c++14 constexprEric Fiselier2018-07-251-1/+1
* Fix failing test under C++14Eric Fiselier2018-07-251-2/+2
* [libc++] Follow-up to r337960: specify lambda's return type to avoidAlex Lorenz2018-07-251-1/+1
* Make <experimental/filesystem> compile with gcc 4.8.5Eric Fiselier2018-07-251-2/+2
* [libc++] Use __int128_t to represent file_time_type.Eric Fiselier2018-07-254-188/+250
* [windows] Fix warning about comparing ints of different signsMartin Storsjo2018-07-251-2/+3
* Fix bugs in create_directory implementation.Eric Fiselier2018-07-251-2/+4
* Make <experimental/filesystem> explicitly require C++11.Eric Fiselier2018-07-251-2/+0
* Ensure path::iterator and PathParser share the same enumeration values.Eric Fiselier2018-07-251-11/+10
* Handle DT_UNKNOWN correctly during directory iteration.Eric Fiselier2018-07-231-1/+4
* Recommit "Use possibly cached directory entry values when performing recursiv...Eric Fiselier2018-07-231-3/+4
* Revert "Use possibly cached directory entry values when performing recursive ...Eric Fiselier2018-07-231-2/+2
* Cleanup unnecessary conversions in filesystem.Eric Fiselier2018-07-231-2/+2
* 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
OpenPOWER on IntegriCloud