summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
...
* [libcxx] Omit unneeded locale fallbacks on Android 21+Shoaib Meenai2019-11-251-0/+2
* [libcxx] Add Sergej Jaskiewicz to CREDITS.txtSergej Jaskiewicz2019-11-211-0/+4
* [libc++] Separate -include and path to the site config fileLouis Dionne2019-11-181-1/+1
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-188-11/+37
* Update the docs for building libc++.Dan Albert2019-11-181-25/+29
* Rename __is_foo_iterator traits to reflect their Cpp17 nature.Eric Fiselier2019-11-1813-196/+200
* [libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20Eric Fiselier2019-11-164-1/+183
* [libc++] Add C++20 contiguous_iterator_tag.Eric Fiselier2019-11-163-1/+48
* [libc++] Rename __to_raw_pointer to __to_address.Eric Fiselier2019-11-167-100/+111
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-152-5/+31
* [libcxx] use __builtin_isnan in std::isnan.Ilya Tokar2019-11-151-0/+4
* [libc++] [P0920] [P1661] Update status page.Marek Kurdej2019-11-151-2/+2
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-1413-53/+53
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-146-2/+52
* libc++ status page: Fix HTML.Marek Kurdej2019-11-131-1/+1
* [libcxx testing] Fix -Wtautological-overlap-compare bugDavid Zarzycki2019-11-131-3/+3
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-1116-56/+297
* change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers2019-11-111-1/+1
* [libc++] Mark __call_once_proxy as hidden and internalLouis Dionne2019-11-111-1/+1
* libc++ status page: New papers and issues adopted in Belfastmarshall2019-11-111-1/+62
* [libc++] Validate the entire regex is consumedMark de Wever2019-11-092-11/+23
* [libc++] Fix potential OOB in poisson_distributionLouis Dionne2019-11-073-22/+98
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-075-7/+15
* [libc++] Fix some constexpr tests broken by D68837Louis Dionne2019-11-074-4/+4
* [libcxx] Make generate_feature_test_macro_components script compatible with P...Louis Dionne2019-11-061-86/+88
* [libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexprLouis Dionne2019-11-069-214/+233
* Optimize std::midpoint for integersJorg Brown2019-11-041-10/+7
* build: avoid custom handling for C++ standardSaleem Abdulrasol2019-11-021-14/+11
* [libcxx] Disable -Wconstant-evaluated for testsuiteDávid Bolvanský2019-11-011-0/+1
* [libc++] Add test and remove workaround for PR13592Louis Dionne2019-10-302-5/+10
* [libc++] Force the ABI namespace to be a reserved identifierLouis Dionne2019-10-291-1/+1
* PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.David Blaikie2019-10-282-11/+29
* [NFC] Comment endif to test commit access--global2019-10-281-1/+1
* Add all the issues to be voted upon in Belfastmarshall2019-10-261-41/+56
* [libcxx] [test] Run `chmod +x` on executables when testing via SSHLouis Dionne2019-10-251-4/+16
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-1/+1
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-2320-37/+37
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-2398-252/+252
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-2350-54/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-2223-29/+29
* [NFC] Strip trailing whitespace in test to test Github committingLouis Dionne2019-10-221-1/+1
* [libcxx] Remove shared_ptr::make_sharedZoe Carver2019-10-221-24/+21
* [NFC] Fix typos in CMake commentLouis Dionne2019-10-211-2/+2
* Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSDDimitry Andric2019-10-191-1/+3
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-193-0/+23
* [libc++][test] Use <version> to get config on MSVCCasey Carter2019-10-153-6/+6
* [libc++][test] Portability fix for std::any testsCasey Carter2019-10-141-2/+2
* [libc++][test] Add license headers to test/support/archetypes.*Casey Carter2019-10-142-0/+15
* [libc++][test] Silence more warnings in variant testsCasey Carter2019-10-144-4/+4
* [libc++][test] std::variant test cleanupCasey Carter2019-10-136-5/+7
OpenPOWER on IntegriCloud