Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++] Add a CMake cache for Apple-specific configuration options | Louis Dionne | 2019-09-11 | 1 | -4/+5 |
| | | | | llvm-svn: 371638 | ||||
* | [libc++] Use the monorepo for the back-deployment testing scripts | Louis Dionne | 2019-08-06 | 1 | -1/+1 |
| | | | | llvm-svn: 368077 | ||||
* | [libc++] Use the monorepo in the macos-trunk CI script | Louis Dionne | 2019-08-06 | 1 | -54/+17 |
| | | | | llvm-svn: 368051 | ||||
* | [libc++] Allow passing additional CMake arguments in macOS trunk CI script | Louis Dionne | 2019-07-19 | 1 | -1/+9 |
| | | | | llvm-svn: 366601 | ||||
* | [NFC] Build libc++ verbosely in the macOS CI | Louis Dionne | 2019-04-16 | 1 | -2/+2 |
| | | | | llvm-svn: 358529 | ||||
* | [libc++] Make sure we use new/delete from libc++abi on CI for Apple platforms | Louis Dionne | 2019-04-16 | 1 | -0/+2 |
| | | | | llvm-svn: 358524 | ||||
* | [libc++] Do not force going through xcrun to find Clang in the macOS CI scripts | Louis Dionne | 2019-03-20 | 1 | -4/+1 |
| | | | | | | | It should be possible to run those CI scripts with different compilers by simply exporting a different CXX environment variable. llvm-svn: 356562 | ||||
* | [libc++] Control whether exceptions are enabled in the macOS trunk testing ↵ | Louis Dionne | 2019-02-05 | 1 | -7/+15 |
| | | | | | | script llvm-svn: 353185 | ||||
* | [libcxx] Add a script to run CI on MacOS | Louis Dionne | 2019-01-09 | 1 | -0/+153 |
CI systems like Green Dragon should use this script so as to make reproducing errors easy locally. llvm-svn: 350740 |