Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the buildit and testit scripts; they haven't been supported in years | Eric Fiselier | 2017-03-03 | 1 | -189/+0 |
| | | | | llvm-svn: 296922 | ||||
* | Add warning messages to buildit/testit about their upcoming removal | Eric Fiselier | 2017-01-17 | 1 | -0/+10 |
| | | | | llvm-svn: 292181 | ||||
* | Fix build using the buildit script | Eric Fiselier | 2016-12-29 | 1 | -1/+1 |
| | | | | llvm-svn: 290727 | ||||
* | [libcxx] Remove -Wpadded from buildit script. | Akira Hatanaka | 2016-01-27 | 1 | -1/+1 |
| | | | | | | | | | | Per discussion with Eric and Joerg, this commit removes -Wpadded to silence the warning about the padding inserted at the tail of struct _Rep_base. rdar://problem/23932550 llvm-svn: 258900 | ||||
* | Not everyone uses bash, so fix test syntax. | Joerg Sonnenberger | 2014-04-12 | 1 | -3/+3 |
| | | | | llvm-svn: 206118 | ||||
* | Whoops! Set the default in the last commit to c++1y instead of c++11 | Marshall Clow | 2014-01-14 | 1 | -1/+1 |
| | | | | llvm-svn: 199224 | ||||
* | Update lib/buildit and test/testit to both pay attention to an env flag ↵ | Marshall Clow | 2014-01-14 | 1 | -2/+7 |
| | | | | | | CXX_LANG, which people can set to 'c++03', 'c++11' or 'c++1y' to build/test using that language variant. If you don't set this env variable, you get c++11, just like today. Drive-by fix; remove duplicate -nostdinc++. llvm-svn: 199222 | ||||
* | G M: Remove unneeded warnings in buildit that are hindering porting. | Howard Hinnant | 2013-10-05 | 1 | -2/+1 |
| | | | | llvm-svn: 192012 | ||||
* | Xing Xue: port to IBM XLC++/AIX. | Howard Hinnant | 2013-08-14 | 1 | -10/+37 |
| | | | | llvm-svn: 188396 | ||||
* | Implement full support for non-pointer types in custom allocators. This is ↵ | Howard Hinnant | 2013-06-22 | 1 | -2/+2 |
| | | | | | | for the unordered containers only. This work still needs to be done on the sequence containers. llvm-svn: 184635 | ||||
* | Added extra space to end of EXTRA_FLAGS in buildit. This fixes ↵ | Howard Hinnant | 2013-04-16 | 1 | -1/+1 |
| | | | | | | http://llvm.org/bugs/show_bug.cgi?id=15761 llvm-svn: 179609 | ||||
* | [build/Darwin] Use the correct libc++abi reexport list. | Daniel Dunbar | 2013-02-07 | 1 | -1/+9 |
| | | | | | | | - This updates the build script to match the change originally in r149634, so that we re-export symbols from libc++abi appropriately. llvm-svn: 174563 | ||||
* | [build] Detabify. | Daniel Dunbar | 2013-02-07 | 1 | -44/+44 |
| | | | | llvm-svn: 174562 | ||||
* | [build] Create the link for the final library install name in the lib dir. | Daniel Dunbar | 2013-02-06 | 1 | -0/+15 |
| | | | | | | | - Otherwise, we never were actually linking against the right library when building the test applications. llvm-svn: 174470 | ||||
* | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -1/+3 |
| | | | | llvm-svn: 145624 | ||||
* | Remove -Wglobal-constructors from flags. This was an accidental addition. | Howard Hinnant | 2011-10-10 | 1 | -1/+1 |
| | | | | llvm-svn: 141551 | ||||
* | reverting change to compatibility_version | Howard Hinnant | 2011-10-07 | 1 | -1/+1 |
| | | | | llvm-svn: 141445 | ||||
* | Change compatibility_version | Howard Hinnant | 2011-10-07 | 1 | -2/+3 |
| | | | | llvm-svn: 141391 | ||||
* | Fix <rdar://problem/10136825> | Howard Hinnant | 2011-10-04 | 1 | -2/+3 |
| | | | | llvm-svn: 141132 | ||||
* | Work on Windows port by Ruben Van Boxem | Howard Hinnant | 2011-09-28 | 1 | -2/+14 |
| | | | | llvm-svn: 140728 | ||||
* | more Apple build system tweaks | Nick Kledzik | 2011-06-09 | 1 | -5/+6 |
| | | | | llvm-svn: 132819 | ||||
* | http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not ↵ | Howard Hinnant | 2011-05-29 | 1 | -2/+3 |
| | | | | | | tested this on linux. llvm-svn: 132287 | ||||
* | support another Apple build environment | Nick Kledzik | 2011-05-24 | 1 | -2/+8 |
| | | | | llvm-svn: 131996 | ||||
* | change RC_BUILDIT to RC_XBS for detecting Apple build environment | Nick Kledzik | 2011-05-06 | 1 | -3/+3 |
| | | | | llvm-svn: 130970 | ||||
* | <rdar://problem/9014045> more support for Apple internal build environments | Nick Kledzik | 2011-05-04 | 1 | -5/+18 |
| | | | | llvm-svn: 130872 | ||||
* | Change install name to libc++.1.dylib | Howard Hinnant | 2011-02-16 | 1 | -2/+2 |
| | | | | llvm-svn: 125626 | ||||
* | updated buildit to work with recent clang updates | Howard Hinnant | 2011-01-27 | 1 | -1/+3 |
| | | | | llvm-svn: 124432 | ||||
* | Effort to reduce the number of exported symbols | Howard Hinnant | 2010-12-17 | 1 | -0/+2 |
| | | | | llvm-svn: 122057 | ||||
* | Add CMake build and fix major Linux blockers. | Michael J. Spencer | 2010-12-10 | 1 | -2/+2 |
| | | | | llvm-svn: 121510 | ||||
* | update to use new linker option to re-export from libc++abi.dylb | Nick Kledzik | 2010-10-29 | 1 | -5/+1 |
| | | | | llvm-svn: 117691 | ||||
* | temporarily use cc to link instead of clang to work around issue with -Xarch | Nick Kledzik | 2010-10-13 | 1 | -1/+1 |
| | | | | llvm-svn: 116435 | ||||
* | Bug 7984 by Bernhard Rosenkraenzer | Howard Hinnant | 2010-10-02 | 1 | -1/+1 |
| | | | | llvm-svn: 115443 | ||||
* | Cement ABI on clang for char16_t and char32_t. Also fixed some comments in ↵ | Howard Hinnant | 2010-09-14 | 1 | -1/+1 |
| | | | | | | <iterator>. llvm-svn: 113842 | ||||
* | <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols ↵ | Nick Kledzik | 2010-09-10 | 1 | -7/+34 |
| | | | | | | non-weak llvm-svn: 113616 | ||||
* | Didn't mean to change lib/buildit on the last check in | Howard Hinnant | 2010-08-11 | 1 | -1/+1 |
| | | | | llvm-svn: 110834 | ||||
* | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -1/+1 |
| | | | | llvm-svn: 110828 | ||||
* | buildit adjustment | Howard Hinnant | 2010-07-30 | 1 | -1/+1 |
| | | | | llvm-svn: 109931 | ||||
* | [string.conversions] | Howard Hinnant | 2010-06-02 | 1 | -1/+1 |
| | | | | llvm-svn: 105336 | ||||
* | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵ | Howard Hinnant | 2010-05-24 | 1 | -17/+36 |
| | | | | | | 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. llvm-svn: 104516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+42 |
llvm-svn: 103490 |