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
/
ext
/
hash_map
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
1
-2
/
+3
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-2
/
+2
*
Change default bucket count in hash_set/hash_map.
Eric Fiselier
2019-08-01
1
-9
/
+10
*
Fix missing std:: qualifier in __gnu_cxx::hash_map in C++03
Eric Fiselier
2019-05-17
1
-1
/
+1
*
Remove `using namespace std;` in __gnu_cxx namespace.
Eric Fiselier
2019-05-17
1
-35
/
+34
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove usages of _LIBCPP_MSVC which is never defined
Eric Fiselier
2017-05-10
1
-1
/
+1
*
Cleanup remaining _LIBCPP_HAS_NO_<c++11-feature> usages in container headers
Eric Fiselier
2017-04-19
1
-3
/
+3
*
Refer to _LIBCPP_MSVC macro where applicable
Saleem Abdulrasool
2017-02-06
1
-1
/
+1
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-13
/
+13
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2016-04-22
1
-2
/
+4
*
Recommit r260012 - Cleanup node-type handling in the unordered containers.
Eric Fiselier
2016-02-10
1
-1
/
+1
*
Use __rebind_pointer to avoid #ifdef block
Eric Fiselier
2015-12-30
1
-16
/
+4
*
Fix warnings about pessimizing return moves for C++11 and higher
Dimitry Andric
2015-08-19
1
-1
/
+1
*
[libcxx] Fix detection of __is_final.
Eric Fiselier
2015-06-13
1
-8
/
+7
*
In many places, there was an #ifdef/#else block that selected one of two impl...
Marshall Clow
2015-04-07
1
-14
/
+2
*
[libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.
Peter Collingbourne
2014-03-03
1
-2
/
+2
*
G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...
Howard Hinnant
2013-10-04
1
-1
/
+5
*
Zhihao Yuan noted that there were a few unneeded statements. Eliminated the...
Howard Hinnant
2013-08-22
1
-1
/
+1
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-13
/
+13
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-13
/
+13
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11461. Credit Alberto Ganesh Barbati.
Howard Hinnant
2011-12-11
1
-2
/
+10
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-5
/
+5
*
Add a new hash class in __gnu_ext for the extension containers. There
Alexis Hunt
2011-07-29
1
-0
/
+1
*
Add two missing members from the extension hash containers. The first is
Alexis Hunt
2011-07-29
1
-0
/
+6
*
http://llvm.org/bugs/show_bug.cgi?id=10469
Howard Hinnant
2011-07-24
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-8
/
+8
*
Qualify calls to addressof with std::. Bug 9106
Howard Hinnant
2011-02-02
1
-4
/
+4
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-21
1
-42
/
+120
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-3
/
+3
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-3
/
+3
*
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
/
+908