Commit Graph

  • c10e963f3d Revert "Fix Apple-specific XFAIL directive in libc++ test" Mehdi Amini 2017-03-02 01:57:40 +0000
  • a30d98b7ec Fix python 3 syntax error in sym_diff Eric Fiselier 2017-03-02 00:03:01 +0000
  • 5876a625ba Fix Apple-specific XFAIL directive in libc++ test Mehdi Amini 2017-03-01 23:45:03 +0000
  • d3acadce0c Fix Apple-specific XFAIL directive in libc++ test Mehdi Amini 2017-03-01 23:14:34 +0000
  • c57fb58f18 Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF. Eric Fiselier 2017-03-01 21:53:30 +0000
  • 29ed46b12e [libcxx] Support threads on Fuchsia Petr Hosek 2017-03-01 03:09:18 +0000
  • 0987c0c391 Mark test as unsupported in C++11 Eric Fiselier 2017-03-01 02:52:04 +0000
  • f9ddb9a217 Fix test failures due to bad test hasher Eric Fiselier 2017-03-01 02:34:27 +0000
  • c6422362d5 Improve diagnostics when an invalid hash is used in an unordered container. Eric Fiselier 2017-03-01 02:02:28 +0000
  • 67f7a78126 Fix PR32097 - is_abstract doesn't work on class templates. Eric Fiselier 2017-03-01 01:27:14 +0000
  • 0268c19d72 Updated the XFAIL comment in variant tests. Michael Park 2017-03-01 01:07:56 +0000
  • 244033db8b Remove XFAIL in implicit_deduction_guides tests Steven Wu 2017-02-27 21:10:41 +0000
  • 3f017a82a2 Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC. Asiri Rathnayake 2017-02-27 16:10:57 +0000
  • 62aeff93e9 Fix typo in error message. NFC. Asiri Rathnayake 2017-02-27 15:49:51 +0000
  • dec9851c7f Fix cmake dependency for the external-thread-library variant. NFC. Asiri Rathnayake 2017-02-27 13:19:25 +0000
  • e891cc8c09 Revert "threading_support: make __thread_sleep_for be alertable" Saleem Abdulrasool 2017-02-18 19:28:43 +0000
  • 7556597a12 test: silence warnings on clang under clang-cl Saleem Abdulrasool 2017-02-18 19:28:41 +0000
  • 1eab168286 math: add type promoting template definition on MSVCRT Saleem Abdulrasool 2017-02-18 19:28:38 +0000
  • 524f109550 test: explicitly size enumeration Saleem Abdulrasool 2017-02-18 19:28:36 +0000
  • 958d196f22 test: prevent incorrect quoting of paths Saleem Abdulrasool 2017-02-17 23:08:46 +0000
  • 29a8300460 math: fix typo in macro Saleem Abdulrasool 2017-02-17 23:08:44 +0000
  • e72cf6de5a cmath: Use c99 math on a new enough msvcrt Saleem Abdulrasool 2017-02-17 23:08:42 +0000
  • b7fd0be370 Update all bug URL's to point to https://bugs.llvm.org/... Eric Fiselier 2017-02-17 08:37:03 +0000
  • ba5f008f88 Use inline namespaces with GCC instead of __attribute__((__strong__)). Eric Fiselier 2017-02-17 07:31:38 +0000
  • 8c9af4d299 Remove dead code in test Eric Fiselier 2017-02-17 07:00:04 +0000
  • 836ae8fa96 add implicit deduction guide tests for string_view Eric Fiselier 2017-02-17 06:59:11 +0000
  • 224dbbb3d6 Work around Clang assertion when testing C++17 deduction guides with '-g'. Eric Fiselier 2017-02-17 05:04:09 +0000
  • 6ebcc5c9c4 Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES Eric Fiselier 2017-02-17 03:30:25 +0000
  • 515ba559b9 [libcxx] Remove unexpected handlers in C++17 Eric Fiselier 2017-02-17 03:25:08 +0000
  • f9aeac6b4e Mark a couple for basic_string member templates as inline. no ABI change this time. Eric Fiselier 2017-02-17 02:31:56 +0000
  • 43ec7b868c update revision in CHANGELOG.TXT and fix python error Eric Fiselier 2017-02-17 01:56:57 +0000
  • 25380e401c Remove more basic_string member function templates from the dylib exports Eric Fiselier 2017-02-17 01:53:16 +0000
  • 0eaf2e8474 [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible parameter types. Eric Fiselier 2017-02-17 01:17:10 +0000
  • 4203bfb5d3 add tests for ENAMETOOLONG Eric Fiselier 2017-02-17 01:00:37 +0000
  • d5854559eb Update a couple of issue statuses Marshall Clow 2017-02-16 18:50:30 +0000
  • af5f91fd19 math: correct the MSVCRT condition Saleem Abdulrasool 2017-02-16 15:47:50 +0000
  • e80bd1ab0b threading_support: make __thread_sleep_for be alertable Saleem Abdulrasool 2017-02-16 15:47:45 +0000
  • 0e8610273c Merging r294431: ------------------------------------------------------------------------ r294431 | mgorny | 2017-02-08 01:57:32 -0800 (Wed, 08 Feb 2017) | 7 lines Hans Wennborg 2017-02-15 18:40:52 +0000
  • 2c477cb41a Add tests for noexcept functions Eric Fiselier 2017-02-13 22:44:39 +0000
  • 5748d2b404 config: disable thread safety analysis on COFF Saleem Abdulrasool 2017-02-13 15:26:51 +0000
  • 766ba68107 math: actually pull the declarations/overloads into std Saleem Abdulrasool 2017-02-13 15:26:50 +0000
  • 7f5b63b5c4 test: mark another test as requiring pthreads Saleem Abdulrasool 2017-02-13 15:26:47 +0000
  • bacb35f5ae math: follow up to SVN r294902 Saleem Abdulrasool 2017-02-12 21:42:37 +0000
  • bd18417b4d test: use char32_t rather than wchar_t Saleem Abdulrasool 2017-02-12 21:42:35 +0000
  • effe3dc412 test: mark requirement for pthread test Saleem Abdulrasool 2017-02-12 17:37:48 +0000
  • be3d93ca48 math: pull more C functions from std Saleem Abdulrasool 2017-02-12 17:37:45 +0000
  • 0849d28af1 test: squelch -Wreturn-type error Saleem Abdulrasool 2017-02-12 17:37:44 +0000
  • 430800ddb8 cmath: adjust math forwards for Windows Saleem Abdulrasool 2017-02-12 16:44:17 +0000
  • c253e58209 Remove a now unneeded __CloudABI__ check. Ed Schouten 2017-02-11 08:33:16 +0000
  • ff5eeb6bee Fix the build of thread.cpp on CloudABI. Ed Schouten 2017-02-11 08:30:18 +0000
  • 197b8821c6 Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd. Marshall Clow 2017-02-10 22:44:14 +0000
  • ebf66a385f Make lcm/gcd work better in edge cases. Fixes a UBSAN failure. Marshall Clow 2017-02-10 20:49:08 +0000
  • 00d9a944af Fix yet another Apple buildit bug Eric Fiselier 2017-02-10 09:25:15 +0000
  • f2dbd02b30 Attempt to fix Apple buildit bots Eric Fiselier 2017-02-10 09:16:29 +0000
  • 1edf3166ef Recommit "Split exception.cpp and new.cpp implementation into different files for different runtimes." Eric Fiselier 2017-02-10 08:57:35 +0000
  • d3298ad74e Revert "Split exception.cpp and new.cpp implementation into different files for different runtimes." Eric Fiselier 2017-02-10 07:43:08 +0000
  • e1b6382ee3 Properly escape ShellTest subsitutions on Windows. Try 2 Eric Fiselier 2017-02-10 06:59:07 +0000
  • 4aac249f71 test: XFAIL windows for non-portable test Saleem Abdulrasool 2017-02-10 06:51:21 +0000
  • 74ec9d7947 test: fix test under Windows Saleem Abdulrasool 2017-02-10 06:51:19 +0000
  • f3078f63a9 properly escape compiler path in .sh.cpp tests Eric Fiselier 2017-02-10 06:38:02 +0000
  • b9eccbec08 test: allow -target usage on Windows Saleem Abdulrasool 2017-02-10 06:24:34 +0000
  • 801e00b0cd Correctly default to using the system libc++abi on Apple. Eric Fiselier 2017-02-10 05:07:03 +0000
  • d60b66ad4f Split exception.cpp and new.cpp implementation into different files for different runtimes. Eric Fiselier 2017-02-10 04:25:33 +0000
  • e7bee0d9c6 docs: add some documentation for building on Windows Saleem Abdulrasool 2017-02-10 03:58:20 +0000
  • 4fd0d50a96 Attempt to fix finding clang++ on Windows Eric Fiselier 2017-02-10 03:20:02 +0000
  • 29e1142d8b __threading_support: fix windows build Saleem Abdulrasool 2017-02-10 02:49:52 +0000
  • 7666130d06 Fully qualify (preprend ::) calls to math functions from libc Mehdi Amini 2017-02-10 02:44:23 +0000
  • 917331c88b Check for musl-libc's max_align_t in addition to other variants. David L. Jones 2017-02-10 01:27:42 +0000
  • 44c3a02fa1 Merge r294612 - Fix PR31916 - std::visit rejects visitors accepting lvalue arguments Eric Fiselier 2017-02-10 00:37:47 +0000
  • 7be9c9ae5c Add missing libc++ import Eric Fiselier 2017-02-10 00:01:01 +0000
  • 5115d24d2c add missing python import Eric Fiselier 2017-02-09 23:29:08 +0000
  • ed803866ea Move libcxx/test/libcxx python package into libcxx/utils/libcxx. Eric Fiselier 2017-02-09 23:18:11 +0000
  • 1147753b1c Start libc++ python cleanup and consolidation. Eric Fiselier 2017-02-09 22:53:14 +0000
  • d8b62dceb2 Fix PR31916 - std::visit rejects visitors accepting lvalue arguments Eric Fiselier 2017-02-09 19:01:22 +0000
  • 5a0c9c3d7a Use protected name for the prototype arguments. Joerg Sonnenberger 2017-02-09 14:12:29 +0000
  • 1b93961586 Threading support: externalize sleep_for() function. Asiri Rathnayake 2017-02-09 09:31:41 +0000
  • f4699a5b99 [libcxx][CMake] Support in-tree libunwind when building as part of runtimes Petr Hosek 2017-02-09 02:19:43 +0000
  • 59955033d2 Update info for LWG 2665 in upcoming_meeting.html Eric Fiselier 2017-02-08 19:04:18 +0000
  • b591390f49 Docs: drop minor version Hans Wennborg 2017-02-08 17:28:23 +0000
  • 6c7c93f95a [test] Fix hard_link_count test to account for fs with dir nlink==1 Michal Gorny 2017-02-08 09:57:32 +0000
  • 1b8fc14abc Temporarily disable the LCM/GCD tests under UBSAN. Marshall Clow 2017-02-08 07:40:59 +0000
  • 34da9b5d09 Add missing include in <numeric> Eric Fiselier 2017-02-08 00:14:13 +0000
  • 25f28d0c9e Prevent UBSAN from generating unsigned overflow diagnostics in the hashing internals Eric Fiselier 2017-02-08 00:10:10 +0000
  • fecf057940 Fix bugs in filesystem detected by _LIBCPP_ASSERT. Eric Fiselier 2017-02-07 21:51:58 +0000
  • 2b495bd9d7 fix python3 syntax error Eric Fiselier 2017-02-07 21:21:17 +0000
  • cd4ab9c404 Fix test failures when using modules. Eric Fiselier 2017-02-07 21:20:31 +0000
  • 5a78d25b71 Use copy.deepcopy instead of doing it manually. Dan Albert 2017-02-07 21:04:19 +0000
  • 426546ecec Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests. Marshall Clow 2017-02-07 18:41:25 +0000
  • 542c6e8f9b Mark LWG2784 as ready Marshall Clow 2017-02-07 15:34:20 +0000
  • 166d27ed31 filesystem: return the constructed object Saleem Abdulrasool 2017-02-07 02:46:59 +0000
  • 7f19f83005 Merging r294133 and r294142: ------------------------------------------------------------------------ r294133 | marshall | 2017-02-05 12:06:38 -0800 (Sun, 05 Feb 2017) | 1 line Hans Wennborg 2017-02-06 21:59:19 +0000
  • 24597f254d Add some tests to verify that we implement LWG#2837 correctly. No functional change. Marshall Clow 2017-02-06 16:03:23 +0000
  • c3eec461e7 Fix a typo - extra '>' Marshall Clow 2017-02-06 15:29:03 +0000
  • 5a00ab8ea7 Set up 'upcoming meeting' bug list Marshall Clow 2017-02-06 15:17:22 +0000
  • cda122b353 Refer to _LIBCPP_MSVC macro where applicable Saleem Abdulrasool 2017-02-06 05:26:49 +0000
  • a67aa062c6 Mark LWG 2765 as complete. No changes needed Eric Fiselier 2017-02-06 02:41:49 +0000
  • 07d23d5d93 Implement LWG 2773 - std::ignore should be constexpr. Eric Fiselier 2017-02-06 01:25:31 +0000
  • fdbd18ff71 [libcxx] [test] Strip trailing whitespace. Stephan T. Lavavej 2017-02-05 22:48:27 +0000
  • 19ab479cc2 [libcxx] [test] Fix comment typos. Stephan T. Lavavej 2017-02-05 22:48:20 +0000
  • b40cb9832b [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp. Stephan T. Lavavej 2017-02-05 22:48:13 +0000