summaryrefslogtreecommitdiffstats
path: root/libcxx/include
Commit message (Expand)AuthorAgeFilesLines
* Allow copy elision in path concatenationDavid Bolvansky2018-05-091-1/+3
* Revert "Emit an error when mixing <stdatomic.h> and <atomic>"Volodymyr Sapsai2018-05-081-3/+0
* Emit an error when mixing <stdatomic.h> and <atomic>Volodymyr Sapsai2018-05-021-0/+3
* Fix return type of isinf(double) and isnan(double) where possible.Richard Smith2018-05-011-0/+28
* [libcxx] func.wrap.func.con: Unset function before destroying anythingVolodymyr Sapsai2018-04-252-29/+42
* Fix static initialization of std::atomic_flag; Fixes PR#37226. Thanks to Rick...Marshall Clow2018-04-251-1/+1
* Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based ...Tim Shen2018-04-233-0/+1301
* Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."Tim Shen2018-04-233-1301/+0
* [libcxx] implement <experimental/simd> declarations based on P0214R7.Tim Shen2018-04-233-0/+1301
* Don't do aligned allocations on MSVCRT before 19.12 (update 15.3)Reid Kleckner2018-04-191-0/+6
* Remove impossible _MSC_VER checkReid Kleckner2018-04-191-3/+0
* support: add missing locale stubs for android L, MSaleem Abdulrasool2018-04-132-5/+38
* [libcxx] Set ABI version 2 as default for FuchsiaPetr Hosek2018-04-111-1/+5
* Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek2018-04-091-219/+32
* [CMake] Use custom command and target to install libc++ headersPetr Hosek2018-04-091-32/+219
* Use void() to create a void expression typeEric Fiselier2018-04-071-1/+1
* Work around missing braces in init warningEric Fiselier2018-04-071-1/+1
* Implement P0768r1: Library support for the Spaceship Operator.Eric Fiselier2018-04-064-1/+688
* [coroutines] libcxx, noop_coroutine, make bots even more happyGor Nishanov2018-04-051-3/+3
* [coroutines] Allow compilation under c++03Gor Nishanov2018-04-041-1/+1
* [coroutines] Add noop_coroutine to <experimental/coroutine>Gor Nishanov2018-04-041-29/+68
* Touch up tests for new <version> header; fix module.modulemap.Eric Fiselier2018-04-041-0/+4
* Implement P0754R2: The <version> header.Marshall Clow2018-04-031-0/+25
* Implement P0430R2 - File system library on non-POSIX systems.Eric Fiselier2018-04-021-5/+14
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-021-46/+122
* Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers.Eric Fiselier2018-03-291-7/+8
* Implement filesystem::perm_options specified in NB comments.Eric Fiselier2018-03-261-11/+53
* Partially Revert "Workaround GCC bug PR78489 - SFINAE order is not respected."Eric Fiselier2018-03-231-12/+17
* Workaround GCC bug PR78489 - SFINAE order is not respected.Eric Fiselier2018-03-221-17/+12
* Fix improperly failing test - and the code it was testing. Thanks to Stephan ...Marshall Clow2018-03-221-3/+1
* Fix dynarray test failures after changing __libcpp_allocate/deallocateEric Fiselier2018-03-221-7/+8
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-225-56/+93
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-212-4/+8
* Implement LWG3035: std::allocator's constructors should be constexpr.Marshall Clow2018-03-201-7/+18
* Implement LWG 3039 and 3041 - 'Treating Unnecessary decay'.Marshall Clow2018-03-202-5/+5
* [CMake] Copy the generated __config header into build directoryPetr Hosek2018-03-101-14/+26
* Low-hanging fruit optimization in string::__move_assign().Vedant Kumar2018-03-081-6/+21
* Implement LWG#2518 - Non-member swap for propagate_const should call member swapMarshall Clow2018-03-081-2/+1
* Cleanup __config indention NFCLogan Chien2018-02-241-420/+432
* [libcxx] Do not include the C math.h header before __configMikhail Maltsev2018-02-221-10/+16
* libcxx: Unbreak external thread library configuration.Peter Collingbourne2018-02-211-12/+9
* [libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev2018-02-191-3/+14
* Fix incorrect indentation.Bruce Mitchener2018-02-141-1/+1
* Put type attributes after class keywordDimitry Andric2018-02-131-2/+1
* Implement LWG 2835 - fix <tgmath.h>Marshall Clow2018-02-121-4/+12
* Implement LWG#2908 - The less-than operator for shared pointers could do more...Marshall Clow2018-02-121-0/+5
* While implementing P0777 - preventing unnecessary decay, I found some non-pub...Marshall Clow2018-02-122-11/+11
* Fix libcxx MSVC C++17 redefinition of 'align_val_t'Eric Fiselier2018-02-111-0/+2
* Fix a typo in the synopsis comment. NFC. Thanks to K-ballo for the catchMarshall Clow2018-02-111-1/+1
* Use multi-key tree search for {map, set}::{count, equal_range}Eric Fiselier2018-02-102-6/+6
OpenPOWER on IntegriCloud