summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier2016-05-101-1/+7
* Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier2016-05-031-2/+21
* Fix dependencies on install-libcxx CMake targetEric Fiselier2016-05-031-3/+3
* [CMake] Create a separate install target for libcxx headersChris Bieneman2016-04-291-1/+4
* Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris2016-02-111-0/+1
* Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris2016-02-091-1/+0
* Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris2016-02-091-0/+1
* [libcxx] Remove -Wpadded from buildit script.Akira Hatanaka2016-01-271-1/+1
* Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.Eric Fiselier2015-12-161-1/+1
* [CMake] If you're not installing the libcxx library, exclude it from the "all...Chris Bieneman2015-12-031-3/+10
* Use proper output directory when naminging the libc++ outputEric Fiselier2015-10-231-1/+1
* Dont required CMake 3 to install a linker scriptEric Fiselier2015-10-221-2/+3
* Re-enable linker scripts after fixing bad CMakeEric Fiselier2015-10-151-1/+1
* Use correct CMake variable for the libnameEric Fiselier2015-10-141-1/+1
* [libcxx] Make it drastically simpler to link libc++.Eric Fiselier2015-10-141-0/+29
* ABI versioning macros for libc++.Evgeniy Stepanov2015-10-131-2/+2
* [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.Eric Fiselier2015-10-052-1/+11
* [libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier2015-08-261-10/+13
* [libcxx] Add "install-libcxx" target.Eric Fiselier2015-08-191-2/+10
* Reapply working parts of CMake cleanup.Eric Fiselier2015-07-301-43/+25
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-291-25/+43
* Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-291-43/+25
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-291-25/+43
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-291-43/+25
* [libcxx] Add support for sanitizers on OS X.Eric Fiselier2015-07-221-0/+26
* [libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier2015-03-311-0/+6
* Only enable special apple link flags for libc++abi (or none)Eric Fiselier2015-03-271-1/+2
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-031-5/+16
* [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++Eric Fiselier2015-02-211-0/+4
* [cmake/multilib] Teach libc++'s CMake build to support multilib libdirChandler Carruth2014-12-291-2/+2
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-0/+3
* [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppre...Eric Fiselier2014-11-151-9/+9
* [libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier2014-10-191-1/+5
* [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6Hans Wennborg2014-08-121-1/+2
* Obey LLVM_LIBDIR_SUFFIX.Dan Albert2014-08-041-2/+2
* eliminate install of duplicate headers (take 2)David Fang2014-06-241-1/+1
* Not everyone uses bash, so fix test syntax.Joerg Sonnenberger2014-04-121-3/+3
* Whoops! Set the default in the last commit to c++1y instead of c++11Marshall Clow2014-01-141-1/+1
* Update lib/buildit and test/testit to both pay attention to an env flag CXX_L...Marshall Clow2014-01-141-2/+7
* Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant2013-11-151-13/+0
* G M: Remove unneeded warnings in buildit that are hindering porting.Howard Hinnant2013-10-051-2/+1
* [cmake] Provide an option to not install the support headers so that the cmak...Michael Gottesman2013-09-021-0/+6
* [cmake] Make libcxx standalone compile on Mac OS X.Michael Gottesman2013-09-021-0/+37
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-10/+37
* Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant2013-06-221-2/+2
* Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.o...Howard Hinnant2013-04-161-1/+1
* [build/Darwin] Use the correct libc++abi reexport list.Daniel Dunbar2013-02-071-1/+9
* [build] Detabify.Daniel Dunbar2013-02-071-44/+44
* [build] Create the link for the final library install name in the lib dir.Daniel Dunbar2013-02-061-0/+15
* [CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer2012-12-311-1/+3
OpenPOWER on IntegriCloud