Skip to content

Tags: apple/swift-system

Tags

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #190 from glessard/enforce-file-path-invariants-in…

…-decode-1.3.x

Cherry-pick: ensure invariants are enforced when decoding

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #185 from glessard/disfavoredOverload-1.3.0

[1.3.x] Disfavor String.init(platformString: UnsafePointer<CChar>)

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #177 from lorentey/fix-cmake

[1.3][CMake] Restore to working order on Apple platforms

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #93 from apple/revert-89-sb/resize-windows

Revert "FileOperations: Add Windows implementation for FileDescriptor.resize(to:)"

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FileOperations: Add Windows implementation for FileDescriptor.resize(…

…to:) (#89)

* FileOperations: Add Windows implementation for FileDescriptor.resize(to:)

Replace _chsize with _chsize_s on Windows

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #74 from compnerd/leaky-cauldron

build: install CSystem into the system

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update cmake setup so that the library can be used by SwiftPM cmake b…

…uild (#73)

Update cmake setup so that the library can be used by SwiftPM cmake build

Motivation: integrate with SwiftPM

changes:
* rename the top level project to SwiftSystem instead of swift-system to align with other projects
* rename System to SystemPackage to align with SwifPM setup
* update architectures to include arm64
* Update cmake/modules/SwiftSystemConfig.cmake.in
* Update cmake/modules/SwiftSupport.cmake

1.0.0

Toggle 1.0.0's commit message
Update README for 1.0

0.0.3

Toggle 0.0.3's commit message
Simplify Package.swift

0.0.2

Toggle 0.0.2's commit message
FilePath.Component.Kind is meant to be frozen