summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-201-1/+1
* Marshall Clow found this memory problem in strstream using -fsanitize=address...Howard Hinnant2013-03-191-0/+2
* This is an optimization which produces improved launching time. There should...Howard Hinnant2013-03-192-20/+22
* Fix bug in test; found by AddressSanitizerMarshall Clow2013-03-181-1/+1
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-184-13/+13
* Removed raw references to _MSC_VER; now just check to see if it is defined.Marshall Clow2013-03-181-6/+6
* Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow2013-03-1810-16/+16
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-188-19/+19
* This should be nothing but a load-time optimization. I'm trying to reduce lo...Howard Hinnant2013-03-161-1/+9
* Updated link to Marshall's instructionsMarshall Clow2013-03-141-1/+1
* Some forward-looking and optimistic documentation.Howard Hinnant2013-03-142-0/+157
* This SO question: http://stackoverflow.com/questions/15344402/how-can-i-read...Howard Hinnant2013-03-111-1/+1
* Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant2013-03-082-7/+25
* Albert Wong: definition for regex_traits<_CharT>::__regex_word.Howard Hinnant2013-03-071-0/+4
* Change _LIBCPP_TYPE_VIS to use __type_visibility__(default) instead of __visi...Howard Hinnant2013-03-071-2/+6
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-0663-777/+784
* Have basic_istream::read call sgetn intead of sbumpc individual characters. ...Howard Hinnant2013-03-061-10/+3
* Correct silly type-o. Thanks Richard.Howard Hinnant2013-03-061-1/+1
* The bitset(unsigned long long) constructor was broken by the constexpr additi...Howard Hinnant2013-03-061-0/+7
* Michael van der Westhuizen: correction to the libcxx build instructions when ...Howard Hinnant2013-02-261-1/+1
* Alexey Samsonov: #ifdefs out undefined function in static build of libc++ w/o...Howard Hinnant2013-02-252-3/+10
* Constrain bind operator()() to not exist if the call is not valid. Fixes htt...Howard Hinnant2013-02-211-6/+42
* Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex...David Chisnall2013-02-191-1/+0
* Bruce Mitchener: Minor typo fixes.Howard Hinnant2013-02-153-4/+4
* [tests] Add support for a link_flags lit parameter.Daniel Dunbar2013-02-121-15/+31
* [tests] Another batch of timeout increases.Daniel Dunbar2013-02-118-12/+12
* Michael van der Westhuizen: Update instructions for building on Linux.Howard Hinnant2013-02-081-0/+75
* Add Michael van der Westhuizen to CREDITS.TXTHoward Hinnant2013-02-081-0/+3
* Michael van der Westhuizen: update to CMake.Howard Hinnant2013-02-081-110/+59
* [tests] Another batch of timeout increases.Daniel Dunbar2013-02-085-5/+5
* [tests] Add back stdc macros I accidentally refactored out.Daniel Dunbar2013-02-081-0/+1
* [tests] Increase a bunch of wait limits.Daniel Dunbar2013-02-0811-12/+12
* Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates tr...Marshall Clow2013-02-071-1/+1
* Belt and suspenders when calling sysconfMarshall Clow2013-02-071-1/+3
* Another libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-1/+1
* More libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-2/+6
* Revert accidental check-in. These changes are probably good, but premature a...Howard Hinnant2013-02-074-35/+8
* Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant2013-02-075-8/+118
* Clean up some warnings for Linux build; No functionality changeMarshall Clow2013-02-071-43/+50
* [build/Darwin] Use the correct libc++abi reexport list.Daniel Dunbar2013-02-071-1/+9
* [build] Detabify.Daniel Dunbar2013-02-071-44/+44
* Marcin Zalewski: Change the name of a template parameter in __copy_backward ...Howard Hinnant2013-02-061-2/+2
* Give a lot more timing latitude to some of the timing tests. Busy buildbots a...Howard Hinnant2013-02-065-8/+8
* [tests] Infer the cxx_under_test (as clang++).Daniel Dunbar2013-02-061-4/+11
* [tests] Change test default to run against locally built library.Daniel Dunbar2013-02-061-3/+3
* [tests] Enable use_system_lib support on Linux.Daniel Dunbar2013-02-061-1/+2
* [tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar2013-02-0616-0/+80
* [build] Create the link for the final library install name in the lib dir.Daniel Dunbar2013-02-061-0/+15
* [tests] Accept XFAIL arguments that match any part of a feature.Daniel Dunbar2013-02-061-3/+4
* [tests] XFAIL some locale tests that don't seem to work on any Darwin.Daniel Dunbar2013-02-058-0/+16
OpenPOWER on IntegriCloud