summaryrefslogtreecommitdiffstats
path: root/libcxx/lib/buildit
Commit message (Collapse)AuthorAgeFilesLines
* Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier2017-03-031-189/+0
| | | | llvm-svn: 296922
* Add warning messages to buildit/testit about their upcoming removalEric Fiselier2017-01-171-0/+10
| | | | llvm-svn: 292181
* Fix build using the buildit scriptEric Fiselier2016-12-291-1/+1
| | | | llvm-svn: 290727
* [libcxx] Remove -Wpadded from buildit script.Akira Hatanaka2016-01-271-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 Sonnenberger2014-04-121-3/+3
| | | | llvm-svn: 206118
* Whoops! Set the default in the last commit to c++1y instead of c++11Marshall Clow2014-01-141-1/+1
| | | | llvm-svn: 199224
* Update lib/buildit and test/testit to both pay attention to an env flag ↵Marshall Clow2014-01-141-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 Hinnant2013-10-051-2/+1
| | | | llvm-svn: 192012
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-10/+37
| | | | llvm-svn: 188396
* Implement full support for non-pointer types in custom allocators. This is ↵Howard Hinnant2013-06-221-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 Hinnant2013-04-161-1/+1
| | | | | | http://llvm.org/bugs/show_bug.cgi?id=15761 llvm-svn: 179609
* [build/Darwin] Use the correct libc++abi reexport list.Daniel Dunbar2013-02-071-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 Dunbar2013-02-071-44/+44
| | | | llvm-svn: 174562
* [build] Create the link for the final library install name in the lib dir.Daniel Dunbar2013-02-061-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 warningsHoward Hinnant2011-12-011-1/+3
| | | | llvm-svn: 145624
* Remove -Wglobal-constructors from flags. This was an accidental addition.Howard Hinnant2011-10-101-1/+1
| | | | llvm-svn: 141551
* reverting change to compatibility_versionHoward Hinnant2011-10-071-1/+1
| | | | llvm-svn: 141445
* Change compatibility_versionHoward Hinnant2011-10-071-2/+3
| | | | llvm-svn: 141391
* Fix <rdar://problem/10136825>Howard Hinnant2011-10-041-2/+3
| | | | llvm-svn: 141132
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-281-2/+14
| | | | llvm-svn: 140728
* more Apple build system tweaksNick Kledzik2011-06-091-5/+6
| | | | llvm-svn: 132819
* http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not ↵Howard Hinnant2011-05-291-2/+3
| | | | | | tested this on linux. llvm-svn: 132287
* support another Apple build environmentNick Kledzik2011-05-241-2/+8
| | | | llvm-svn: 131996
* change RC_BUILDIT to RC_XBS for detecting Apple build environmentNick Kledzik2011-05-061-3/+3
| | | | llvm-svn: 130970
* <rdar://problem/9014045> more support for Apple internal build environmentsNick Kledzik2011-05-041-5/+18
| | | | llvm-svn: 130872
* Change install name to libc++.1.dylibHoward Hinnant2011-02-161-2/+2
| | | | llvm-svn: 125626
* updated buildit to work with recent clang updatesHoward Hinnant2011-01-271-1/+3
| | | | llvm-svn: 124432
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-0/+2
| | | | llvm-svn: 122057
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-2/+2
| | | | llvm-svn: 121510
* update to use new linker option to re-export from libc++abi.dylbNick Kledzik2010-10-291-5/+1
| | | | llvm-svn: 117691
* temporarily use cc to link instead of clang to work around issue with -XarchNick Kledzik2010-10-131-1/+1
| | | | llvm-svn: 116435
* Bug 7984 by Bernhard RosenkraenzerHoward Hinnant2010-10-021-1/+1
| | | | llvm-svn: 115443
* Cement ABI on clang for char16_t and char32_t. Also fixed some comments in ↵Howard Hinnant2010-09-141-1/+1
| | | | | | <iterator>. llvm-svn: 113842
* <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols ↵Nick Kledzik2010-09-101-7/+34
| | | | | | non-weak llvm-svn: 113616
* Didn't mean to change lib/buildit on the last check inHoward Hinnant2010-08-111-1/+1
| | | | llvm-svn: 110834
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-1/+1
| | | | llvm-svn: 110828
* buildit adjustmentHoward Hinnant2010-07-301-1/+1
| | | | llvm-svn: 109931
* [string.conversions]Howard Hinnant2010-06-021-1/+1
| | | | llvm-svn: 105336
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵Howard Hinnant2010-05-241-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 importHoward Hinnant2010-05-111-0/+42
llvm-svn: 103490
OpenPOWER on IntegriCloud