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
/
test
/
std
/
experimental
/
filesystem
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
1
-1
/
+1
*
[libcxx] Slightly improved policy for handling experimental features
Louis Dionne
2019-06-11
1
-0
/
+1
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
1
-0
/
+2
*
Support tests in freestanding
JF Bastien
2019-02-04
2
-2
/
+6
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
Implement <filesystem>
Eric Fiselier
2018-07-27
142
-13959
/
+0
*
Correct comment about stat truncating st_mtimespec to seconds
Eric Fiselier
2018-07-26
1
-19
/
+6
*
Workaround OS X 10.11 behavior where stat truncates st_mtimespec to seconds.
Eric Fiselier
2018-07-26
1
-11
/
+38
*
Add print statements to help debugging
Eric Fiselier
2018-07-26
1
-11
/
+21
*
Remove test which shouldn't have been committed
Eric Fiselier
2018-07-25
1
-19
/
+0
*
[libc++] Use __int128_t to represent file_time_type.
Eric Fiselier
2018-07-25
2
-174
/
+335
*
Fix bugs in create_directory implementation.
Eric Fiselier
2018-07-25
3
-6
/
+67
*
Make <experimental/filesystem> explicitly require C++11.
Eric Fiselier
2018-07-25
1
-3
/
+8
*
Fix accidentally removed test.
Eric Fiselier
2018-07-23
1
-2
/
+15
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
7
-32
/
+48
*
fix test failures with older clang versions
Eric Fiselier
2018-07-22
5
-4
/
+36
*
Implement a better copy_file.
Eric Fiselier
2018-07-22
2
-144
/
+240
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
18
-246
/
+2160
*
Filesystem tests: un-confuse write time
JF Bastien
2018-06-01
1
-14
/
+13
*
[libcxx][test] Fix fs::proximate tests on platforms where /net exists.
Jan Korous
2018-04-04
1
-1
/
+1
*
[libcxx][test] Improve assert message
Jan Korous
2018-04-04
1
-3
/
+11
*
Fix fs::proximate tests on platforms where /net exists.
Eric Fiselier
2018-04-03
1
-4
/
+4
*
Implement P0430R2 - File system library on non-POSIX systems.
Eric Fiselier
2018-04-02
2
-8
/
+54
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
19
-270
/
+752
*
Fix test case initialization issues in permissions test
Eric Fiselier
2018-03-26
1
-1
/
+7
*
Implement filesystem::perm_options specified in NB comments.
Eric Fiselier
2018-03-26
4
-41
/
+55
*
Make filesystem tests generic between experimental and std versions.
Eric Fiselier
2018-03-26
107
-233
/
+173
*
[libcxx] Fix last_write_time test for filesystems that don't support very sma...
Volodymyr Sapsai
2018-02-28
1
-10
/
+32
*
Implement LWG 3014 - Fix more noexcept issues in filesystem.
Eric Fiselier
2018-02-04
3
-4
/
+4
*
Remove debug println from rec.dir.itr.increment test
Eric Fiselier
2018-02-04
1
-2
/
+0
*
Implement LWG2989: path's streaming operators allow everything under the sun.
Eric Fiselier
2018-02-04
1
-0
/
+33
*
Address LWG 2849 and fix missing failure condition in copy_file.
Eric Fiselier
2018-02-04
1
-1
/
+6
*
Add error code handling to remove_all test
Ekaterina Vaartis
2018-01-12
1
-1
/
+1
*
Make std::experimental::filesystem::remove and remove_all return false or 0 i...
Ekaterina Vaartis
2018-01-11
2
-3
/
+27
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-12-07
1
-1
/
+1
*
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...
Marshall Clow
2017-11-16
2
-1
/
+30
*
Implement LWG 3013 - some filesystem members should not be noexcept.
Eric Fiselier
2017-10-30
6
-21
/
+32
*
Fix PR35078 - recursive directory iterator's increment method throws incorrec...
Eric Fiselier
2017-10-30
1
-0
/
+246
*
Fix last_write_time.pass.cpp to work with clang-3.9 and earlier
Roman Lebedev
2017-10-15
1
-0
/
+2
*
Really do make sure that last_write_time.pass.cpp still works with old clang
Roman Lebedev
2017-10-15
1
-2
/
+6
*
Silence clang's -Wtautological-constant-compare in last_write_time.pass.cpp
Roman Lebedev
2017-10-15
1
-0
/
+22
*
Fix equivalent test on OS X and FreeBSD
Eric Fiselier
2017-07-05
1
-7
/
+7
*
Implement LWG 2937 - equivalent("dne", "exists") is not an error
Eric Fiselier
2017-07-05
1
-51
/
+75
*
Diagnose when reverse_iterator is used on path::iterator.
Eric Fiselier
2017-04-13
1
-7
/
+5
*
Implement LWG 2787 - [file_status.cons] is inconsistent
Eric Fiselier
2017-03-06
1
-2
/
+2
*
add tests for ENAMETOOLONG
Eric Fiselier
2017-02-17
2
-9
/
+25
*
[test] Fix hard_link_count test to account for fs with dir nlink==1
Michal Gorny
2017-02-08
1
-4
/
+8
*
[libcxx] [test] Fix comment typos.
Stephan T. Lavavej
2017-02-05
1
-2
/
+2
*
filesystem: fix n4100 conformance for `temp_directory_path`
Saleem Abdulrasool
2017-02-05
1
-0
/
+8
*
[libcxx] [test] Fix comment typos, strip trailing whitespace.
Stephan T. Lavavej
2017-01-18
7
-11
/
+11
[next]