summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-12-02Update ABI lists for <variant>Eric Fiselier
2016-11-18Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.aEric Fiselier
2016-11-18update Apples ABI list to ignore non-std symbolsEric Fiselier
2016-11-18Change sym_check to filter non-stdlib symbols.Eric Fiselier
2016-11-14Fix ABI configuration detection on OS XEric Fiselier
2016-11-14Fix CMake set syntaxEric Fiselier
2016-11-14Add check-cxx-abilist target when supported.Eric Fiselier
2016-10-31Remove additional function template definitions from the dylibEric Fiselier
2016-10-28Revert addition of __libcpp_library_versionEric Fiselier
2016-10-28Update mac ABI listEric Fiselier
2016-10-28Add __libcpp_version file and __libcpp_library_version function.Eric Fiselier
2016-10-25Update revision number in CHANGELOG.TXTEric Fiselier
2016-10-25[libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitio...Eric Fiselier
2016-10-18[solaris] Convert the support library to C++ to fix -std=c++11 buildMichal Gorny
2016-10-14Remove dead CMake targetEric Fiselier
2016-10-14Update OS X ABI listEric Fiselier
2016-10-14Correct ABI changelog revision numberEric Fiselier
2016-10-14Implement P0035R4 -- Add C++17 aligned allocation functionsEric Fiselier
2016-10-14Remove two ABI symbols added after the 3.9 releaseEric Fiselier
2016-10-14Add ABI changelog entry for <any>Eric Fiselier
2016-10-14Sort ABI lists by name so that changes don't generate big diffsEric Fiselier
2016-10-14Revert r284193 - it is not correct on OS XEric Fiselier
2016-10-14Re-export two previously exported std::string functions.Eric Fiselier
2016-10-14Add ABI list for 3.9 linuxEric Fiselier
2016-10-14Add 3.9 symbol list for OS XEric Fiselier
2016-10-14Fix CMake configuration error and add ABI lists for OS X.Eric Fiselier
2016-10-14Add OS X abi listEric Fiselier
2016-10-14Add ABI Changelog and current symbol list for LinuxEric Fiselier
2016-10-09Fix linker script generation for in-tree buildsEric Fiselier
2016-10-09[CMake] Fix in-tree libcxxabi build support after r283659Hal Finkel
2016-10-08[cmake] Split linked libraries into private & public, for linker scriptMichal Gorny
2016-09-15[libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneouslyKuba Brecka
2016-09-14[libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS XKuba Brecka
2016-09-11[libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake
2016-09-01build: don't add -fPIC on WindowsSaleem Abdulrasool
2016-08-30Fix syntax error in recent CMake change.Eric Fiselier
2016-08-30Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES.Eric Fiselier
2016-08-24[CMake] Be more consistent about naming targets and componentsChris Bieneman
2016-08-08Allow building both shared and static libraryPetr Hosek
2016-07-18Rework libatomic handling in CMake and LIT.Eric Fiselier
2016-06-17Add Filesystem TS -- CompleteEric Fiselier
2016-06-14Automatically detect export lists for OS X.Eric Fiselier
2016-05-10[libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier
2016-05-03Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier
2016-05-03Fix dependencies on install-libcxx CMake targetEric Fiselier
2016-04-29[CMake] Create a separate install target for libcxx headersChris Bieneman
2016-02-11Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris
2016-02-09Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris
2016-02-09Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris
2016-01-27[libcxx] Remove -Wpadded from buildit script.Akira Hatanaka