summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-22 [libcxx] Remove shared_ptr::make_sharedHEADmasterZoe Carver
2019-10-21[NFC] Fix typos in CMake commentLouis Dionne
2019-10-19Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSDDimitry Andric
2019-10-19P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith
2019-10-15[libc++][test] Use <version> to get config on MSVCCasey Carter
2019-10-14[libc++][test] Portability fix for std::any testsCasey Carter
2019-10-14[libc++][test] Add license headers to test/support/archetypes.*Casey Carter
2019-10-14[libc++][test] Silence more warnings in variant testsCasey Carter
2019-10-13[libc++][test] std::variant test cleanupCasey Carter
2019-10-13[libc++][test] <=> now has a feature-test macroCasey Carter
2019-10-12[libc++][test] Silence MSVC warning in std::optional testCasey Carter
2019-10-11[libc++] Fix linker script generationPetr Hosek
2019-10-10[libc++][test] Change IsSmallObject's calculation for std::any's small object...Casey Carter
2019-10-09[libc++][test] Miscellaneous MSVC cleanupsCasey Carter
2019-10-09Optimize operator=(const basic_string&) for tail call.Eric Fiselier
2019-10-08[libc++] Workaround old versions of CMake that don't understand list(JOIN)Louis Dionne
2019-10-08[libc++] Move the linker script generation step to CMakeLouis Dionne
2019-10-08[libc++] Make sure we link all system libraries into the benchmarksLouis Dionne
2019-10-08[libc++] TAKE 2: Make system libraries PRIVATE dependencies of libc++Louis Dionne
2019-10-08[libc++] Add missing link-time dependencies to the benchmarksLouis Dionne
2019-10-08[libc++] Use PRIVATE to link benchmark dependenciesLouis Dionne
2019-10-07 [libc++] Remove C++03 variadics in shared_ptr (v2)Zoe Carver
2019-10-04[libc++] Guard cxx_experimental settings behind LIBCXX_ENABLE_EXPERIMENTAL_LI...Alex Langford
2019-10-04[libc++] Localize common build flags into a single CMake functionLouis Dionne
2019-10-04Add an off-by-default option to enable testing for gdb pretty printers.Sterling Augustine
2019-10-04[libc++] Make the modules-related flags PUBLIC instead of PRIVATELouis Dionne
2019-10-04[libc++] Move more CMake flags to per-target definitionsLouis Dionne
2019-10-04Make libc++ gdb pretty printer Python 3 compatibleFangrui Song
2019-10-03Attempt to remove linker workaround on the buildbots: Attempt 2Eric Fiselier
2019-10-03Attempt to remove linker workaround on the buildbots.Eric Fiselier
2019-10-03[libc++] Add a per-target flag to include the generated config_siteLouis Dionne
2019-10-03[libc++] Add missing revision number in ABI changelogLouis Dionne
2019-10-03Fix libc++ pretty printer test for Python 3 after D67238 (take 2)Fangrui Song
2019-10-02[libc++] Use functions instead of global variables to set libc++ build flagsLouis Dionne
2019-10-02[libc++] Use a function to set warning flags per targetLouis Dionne
2019-10-02[libc++] Revert to using PUBLIC instead of PRIVATE when linking system libsLouis Dionne
2019-10-02[libc++] Use PRIVATE instead of PUBLIC when linking against system libsLouis Dionne
2019-10-02Fix libc++ pretty printer test for Python 3 after D67238Fangrui Song
2019-10-01Determine endianness at a time when it doesn't inadvertantly clear gdb's wrap...Sterling Augustine
2019-10-01[NFC] Fix typos in libc++ documentationLouis Dionne
2019-10-01[libc++] Re-apply workaround for D63883Louis Dionne
2019-10-01[libc++] Remove workaround for D63883Louis Dionne
2019-10-01[libc++] Harden usage of static_assert against C++03Louis Dionne
2019-09-30Refactor default constructor SFINAE in pair and tuple.Eric Fiselier
2019-09-27[libc++] Take 2: Implement LWG 3158Louis Dionne
2019-09-26[libc++] Take 2: Implement LWG 2510Louis Dionne
2019-09-26[libcxx] Do not implicitly #include assert.hDavid Zarzycki
2019-09-25[libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne
2019-09-25Add forward declaration of operator<< in <string_view> as required.Eric Fiselier
2019-09-25add tests that debug mode catches nullptr->string_view conversions in compari...Eric Fiselier