summaryrefslogtreecommitdiff
path: root/libcxx/utils
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fix a typo in config.pySergej Jaskiewicz2019-12-261-1/+1
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-121-2/+0
* [libcxx] Replace func_name with __name__ for compatibility with Python 3Sergej Jaskiewicz2019-12-111-2/+2
* [libcxx] [test] Query the target platform, not the host oneLouis Dionne2019-12-104-36/+91
* [libcxx] Add -Wno-deprecated-copy to the test configDavid Zarzycki2019-11-291-0/+1
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-141-0/+6
* [libcxx] Make generate_feature_test_macro_components script compatible with P...Louis Dionne2019-11-061-86/+88
* [libcxx] Disable -Wconstant-evaluated for testsuiteDávid Bolvanský2019-11-011-0/+1
* [libcxx] [test] Run `chmod +x` on executables when testing via SSHLouis Dionne2019-10-251-4/+16
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-2310-11/+0
* [libc++] Move the linker script generation step to CMakeLouis Dionne2019-10-081-58/+0
* Make libc++ gdb pretty printer Python 3 compatibleFangrui Song2019-10-041-3/+15
* Attempt to remove linker workaround on the buildbots: Attempt 2Eric Fiselier2019-10-031-7/+0
* Attempt to remove linker workaround on the buildbots.Eric Fiselier2019-10-031-7/+0
* Determine endianness at a time when it doesn't inadvertantly clear gdb's wrap...Sterling Augustine2019-10-011-7/+11
* [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