summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-16correct script name in generated testslinaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allyesconfigEric Fiselier
2019-01-16Attempt to make test_macros.h even more minimallinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfigEric Fiselier
2019-01-16Fix feature test macros for atomics/mutexes without threadinglinaro-local/ci/tcwg_kernel/llvm-master-arm-lts-defconfigEric Fiselier
2019-01-16Fix PR40230 - std::pair may have padding on FreeBSD.Eric Fiselier
2019-01-16Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.Eric Fiselier
2019-01-16Implement feature test macros using a script.linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allyesconfigEric Fiselier
2019-01-15Fix size_t/off_t mixup in std::filesystem.linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfigDan Albert
2019-01-15Add large file support to create_file for 32-bit.Dan Albert
2019-01-15[libc++] Support different libc++ namespaces in the iterator testPetr Hosek
2019-01-15Update year in license filesHans Wennborg
2019-01-15[test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter
2019-01-15Generalize the comparison test structure to support cross-type comparisons. N...Marshall Clow
2019-01-13[libcxx] Mark do_open, do_get and do_close parameters unused when catopen is ...Petr Hosek
2019-01-11Change from a to a . Fixes PR#39871.Marshall Clow
2019-01-11[libcxx] Call __count_bool_true for bitset countAdhemerval Zanella
2019-01-11Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow
2019-01-11Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne
2019-01-10Filesystem tests: fix fs.op.relativeJF Bastien
2019-01-09[NFC] Always lock free test: add indirectionJF Bastien
2019-01-09[NFC] Normalize some test 'main' signaturesJF Bastien
2019-01-09[libcxx] Add a script to run CI on older MacOS versionsLouis Dionne
2019-01-09[libcxx] Add a script to run CI on MacOSLouis Dionne
2019-01-09Mark two UDL tests as being unsupported with Clang 7Eric Fiselier
2019-01-09[libcxx] Remove outdated XFAILs for aligned deallocationLouis Dionne
2019-01-09Mark two more tests as FLAKYEric Fiselier
2019-01-08[Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne
2019-01-08Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow
2019-01-08[libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai
2019-01-07Mark more tests as flakyEric Fiselier
2019-01-07Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow
2019-01-06[libcxx] Support building hermetic static libraryPetr Hosek
2019-01-06Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier
2019-01-05Fix flaky symlink access time test.Eric Fiselier
2019-01-05Revert "D56064: More tolerance for flaky tests in libc++ on NetBSD"Kamil Rytarowski
2019-01-03De-tab a couple tests. NFCMarshall Clow
2018-12-30More tolerance for flaky tests in libc++ on NetBSDKamil Rytarowski
2018-12-21[libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFOLouis Dionne
2018-12-21[NFC] Fix typo in commentLouis Dionne
2018-12-21Fix test case breakages caused by lexically_relative changeEric Fiselier
2018-12-21Don't forward declare _FilesystemClock in C++03Eric Fiselier
2018-12-21Fix copy paste error in file_clock testsEric Fiselier
2018-12-21Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier
2018-12-21Implement LWG 3065: Make path operators friends.Eric Fiselier
2018-12-21Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier
2018-12-21Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier
2018-12-21Mark two filesystem LWG issues as complete - nothing to doEric Fiselier
2018-12-20[libcxx] Fix order checking in unordered_multimap tests.Louis Dionne
2018-12-19[libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai