summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization of array<const T, 0> with GCC.Eric Fiselier2018-02-041-8/+6
* Mark LWG 3014 as complete. No code changes neededEric Fiselier2018-02-041-2/+2
* Implement LWG 3014 - Fix more noexcept issues in filesystem.Eric Fiselier2018-02-045-14/+14
* Mark LWG 3013 as already complete. See r316941Eric Fiselier2018-02-041-2/+2
* Remove debug println from rec.dir.itr.increment testEric Fiselier2018-02-041-2/+0
* Implement LWG2989: path's streaming operators allow everything under the sun.Eric Fiselier2018-02-043-37/+72
* Mark issue 2851 as completeEric Fiselier2018-02-041-2/+2
* Address LWG 2849 and fix missing failure condition in copy_file.Eric Fiselier2018-02-043-13/+28
* correct comment about C++03 assignment operatorsEric Fiselier2018-02-041-4/+4
* Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier2018-02-045-10/+181
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-045-16/+106
* Work around GCC constexpr initialization bugEric Fiselier2018-02-031-1/+1
* Work around Clang bug introduced in r324062Eric Fiselier2018-02-031-0/+5
* Fix has_unique_object_representation after Clang commit r324134.Eric Fiselier2018-02-021-2/+4
* Disable test in C++<11 mode due to use of alignas.Richard Smith2018-02-011-0/+2
* Make std::get_temporary_buffer respect overaligned types when possibleRichard Smith2018-02-012-1/+81
* Put the exception classes for experimental::optional and experimental::any ba...Marshall Clow2018-02-012-0/+39
* Remove std::experimental::sample; use std::sample instead. See https://libcxx...Marshall Clow2018-02-014-259/+2
* Remove <experimental/numeric>; use <numeric> instead. See https://libcxx.llvm...Marshall Clow2018-02-0120-720/+1
* Remove <experimental/any>; use <any> instead. See https://libcxx.llvm.org/TS_...Marshall Clow2018-02-0128-2575/+1
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-0172-5262/+1
* Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow2018-02-017-0/+139
* Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow2018-01-313-5/+5
* Add LWG3051Marshall Clow2018-01-301-0/+2
* First cut at issue statuses for JAXMarshall Clow2018-01-301-51/+63
* Add tests to make sure that <string_view> provides std::size/data/empty in C+...Marshall Clow2018-01-305-1/+40
* Minor updated to the main libcxx page; add a link to the deprecation pageMarshall Clow2018-01-291-6/+9
* LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() isDon Hinton2018-01-271-1/+1
* Fix the BinaryPredicate form of std::is_permutation to not rely on operator==Peter Collingbourne2018-01-262-2/+34
* Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-261-0/+3
* libcxx: Use vcruntime declarations for typeinfo on Windows.Peter Collingbourne2018-01-263-3/+10
* libcxx: Move #include_next <math.h> out of header guard in wrapper header.Peter Collingbourne2018-01-262-2/+33
* Mark 2903 as complete; we already do thisMarshall Clow2018-01-251-2/+2
* Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when addin...Don Hinton2018-01-251-1/+0
* [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-251-0/+1
* Fix PR35564 - std::list splice/erase incorrectly throw in debug mode.Eric Fiselier2018-01-252-4/+61
* Fix missing return in __tuple_leaf::__can_bind_reference when __reference_bin...Eric Fiselier2018-01-241-0/+2
* Implement LWG2783: stack::emplace() and queue::emplace() should return declty...Marshall Clow2018-01-245-26/+64
* [libc++] Fix PR20855 -- libc++ incorrectly diagnoses illegal reference bindin...Eric Fiselier2018-01-244-61/+159
* [libcxx] Correctly handle invalid regex character class namesMikhail Maltsev2018-01-242-1/+38
* include <cstdint> to get uint32_tMarshall Clow2018-01-241-0/+1
* libcxx: Allow auto-linking to be disabled with a macro.Peter Collingbourne2018-01-241-5/+7
* Implement P0463R1: 'Endian just Endian'. Reviewed as https://reviews.llvm.org...Marshall Clow2018-01-242-0/+62
* libcxx: Rename vasprintf function to __libcpp_vasprintf.Peter Collingbourne2018-01-233-9/+4
* [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton2018-01-231-1/+1
* libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ...Peter Collingbourne2018-01-2311-0/+500
* libcxx: Move Windows threading support into a .cpp file.Peter Collingbourne2018-01-232-266/+307
* Update cxx2a statusMarshall Clow2018-01-221-5/+8
* Last batch of P0202 constexpr additions: includes/set_intersection/exchangeMarshall Clow2018-01-227-17/+128
* Another batch of P0202 constepr algirithms. remove/remove_if/remove_copy/remo...Marshall Clow2018-01-227-18/+127
OpenPOWER on IntegriCloud