Nick Kledzik
|
8feadca3fa
|
support another Apple build environment
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@131996 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-05-24 20:27:31 +00:00 |
|
Nick Kledzik
|
1122fec973
|
on Darwin re-export C++0x type infos
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@131995 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-05-24 20:26:04 +00:00 |
|
Howard Hinnant
|
20542c0b94
|
http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@131961 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-05-24 12:54:00 +00:00 |
|
Nick Kledzik
|
d982028b92
|
change RC_BUILDIT to RC_XBS for detecting Apple build environment
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@130970 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-05-06 01:13:20 +00:00 |
|
Nick Kledzik
|
ffadfd4c1e
|
add support for setjmp/longjmp based exceptions
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@130938 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-05-05 18:45:41 +00:00 |
|
Nick Kledzik
|
c6e08d6c44
|
<rdar://problem/9014045> more support for Apple internal build environments
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@130872 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-05-04 21:50:46 +00:00 |
|
Howard Hinnant
|
8dcad976e0
|
http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@126917 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-03-03 01:59:23 +00:00 |
|
Howard Hinnant
|
542b0f0cf5
|
http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this patch. Please let me know if it causes problems.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@126846 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-03-02 17:29:46 +00:00 |
|
Howard Hinnant
|
08774c5a22
|
Change install name to libc++.1.dylib
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@125626 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-02-16 00:40:06 +00:00 |
|
Howard Hinnant
|
30bbc93088
|
updated buildit to work with recent clang updates
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@124432 91177308-0d34-0410-b5e6-96231b3b80d8
|
2011-01-27 21:01:51 +00:00 |
|
Howard Hinnant
|
2d72b1e393
|
Effort to reduce the number of exported symbols
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@122057 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-12-17 14:46:43 +00:00 |
|
Michael J. Spencer
|
626916fc25
|
Add CMake build and fix major Linux blockers.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@121510 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-12-10 19:47:54 +00:00 |
|
Howard Hinnant
|
55ddb21dd4
|
Add typeinfo for char16_t, char32_t and nullptr.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@120810 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-12-03 17:25:24 +00:00 |
|
Nick Kledzik
|
a8feecea67
|
update to use new linker option to re-export from libc++abi.dylb
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@117691 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-29 19:46:14 +00:00 |
|
Howard Hinnant
|
f26262dde0
|
Updated chart with weekly test results, and updated export files for chnages in <atomic>.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@116943 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-20 20:15:14 +00:00 |
|
Howard Hinnant
|
b742dcdd52
|
Convert __thread_local_data to the singleton pattern and change export files...
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@116501 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-14 19:24:23 +00:00 |
|
Nick Kledzik
|
f9734c831f
|
temporarily use cc to link instead of clang to work around issue with -Xarch
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@116435 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-13 21:12:41 +00:00 |
|
Nick Kledzik
|
373a9d18d3
|
update export list for when building with clang++
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@116434 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-13 21:11:52 +00:00 |
|
Howard Hinnant
|
364f5965da
|
Bug 7984 by Bernhard Rosenkraenzer
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115443 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-10-02 23:27:23 +00:00 |
|
Howard Hinnant
|
45f5717812
|
Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113842 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-14 20:26:27 +00:00 |
|
Nick Kledzik
|
c7e4d82bc0
|
<rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113616 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-09-10 20:42:36 +00:00 |
|
Howard Hinnant
|
0e353f2363
|
Didn't mean to change lib/buildit on the last check in
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@110834 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-08-11 18:11:36 +00:00 |
|
Howard Hinnant
|
d444470d6c
|
now works with -fno-exceptions and -fno-rtti
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@110828 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-08-11 17:04:31 +00:00 |
|
Howard Hinnant
|
45783d2dfd
|
buildit adjustment
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@109931 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-07-30 23:15:01 +00:00 |
|
Howard Hinnant
|
a6a062df66
|
[string.conversions]
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@105336 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-06-02 18:20:39 +00:00 |
|
Howard Hinnant
|
adff4895b2
|
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@104516 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-05-24 17:49:41 +00:00 |
|
Howard Hinnant
|
bc8d3f97eb
|
libcxx initial import
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103490 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-05-11 19:42:16 +00:00 |
|