summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
...
* [libc++][test] <=> now has a feature-test macroCasey Carter2019-10-131-3/+2
* [libc++][test] Silence MSVC warning in std::optional testCasey Carter2019-10-121-1/+1
* [libc++] Fix linker script generationPetr Hosek2019-10-111-1/+3
* [libc++][test] Change IsSmallObject's calculation for std::any's small object...Casey Carter2019-10-101-1/+1
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-098-71/+71
* Optimize operator=(const basic_string&) for tail call.Eric Fiselier2019-10-091-1/+1
* [libc++] Workaround old versions of CMake that don't understand list(JOIN)Louis Dionne2019-10-081-1/+1
* [libc++] Move the linker script generation step to CMakeLouis Dionne2019-10-084-92/+54
* [libc++] Make sure we link all system libraries into the benchmarksLouis Dionne2019-10-083-72/+64
* [libc++] TAKE 2: Make system libraries PRIVATE dependencies of libc++Louis Dionne2019-10-081-14/+14
* [libc++] Add missing link-time dependencies to the benchmarksLouis Dionne2019-10-081-0/+9
* [libc++] Use PRIVATE to link benchmark dependenciesLouis Dionne2019-10-081-9/+9
* [libc++] Remove C++03 variadics in shared_ptr (v2)Zoe Carver2019-10-071-70/+0
* [libc++] Guard cxx_experimental settings behind LIBCXX_ENABLE_EXPERIMENTAL_LI...Alex Langford2019-10-041-6/+6
* [libc++] Localize common build flags into a single CMake functionLouis Dionne2019-10-042-20/+21
* Add an off-by-default option to enable testing for gdb pretty printers.Sterling Augustine2019-10-042-6/+11
* [libc++] Make the modules-related flags PUBLIC instead of PRIVATELouis Dionne2019-10-041-2/+2
* [libc++] Move more CMake flags to per-target definitionsLouis Dionne2019-10-042-19/+31
* Make libc++ gdb pretty printer Python 3 compatibleFangrui Song2019-10-042-10/+27
* 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
* [libc++] Add a per-target flag to include the generated config_siteLouis Dionne2019-10-033-16/+14
* [libc++] Add missing revision number in ABI changelogLouis Dionne2019-10-031-1/+1
* Fix libc++ pretty printer test for Python 3 after D67238 (take 2)Fangrui Song2019-10-031-3/+1
* [libc++] Use functions instead of global variables to set libc++ build flagsLouis Dionne2019-10-022-67/+77
* [libc++] Use a function to set warning flags per targetLouis Dionne2019-10-022-32/+35
* [libc++] Revert to using PUBLIC instead of PRIVATE when linking system libsLouis Dionne2019-10-021-14/+14
* [libc++] Use PRIVATE instead of PUBLIC when linking against system libsLouis Dionne2019-10-021-14/+14
* Fix libc++ pretty printer test for Python 3 after D67238Fangrui Song2019-10-021-1/+1
* Determine endianness at a time when it doesn't inadvertantly clear gdb's wrap...Sterling Augustine2019-10-011-7/+11
* [NFC] Fix typos in libc++ documentationLouis Dionne2019-10-011-3/+3
* [libc++] Re-apply workaround for D63883Louis Dionne2019-10-011-0/+10
* [libc++] Remove workaround for D63883Louis Dionne2019-10-011-10/+0
* [libc++] Harden usage of static_assert against C++03Louis Dionne2019-10-011-2/+2
* Refactor default constructor SFINAE in pair and tuple.Eric Fiselier2019-09-303-44/+29
* [libc++] Take 2: Implement LWG 3158Louis Dionne2019-09-275-17/+65
* [libc++] Take 2: Implement LWG 2510Louis Dionne2019-09-2624-39/+459
* [libcxx] Do not implicitly #include assert.hDavid Zarzycki2019-09-268-4/+178
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-2525-59/+6
* Add forward declaration of operator<< in <string_view> as required.Eric Fiselier2019-09-253-1/+34
* add tests that debug mode catches nullptr->string_view conversions in compari...Eric Fiselier2019-09-251-0/+5
* Add a missing default parameter to regex::assign. This is LWG3296; reviewed a...Marshall Clow2019-09-252-6/+16
* Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov2019-09-2552-475/+105
* [libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne2019-09-2432-66/+13
* [libc++] Try fixing tests that fail on GCC 5 and olderLouis Dionne2019-09-247-1/+27
* [libc++] Remove C++03 variadics in shared_ptrZoe Carver2019-09-244-323/+80
* [libc++] Implement LWG 3158Louis Dionne2019-09-245-17/+65
* [libc++] Implement LWG 2510Louis Dionne2019-09-2424-38/+387
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-238-8/+8
* [libc++] Mark iostreams test as XFAIL on older macOSesLouis Dionne2019-09-231-0/+12
OpenPOWER on IntegriCloud