aboutsummaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-1/+236
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-198-16/+24
* [hurd] Fix unconditional use of PATH_MAXEric Fiselier2019-01-171-6/+25
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-165-29/+10
* correct script name in generated testsEric Fiselier2019-01-1643-89/+91
* Attempt to make test_macros.h even more minimalEric Fiselier2019-01-161-1/+12
* Fix feature test macros for atomics/mutexes without threadingEric Fiselier2019-01-165-77/+189
* Fix PR40230 - std::pair may have padding on FreeBSD.Eric Fiselier2019-01-163-3/+30
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-1613-55/+109
* Implement feature test macros using a script.Eric Fiselier2019-01-1648-1145/+7518
* Fix size_t/off_t mixup in std::filesystem.Dan Albert2019-01-151-1/+2
* Add large file support to create_file for 32-bit.Dan Albert2019-01-151-5/+41
* [libc++] Support different libc++ namespaces in the iterator testPetr Hosek2019-01-151-30/+30
* Update year in license filesHans Wennborg2019-01-151-1/+1
* [test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter2019-01-154-4/+5
* Generalize the comparison test structure to support cross-type comparisons. N...Marshall Clow2019-01-151-36/+36
* [libcxx] Mark do_open, do_get and do_close parameters unused when catopen is ...Petr Hosek2019-01-132-0/+8
* Change from a to a . Fixes PR#39871.Marshall Clow2019-01-117-23/+23
* [libcxx] Call __count_bool_true for bitset countAdhemerval Zanella2019-01-111-1/+1
* Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow2019-01-112-6/+6
* Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow2019-01-1121-142/+1209
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-1013-112/+294
* Filesystem tests: fix fs.op.relativeJF Bastien2019-01-101-43/+83
* [NFC] Always lock free test: add indirectionJF Bastien2019-01-091-1/+3
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-099-15/+9
* [libcxx] Add a script to run CI on older MacOS versionsLouis Dionne2019-01-091-0/+180
* [libcxx] Add a script to run CI on MacOSLouis Dionne2019-01-091-0/+153
* Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2019-01-092-2/+2
* [libcxx] Remove outdated XFAILs for aligned deallocationLouis Dionne2019-01-091-10/+0
* Mark two more tests as FLAKYEric Fiselier2019-01-092-0/+4
* [Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2019-01-082-9/+18
* Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow2019-01-082-0/+36
* [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-082-9/+48
* Mark more tests as flakyEric Fiselier2019-01-075-0/+10
* Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow2019-01-073-1/+35
* [libcxx] Support building hermetic static libraryPetr Hosek2019-01-063-33/+72
* Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier2019-01-0624-19/+411
* Fix flaky symlink access time test.Eric Fiselier2019-01-051-5/+7
* Revert "D56064: More tolerance for flaky tests in libc++ on NetBSD"Kamil Rytarowski2019-01-051-7/+0
* De-tab a couple tests. NFCMarshall Clow2019-01-033-6/+6
* More tolerance for flaky tests in libc++ on NetBSDKamil Rytarowski2018-12-301-0/+7
* [libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFOLouis Dionne2018-12-211-6/+2
* [NFC] Fix typo in commentLouis Dionne2018-12-211-1/+1
* Fix test case breakages caused by lexically_relative changeEric Fiselier2018-12-211-3/+3
* Don't forward declare _FilesystemClock in C++03Eric Fiselier2018-12-211-0/+2
* Fix copy paste error in file_clock testsEric Fiselier2018-12-211-3/+3
* Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier2018-12-213-6/+9
* Implement LWG 3065: Make path operators friends.Eric Fiselier2018-12-215-39/+89
* Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier2018-12-217-32/+171
* Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier2018-12-213-15/+139