aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-22Support old GCC exception and rtti detection macrosEric Fiselier1-2/+4
2016-06-22Add tests for RTTI/exceptions test macros.Eric Fiselier5-0/+105
2016-06-22Fix exception/rtti detection in tests.Eric Fiselier1-2/+2
2016-06-22Make shared_ptr constructor tests use count_new.hppEric Fiselier5-151/+92
2016-06-22Make locale constructors tests use count_new.hppEric Fiselier8-129/+18
2016-06-22Placate MSVC's unchecked malloc warnings.Eric Fiselier4-5/+12
2016-06-22UBSan doesn't globally replace new/delete but it still makes some tests fail....Eric Fiselier7-1/+20
2016-06-22Cleanup [list.modifiers] tests.Eric Fiselier13-404/+185
2016-06-22Don't use non-conforming pointer_traits specialization it tests.Eric Fiselier1-1/+3
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier42-0/+0
2016-06-22Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier19-8/+39
2016-06-22Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...Eric Fiselier15-0/+0
2016-06-22Move typoed dir meta.hel to meta.helpEric Fiselier2-0/+0
2016-06-22Use static_assert instead of runtime assert in std::money_base tests.Eric Fiselier1-7/+7
2016-06-22Remove locale tests that depend on LC_ALL. These are non-portable.Eric Fiselier2-32/+0
2016-06-22Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.comEric Fiselier5-6/+6
2016-06-22Avoid huge main() functions and huge arrays. Patch from STL@microsoft.comEric Fiselier10-2458/+2689
2016-06-22Don't use C++17 terse static assert. Patch from STL@microsoft.comEric Fiselier8-120/+120
2016-06-22Fix operator precedence mistake in valarray/not.pass.cpp. Patch from STL@micr...Eric Fiselier1-1/+1
2016-06-22Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.comEric Fiselier1-1/+5
2016-06-22Avoid assignment in return. Patch from STL@microsoft.comEric Fiselier2-2/+2
2016-06-22Suppress unused warnings in std::invoke tests.Eric Fiselier1-4/+4
2016-06-22Guard libc++ assumption about identity hashing in test. Patch from STL@micros...Eric Fiselier1-3/+7
2016-06-22Guard use of non-standard macros in denorm_min() tests.Eric Fiselier1-0/+11
2016-06-22Allow placement new array test to consume extra bytes as specified by the sta...Eric Fiselier1-4/+8
2016-06-22Move native_handle thread tests to test/libcxxEric Fiselier5-0/+0
2016-06-21Fix PR27684 - std::tuple no longer accepts reference to incomplete type in so...Eric Fiselier3-21/+57
2016-06-21Implement LWG issue 2720. Replace perms::resolve_symlinks with perms::symlink...Eric Fiselier4-13/+21
2016-06-21Implement LWG issue 2725. The issue should move this meetingEric Fiselier2-1/+7
2016-06-21Allow the libc++ build/source paths to contain symlinks.Eric Fiselier2-0/+4
2016-06-19Add entry to CREDITS.TXT for propagate_constJonathan Coe1-0/+4
2016-06-19Implement std::experimental::propagate_const from LFTS v2Jonathan Coe44-0/+2135
2016-06-19Test commit; remove some spaces at EOL. No functional change.Marshall Clow1-3/+3
2016-06-19Fix various undefined behavior found by UBSan.Eric Fiselier6-24/+45
2016-06-19Implement LWG issue 1169. num_get not fully compatible with strto*Eric Fiselier7-9/+130
2016-06-19Add UBSan blacklist for <__tree> and <__hash_table>Eric Fiselier2-1/+6
2016-06-19Fix bugs in last_write_time implementation.Eric Fiselier2-40/+145
2016-06-18Remove Apple specific guard for utimensat. Use !defined(UTIME_OMIT) instead.Eric Fiselier1-5/+4
2016-06-18Add -Wno-covered-switch-default while compiling libc++Eric Fiselier1-0/+1
2016-06-18Fix SleepFor(...) helper when a monotonic clock is not available.Eric Fiselier1-3/+7
2016-06-18Use monotonic clock in synthetic SleepFor test helperEric Fiselier1-2/+2
2016-06-18Use utimes instead of utimensat when !defined(UTIME_OMIT). Fixes build for ol...Eric Fiselier1-1/+3
2016-06-18Fix 3 bugs in filesystem tests and implementation.Eric Fiselier4-40/+41
2016-06-18Enable building and using atomic shared_ptr for GCC.Eric Fiselier2-6/+5
2016-06-18Add additional tests in an attempt to diagnose ARM test failures.Eric Fiselier4-14/+65
2016-06-18Add checkpoints to string allocation test to help with debugging arm failures.Eric Fiselier1-1/+6
2016-06-17Fix bugs in recursive_directory_iterator::increment(ec) implementation and te...Eric Fiselier2-18/+23
2016-06-17Work around GCC bug in tests. The bug has been fixed in GCC 6.0Eric Fiselier1-2/+2
2016-06-17Fix initialization of test case array in C++11Eric Fiselier1-1/+3
2016-06-17Fix bugs in recursive_directory_iterator implementation and tests.Eric Fiselier3-24/+48