Rose
|
8d06ca7f4e
|
Prefer std::copy_n over std::copy where appropriate.
std::copy_n saves us from having to do the addition manually.
|
2023-03-16 16:25:51 -04:00 |
|
Robert Widmann
|
2ac4283538
|
Merge pull request #41860 from keith/ks/swift-stdlib-tool-reject-invalid-arguments
[swift-stdlib-tool] Reject invalid arguments
|
2022-05-02 14:36:52 -07:00 |
|
Robert Widmann
|
17e8d5c6d2
|
Merge pull request #41877 from keith/ks/swift-stdlib-tool-add-error-for-missing-directories
[swift-stdlib-tool] Add error for missing directories
|
2022-05-02 14:34:43 -07:00 |
|
Allan Shortlidge
|
f0360a2984
|
Fix trivial warnings emitted during a full build.
|
2022-04-05 17:16:19 -07:00 |
|
Keith Smiley
|
a61899f6d1
|
[swift-stdlib-tool] Add error for missing directories
In the case the user passes a directory that doesn't exist, this now
errors immediately instead of silently ignoring it.
|
2022-03-17 17:53:14 -07:00 |
|
Keith Smiley
|
fd7028d886
|
[swift-stdlib-tool] Reject invalid arguments
Previously any invalid flags were silently ignored.
|
2022-03-17 11:46:21 -07:00 |
|
Keith Smiley
|
d1eabf182c
|
[swift-stdlib-tool] Fix finding sibling directories (#41110)
|
2022-02-07 19:45:51 -08:00 |
|
Richard Howell
|
e9fe60374f
|
[swift-stdlib-tool] use correct path when codesigning
|
2021-11-08 13:22:39 -08:00 |
|
Richard Howell
|
4fcccfd9ba
|
[swift-stdlib-tool] fix inverted logic
|
2021-11-08 13:21:29 -08:00 |
|
Miguel Salinas
|
1e94613fb5
|
Merge branch 'main'
|
2021-11-03 16:24:33 -07:00 |
|
Miguel Salinas
|
3c8bb5d51c
|
fix formatting issues
|
2021-11-02 12:10:31 -07:00 |
|
Miguel Salinas
|
2e8028cf70
|
fix fd leaks
|
2021-10-03 13:41:19 -07:00 |
|
Miguel Salinas
|
786e906a0e
|
fix directory traversal
|
2021-10-01 17:40:19 -07:00 |
|
Miguel Salinas
|
808d7f3c41
|
remove std::filesystem usage
|
2021-10-01 16:16:32 -07:00 |
|
Miguel Salinas
|
de73874c8e
|
Merge branch 'main' of github.com:salinas-miguel/swift
|
2021-09-24 15:41:16 -07:00 |
|
Miguel Salinas
|
b075697869
|
fix bugs and address feedback
|
2021-09-24 15:40:12 -07:00 |
|
salinas-miguel
|
815b784988
|
fix typo
|
2021-09-20 11:40:00 -07:00 |
|
Miguel Salinas
|
f995005494
|
address feedback
|
2021-09-10 16:40:57 -07:00 |
|
salinas-miguel
|
2fdd5e6a3e
|
Remove Foundation dependency
|
2021-09-08 16:19:26 -07:00 |
|