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
/
src
/
experimental
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx{,abi}] Emit deplibs only when detected by CMake
Michał Górny
2019-12-02
1
-1
/
+1
*
Fix build in C++20
Eric Fiselier
2019-09-13
1
-2
/
+2
*
[runtimes] Don't depend on libpthread on Android
Yi Kong
2019-07-22
1
-1
/
+1
*
[runtimes] Check if pragma comment(lib, ...) is supported first
Petr Hosek
2019-05-30
1
-1
/
+1
*
[runtimes] Support ELF dependent libraries feature
Petr Hosek
2019-05-30
1
-0
/
+3
*
LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"
Eric Fiselier
2019-03-09
1
-10
/
+14
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-25
1
-2
/
+3
*
Temporarily Revert "Implement sized deallocation for std::allocator and frien...
Eric Christopher
2018-10-25
1
-2
/
+2
*
Implement sized deallocation for std::allocator and friends.
Eric Fiselier
2018-10-24
1
-2
/
+2
*
Implement <filesystem>
Eric Fiselier
2018-07-27
4
-2597
/
+0
*
Be more consistent about which bool value means an error occurred
Eric Fiselier
2018-07-26
1
-6
/
+6
*
Cleanup the last_write_time internals
Eric Fiselier
2018-07-26
2
-17
/
+26
*
Fix attribute placement WRT extern C
Eric Fiselier
2018-07-26
1
-2
/
+2
*
[libc++] Add hack to allow ubsan to work w/o compiler-rt (__muloti4 is undefi...
Eric Fiselier
2018-07-26
1
-0
/
+55
*
[libc++] Follow-up to r337968: use an explicit cast as suggested by Eric
Alex Lorenz
2018-07-25
1
-2
/
+4
*
Fix GCC build in C++14 w/o c++14 constexpr
Eric Fiselier
2018-07-25
1
-1
/
+1
*
Fix failing test under C++14
Eric Fiselier
2018-07-25
1
-2
/
+2
*
[libc++] Follow-up to r337960: specify lambda's return type to avoid
Alex Lorenz
2018-07-25
1
-1
/
+1
*
Make <experimental/filesystem> compile with gcc 4.8.5
Eric Fiselier
2018-07-25
1
-2
/
+2
*
[libc++] Use __int128_t to represent file_time_type.
Eric Fiselier
2018-07-25
2
-159
/
+186
*
Fix bugs in create_directory implementation.
Eric Fiselier
2018-07-25
1
-2
/
+4
*
Make <experimental/filesystem> explicitly require C++11.
Eric Fiselier
2018-07-25
1
-2
/
+0
*
Ensure path::iterator and PathParser share the same enumeration values.
Eric Fiselier
2018-07-25
1
-11
/
+10
*
Handle DT_UNKNOWN correctly during directory iteration.
Eric Fiselier
2018-07-23
1
-1
/
+4
*
Recommit "Use possibly cached directory entry values when performing recursiv...
Eric Fiselier
2018-07-23
1
-3
/
+4
*
Revert "Use possibly cached directory entry values when performing recursive ...
Eric Fiselier
2018-07-23
1
-2
/
+2
*
Cleanup unnecessary conversions in filesystem.
Eric Fiselier
2018-07-23
1
-2
/
+2
*
Cleanup name qualification in the filesystem internals.
Eric Fiselier
2018-07-23
3
-118
/
+118
*
Use possibly cached directory entry values when performing recursive director...
Eric Fiselier
2018-07-23
1
-2
/
+2
*
Work around various GCC 4.9 build errors
Eric Fiselier
2018-07-23
2
-9
/
+14
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
3
-373
/
+494
*
Workaround bug in GCC trunk.
Eric Fiselier
2018-07-22
1
-4
/
+4
*
Harden copy_file even more.
Eric Fiselier
2018-07-22
1
-5
/
+7
*
Implement a better copy_file.
Eric Fiselier
2018-07-22
1
-79
/
+279
*
adjust incorrect comment
Eric Fiselier
2018-07-20
1
-1
/
+2
*
Use _LIBCPP_UNREACHABLE to convince GCC that non-void functions actually alwa...
Eric Fiselier
2018-07-20
1
-2
/
+2
*
cleanup test assertion inside library
Eric Fiselier
2018-07-20
1
-6
/
+0
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
3
-202
/
+393
*
Fix PR38160 - init_priority attribute not supported by GCC on Apple.
Eric Fiselier
2018-07-16
1
-1
/
+12
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
2
-476
/
+647
*
Implement filesystem::perm_options specified in NB comments.
Eric Fiselier
2018-03-26
1
-8
/
+11
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-3
/
+3
*
Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...
Nico Weber
2018-02-06
1
-4
/
+29
*
Address LWG 2849 and fix missing failure condition in copy_file.
Eric Fiselier
2018-02-04
1
-10
/
+20
*
Make std::experimental::filesystem::remove and remove_all return false or 0 i...
Ekaterina Vaartis
2018-01-11
1
-4
/
+11
*
[libcxx] Suppress unused warning on apple.
Don Hinton
2017-12-25
1
-0
/
+1
*
Fix PR35078 - recursive directory iterator's increment method throws incorrec...
Eric Fiselier
2017-10-30
1
-9
/
+28
*
Rename a couple variables to eliminate a shadow warning. No functionality change
Marshall Clow
2017-08-02
1
-11
/
+11
*
Fix filesystem build on platforms with weird time_t types.
Eric Fiselier
2017-07-08
2
-144
/
+181
[next]