index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
bitset
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure bitset's string constructor doesn't poison the overload set.
Eric Fiselier
2019-07-01
1
-2
/
+2
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libcxx] Call __count_bool_true for bitset count
Adhemerval Zanella
2019-01-11
1
-1
/
+1
*
[NFC][libc++] Consistently use spaces to indent
Louis Dionne
2018-08-03
1
-6
/
+6
*
Fix problems with r'890 when building on machines where sizeof(size_t) != siz...
Marshall Clow
2017-11-27
1
-3
/
+13
*
Fix PR#35438 - bitset constructor does not zero unused bits
Marshall Clow
2017-11-27
1
-1
/
+4
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-5
/
+9
*
Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...
Eric Fiselier
2017-04-19
1
-8
/
+8
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-3
/
+3
*
Avoid narrowing warnings in __bitset constructor
Dimitry Andric
2016-09-02
1
-1
/
+1
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-48
/
+18
*
Fix most GCC attribute ignored warnings
Eric Fiselier
2016-04-21
1
-1
/
+1
*
Add 3 more missing inline/visibility attributes.
Evgeniy Stepanov
2015-12-09
1
-0
/
+1
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-41
/
+82
*
Make locales (and transitively, std::endl) work reliably with gcc.
Nico Weber
2014-06-04
1
-2
/
+2
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-4
/
+4
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-4
/
+4
*
Correct silly type-o. Thanks Richard.
Howard Hinnant
2013-03-06
1
-1
/
+1
*
The bitset(unsigned long long) constructor was broken by the constexpr additi...
Howard Hinnant
2013-03-06
1
-0
/
+7
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-1
/
+1
*
Consistently label __bit_array as a struct, not a class.
Howard Hinnant
2012-08-17
1
-2
/
+2
*
Apply constexpr to <bitset>.
Howard Hinnant
2012-07-07
1
-13
/
+37
*
SFINAE __bit_iterator such that it will only get instantiated with a containe...
Howard Hinnant
2012-05-07
1
-3
/
+3
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-5
/
+5
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-6
/
+6
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
http://llvm.org/bugs/show_bug.cgi?id=10390
Howard Hinnant
2011-07-18
1
-0
/
+8
*
http://llvm.org/bugs/show_bug.cgi?id=10248
Howard Hinnant
2011-07-02
1
-0
/
+9
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-22
/
+22
*
noexcept for <bitset>.
Howard Hinnant
2011-05-27
1
-132
/
+132
*
LWG 1325
Howard Hinnant
2010-11-17
1
-12
/
+17
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-21
1
-2
/
+4
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-43
/
+43
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+1022