summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow libc++ to be built with CMake from within the LLVM tree. The libc++ par...Howard Hinnant2012-03-191-11/+11
* At least temporarily move operator new/delete from the abi back to here. I'm...Howard Hinnant2012-02-251-8/+8
* ReExport some mor symbols from libc++abi.Howard Hinnant2012-02-251-0/+42
* Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant2012-02-171-0/+65
* Added some more symbols to the v2 rexport list.Howard Hinnant2012-02-021-0/+4
* Prepare for running on top of new libc++abi.Howard Hinnant2012-02-021-0/+199
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+3
* Remove -Wglobal-constructors from flags. This was an accidental addition.Howard Hinnant2011-10-101-1/+1
* reverting change to compatibility_versionHoward Hinnant2011-10-071-1/+1
* Change compatibility_versionHoward Hinnant2011-10-071-2/+3
* Fix <rdar://problem/10136825>Howard Hinnant2011-10-042-2/+19
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-2/+14
* Partial Windows port by Ruben Van BoxemHoward Hinnant2011-09-221-1/+9
* more Apple build system tweaksNick Kledzik2011-06-091-5/+6
* http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not teste...Howard Hinnant2011-05-291-2/+3
* support another Apple build environmentNick Kledzik2011-05-241-2/+8
* on Darwin re-export C++0x type infosNick Kledzik2011-05-241-9/+9
* http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant2011-05-241-0/+1
* change RC_BUILDIT to RC_XBS for detecting Apple build environmentNick Kledzik2011-05-061-3/+3
* add support for setjmp/longjmp based exceptionsNick Kledzik2011-05-051-0/+159
* <rdar://problem/9014045> more support for Apple internal build environmentsNick Kledzik2011-05-041-5/+18
* http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fi...Howard Hinnant2011-03-031-0/+1
* http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this p...Howard Hinnant2011-03-021-1/+1
* Change install name to libc++.1.dylibHoward Hinnant2011-02-161-2/+2
* updated buildit to work with recent clang updatesHoward Hinnant2011-01-271-1/+3
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-172-0/+21
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-102-2/+58
* Add typeinfo for char16_t, char32_t and nullptr.Howard Hinnant2010-12-031-0/+9
* update to use new linker option to re-export from libc++abi.dylbNick Kledzik2010-10-293-4919/+1
* Updated chart with weekly test results, and updated export files for chnages ...Howard Hinnant2010-10-202-2/+0
* Convert __thread_local_data to the singleton pattern and change export files...Howard Hinnant2010-10-142-2/+2
* temporarily use cc to link instead of clang to work around issue with -XarchNick Kledzik2010-10-131-1/+1
* update export list for when building with clang++Nick Kledzik2010-10-132-4040/+4430
* Bug 7984 by Bernhard RosenkraenzerHoward Hinnant2010-10-021-1/+1
* Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <...Howard Hinnant2010-09-141-1/+1
* <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols n...Nick Kledzik2010-09-105-7/+4715
* Didn't mean to change lib/buildit on the last check inHoward Hinnant2010-08-111-1/+1
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-1/+1
* buildit adjustmentHoward Hinnant2010-07-301-1/+1
* [string.conversions]Howard Hinnant2010-06-021-1/+1
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-17/+36
* libcxx initial importHoward Hinnant2010-05-111-0/+42
OpenPOWER on IntegriCloud