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
2018-07-12[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne
2018-02-01Add static_asserts to basic_ios and basic_stream_buf to ensure that that the ...Marshall Clow
2017-09-12Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow
2017-07-24make sure that we don't call basic_streambuf::gbump with a value bigger than ...Marshall Clow
2017-06-01[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-01-05[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-09-16[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier
2016-09-16[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier
2016-06-10[streambuf] Added call to traits_type::copy to common case in xsgetn()Evandro Menezes
2016-01-08Revert "Remove visibility attributes from out-of-class method definitions in ...Evgeniy Stepanov
2015-12-10Remove visibility attributes from out-of-class method definitions in iostreams.Evgeniy Stepanov
2015-02-19Make basic_streambuf::xsputn write characters in chunks whenever possible, in...Marshall Clow
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-07Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-10-13Use traits_type::to_int_type in basic_streambuf<_CharT, _Traits>::xsputn when...Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-07-01_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2010-11-17license changeHoward Hinnant
2010-09-23visibility-decoration.Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-12Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant