aboutsummaryrefslogtreecommitdiff
path: root/libcxx/lib
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-10Remove -Wglobal-constructors from flags. This was an accidental addition.Howard Hinnant1-1/+1
2011-10-07reverting change to compatibility_versionHoward Hinnant1-1/+1
2011-10-07Change compatibility_versionHoward Hinnant1-2/+3
2011-10-04Fix <rdar://problem/10136825>Howard Hinnant2-2/+19
2011-09-28Work on Windows port by Ruben Van BoxemHoward Hinnant1-2/+14
2011-09-22Partial Windows port by Ruben Van BoxemHoward Hinnant1-1/+9
2011-06-09more Apple build system tweaksNick Kledzik1-5/+6
2011-05-29http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not teste...Howard Hinnant1-2/+3
2011-05-24support another Apple build environmentNick Kledzik1-2/+8
2011-05-24on Darwin re-export C++0x type infosNick Kledzik1-9/+9
2011-05-24http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant1-0/+1
2011-05-06change RC_BUILDIT to RC_XBS for detecting Apple build environmentNick Kledzik1-3/+3
2011-05-05add support for setjmp/longjmp based exceptionsNick Kledzik1-0/+159
2011-05-04<rdar://problem/9014045> more support for Apple internal build environmentsNick Kledzik1-5/+18
2011-03-03http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fi...Howard Hinnant1-0/+1
2011-03-02http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this p...Howard Hinnant1-1/+1
2011-02-16Change install name to libc++.1.dylibHoward Hinnant1-2/+2
2011-01-27updated buildit to work with recent clang updatesHoward Hinnant1-1/+3
2010-12-17Effort to reduce the number of exported symbolsHoward Hinnant2-0/+21
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer2-2/+58
2010-12-03Add typeinfo for char16_t, char32_t and nullptr.Howard Hinnant1-0/+9
2010-10-29update to use new linker option to re-export from libc++abi.dylbNick Kledzik3-4919/+1
2010-10-20Updated chart with weekly test results, and updated export files for chnages ...Howard Hinnant2-2/+0
2010-10-14Convert __thread_local_data to the singleton pattern and change export files...Howard Hinnant2-2/+2
2010-10-13temporarily use cc to link instead of clang to work around issue with -XarchNick Kledzik1-1/+1
2010-10-13update export list for when building with clang++Nick Kledzik2-4040/+4430
2010-10-02Bug 7984 by Bernhard RosenkraenzerHoward Hinnant1-1/+1