summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-06[libc++] Create install-stripped targetsShoaib Meenai
2017-09-17Update changelog revisionEric Fiselier
2017-09-17ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSXEric Fiselier
2017-09-13Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo
2017-09-04Add MINGW_LIBRARIES to the linker flagsMartin Storsjo
2017-07-18[CMake] Use MATCHES for regular expression.Leo Li
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-15Move external instantiation for __vector_base_common to vector.cppEric Fiselier
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-04-20Rename the static version of libc++ on Windows.Eric Fiselier
2017-04-15[libcxx] Fix check-cxx-abilist on OS XEric Fiselier
2017-04-05[CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek
2017-03-30Reexport operator new / delete from libc++abiMehdi Amini
2017-03-30Do not pass an explicit reexported symbol list when building libc++ dylib if ...Mehdi Amini
2017-03-28[libc++] Add a key function for bad_function_callShoaib Meenai
2017-03-11Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier
2017-03-03Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier
2017-03-02Update ABI list for 4.0 releaseEric Fiselier
2017-03-02[libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai
2017-03-02[libc++] Mark some std::num_get method templates inlineShoaib Meenai
2017-02-17update revision in CHANGELOG.TXT and fix python errorEric Fiselier
2017-02-17Remove more basic_string member function templates from the dylib exportsEric Fiselier
2017-02-09Start libc++ python cleanup and consolidation.Eric Fiselier
2017-02-09[libcxx][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-02-05Adjust Apple ABI list after r294133Eric Fiselier
2017-02-05Adjust Linux ABI list after r294133Eric Fiselier
2017-01-24Update Linux ABI lists to reflect inlining change in LLVM. More investigation...Eric Fiselier
2017-01-20Fix handling of Apple target triple when checking the ABI lists.Eric Fiselier
2017-01-18Allow sym_diff.py to report non-zero for non-breaking ABI changesEric Fiselier
2017-01-17Add warning messages to buildit/testit about their upcoming removalEric Fiselier
2017-01-16Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
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-13Update version to 5.0Eric Fiselier
2017-01-11Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
2017-01-11[CMake][libcxx] Do not rely on the existence of c++abi or unwind targetsPetr Hosek
2017-01-06[libc++] Cleanup and document <__threading_support>Eric Fiselier
2017-01-04build: use the platform dependent library prefix/suffixSaleem Abdulrasool
2017-01-04build: use more portable spelling for flagSaleem Abdulrasool
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02build: tweak macros for Windows buildSaleem Abdulrasool
2017-01-02build: make cross-compiling to Windows work on LinuxSaleem Abdulrasool
2016-12-29Fix build using the buildit scriptEric Fiselier
2016-12-28Fix debug mode build w/o exceptionsEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier
2016-12-24[libc++] Make __num_get_float hiddenShoaib Meenai
2016-12-02Update darwin ABI list for <variant>Eric Fiselier