summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2018-10-01Remove redundant null pointer check in operator deleteFangrui Song
2018-10-01Attempt to fix aligned allocation configuration under clang-clEric Fiselier
2018-10-01Remove one more warning from clang-cl buildEric Fiselier
2018-10-01Fix Shadowing warning on WindowsEric Fiselier
2018-10-01Fix even more Clang warnings.Eric Fiselier
2018-10-01Bump default dialect to C++14 for clang-clEric Fiselier
2018-10-01Remove even more clang-cl warningsEric Fiselier
2018-10-01Mork more tests as FLAKYEric Fiselier
2018-10-01Remove even more warnings from clang-cl buildEric Fiselier
2018-10-01Turn off warnings under clang-clEric Fiselier
2018-10-01Fix threaded test under no-threading configurationEric Fiselier
2018-10-01Attempt to unbreak Windows configuration.Eric Fiselier
2018-09-29[cxx2a] Fix warning triggered by r343285Vitaly Buka
2018-09-26[libc++] Remove Fuchsia-specific knowledge to pick the ABI versionLouis Dionne
2018-09-25Revert r342936 "Remove redundant null pointer check in operator delete"Louis Dionne
2018-09-25Remove redundant null pointer check in operator deleteFangrui Song
2018-09-23[libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne
2018-09-23[libcxx] Fix buildbots on DebianLouis Dionne
2018-09-23[libcxx] Document new symbols __u64toa and __u32toa on DarwinLouis Dionne
2018-09-23[libc++] Add deprecated attributes to many deprecated componentsLouis Dionne
2018-09-23[NFC][libcxx] Rename helpers with 4 underscores to something more reasonableLouis Dionne
2018-09-22[NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_BENCHMARKSLouis Dionne
2018-09-22Mark [[nodiscard]] tests unsupported on GCC prior to 7.0Eric Fiselier
2018-09-22Fix UB in SIMD tests.Eric Fiselier
2018-09-22[libcxx] Readjust nodiscard_extensions.pass.cpp test - just disable for ASANRoman Lebedev
2018-09-22Mark test as flakyEric Fiselier
2018-09-22Correct docs to reference the new libc++ lists.Eric Fiselier
2018-09-22[libcxx] Blind attempt to fix harmless leak in nodiscard_extensions.pass.cpp ...Roman Lebedev
2018-09-22[libcxx] Fix the definition of the check-cxx-abilist target on DarwinLouis Dionne
2018-09-22Document new symbols for __u64toa and __u32toaZhihao Yuan
2018-09-22[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...Roman Lebedev
2018-09-22Similar to the handling of darwin target triples, strip the versionDimitry Andric
2018-09-20fix some typos in the docSylvestre Ledru
2018-09-20add a quick link to libc++abiSylvestre Ledru
2018-09-20refresh the libc++ homepageSylvestre Ledru
2018-09-20Fix diagnostic regex in variant tests to tolerate older clang versionsEric Fiselier
2018-09-19Revert "Implement LWG 2221 - No formatted output operator for nullptr."Volodymyr Sapsai
2018-09-19Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as ht...Marshall Clow
2018-09-19Don't require relops on variant alternatives to all return the sameEric Fiselier
2018-09-19Remove unused include of "verbose_assert.h"Marshall Clow
2018-09-17Fix typoFangrui Song
2018-09-13Mark LWG#3102 as complete. No code changes, but I updated a test or twoMarshall Clow
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow
2018-09-12Actually mark LWG#2953, don't just say you've done so in r342070Marshall Clow
2018-09-12mark LWG#2953 as complete. No code changes required, but added a couple of ex...Marshall Clow
2018-09-12Update the failure annotations for the uncaught_exceptions test. The underlyi...Marshall Clow
2018-09-12Implement LWG #3017. list splice functions should use addressofMarshall Clow
2018-09-11Update the synopsis for <version>. NFCMarshall Clow
2018-09-11Fix PR# 38900 - don't call swap inside of random_shuffle when we'd be swappin...Marshall Clow
2018-09-10ReleaseNotes: update links to use httpsHans Wennborg