summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-01-14Whoops! Set the default in the last commit to c++1y instead of c++11Marshall Clow
2014-01-14Update lib/buildit and test/testit to both pay attention to an env flag CXX_L...Marshall Clow
2013-11-15Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant
2013-10-05G M: Remove unneeded warnings in buildit that are hindering porting.Howard Hinnant
2013-09-02[cmake] Provide an option to not install the support headers so that the cmak...Michael Gottesman
2013-09-02[cmake] Make libcxx standalone compile on Mac OS X.Michael Gottesman
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-06-22Implement full support for non-pointer types in custom allocators. This is f...Howard Hinnant
2013-04-16Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.o...Howard Hinnant
2013-02-07[build/Darwin] Use the correct libc++abi reexport list.Daniel Dunbar
2013-02-07[build] Detabify.Daniel Dunbar
2013-02-06[build] Create the link for the final library install name in the lib dir.Daniel Dunbar
2012-12-31[CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer
2012-11-30[CMake] Add support for selecting which c++ abi library to use.Michael J. Spencer
2012-03-19Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...Howard Hinnant
2012-02-25At least temporarily move operator new/delete from the abi back to here. I'm...Howard Hinnant
2012-02-25ReExport some mor symbols from libc++abi.Howard Hinnant
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant
2012-02-02Added some more symbols to the v2 rexport list.Howard Hinnant
2012-02-02Prepare for running on top of new libc++abi.Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-10-10Remove -Wglobal-constructors from flags. This was an accidental addition.Howard Hinnant
2011-10-07reverting change to compatibility_versionHoward Hinnant
2011-10-07Change compatibility_versionHoward Hinnant
2011-10-04Fix <rdar://problem/10136825>Howard Hinnant
2011-09-28Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-09-22Partial Windows port by Ruben Van BoxemHoward Hinnant
2011-06-09more Apple build system tweaksNick Kledzik
2011-05-29http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not teste...Howard Hinnant
2011-05-24support another Apple build environmentNick Kledzik
2011-05-24on Darwin re-export C++0x type infosNick Kledzik
2011-05-24http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant
2011-05-06change RC_BUILDIT to RC_XBS for detecting Apple build environmentNick Kledzik
2011-05-05add support for setjmp/longjmp based exceptionsNick Kledzik
2011-05-04<rdar://problem/9014045> more support for Apple internal build environmentsNick Kledzik
2011-03-03http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fi...Howard Hinnant
2011-03-02http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this p...Howard Hinnant
2011-02-16Change install name to libc++.1.dylibHoward Hinnant
2011-01-27updated buildit to work with recent clang updatesHoward Hinnant
2010-12-17Effort to reduce the number of exported symbolsHoward Hinnant
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer
2010-12-03Add typeinfo for char16_t, char32_t and nullptr.Howard Hinnant
2010-10-29update to use new linker option to re-export from libc++abi.dylbNick Kledzik
2010-10-20Updated chart with weekly test results, and updated export files for chnages ...Howard Hinnant
2010-10-14Convert __thread_local_data to the singleton pattern and change export files...Howard Hinnant
2010-10-13temporarily use cc to link instead of clang to work around issue with -XarchNick Kledzik
2010-10-13update export list for when building with clang++Nick Kledzik
2010-10-02Bug 7984 by Bernhard RosenkraenzerHoward Hinnant
2010-09-14Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <...Howard Hinnant
2010-09-10<rdar://problem/8279559> [libstdcxx] use new linker options to make symbols n...Nick Kledzik