summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve 'last_write_time(...)' accuracy and detect overflow errors.Eric Fiselier2016-09-281-5/+35
* Fix possible division by zeroEric Fiselier2016-09-271-1/+1
* Use __attribute__((internal_linkage)) when available.Eric Fiselier2016-09-251-0/+23
* [libc++] Fix extern template visibility for WindowsShoaib Meenai2016-09-193-55/+55
* Replace __ANDROID__ with __BIONIC__.Dan Albert2016-09-191-1/+1
* [libc++] Avoid <memory> include in locale_win32.hShoaib Meenai2016-09-151-0/+5
* [libcxx] Fix a data race in call_onceKuba Brecka2016-09-041-4/+1
* Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier2016-09-031-0/+6
* memory_resource still needs init_priority when built with GCC 4.9Eric Fiselier2016-09-031-3/+1
* Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...Eric Fiselier2016-09-031-4/+9
* Fix or suppress GCC warnings during build.Eric Fiselier2016-08-291-0/+3
* Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow2016-08-252-3/+3
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-258-94/+58
* [libcxx] Add std::anyEric Fiselier2016-08-111-2/+7
* Fixing 'Aquire' typo and libcxx build.Ben Craig2016-08-022-2/+2
* Improve shared_ptr dtor performanceBen Craig2016-08-011-1/+29
* Implement P0392r0. Integrate filesystem::path and string_view.Eric Fiselier2016-07-231-45/+46
OpenPOWER on IntegriCloud