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-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-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-11-07Provide a way to disable use of extern templates in libc++. This is ↵Howard Hinnant
intended for the clients of libc++, not the libc++ build. The dylib should always contain the extern templates. To disable the client needs to put -D'_LIBCPP_EXTERN_TEMPLATE(...)=' on the command line. llvm-svn: 167486
2012-10-13Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn ↵Howard Hinnant
when calling overflow to correctly handle negative signed character types. This fixes http://llvm.org/bugs/show_bug.cgi?id=14074. llvm-svn: 165884
2011-12-02Quash a whole bunch of warningsHoward Hinnant
llvm-svn: 145624
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-11-17license changeHoward Hinnant
llvm-svn: 119395
2010-09-23visibility-decoration.Howard Hinnant
llvm-svn: 114671
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