summaryrefslogtreecommitdiffstats
path: root/libcxx/utils
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Add a CMake cache for Apple-specific configuration optionsLouis Dionne2019-09-112-6/+10
* Add gdb pretty printers for a wide variety of libc++ data structures (take 2).Sterling Augustine2019-09-051-0/+992
* Don't assume libcxx_gdb is always set.Sterling Augustine2019-09-051-2/+3
* [libcxx] Codesign test executables if necessaryVedant Kumar2019-09-053-10/+76
* Add testing infrastructure to check if gdb is available for testing.Sterling Augustine2019-09-051-0/+6
* Revert "Add gdb pretty printers for a wide variety of libc++ data structures."Sterling Augustine2019-08-311-992/+0
* Add gdb pretty printers for a wide variety of libc++ data structures.Sterling Augustine2019-08-301-0/+992
* [libc++] Improve Python 3 compatibility for merge_archives.pyLouis Dionne2019-08-231-1/+2
* libcxx: Make gen_link_script.py print contents only in --dryrun modeNico Weber2019-08-231-2/+3
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-2/+2
* fix buildbot start script to no longer hangEric Fiselier2019-08-201-1/+1
* bump lld version used by buildbotsEric Fiselier2019-08-201-2/+2
* [libc++] Populate a lit feature including the compiler patch levelLouis Dionne2019-08-201-1/+3
* [libc++] Fix environment variable passing in libc++'s `SSHExecutor` `lit` uti...Louis Dionne2019-08-081-1/+1
* [pstl] Add a __pstl_config_site header to record the CMake configurationLouis Dionne2019-08-081-4/+6
* [libc++] Use the monorepo for the back-deployment testing scriptsLouis Dionne2019-08-062-59/+27
* [libc++] Use the monorepo in the macos-trunk CI scriptLouis Dionne2019-08-061-54/+17
* [libc++] Accept any non-zero return for .fail.cpp testsLouis Dionne2019-08-051-2/+2
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+7
* Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."Eric Fiselier2019-08-041-1/+0
* Suppress -Wctad-maybe-unsupported on types w/o deduction guides.Eric Fiselier2019-08-031-0/+1
* [benchmark] Fix win32 link on case-sensitive fsRoman Lebedev2019-07-302-1/+5
* add more information to benchmark test failuresEric Fiselier2019-07-301-1/+1
* Ensure __config_site definitions are passed to modules tests.Eric Fiselier2019-07-291-8/+7
* [AIX][lit] Don't depend on psutil on AIXDavid Tenty2019-07-241-16/+19
* [RISCV] Implement benchmark::cycleclock::NowRoger Ferrer Ibanez2019-07-242-0/+21
* [libc++] Do not infer support for C++17 in GCC < 7Louis Dionne2019-07-221-0/+1
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-7/+0
* [libc++] Allow passing additional CMake arguments in macOS trunk CI scriptLouis Dionne2019-07-191-1/+9
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+7
* Tolerate import errors in "not.py" implementationEric Fiselier2019-07-121-4/+12
* [libc++] Update availability markup for Filesystem on Apple platformsLouis Dionne2019-07-031-3/+3
* [libcxx] [test] Read files as bytestrings to fix py3 encoding issuesMichal Gorny2019-06-241-6/+8
* Reconfigure docker builders to be more modular.Eric Fiselier2019-06-1812-510/+303
* attempt to unbreak buildbotsEric Fiselier2019-06-142-2/+9
* [libcxx] Use libtool when merging archives on Apple platformsPetr Hosek2019-06-021-2/+20
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-231-1/+8
* Fix permission error while running botsEric Fiselier2019-04-281-0/+1
* attempt to unbreak build botsEric Fiselier2019-04-282-5/+7
* Attempt to switch to auto-scaling botsEric Fiselier2019-04-283-0/+117
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-251-0/+6
* Add std::is_constant_evaluated.Eric Fiselier2019-04-241-1/+2
* [libcxx] Use relative path for libc++ library when generating scriptPetr Hosek2019-04-231-1/+4
* [libcxx] Update gen_link_script.py to support different input and outputPetr Hosek2019-04-221-61/+32
* [libc++] Link against libc++abi in the libc++abi testsLouis Dionne2019-04-181-1/+5
* [libc++] Make sure we re-export some missing libc++abi symbols from libc++Louis Dionne2019-04-181-9/+0
* [NFC] Build libc++ verbosely in the macOS CILouis Dionne2019-04-161-2/+2
* [libc++] Make sure we use new/delete from libc++abi on CI for Apple platformsLouis Dionne2019-04-161-0/+2
* [libc++] Make sure that the symbol differ takes into account symbol typesLouis Dionne2019-04-151-3/+3
* [libc++] Run back-deployment CI against previously-released libc++abi dylibsLouis Dionne2019-04-121-3/+1
OpenPOWER on IntegriCloud