summaryrefslogtreecommitdiff
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use MATCHES for regular expression.Leo Li2017-07-181-1/+1
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-3/+3
* Move external instantiation for __vector_base_common to vector.cppEric Fiselier2017-06-151-0/+1
* libcxx: fix bootstrapping for mingw-w64Martell Malone2017-05-251-5/+2
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-081-0/+1
* Rename the static version of libc++ on Windows.Eric Fiselier2017-04-201-1/+6
* [libcxx] Fix check-cxx-abilist on OS XEric Fiselier2017-04-153-14/+12
* [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2017-04-051-1/+6
* Reexport operator new / delete from libc++abiMehdi Amini2017-03-301-8/+8
* Do not pass an explicit reexported symbol list when building libc++ dylib if ...Mehdi Amini2017-03-301-1/+5
* [libc++] Add a key function for bad_function_callShoaib Meenai2017-03-281-1/+1
* Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier2017-03-111-6/+5
* Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier2017-03-031-189/+0
* Update ABI list for 4.0 releaseEric Fiselier2017-03-022-1905/+1906
* [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai2017-03-021-1/+1
* [libc++] Mark some std::num_get method templates inlineShoaib Meenai2017-03-022-19/+37
* update revision in CHANGELOG.TXT and fix python errorEric Fiselier2017-02-171-2/+2
* Remove more basic_string member function templates from the dylib exportsEric Fiselier2017-02-172-1905/+1916
* Start libc++ python cleanup and consolidation.Eric Fiselier2017-02-092-2/+2
* [libcxx][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek2017-02-091-2/+2
* Adjust Apple ABI list after r294133Eric Fiselier2017-02-051-0/+1
* Adjust Linux ABI list after r294133Eric Fiselier2017-02-051-1904/+1905
* Update Linux ABI lists to reflect inlining change in LLVM. More investigation...Eric Fiselier2017-01-241-1905/+1904
* Fix handling of Apple target triple when checking the ABI lists.Eric Fiselier2017-01-204-3/+10
* Allow sym_diff.py to report non-zero for non-breaking ABI changesEric Fiselier2017-01-181-1/+2
* Add warning messages to buildit/testit about their upcoming removalEric Fiselier2017-01-171-0/+10
* Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek2017-01-161-2/+5
* [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug modeEric Fiselier2017-01-141-3/+10
* [libc++] [CMake] Link with /nodefaultlibs on WindowsEric Fiselier2017-01-141-0/+11
* Update version to 5.0Eric Fiselier2017-01-132-0/+4280
* Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek2017-01-111-5/+2
* [CMake][libcxx] Do not rely on the existence of c++abi or unwind targetsPetr Hosek2017-01-111-2/+5
* [libc++] Cleanup and document <__threading_support>Eric Fiselier2017-01-061-1/+1
* build: use the platform dependent library prefix/suffixSaleem Abdulrasool2017-01-041-1/+2
* build: use more portable spelling for flagSaleem Abdulrasool2017-01-041-2/+3
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-032-2/+2
* Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier2017-01-022-2/+2
* Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-022-2/+2
* build: tweak macros for Windows buildSaleem Abdulrasool2017-01-021-0/+22
* build: make cross-compiling to Windows work on LinuxSaleem Abdulrasool2017-01-021-0/+7
* Fix build using the buildit scriptEric Fiselier2016-12-291-1/+1
* Fix debug mode build w/o exceptionsEric Fiselier2016-12-281-1/+1
* Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier2016-12-283-0/+55
* [libc++] Make __num_get_float hiddenShoaib Meenai2016-12-241-3/+0
* Update darwin ABI list for <variant>Eric Fiselier2016-12-021-0/+4
* Update ABI lists for <variant>Eric Fiselier2016-12-022-1/+13
* Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.aEric Fiselier2016-11-181-0/+22
* update Apples ABI list to ignore non-std symbolsEric Fiselier2016-11-181-2470/+2355
* Change sym_check to filter non-stdlib symbols.Eric Fiselier2016-11-182-2011/+1889
* Fix ABI configuration detection on OS XEric Fiselier2016-11-141-2/+4