summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2017-01-18[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.Stephan T. Lavavej
2017-01-18Re-add mechanism to override LIT options using enviroment variables.Eric Fiselier
2017-01-18Revert "Add mechanism to override LIT options using enviroment variables"Eric Fiselier
2017-01-18Add mechanism to override LIT options using enviroment variablesEric Fiselier
2017-01-18Fix filesystem::path assignment from {}Eric Fiselier
2017-01-18Get more std::string _LIBCPP_DEBUG tests passingEric Fiselier
2017-01-18More configuration changes for running the test suite against MSVC's STLEric Fiselier
2017-01-18Add support for running our test suite against MSVC's STLEric Fiselier
2017-01-18Allow sym_diff.py to report non-zero for non-breaking ABI changesEric Fiselier
2017-01-17Fix type_info's constructor by making it explicit again.Eric Fiselier
2017-01-17Don't strip -m32 from the user provide command line flags. This fixes the com...Eric Fiselier
2017-01-17[libcxx] [test] Don't ask whether Incomplete& can be assigned to.Stephan T. Lavavej
2017-01-17Fix std::string assignment ambiguity from braced initializer lists.Eric Fiselier
2017-01-17Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier
2017-01-17Fix DLL build by removing _LIBCPP_FUNC_VIS from member of class marked dllexportEric Fiselier
2017-01-17[Test patch] Inline hot functions in libcxx shared_ptrKevin Hu
2017-01-17Add warning messages to buildit/testit about their upcoming removalEric Fiselier
2017-01-17Rename new_handler in tests to avoid conflicts with MSVC symbols.Eric Fiselier
2017-01-16Fix std::tuples EBO when targeting the MSVC ABI.Eric Fiselier
2017-01-16[libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errorsEric Fiselier
2017-01-16Improve CMake and LIT support for WindowsEric Fiselier
2017-01-16Make sym_check python 3 compatibleEric Fiselier
2017-01-16[libcxx] Follow-up to r292107Asiri Rathnayake
2017-01-16[libcxx] Improve design documentation for the external-thread-libraryAsiri Rathnayake
2017-01-16[libcxx] Don't assume __libcpp_thread_t is an integral typeAsiri Rathnayake
2017-01-16Added a workaround for a `-fdelayed-template-parsing` bug.Michael Park
2017-01-16Implement the missing constexpr stuff in <array>. Fixes PR#31645.Marshall Clow
2017-01-16Reland "[CMake][libcxx] Check that we have libcxxabi before using it"Petr Hosek
2017-01-16Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
2017-01-16Reland "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek
2017-01-15Work around python3 bytes vs str in libc++ test configEric Fiselier
2017-01-14XFAIL native handle testsEric Fiselier
2017-01-14Fix demangle.h on WindowsEric Fiselier
2017-01-14Attempt two at fixing threading on WindowsEric Fiselier
2017-01-14Fix thread creation on WindowsEric Fiselier
2017-01-14Fix last_write_time tests for filesystems that don't support negative and ver...Jonas Hahnfeld
2017-01-14Mark test as UNSUPPORTED on Windows since it hangs foreverEric Fiselier
2017-01-14Fix Windows try_lock implementationEric Fiselier
2017-01-14Fix copy-paste errors in r292001Eric Fiselier
2017-01-14[libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug modeEric Fiselier
2017-01-14[libc++] [CMake] Link with /nodefaultlibs on WindowsEric Fiselier
2017-01-14Mark 'constexpr char_traits' as complete.Marshall Clow
2017-01-14Tweak .clang-format configuration.Eric Fiselier
2017-01-14Use __is_identifier to detect Clang extensions instead of __has_extension.Eric Fiselier
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier
2017-01-14Don't force use of lld in tests on WindowsEric Fiselier
2017-01-14Remove unused parameters in C++03Eric Fiselier
2017-01-13Diagnose invalid memory orderings in <atomic>Eric Fiselier
2017-01-13Diagnose non-const-callable hash functions and comparatorsEric Fiselier