aboutsummaryrefslogtreecommitdiff
path: root/libcxx/lib
AgeCommit message (Expand)AuthorFilesLines
2015-12-16Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.Eric Fiselier1-1/+1
2015-12-03[CMake] If you're not installing the libcxx library, exclude it from the "all...Chris Bieneman1-3/+10
2015-10-23Use proper output directory when naminging the libc++ outputEric Fiselier1-1/+1
2015-10-22Dont required CMake 3 to install a linker scriptEric Fiselier1-2/+3
2015-10-15Re-enable linker scripts after fixing bad CMakeEric Fiselier1-1/+1
2015-10-14Use correct CMake variable for the libnameEric Fiselier1-1/+1
2015-10-14[libcxx] Make it drastically simpler to link libc++.Eric Fiselier1-0/+29
2015-10-13ABI versioning macros for libc++.Evgeniy Stepanov1-2/+2
2015-10-05[libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.Eric Fiselier2-1/+11
2015-08-26[libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier1-10/+13
2015-08-19[libcxx] Add "install-libcxx" target.Eric Fiselier1-2/+10
2015-07-30Reapply working parts of CMake cleanup.Eric Fiselier1-43/+25
2015-07-29Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier1-25/+43
2015-07-29Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier1-43/+25
2015-07-29Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg1-25/+43
2015-07-29[libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier1-43/+25
2015-07-22[libcxx] Add support for sanitizers on OS X.Eric Fiselier1-0/+26
2015-03-31[libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier1-0/+6
2015-03-27Only enable special apple link flags for libc++abi (or none)Eric Fiselier1-1/+2
2015-03-03[libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier1-5/+16
2015-02-21[libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier1-0/+4
2014-12-29[cmake/multilib] Teach libc++'s CMake build to support multilib libdirChandler Carruth1-2/+2
2014-11-25Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier1-0/+3
2014-11-15[libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppre...Eric Fiselier1-9/+9
2014-10-19[libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier1-1/+5
2014-08-12[libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6Hans Wennborg1-1/+2
2014-08-04Obey LLVM_LIBDIR_SUFFIX.Dan Albert1-2/+2
2014-06-24eliminate install of duplicate headers (take 2)David Fang1-1/+1
2014-04-12Not everyone uses bash, so fix test syntax.Joerg Sonnenberger1-3/+3
2014-01-14Whoops! Set the default in the last commit to c++1y instead of c++11Marshall Clow1-1/+1
2014-01-14Update lib/buildit and test/testit to both pay attention to an env flag CXX_L...Marshall Clow1-2/+7
2013-11-15Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant1-13/+0
2013-10-05G M: Remove unneeded warnings in buildit that are hindering porting.Howard Hinnant1-2/+1
2013-09-02[cmake] Provide an option to not install the support headers so that the cmak...Michael Gottesman1-0/+6
2013-09-02[cmake] Make libcxx standalone compile on Mac OS X.Michael Gottesman1-0/+37
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant1-10/+37
2013-06-22Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant1-2/+2
2013-04-16Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.o...Howard Hinnant1-1/+1
2013-02-07[build/Darwin] Use the correct libc++abi reexport list.Daniel Dunbar1-1/+9
2013-02-07[build] Detabify.Daniel Dunbar1-44/+44
2013-02-06[build] Create the link for the final library install name in the lib dir.Daniel Dunbar1-0/+15
2012-12-31[CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer1-1/+3
2012-11-30[CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer1-0/+3
2012-03-19Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...Howard Hinnant1-11/+11
2012-02-25At least temporarily move operator new/delete from the abi back to here. I'm...Howard Hinnant1-8/+8
2012-02-25ReExport some mor symbols from libc++abi.Howard Hinnant1-0/+42
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant1-0/+65
2012-02-02Added some more symbols to the v2 rexport list.Howard Hinnant1-0/+4
2012-02-02Prepare for running on top of new libc++abi.Howard Hinnant1-0/+199
2011-12-01Quash a whole bunch of warningsHoward Hinnant1-1/+3