Releases: swiftlang/swift-llbuild
Releases · swiftlang/swift-llbuild
Swift 6.2.4 Release
Full Changelog: swift-6.2.3-RELEASE...swift-6.2.4-RELEASE
Swift 6.2.3 Release
Swift 6.3.1 Release
Full Changelog: swift-6.3-RELEASE...swift-6.3.1-RELEASE
Swift 6.3 Release
What's Changed
- Update OpenBSD support for swiftpm. by @3405691582 in #979
- fix: typo in the word
dependencyby @MojtabaHs in #975 - Rename posix_spawn_file_actions_addchdir polyfill by @jakepetroules in #982
- Return ENOSYS for posix_spawn_file_actions_addchdir on older Android versions by @marcprux in #985
- [FreeBSD] Fix target conditionals for FreeBSD aarch64 builds by @CodingCarpincho in #984
- build: add support to vendor SQLite3 by @compnerd in #987
- llbuildSwift: wire up dependencies only when available by @compnerd in #988
- Add support for thread-safe chdir in process spawning by @jakepetroules in #981
- Sync up posix_spawn_file_actions_addchdir_polyfill implementation between llbuild1 and llbuild3 by @jakepetroules in #993
- [6.2] Sync up posix_spawn_file_actions_addchdir_polyfill implementation between llbuild1 and llbuild3 by @jakepetroules in #994
- Update CODEOWNERS by @dmbryson in #995
- Fix: Security vulnerability in grow_pod by @manhtdd in #990
- Add an .editorconfig by @jakepetroules in #997
- Fix ifdefs to properly guard process spawning code on iOS platforms by @jakepetroules in #998
- build: ensure that dependencies are found for consumers by @compnerd in #1001
- Remove
pipesmodule frompseudo-swiftctest by @sookach in #1003 - build: rename
libllbuildto the properliblibllbuildby @compnerd in #1005 - use Win32 file APIs and widePath for file ops to support long filenames by @daveinglis in #1004
- Revert "use Win32 file APIs and widePath for file ops to support long filenames" by @bnbarham in #1007
- Remove /INCREMENTAL:NO flag for llbuild-tool and libllbuild targets on Windows by @jakepetroules in #1011
- use widePath and _w variants on Windows for the file APIs by @daveinglis in #1008
- Remove android-spawn linkage by @jakepetroules in #1015
- Remove obsolete swift-build-tool tests by @owenv in #1016
New Contributors
- @MojtabaHs made their first contribution in #975
- @CodingCarpincho made their first contribution in #984
- @manhtdd made their first contribution in #990
- @sookach made their first contribution in #1003
Full Changelog: swift-6.2.4-RELEASE...swift-6.3-RELEASE
Swift 6.2.2 Release
Full Changelog: swift-6.2.1-RELEASE...swift-6.2.2-RELEASE
Swift 6.2.1 Release
Full Changelog: swift-6.2-RELEASE...swift-6.2.1-RELEASE
Swift 6.2 Release
What's Changed
- [llbuild3] Add external CAS database interface by @dmbryson in #956
- [llbuild3] Fix an issue which caused action cache misses to prevent b… by @cwakamo in #960
- [llbuild3] Add support for passing a TCASDatabase to TEngine. by @cwakamo in #961
- [llbuild3] fix up build settings by @dmbryson in #962
- Skip ExtractAppIntentsMetadata when building with Xcode by @bnbarham in #963
- Fix building on FreeBSD by @michael-yuji in #965
- build: add additional target exports for static linking by @compnerd in #966
- build: rename
LLVMDemangletollvmDemangleby @compnerd in #968 - Add support for posix_spawn_file_actions_addchdir{_np} on FreeBSD, NetBSD, Android, QNX, and Musl by @jakepetroules in #969
- Fix CMake warnings in llbuild by @etcwilde in #970
- [llbuild3] Groundwork for Actions by @dmbryson in #971
- OpenBSD gets
backtracefrom libexecinfo. by @3405691582 in #972 - [llbuild3] initial locally executed actions support by @dmbryson in #973
- [llbuild3] Fix x86 compile errors/warnings by @dmbryson in #974
- [llbuild3] Flesh out handling of requests in cached task transitions by @dmbryson in #976
- [llbuild3] Implement remote action support by @dmbryson in #977
- [llbuild3] Add Ackermann test by @dmbryson in #978
- [6.2] Rename posix_spawn_file_actions_addchdir polyfill by @bnbarham in #986
- [6.2] Return ENOSYS for posix_spawn_file_actions_addchdir on older Android versions by @marcprux in #989
- [6.2] Add support for thread-safe chdir in process spawning by @jakepetroules in #991
- [6.2] fix: typo in the word
dependencyby @jakepetroules in #992 - [6.2] Sync up posix_spawn_file_actions_addchdir_polyfill implementation between llbuild1 and llbuild3 by @jakepetroules in #996
- Merge main into 6.2 by @jakepetroules in #999
New Contributors
- @michael-yuji made their first contribution in #965
- @etcwilde made their first contribution in #970
Full Changelog: swift-6.1.3-RELEASE...swift-6.2-RELEASE
Swift 6.1.3 Release
Full Changelog: swift-6.1.2-RELEASE...swift-6.1.3-RELEASE
Swift 6.1.2 Release
Full Changelog: swift-6.1.1-RELEASE...swift-6.1.2-RELEASE
Swift 6.1.1 Release
Merge pull request #964 from bnbarham/cherry-skip-metadata [6.1] Skip ExtractAppIntentsMetadata when building with Xcode