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
Commit message (
Expand
)
Author
Age
Files
Lines
*
I've become quite disatsified with the lack of noexcept specifications on con...
Howard Hinnant
2011-06-02
2
-27
/
+90
*
noexcept for forward_list.
Howard Hinnant
2011-06-02
1
-39
/
+52
*
noexcept for deque.
Howard Hinnant
2011-06-02
1
-51
/
+64
*
Experimental support for a meaningful __is_swappable<T>::value. This does no...
Howard Hinnant
2011-06-01
3
-3
/
+16
*
Turning on cxx_nullptr exposed a latent bug in is_function, causing nullptr t...
Howard Hinnant
2011-06-01
1
-6
/
+7
*
I've seen this question enough times to know that it should be fixed: http://...
Howard Hinnant
2011-05-31
1
-6
/
+21
*
noexcept for <array>.
Howard Hinnant
2011-05-31
2
-48
/
+67
*
Upgrade <ratio> to use template aliases when available.
Howard Hinnant
2011-05-31
1
-0
/
+36
*
noexcept for Chapter 22 [localization].
Howard Hinnant
2011-05-31
3
-91
/
+91
*
Add _ATTRIBUTE macro for gcc: Justin Hibbits
Howard Hinnant
2011-05-31
1
-0
/
+2
*
noexcept for Chapter 21 [strings].
Howard Hinnant
2011-05-29
2
-315
/
+530
*
http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not teste...
Howard Hinnant
2011-05-29
1
-2
/
+3
*
minor documentation update
Howard Hinnant
2011-05-29
1
-1
/
+1
*
noexcept for <typeindex>. This completes Chapter 20 [utilities].
Howard Hinnant
2011-05-28
1
-20
/
+27
*
noexcept for <scoped_allocator>.
Howard Hinnant
2011-05-28
1
-48
/
+51
*
noexcept for <chrono>.
Howard Hinnant
2011-05-28
2
-13
/
+13
*
noexcept for <functional>.
Howard Hinnant
2011-05-28
2
-95
/
+89
*
noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...
Howard Hinnant
2011-05-28
8
-322
/
+458
*
noexcept for <bitset>.
Howard Hinnant
2011-05-27
2
-150
/
+159
*
noexcept for <tuple>. And in the process learned that I had done it wrong fo...
Howard Hinnant
2011-05-27
4
-40
/
+111
*
noexcept for <utility>. This included a little repair on pair, and some noex...
Howard Hinnant
2011-05-27
3
-29
/
+80
*
Applied noexcept to everything in [diagnostics] (Chapter 19)
Howard Hinnant
2011-05-26
6
-141
/
+149
*
Turn on cxx_alias_templates support
Howard Hinnant
2011-05-26
1
-2
/
+2
*
Applied noexcept to everything in [language.support] (Chapter 18)
Howard Hinnant
2011-05-26
8
-266
/
+273
*
Added [[noreturn]] attribute everywhere it should be
Howard Hinnant
2011-05-26
3
-11
/
+17
*
support another Apple build environment
Nick Kledzik
2011-05-24
2
-12
/
+24
*
on Darwin re-export C++0x type infos
Nick Kledzik
2011-05-24
1
-9
/
+9
*
http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki
Howard Hinnant
2011-05-24
2
-0
/
+2
*
Fix const correctness bug in bind involving reference_wrapper found by Jonath...
Howard Hinnant
2011-05-22
1
-10
/
+12
*
__invokable and __invoke_of now check for incomplete types and issue a compil...
Howard Hinnant
2011-05-22
2
-5
/
+148
*
This is a simplified (and superior) implementation of __invoke, __invokable a...
Howard Hinnant
2011-05-20
2
-213
/
+55
*
Simplied bind using __invoke. In the process, found and fixed a couple of bu...
Howard Hinnant
2011-05-19
3
-26
/
+37
*
I had a giant misunderstanding of what 'synchronizes with' meant in [futures....
Howard Hinnant
2011-05-19
5
-23
/
+316
*
This commit was accidental. Reverting.
Howard Hinnant
2011-05-18
1
-2
/
+2
*
A bunch of future tests got invalidated with the latest updates to thread. F...
Howard Hinnant
2011-05-17
17
-47
/
+47
*
Fix ambiguity in operator== of scoped_allocator_adaptor.
Howard Hinnant
2011-05-17
1
-3
/
+3
*
Fixed bug in recently introduced bind move constructor
Howard Hinnant
2011-05-17
1
-1
/
+1
*
Fix and beef up test bug for move_if_noexcept
Howard Hinnant
2011-05-17
1
-3
/
+11
*
Clean up a bunch of warnings in the tests, 3 of which actually turned out to ...
Howard Hinnant
2011-05-17
29
-4
/
+54
*
Brought call_once variadic call up to current spec, which allows move-only fu...
Howard Hinnant
2011-05-16
2
-4
/
+61
*
Brought thread variadic constructor up to current spec, which allows move-onl...
Howard Hinnant
2011-05-16
3
-6
/
+56
*
Supply missing std::qualifier to call.
Howard Hinnant
2011-05-16
1
-2
/
+2
*
Spit 5th bullet __invoke into function pointers and everything else because r...
Howard Hinnant
2011-05-16
1
-0
/
+8
*
Supply missing move ctor in __bind_r, though this one will eventually be defa...
Howard Hinnant
2011-05-16
1
-0
/
+4
*
Redesign of result_of to handle reference-qualified member functions
Howard Hinnant
2011-05-16
2
-52
/
+328
*
Fix type-o found by Justin Hibbits
Howard Hinnant
2011-05-14
1
-1
/
+1
*
Fix type-o found by Justin Hibbits
Howard Hinnant
2011-05-14
1
-1
/
+1
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-2
/
+0
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-2
/
+0
*
Warning suppression in test.
Howard Hinnant
2011-05-14
1
-1
/
+1
[next]