0f44da2d3d[libc++] Make sure that the symbol differ takes into account symbol types
Louis Dionne
2019-04-15 14:04:52 +0000
31e72ae251[libc++] Run back-deployment CI against previously-released libc++abi dylibs
Louis Dionne
2019-04-12 16:58:25 +0000
ef753e35b1Cleanup how debug comparators are created in <algorithm>
Eric Fiselier
2019-04-12 05:18:19 +0000
ac7b2ece02[libc++] Make sure we don't eagerly diagnose non-const comparators for containers of incomplete types
Louis Dionne
2019-04-11 16:14:56 +0000
3845da998dRemove repeated words from BuildingLibcxx.rst
Jonathan Metzman
2019-04-10 23:44:27 +0000
56dd7238c9[CMake] Fix statically linking in libcxxabi if built separately
Martin Storsjo
2019-04-09 14:31:09 +0000
9f8a406c0e[libc++] Remove install_name and compatibility_version on OS X
Louis Dionne
2019-04-08 21:37:42 +0000
2884b592ec[libc++][CMake] Make sure the benchmarks link against libc++abi
Louis Dionne
2019-04-05 21:05:32 +0000
dda98abc8d[libc++] Localize CMake code only related to the shared library
Louis Dionne
2019-04-05 20:29:54 +0000
5a9ebbf0d9[libc++] Add XFAILs for istream tests that were added in r357775
Louis Dionne
2019-04-05 18:50:47 +0000
0f60e0a4a0[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-05 16:33:37 +0000
262a337a18Handle TLS values in sym_check
Eric Fiselier
2019-04-04 15:37:10 +0000
8155c10e99Try to suppress nodiscard_extension failures with Xcode 9
Nico Weber
2019-04-04 13:37:15 +0000
77e2337b29Cleanup test failures in no discard tests.
Eric Fiselier
2019-04-03 21:17:34 +0000
b9e1a17a70Attempt to upgrade compiler used by appveyor builds
Eric Fiselier
2019-04-03 20:40:01 +0000
7050d98b9adisable appveyor config for MSVC 2015
Eric Fiselier
2019-04-03 20:36:51 +0000
fbddc46986libcxx: Add _LIBCPP_NODISCARD_EXT to 38 more functions
Nico Weber
2019-04-03 18:13:08 +0000
d8ae8539a7[libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807
Louis Dionne
2019-04-03 17:54:37 +0000
6f0f0a6b27Add more benchmarks for literal strings.
Samuel Benzaquen
2019-04-03 17:40:51 +0000
77c439298e[libc++][NFC] Rename test file according to the libc++ convention
Louis Dionne
2019-04-03 14:38:28 +0000
572de35685[libc++] (Take 2) Correctly handle Objective-C++ ARC qualifiers in std::is_pointer
Louis Dionne
2019-04-03 14:29:52 +0000
e42f32507aRevert "[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer"
Hans Wennborg
2019-04-03 10:07:37 +0000
d5529b8cd9[CMake] Differentiate between static and shared libc++abi
Petr Hosek
2019-04-03 01:33:14 +0000
306670a063[libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.conversions\stold.pass.cpp.
Billy Robert O'Neal III
2019-04-03 00:08:42 +0000
8b2f8ce5e6[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp to avoid narrowing from pointer subtraction to int warnings.
Billy Robert O'Neal III
2019-04-03 00:07:18 +0000
2b2bf84c98[libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.
Billy Robert O'Neal III
2019-04-03 00:05:49 +0000
1db13908c6Fix backwards test that I committed yesterday. Sigh
Marshall Clow
2019-04-03 00:01:03 +0000
ee85f7c135Revert "[libc++] Fix error flags and exceptions propagated from input stream operations"
Louis Dionne
2019-04-02 22:21:27 +0000
756d3fde05[libc++] Fix build when exceptions are turned off
Louis Dionne
2019-04-02 22:02:17 +0000
59d894965e[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-02 21:43:07 +0000
5a9a7c3d4a[libc++] Correctly handle Objective-C++ ARC qualifiers in std::is_pointer
Louis Dionne
2019-04-02 19:48:39 +0000
442ed81d6a[libc++] Remove use of auto with actual type
Louis Dionne
2019-04-02 19:20:47 +0000
1eb61826c8[libc++][NFC] Remove useless public: label at the end of class
Louis Dionne
2019-04-02 19:11:22 +0000
6517895ec2Special case some duration arithmetic for GCC and PPC because their long double constant folding is broken. Fixes PR#39696.
Marshall Clow
2019-04-02 14:46:36 +0000
0abd0b7cf7Fix typo that I introduced in r357413. Thanks to ensadc@mailnesia.com for the catch.
Marshall Clow
2019-04-02 14:00:36 +0000
571eaaa095Fix a number of bugs in __val_expr's subset operator[].
Eric Fiselier
2019-04-02 08:05:23 +0000
7b9927381c[libcxx] Make sure reference_wrapper works with incomplete types
Louis Dionne
2019-04-01 19:53:44 +0000
3de658f6b7Fix PR#41323 'Race condition in steady_clock::now for _LIBCPP_WIN32API'. thanks to Ivan Afanasyev for the report.
Marshall Clow
2019-04-01 17:23:30 +0000
b857e811b3[libc++] Declare std::tuple_element as struct instead of class
Louis Dionne
2019-04-01 16:39:34 +0000
eec31ce77cFix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to Zulan for the report, and Howard for the direction of the fix.
Marshall Clow
2019-04-01 16:38:02 +0000
4cf126b504Make common_type's implementation common
Eric Fiselier
2019-03-31 20:49:06 +0000
aebb09cfdbMark fenv.h as a system header before the #include_next directive
Eric Fiselier
2019-03-29 16:03:57 +0000
cc07c8937bFix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib.
Marshall Clow
2019-03-28 17:30:23 +0000
4ff4db7f84[libc++] Remove unnecessary <iostream> #includes in tests
Louis Dionne
2019-03-28 16:38:15 +0000
9c5bb6e040Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
Marshall Clow
2019-03-28 03:39:25 +0000
a9b1043901[libc++] Rename span's as_writeable_bytes to as_writable_bytes
Louis Dionne
2019-03-28 01:27:52 +0000
22374ba643Fix and speedup __libcpp_locale_guard on Windows
Thomas Anderson
2019-03-27 18:09:30 +0000
2fe3307e56Fix occurrences of _LIBCPP_ASSERT in span tests
Casey Carter
2019-03-27 17:03:44 +0000
d88714db16[libc++] Add proper XFAILs for shared_mutex tests
Louis Dionne
2019-03-27 15:50:34 +0000
955113db37[libc++] Fix return value of snprintf_l() on Windows when buffer is too small
Thomas Anderson
2019-03-26 19:51:30 +0000
2c4b419ec4Revert "[coroutines] Add std::experimental::task<T> type"
Brian Gesiak
2019-03-26 19:50:46 +0000
e83c41a26a[coroutines] Add std::experimental::task<T> type
Brian Gesiak
2019-03-26 17:46:06 +0000
9d9372a34cCleaup of requirements for optional. While researching LWG3196, I realized that optional did not reject 'const in_place_t' like it should. Added a test as well, and a check for arrays (which were already disallowed, but now we get a better error message). Should not affect anyone's code.
Marshall Clow
2019-03-25 16:35:59 +0000
244334750d[libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platforms
Louis Dionne
2019-03-25 14:56:29 +0000
d36fc70220Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report.
Marshall Clow
2019-03-22 22:32:20 +0000
61ce4ebc45[libc++] Update the list of symbols exported from libc++abi for new/delete
Louis Dionne
2019-03-22 20:18:17 +0000
0b3b8d8d65[libc++] Re-export the sjlj ABI v2 for ARM architectures
Louis Dionne
2019-03-22 19:38:53 +0000
4d774fe669Fix a vector test to not use a local type as a template parameter. This causes a warning on C++03. NFC
Marshall Clow
2019-03-22 00:49:41 +0000
0ec48a9e30[libc++] Remove too-stringent XFAILs for file_clock tests
Louis Dionne
2019-03-21 21:07:33 +0000
52d4ad5066[NFC][libc++] Reindent #ifdefs
Louis Dionne
2019-03-21 18:19:21 +0000
129faa51ec[libc++] Re-document how to use <filesystem> with various versions of libc++
Louis Dionne
2019-03-21 16:21:09 +0000
e53014e329Add relational benchmark against a string constant.
Samuel Benzaquen
2019-03-21 16:06:15 +0000
eba9009ffa[libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't support bad_any_cast
Louis Dionne
2019-03-21 15:37:11 +0000
4daecde1d7Add dylib-has-no-filesystem when filesystem is disabled
Eric Fiselier
2019-03-21 02:13:30 +0000
d60e4a1030Mark debug death tests as unsupported on Windows
Eric Fiselier
2019-03-21 02:07:55 +0000
c4f99d8c02Remove type visibility specifiers from new chrono types.
Eric Fiselier
2019-03-21 01:48:15 +0000
3fd12d449b[libcxx] [test] Revert r356632 add (void) casts to operator new calls, to suppress warnings generated by [[nodiscard]]."
Billy Robert O'Neal III
2019-03-21 00:24:43 +0000
cdb3094601Allow disabling of filesystem library.
Eric Fiselier
2019-03-21 00:04:31 +0000
82e238eecb[libcxx] [test] Add (void) casts to operator new calls, to suppress warnings generated by [[nodiscard]].
Billy Robert O'Neal III
2019-03-20 23:58:46 +0000
c2cb7c6414libc++/win: Make once_flag have the same size as a pointer.
Nico Weber
2019-03-20 22:55:03 +0000
080f06df54[libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas
Louis Dionne
2019-03-20 21:18:14 +0000
ce2670ada3Mark <charconv> tests as unsupported for C++11 and C++14 if you're not testing libc++. Thanks to Louis for the suggestion.
Marshall Clow
2019-03-20 19:43:22 +0000
466733162e[libc++] Use the compiler that CMake found when running lit for back-deployment tests
Louis Dionne
2019-03-20 19:12:27 +0000
3af5f5e110[libc++][CMake] Clean up some of the libc++ re-exporting logic
Louis Dionne
2019-03-20 18:16:24 +0000
2b866255edMake to_chars/from_chars work back to C++11. This means that we can use them to implement to_string as well. Reviewed as https://reviews.llvm.org/D59598.
Marshall Clow
2019-03-20 18:13:23 +0000
9009625c82[NFC] Fix a couple of typos in libc++'s __config
Louis Dionne
2019-03-20 17:05:52 +0000
292174b1fe[libc++] Do not force going through xcrun to find Clang in the macOS CI scripts
Louis Dionne
2019-03-20 15:40:56 +0000
51ecd6cd07[libc++] Mark <filesystem> tests as failing when the dylib doesn't support filesystem
Louis Dionne
2019-03-20 14:34:00 +0000
2fa9a05abf[libc++] Flag file_clock test as expected to fail with ASAN
Louis Dionne
2019-03-19 21:53:32 +0000
b0ee47d012[libc++] Complete the ABI changelog after landing <filesystem> in the dylib
Louis Dionne
2019-03-19 21:32:37 +0000
3b886a1ce8[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19 20:56:13 +0000
3cc1daa7cf[libc++] Speed up certain locale functions on Windows
Thomas Anderson
2019-03-19 20:30:58 +0000
e76d13a487Revert "[libc++] Build <filesystem> support as part of the dylib"
Louis Dionne
2019-03-19 19:27:29 +0000
6ba69cac26Fix char.traits.specializations.char8_t main return
JF Bastien
2019-03-19 19:25:07 +0000
e598abfa71Fixup ABI lists on Linux after adding <filesystem> to the dylib.
Eric Fiselier
2019-03-19 19:20:43 +0000
5dcbdaccb2Add visibility attributes and inline to some vector methods.
Eric Fiselier
2019-03-19 19:19:44 +0000
582679a3fe[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19 19:09:33 +0000
7dfcf562feFix fenv.pass.cpp signature for main
JF Bastien
2019-03-19 18:24:11 +0000
5ac0b8f250[libc++] Mark internal types of std::filesystem as hidden
Louis Dionne
2019-03-19 17:47:53 +0000
ddb1b0576aMark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is.
Marshall Clow
2019-03-19 03:30:07 +0000
e7641c9db9Remove unused try catch blocks from old debug tests
Eric Fiselier
2019-03-19 00:00:30 +0000
f7d368bb1fFix test failures after debug mode changes
Eric Fiselier
2019-03-18 22:12:09 +0000
228a6295cf[libc++][NFC] Promote CMake comment to an actual option description
Louis Dionne
2019-03-18 18:18:01 +0000
247cbe7327[libc++] Add a test for PR40977
Louis Dionne
2019-03-18 15:40:49 +0000
527149c670Update a deque test with more assertions. NFC
Marshall Clow
2019-03-15 15:00:41 +0000
9039043195Mark vector::operator[] and front/back as noexcept. We already do this for string and string_view. This should give better codegen inside of noexcept functions. Add tests for op[]/front/back/at, because apparently we had none.
Marshall Clow
2019-03-15 00:29:35 +0000
6c8cbbf49cXFAIL this debug-mode test that I just broke. Eric has a patch out for review (D59166) that rewrites this test completely, so I'm not going to bother fixing it.
Marshall Clow
2019-03-14 22:24:32 +0000
fa199b9339Add noexcept to operator[] for array and deque. This is an extension. We already do this for string and string_view. This should give better codegen inside of noexcept functions.
Marshall Clow
2019-03-14 21:56:57 +0000