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
...
*
Patch by Andrew C. Morrow: shims to work around macroized getc and putc on l...
Howard Hinnant
2012-07-26
1
-0
/
+12
*
Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...
Howard Hinnant
2012-07-26
2
-1
/
+17
*
<algorithm> no longer needs to include <cstdlib>, but can get away with just ...
Howard Hinnant
2012-07-26
3
-1
/
+3
*
locale::id really needs to be constructed at compile time.
Howard Hinnant
2012-07-26
1
-1
/
+1
*
libc++: switch from using _ATTRIBUTE(noreturn) (which conflicts with a
Richard Smith
2012-07-26
3
-15
/
+15
*
Apple LWG 2067: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3318...
Howard Hinnant
2012-07-21
1
-6
/
+6
*
noexcept applied to <future>.
Howard Hinnant
2012-07-21
2
-125
/
+125
*
noexcept applied to <thread>.
Howard Hinnant
2012-07-21
2
-38
/
+38
*
noexcept applied to <condition_variable>.
Howard Hinnant
2012-07-21
3
-12
/
+12
*
noexcept and constexpr applied to <mutex>.
Howard Hinnant
2012-07-21
4
-54
/
+65
*
noexcept and constexpr applied to <regex>.
Howard Hinnant
2012-07-21
1
-29
/
+28
*
noexcept and constexpr applied to <ios>.
Howard Hinnant
2012-07-21
3
-36
/
+39
*
noexcept applied to <valarray>.
Howard Hinnant
2012-07-21
1
-11
/
+11
*
constexpr applied to <complex>.
Howard Hinnant
2012-07-20
11
-22
/
+134
*
noexcept applied to <random>.
Howard Hinnant
2012-07-20
2
-9
/
+9
*
Relax the tolerances on some timing tests.
Howard Hinnant
2012-07-20
2
-2
/
+2
*
noexcept applied to <iterator>.
Howard Hinnant
2012-07-20
2
-15
/
+15
*
constexpr applied to <array>.
Howard Hinnant
2012-07-20
2
-4
/
+18
*
constexpr applied to <string>.
Howard Hinnant
2012-07-20
1
-42
/
+44
*
Further tweaks on relaxing complete type checking for function.
Howard Hinnant
2012-07-20
2
-15
/
+16
*
Jean-Daniel : clang now supports all required type_traits.
Howard Hinnant
2012-07-19
1
-2
/
+2
*
Jean-Daniel updates the libc++ index page to reflect not so recent changes in...
Howard Hinnant
2012-07-19
1
-6
/
+6
*
Relax the complete-type checks that are happening under __invokable<Fp, Args....
Howard Hinnant
2012-07-16
2
-1
/
+30
*
Applied constexpr to <chrono>.
Howard Hinnant
2012-07-13
26
-58
/
+432
*
Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...
Howard Hinnant
2012-07-12
3
-2
/
+8
*
Teach libc++ to check for libc++abi and use its features if they're available.
Richard Smith
2012-07-11
1
-8
/
+11
*
Add test for self-referencing emplace test.
Howard Hinnant
2012-07-09
1
-0
/
+34
*
Change emplace for vector and deque to create the temporary (when necessary) ...
Howard Hinnant
2012-07-08
2
-3
/
+6
*
Appy constexpr to <memory>. Picked up a few missing noexcepts as well.
Howard Hinnant
2012-07-07
3
-14
/
+30
*
Apply constexpr to the mutex constructor. As a conforming extension, apply c...
Howard Hinnant
2012-07-07
1
-0
/
+8
*
Apply constexpr to <bitset>.
Howard Hinnant
2012-07-07
5
-16
/
+44
*
Apply noexcept to tuple.
Howard Hinnant
2012-07-06
1
-24
/
+48
*
As a conforming extension give tuple a noexcept default constructor condition...
Howard Hinnant
2012-07-06
1
-5
/
+9
*
Give tuple a constexpr default constructor.
Howard Hinnant
2012-07-06
2
-3
/
+23
*
New Windows libc++ test results provided by Ruben Van Boxem.
Howard Hinnant
2012-07-06
1
-255
/
+72
*
Apply noexcept to those functions implemented in <cstdlib> as a conforming ex...
Howard Hinnant
2012-07-06
1
-4
/
+4
*
Apply noexcept to those functions implemented in <cmath> as a conforming exte...
Howard Hinnant
2012-07-06
1
-195
/
+195
*
Add noexcept test for offsetof macro per [support.types]/p4.
Howard Hinnant
2012-07-06
1
-0
/
+8
*
This commit establishes a new bucket_count policy in the unordered containers...
Howard Hinnant
2012-07-06
5
-43
/
+68
*
link to Marshall's notes.
Howard Hinnant
2012-07-06
1
-0
/
+1
*
mark operator new(std::nothrow) as noalias (aka __attribute__((malloc))
Nuno Lopes
2012-06-28
2
-2
/
+8
*
Fixed a bug regarding result_of reported by Sven Behne. The fix is C++11 onl...
Howard Hinnant
2012-06-26
1
-66
/
+8
*
fix help with bash
Nuno Lopes
2012-06-25
1
-1
/
+1
*
Revert pair constructors back to using is_convertible instead of is_construct...
Howard Hinnant
2012-06-09
1
-6
/
+6
*
Fix warning flags for CMake builds, from Andrew C. Morrow!
Douglas Gregor
2012-06-07
1
-8
/
+8
*
Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream.
Howard Hinnant
2012-06-01
5
-7
/
+7
*
Fix dangling else clause. Bug found and fixed by Dimitry Andric.
Howard Hinnant
2012-05-31
1
-0
/
+4
*
Fix the new _ALIGNAS_TYPE per instructions supplied by Eli Friedman.
Howard Hinnant
2012-05-31
1
-1
/
+1
*
Protect use of alignas against older versions of clang
Howard Hinnant
2012-05-31
2
-14
/
+16
*
The rules for emplace in map, multimap, unordered_map and unordered_multimap ...
Howard Hinnant
2012-05-25
11
-258
/
+285
[prev]
[next]