| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS | Eric Fiselier | 2017-01-04 | 1 | -5/+5 |
| | | | | | | | | | | | | | | The name _LIBCPP_TYPE_VIS_ONLY is no longer accurate because both _LIBCPP_TYPE_VIS and _LIBCPP_TYPE_VIS_ONLY expand to __attribute__((__type_visibility__)) with Clang. The only remaining difference is that _LIBCPP_TYPE_VIS_ONLY can be applied to templates whereas _LIBCPP_TYPE_VIS cannot (due to dllimport/dllexport not being allowed on templates). This patch renames _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS. llvm-svn: 291035 | ||||
| * | Implement P0084r2. Changing emplace return types. | Eric Fiselier | 2016-07-21 | 1 | -3/+3 |
| | | | | | llvm-svn: 276230 | ||||
| * | Cleanup: move visibility/linkage attributes to the first declaration. | Evgeniy Stepanov | 2016-04-22 | 1 | -17/+32 |
| | | | | | | | http://reviews.llvm.org/D15404 llvm-svn: 267093 | ||||
| * | Add is_swappable/is_nothrow_swappable traits | Eric Fiselier | 2016-04-21 | 1 | -4/+12 |
| | | | | | llvm-svn: 267079 | ||||
| * | Implement LWG#2566: Requirements on the first template parameter of ↵ | Marshall Clow | 2016-03-14 | 1 | -0/+2 |
| | | | | | | | container adaptors llvm-svn: 263450 | ||||
| * | Move the default template arguments into the forward declarations for the ↵ | Marshall Clow | 2015-02-18 | 1 | -2/+2 |
| | | | | | | | container adapters: stack and queue. References PR#22605. llvm-svn: 229708 | ||||
| * | Nico Rieck: this patch series fixes visibility issues on Windows as ↵ | Howard Hinnant | 2013-08-12 | 1 | -5/+5 |
| | | | | | | | explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>. llvm-svn: 188192 | ||||
| * | No functionality change at this time. I've split _LIBCPP_VISIBLE up into ↵ | Howard Hinnant | 2013-03-06 | 1 | -5/+5 |
| | | | | | | | 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 | ||||
| * | Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ↵ | Howard Hinnant | 2012-09-14 | 1 | -1/+3 |
| | | | | | | | send me a patch to CREDITS.TXT? llvm-svn: 163862 | ||||
| * | Windows support by Ruben Van Boxem. | Howard Hinnant | 2011-10-17 | 1 | -0/+2 |
| | | | | | llvm-svn: 142235 | ||||
| * | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -31/+31 |
| | | | | | llvm-svn: 134190 | ||||
| * | noexcept for <queue>. | Howard Hinnant | 2011-06-04 | 1 | -42/+93 |
| | | | | | llvm-svn: 132650 | ||||
| * | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | | llvm-svn: 119395 | ||||
| * | visibility-decoration. | Howard Hinnant | 2010-09-22 | 1 | -29/+56 |
| | | | | | llvm-svn: 114559 | ||||
| * | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -21/+28 |
| | | | | | | | 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 | ||||
| * | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -12/+11 |
| | | | | | llvm-svn: 111750 | ||||
| * | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 103516 | ||||
| * | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+629 |
| llvm-svn: 103490 | |||||

