summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* fix elast configuration on Windows targetsSaleem Abdulrasool2017-01-041-1/+3
* clean up use of _WIN32Saleem Abdulrasool2017-01-036-18/+19
* system_error: provide a thread safe stringification for WindowsSaleem Abdulrasool2017-01-031-2/+10
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-034-8/+19
* Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier2017-01-024-19/+8
* Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier2017-01-021-0/+2
* Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-024-8/+19
* win32: temporarily disable setting locale on 14+Saleem Abdulrasool2017-01-021-0/+4
* chrono: correct the units for the epoch biasSaleem Abdulrasool2017-01-021-2/+1
* locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool2017-01-021-2/+9
* chrono: address post commit comments from HowardSaleem Abdulrasool2017-01-011-13/+17
* chrono: address post-commit comments from majnemerSaleem Abdulrasool2017-01-011-8/+8
* chrono: give Windows a steady_clockSaleem Abdulrasool2017-01-011-14/+29
* chrono: implement a Windows version of system_clock::nowSaleem Abdulrasool2017-01-011-0/+32
* system_error: use strerror_r only for threaded codeSaleem Abdulrasool2016-12-311-0/+2
* random: include __config before buildingSaleem Abdulrasool2016-12-311-0/+2
* Fix debug mode build w/o exceptionsEric Fiselier2016-12-281-0/+4
* Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier2016-12-281-1/+60
* Don't use posix_memalign on Windows platformsEric Fiselier2016-12-231-0/+4
* [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...Eric Fiselier2016-12-111-42/+91
* Make variant's index part of the hash valueEric Fiselier2016-12-021-9/+4
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-021-0/+18
* [libc++] Remove unneeded visibility pragmasShoaib Meenai2016-11-231-4/+0
* Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY. Patch from Micha...Eric Fiselier2016-11-181-5/+13
* [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`Shoaib Meenai2016-11-161-20/+20
* Improve performance of constructing filesystem::path from strings.Eric Fiselier2016-10-301-8/+1
* Rewrite std::filesystem::path iterators and parserEric Fiselier2016-10-301-237/+290
* Remove files missed in r285466Eric Fiselier2016-10-281-14/+0
* Fix Clang 3.6 build errorEric Fiselier2016-10-281-1/+1
* Add __libcpp_version file and __libcpp_library_version function.Eric Fiselier2016-10-281-0/+14
* [libc++] Fix modules build - Rework __refstring definition Eric Fiselier2016-10-251-1/+2
* [solaris] Convert the support library to C++ to fix -std=c++11 buildMichal Gorny2016-10-181-0/+3
* [solaris] Fix iswxdigit_l() support function prototypeMichal Gorny2016-10-181-1/+1
* Implement LWG 2712 and update other issues statusEric Fiselier2016-10-161-0/+6
* Implement LWG 2681 and 2682Eric Fiselier2016-10-161-0/+3
* Implement LWG 2672.Eric Fiselier2016-10-151-5/+17
* Implement modified LWG 2665Eric Fiselier2016-10-151-0/+10
* Implement P0035R4 -- Add C++17 aligned allocation functionsEric Fiselier2016-10-141-8/+118
* Revert r284193 - it is not correct on OS XEric Fiselier2016-10-141-3/+0
* Re-export two previously exported std::string functions.Eric Fiselier2016-10-141-0/+3
* Revert r282345 - Use __attribute__((internal_linkage)) when available.Eric Fiselier2016-10-131-23/+0
* Implement N4606 optionalEric Fiselier2016-10-121-6/+6
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-121-6/+6
* Add <optional> header.Eric Fiselier2016-10-121-6/+6
* Fix LWG2683 - filesystem::copy() should always clear the user-provided error_...Eric Fiselier2016-10-111-6/+2
* [libcxx] Add support for FuchsiaPetr Hosek2016-10-101-0/+2
* Workaround missing C++14 constexpr semantics in filesystemEric Fiselier2016-10-101-5/+12
* Remove use of int128_t inside the filesystem implementationEric Fiselier2016-10-101-30/+118
* Partially revert overflow checking in last_write_timeEric Fiselier2016-09-291-5/+7
* Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.Eric Fiselier2016-09-284-14/+12
OpenPOWER on IntegriCloud