summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...Eric Fiselier2015-12-234-9/+189
* Fix type in tuple test. Sorry for the noiseEric Fiselier2015-12-181-2/+2
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-1811-14/+420
* Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.Eric Fiselier2015-12-162-2/+8
* Make noexcept specifications on __hash_table definitions match their declarat...Eric Fiselier2015-12-161-0/+2
* Workaround nasty GCC bug that caused testsuite to hangEric Fiselier2015-12-161-1/+3
* Remove unused _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS macroEric Fiselier2015-12-151-4/+0
* [libcxx] Enable noexcept for GCC 4.6 and greaterEric Fiselier2015-12-151-19/+15
* Mark declarations of externally instantiated functions as inline so GCC doesn...Eric Fiselier2015-12-151-2/+2
* Fix various GCC mis-configurations for newer versions.Eric Fiselier2015-12-154-9/+16
* Update paths in libc++ build instructions. Patch from Jonathan Anderson.Eric Fiselier2015-12-141-2/+2
* Update how libc++/libc++abi link the tests. Follow up on r255559.Eric Fiselier2015-12-141-3/+4
* K-Ballo pointed out a mistake in the add_lvalue_ref tests I checked in; now m...Marshall Clow2015-12-141-7/+7
* Missed this on the previous (255517) commitMarshall Clow2015-12-141-0/+49
* Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow2015-12-143-53/+10
* Add add_lvalue_ref tests for a few function types, with a note why not moreMarshall Clow2015-12-141-0/+36
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* Remove redundant _LIBCPP_ALWAYS_INLINE attribute from __convert_to_integral o...Eric Fiselier2015-12-101-9/+9
* Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov2015-12-094-86/+86
* Add 3 more missing inline/visibility attributes.Evgeniy Stepanov2015-12-092-0/+3
* Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo.Eric Fiselier2015-12-096-12/+68
OpenPOWER on IntegriCloud