summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code missed in r258852.Eric Fiselier2016-01-261-6/+0
* Fix PR26103 - Error calling is_convertible with incomplete type. Patch from M...Eric Fiselier2016-01-262-2/+9
* Implement LWG#2385; remove the allocator-aware std::function::assign call. It...Marshall Clow2016-01-253-4/+11
* Revert "unordered_map: Reuse insert logic in emplace when possible, NFC"Duncan P. N. Exon Smith2016-01-231-27/+3
* Fix test to pass in C++03Marshall Clow2016-01-231-16/+51
* unordered_map: Reuse insert logic in emplace when possible, NFCDuncan P. N. Exon Smith2016-01-221-3/+27
* unordered: Rename __construct_node_hash() to allow forwarding, NFCDuncan P. N. Exon Smith2016-01-221-8/+10
* Add __uncvref type for use in later patchesEric Fiselier2016-01-221-0/+7
* Implement LWG#2101 'Some transformation types can produce impossible types' ...Marshall Clow2016-01-218-27/+320
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-2124-1/+48
* Use TEST_STD_VER instead of __has_feature to detect noexcept. This fixes the ...Eric Fiselier2016-01-201-2/+3
* More string fixes for noexcept cases. Apparently I didn't get them all in r25...Marshall Clow2016-01-205-1/+9
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-2012-3/+39
* Got the test backwards in r258279. Fixed that and de-tabbedMarshall Clow2016-01-201-166/+166
* Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow2016-01-205-0/+29
* Add link to 3rd party GDB pretty-printersEric Fiselier2016-01-201-0/+13
* Fix enviroment variables when running shell scriptsEric Fiselier2016-01-191-1/+1
* Add more missing license headersEric Fiselier2016-01-1911-0/+95
* Add missing license headersEric Fiselier2016-01-1917-0/+148
* Mark slow ASAN/MSAN tests as XFAIL for now.Eric Fiselier2016-01-193-0/+10
* Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...Marshall Clow2016-01-192-0/+4
* Tame a -Wunknown-attributes warningJonathan Roelofs2016-01-131-1/+1
* Better comments in test. NFCMarshall Clow2016-01-131-2/+3
* Fix test for C++03 - lacking noexceptMarshall Clow2016-01-131-0/+4
* Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow2016-01-1343-112/+771
* Update version to 3.9Hans Wennborg2016-01-131-1/+1
* [WebAssembly] Set std::numeric_limits's traps field for WebAssembly.Dan Gohman2016-01-132-2/+4
* One more missing std:: qualification from JonathanMarshall Clow2016-01-121-1/+2
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-1259-116/+175
* Put the definition of _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK in the rig...Marshall Clow2016-01-121-5/+5
* Preemptively disable unsigned integer sanitization in 32 and 64 bit versions ...Marshall Clow2016-01-112-2/+11
* Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov2016-01-084-86/+86
* [libcxx] Set LC_ALL rather than LC_COLLATE to override collation.Ahmed Bougacha2016-01-071-1/+1
* Add explicit include directives; the file was getting implicitly included alr...Marshall Clow2016-01-054-0/+4
* Remove some test scaffolding that I added and then didn't need. No functional...Marshall Clow2016-01-051-29/+0
* First half of LWG#2354: 'Unnecessary copying when inserting into maps with br...Marshall Clow2016-01-057-4/+235
* [libcxx] Fix typo in darwin target_info.py introduced by r256621.Ahmed Bougacha2016-01-041-1/+1
* Print stacktrace with UBSANEric Fiselier2016-01-041-0/+1
* Remove unsafe "__as_link()" cast member function.Eric Fiselier2016-01-041-27/+53
* Use __rebind_pointer to avoid #ifdef blockEric Fiselier2015-12-306-202/+46
* [libcxx] Fix for ALL undefined behavior in <list>.Eric Fiselier2015-12-302-129/+165
* Fix locale feature testing in test suite.Eric Fiselier2015-12-301-8/+28
* Revert r256606 due to compiler-rt sanitizer bot failuresEric Fiselier2015-12-302-48/+27
* Cleanup CMake for out-of-tree buildsEric Fiselier2015-12-302-27/+48
* Fix test failure in 32 bit modeEric Fiselier2015-12-291-4/+78
* Mark LWG defect #2367 as completeEric Fiselier2015-12-291-1/+1
* [libcxx] Fixing the Mac / Darwin buildBen Craig2015-12-291-0/+1
* [libcxx] Fixing silly mistake from last commit.Ben Craig2015-12-291-1/+1
* [libcxx] Fixing the Linux sanitizer buildsBen Craig2015-12-291-1/+2
* [libcxx] Refactoring target_info.pyBen Craig2015-12-292-182/+173
OpenPOWER on IntegriCloud