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
*
Remove -Werror when using check_cxx_compiler_flag because it was causing comp...
Eric Fiselier
2015-07-31
1
-1
/
+1
*
Print message when configuring for standalone build.
Eric Fiselier
2015-07-31
1
-0
/
+1
*
Fix failing unique_ptr tests.
Eric Fiselier
2015-07-31
2
-38
/
+7
*
Start cleanup of unique_ptr tests.
Eric Fiselier
2015-07-31
28
-1575
/
+894
*
Mark any as done and comment out extra methods until speaking to Marshall
Eric Fiselier
2015-07-31
3
-6
/
+7
*
[libcxx] Add <experimental/any> v2.
Eric Fiselier
2015-07-31
28
-0
/
+2873
*
Add -Wno-error by default to work around failing compiler-rt builds
Eric Fiselier
2015-07-31
1
-0
/
+4
*
Reapply working parts of CMake cleanup.
Eric Fiselier
2015-07-30
9
-360
/
+493
*
Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since tha...
Marshall Clow
2015-07-30
1
-1
/
+1
*
Change some #ifdefs to #if - thanks to Dexon for thge catch.
Marshall Clow
2015-07-30
2
-4
/
+4
*
Revert recent CMake changes again due to failing compiler-rt builds
Eric Fiselier
2015-07-29
9
-464
/
+382
*
Attempt to fix build issues introduced by
Eric Fiselier
2015-07-29
2
-31
/
+38
*
Fix typo in unused variable name.
Nick Lewycky
2015-07-29
1
-1
/
+1
*
Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Eric Fiselier
2015-07-29
9
-382
/
+457
*
Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"
Hans Wennborg
2015-07-29
9
-453
/
+380
*
Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report ...
Marshall Clow
2015-07-29
3
-18
/
+101
*
[libcxx] Cleanup CMake configuration and integrate with LLVM
Eric Fiselier
2015-07-29
9
-380
/
+453
*
Remove sanitizer XFAILs on a test.
Eric Fiselier
2015-07-28
1
-7
/
+0
*
Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a s...
Marshall Clow
2015-07-28
1
-165
/
+64
*
Mark async tests as UNSUPPORTED in C++03 because it requires variadics
Eric Fiselier
2015-07-28
2
-0
/
+2
*
Fix a handful of tests that fail in C++03
Eric Fiselier
2015-07-28
8
-35
/
+35
*
Cleanup C++03 __invoke for Bullets 3 and 4.
Eric Fiselier
2015-07-28
2
-19
/
+9
*
Get C++03 __invoke working for bullet 5 of INVOKE.
Eric Fiselier
2015-07-28
1
-27
/
+16
*
Checking more __invoke tests.
Eric Fiselier
2015-07-28
4
-0
/
+1126
*
Detect and throw on a class of bad regexes that we mistakenly accepted before...
Marshall Clow
2015-07-23
3
-1
/
+51
*
Mark this test as XFAIL with older compilers, since they hit PR18097
Justin Bogner
2015-07-22
1
-0
/
+4
*
Merge C++03 and C++11 implementations of mem_fn and __mem_fn.
Eric Fiselier
2015-07-22
2
-199
/
+35
*
Remove almost everything in <__functional_base_03>
Eric Fiselier
2015-07-22
2
-377
/
+94
*
Remove more commented out code. That is what version control is for.
Eric Fiselier
2015-07-22
1
-236
/
+0
*
Cleanup <__functional_03>
Eric Fiselier
2015-07-22
11
-309
/
+92
*
Fix initializer list order in <regex> to be correct
Eric Fiselier
2015-07-22
1
-3
/
+3
*
[libcxx] Add support for sanitizers on OS X.
Eric Fiselier
2015-07-22
3
-0
/
+33
*
Update the status of the TS'es
Marshall Clow
2015-07-21
1
-6
/
+5
*
Mark new tests as unsupported before C++11
Marshall Clow
2015-07-20
4
-1
/
+9
*
Implement the default searcher for std::experimental::search.
Marshall Clow
2015-07-20
8
-0
/
+538
*
Implement the plugin-based version of std::search. There are no searchers yet...
Marshall Clow
2015-07-20
2
-0
/
+49
*
Fix warnings in unordered_map
Eric Fiselier
2015-07-19
29
-85
/
+44
*
Fix warnings in forwardlist
Eric Fiselier
2015-07-19
3
-6
/
+6
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
11
-62
/
+24
*
Commit file missing from r242629
Eric Fiselier
2015-07-19
1
-0
/
+8
*
Fix warnings in array and assoc containers
Eric Fiselier
2015-07-18
22
-29
/
+96
*
Remove unused typedefs in random and regex
Eric Fiselier
2015-07-18
2
-6
/
+0
*
Cleanup warnings in test/std/depr
Eric Fiselier
2015-07-18
12
-15
/
+32
*
Fix warnings in test/std/algorithms
Eric Fiselier
2015-07-18
6
-18
/
+20
*
Fix unused variable warnings in atomic tests
Eric Fiselier
2015-07-18
5
-5
/
+7
*
Fix warnings in test/std/language.support
Eric Fiselier
2015-07-18
10
-9
/
+44
*
Enable and fix warnings during the build.
Eric Fiselier
2015-07-18
6
-19
/
+29
*
Fix up typos in a couple of tests; due to agressive short-circuiting, they ne...
Marshall Clow
2015-07-18
2
-2
/
+10
*
Add missing instrumentation in vector::insert - Patch from Anna Zaks
Eric Fiselier
2015-07-18
3
-4
/
+20
*
[libcxx] Get is_*_destructible tests passing in C++03.
Eric Fiselier
2015-07-18
4
-38
/
+80
[next]