Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-08-24Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-22Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...Howard Hinnant
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-08-01Taking another swing at correctly optimizing fill_n.Howard Hinnant
2013-08-01Constrain fill_n -> memset operations to include implicit convertibility to u...Howard Hinnant
2013-07-23Fix a bug in std::fill_n where memset would end up being called in cases when...Anders Carlsson
2013-05-10Fix incorrect type usage; nice catch by SebastianMarshall Clow
2013-05-10Implement n3607: 'equal', 'mismatch', and 'is_permutation'Marshall Clow
2013-04-04Somehow search_n never got tested, so of course it had a bug in it. This fix...Howard Hinnant
2013-02-08Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates tr...Marshall Clow
2013-02-07Marcin Zalewski: Change the name of a template parameter in __copy_backward ...Howard Hinnant
2012-11-07Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-08-03Performance tweaking rotate.Howard Hinnant
2012-07-26<algorithm> no longer needs to include <cstdlib>, but can get away with just ...Howard Hinnant
2012-04-03Update <random> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant
2012-04-02This is an initial commit of constexpr support as proposed by Richard Smith. ...Howard Hinnant
2011-12-29The exception recovery mechanism for the uninitialized_* algorithms did not w...Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-11-28Remove redundant iterator assignment detected by Marshall ClowHoward Hinnant
2011-10-27Fixed bug in __independent_bits_engine found by Nick (from stackoverflow)Howard Hinnant
2011-10-23More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-09-14Initial checkin for debug mode (version 2)Howard Hinnant
2011-08-13Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-27noexcept for <utility>. This included a little repair on pair, and some noex...Howard Hinnant
2011-02-27Fix copy_n to increment only n-1 times for an input iterator. This works muc...Howard Hinnant
2011-02-14Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant
2010-11-20N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant
2010-11-18LWG 1432Howard Hinnant
2010-11-17license changeHoward Hinnant
2010-10-22Fixed bug in random_shuffle to avoid swapping with selfHoward Hinnant
2010-09-05Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-22US 122, N3106Howard Hinnant
2010-05-28weekly test results plus a bug fix clang foundHoward Hinnant
2010-05-26Completed [alg.random.shuffle].Howard Hinnant
2010-05-24patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant