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
*
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
*
Correction to hexfloat hack.
Howard Hinnant
2011-05-14
1
-3
/
+4
*
Fix test bug.
Howard Hinnant
2011-05-14
1
-1
/
+1
*
Suppress some warings in the tests.
Howard Hinnant
2011-05-14
1
-8
/
+8
*
Suppress some warings in the tests.
Howard Hinnant
2011-05-13
1
-1
/
+1
*
http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...
Howard Hinnant
2011-05-13
9
-426
/
+461
*
http://llvm.org/bugs/show_bug.cgi?id=9118
Howard Hinnant
2011-05-13
1
-0
/
+5
*
A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...
Howard Hinnant
2011-05-13
18
-55
/
+156
*
CWG 1170 has been fixed for destructors
Howard Hinnant
2011-05-13
1
-2
/
+2
*
__is_trivially_copyable now supplied by clang
Alexis Hunt
2011-05-13
1
-1
/
+1
*
Corrected misspelling
Howard Hinnant
2011-05-13
1
-1
/
+1
*
Updated to reflect updated use of existing clang support
Howard Hinnant
2011-05-13
1
-10
/
+10
*
Corrected some bugs in both memory and the tests. Preparing for being able t...
Howard Hinnant
2011-05-11
3
-8
/
+8
*
Redid nothrow traits in terms of non-nothrow traits when noexcept is available
Howard Hinnant
2011-05-11
2
-6
/
+97
*
Updated type_traits and the type_traits design doc with recent work done in c...
Howard Hinnant
2011-05-09
2
-41
/
+67
*
change RC_BUILDIT to RC_XBS for detecting Apple build environment
Nick Kledzik
2011-05-06
1
-3
/
+3
*
add support for setjmp/longjmp based exceptions
Nick Kledzik
2011-05-05
1
-0
/
+159
*
<rdar://problem/9014045> more support for Apple internal build environments
Nick Kledzik
2011-05-04
1
-5
/
+18
*
Correction to set of overloaded pair constructors for C++0x
Howard Hinnant
2011-04-29
1
-4
/
+15
*
Qualify calls to std::next(), to avoid conflicts with
Douglas Gregor
2011-04-29
2
-5
/
+5
*
http://llvm.org/bugs/show_bug.cgi?id=9765
Howard Hinnant
2011-04-21
1
-1
/
+2
*
Think-o in poisson_distribution at mean == 10
Howard Hinnant
2011-04-14
1
-1
/
+1
[next]