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 (Collapse)Author
2013-10-21Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow
llvm-svn: 193085
2013-10-13LWG Issue 2087: iostream_category() and noexceptMarshall Clow
llvm-svn: 192545
2013-10-12LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow
llvm-svn: 192539
2013-10-07G M: Rename local variable from __except to avoid MSVC keyword clash.Howard Hinnant
llvm-svn: 192072
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as ↵Howard Hinnant
explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. llvm-svn: 188192
2013-07-10move __save_flags from <random> to <ios> in preparation for reuse; no ↵Marshall Clow
functionality change llvm-svn: 185968
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into ↵Howard Hinnant
two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute. llvm-svn: 176593
2012-10-30Rename uses of _ and __ because these are getting stepped on by macros from ↵Howard Hinnant
other system code. llvm-svn: 167038
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ↵Howard Hinnant
send me a patch to CREDITS.TXT? llvm-svn: 163862
2012-08-26Hyeon-bin Jeong: libc++ fails to create any classes inherit from basic_ios ↵Howard Hinnant
if they provided char type other than char or wchar_t. It throw exception during construction, so there is no chance to imbue own ctype. This fixes http://llvm.org/bugs/show_bug.cgi?id=13698 llvm-svn: 162648
2012-07-21noexcept and constexpr applied to <ios>.Howard Hinnant
llvm-svn: 160593
2012-02-22Modernize conversion to bool to the explicit bool conversion operator ↵Howard Hinnant
(library wide). This fixes http://llvm.org/bugs/show_bug.cgi?id=12058. llvm-svn: 151088
2011-12-02Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto ↵Howard Hinnant
Ganesh Barbati llvm-svn: 145698
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
llvm-svn: 142235
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
llvm-svn: 134190
2010-12-17Effort to reduce the number of exported symbolsHoward Hinnant
llvm-svn: 122057
2010-11-17license changeHoward Hinnant
llvm-svn: 119395
2010-09-22visibility-decoration.Howard Hinnant
llvm-svn: 114545
2010-09-05Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant
flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
2010-08-22Fixing whitespace problemsHoward Hinnant
llvm-svn: 111750
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
llvm-svn: 103516
2010-05-11libcxx initial importHoward Hinnant
llvm-svn: 103490