Popular repositories Loading
-
-
termux-packages
termux-packages PublicForked from termux/termux-packages
Android terminal and Linux environment - packages repository.
-
-
swift-certificates
swift-certificates PublicForked from apple/swift-certificates
An implementation of X.509 for Swift
-
swift-tools-support-core
swift-tools-support-core PublicForked from swiftlang/swift-tools-support-core
Contains common infrastructural code for both SwiftPM and llbuild.
-
swift-llbuild
swift-llbuild PublicForked from swiftlang/swift-llbuild
A low-level build system, used by Xcode and the Swift Package Manager
621 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 17 commits in 5 repositories
Created a pull request in swiftlang/sourcekit-lsp that received 3 comments
[build-script-helper] Remove unneeded flags for Android
Removing the definition of _GNU_SOURCE
is no longer needed since swiftlang/swift-tools-support-core#500 made sure the right strerror_r()
is used.
Opened 5 other pull requests in 3 repositories
termux/termux-packages
3
merged
-
bump(libllvm/flang): 20.1.2 to 20.1.3
This contribution was made on Apr 16
-
fix(swift): Remove flag that was added late and broke building the parser libraries linked into the compiler
This contribution was made on Apr 1
-
bump(swift): 6.0.3 to 6.1
This contribution was made on Apr 1
swiftlang/swift-driver
1
merged
-
Android: remove build flags that are no longer needed
This contribution was made on Apr 1
swiftlang/swift-package-manager
1
merged
-
Android: remove build flags that are no longer needed and force unwrap dlerror()
This contribution was made on Apr 1
Reviewed 6 pull requests in 5 repositories
swiftlang/swift-org-website
2 pull requests
-
[GSoC] Swift for Embedded Linux
This contribution was made on Apr 7
-
6.1 blog post fixes
This contribution was made on Apr 1
swiftlang/swift-corelibs-foundation
1 pull request
-
Add -z,origin linker flag on OpenBSD.
This contribution was made on Apr 14
termux/termux-packages
1 pull request
-
Libxml2 rebuilds swift
This contribution was made on Apr 9
swiftlang/swift-foundation
1 pull request
-
OpenBSD support.
This contribution was made on Apr 6
swiftlang/swift
1 pull request
-
[Driver] Don't hardcode default linker on Linux
This contribution was made on Apr 3
Created an issue in swiftlang/swift that received 1 comment
Put together an Android SDK bundle
Description Mishal recently asked the Android workgroup to submit a Dockerfile which builds an Android SDK for the 6.2 and trunk branches, so @marc…