Pinned
3,918 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 82 commits in 11 repositories
Created 3 repositories
Created a pull request in apple/swift that received 16 comments
build: allow fallback for CMAKE_Swift_COMPILER migration
The original change c0d6d8f added a
soft migration path from SWIFT_NATIVE_SWIFT_TOOLS_PATH to
CMAKE_Swift_COMPILER, which broke some setups. Subseq…
+6
−2
•
16
comments
Opened 81 other pull requests in 13 repositories
compnerd/ds2
27
merged
3
open
1
closed
- build: adjust JSONObjects build to be PIC
- Update build.yml
- DebugServer2: ensure that we have a valid SID before use
-
DebugServer2: use
std:unique_ptr<SID>on Windows - Update build.yml
- Update .clang-tidy
- Update build.yml
- build: extract compiler warning configuration
- DS2: generate the architecture definitions at build time
- RegsGen2: simplify the build rules
- build: use a more declarative source list for ds2
- Host: remove some unnecessary type shims on Windows
- Host: remove unnecessary Windows API checks and shims
- Update build.yml
-
Target: repair
-Werror=implicit-fallthrough -
build: remove
-rdynamichack -
Windows:
WaitForDebugEventExshould always be checked -
Windows: opt into Unicode with
WaitForDebugEventEx - Update build.yml
- Update lint.yml
- Update lint.yml
-
Target: repair the build for
-Werror=maybe-uninitialized -
Host: repair the build with
-Werror=stringop-truncation -
POSIX: add some casts for
-Werror=sign-compare - Update build.yml
- Some pull requests not shown.
compnerd/swift-win32
21
merged
1
open
1
closed
-
View Controllers: add additional documentation for
ViewController -
CoreGraphics: make
Vector.zeropublic - build: pin Swift/COM at the same point as the CMake build
- Animation and Haptics: add various ViewController animation protocols
- ViewController: add some additional documentation (NFC)
-
Define the
PresentationControllerand `AdaptivePresentationControll… -
Animation and Haptics: add
ViewAnimatingPosition -
Animation and Haptics: define
ViewControllerContextTransitioning - View Controllers: extend, document, open
-
Views and Controls: add interface definition for
BarItem -
Views and Controls: add an implementation of
Offset - Update build.yml
- Update build.yml
- App and Environment: add more regional markers, doc comments
- Drawing: extend the Color interface to get color info
- Responder: improve the responder hierarchy configuration
- build: try to prevent use of static libraries on <5.5
- App and Environment: stylistic changes for ApplicationDelegate
- Menus and Shortcuts: correct indentation (NFC)
-
Menus and Shortcuts: convert
Menutoopen - build: silence a pesky warning (NFC)
- View and Controls: remove context menu handling
- build: repair the CMake based build
apple/swift
11
merged
- Update independent-fine.swift
- Update WindowsBuild.md
- test: attempt to repair the test on Windows
- Update WindowsBuild.md
- Revert "Begin untangling GenericEnvironment from GenericSignatureBuilder"
- test: correct indentation for linter (NFCI)
-
update_checkout: add a
--skip-tagsoption -
caches: add
LLVM_DEFAULT_TARGET_TRIPLEto Windows-x86_64 - test: enable some Concurrency tests on Windows
- Revert "[CMake] Better dependency checking"
- Update recursion-limit.swift
compnerd/swift-winmd
3
merged
apple/swift-tools-support-core
2
merged
1
open
apple/swift-installer-scripts
1
open
1
merged
apple/sourcekit-lsp
2
merged
apple/swift-driver
1
open
riscv/riscv-toolchain-conventions
1
open
apple/swift-corelibs-libdispatch
1
open
compnerd/swift-build
1
merged
apple/swift-argument-parser
1
merged
commonmark/cmark
1
merged
Reviewed 13 pull requests in 7 repositories
apple/swift 5 pull requests
- Use compiler builtin instead of manual counting
- [5.5][build] explicitly set OSX_ARCHITECTURES for targets in stdlib
- [build] explicitly set OSX_ARCHITECTURES for targets in stdlib
-
C++ Interop: NFC: add missing
requires cplusplusto the modulemaps in tests -
build: allow fallback for
CMAKE_Swift_COMPILERmigration
apple/swift-collections 2 pull requests
compnerd/swift-win32 2 pull requests
apple/swift-installer-scripts 1 pull request
apple/swift-package-manager 1 pull request
apple/swift-tools-support-core 1 pull request
apple/sourcekit-lsp 1 pull request
Created an issue in riscv/riscv-elf-psabi-doc that received 12 comments
Document position on zero-page optimization for linker in psABI
The binutils linker currently performs a zero-page optimization (near zero address relocations using R_RISCV_PCREL_HI20, R_RIRSCV_PCREL_LO2{I,S} ar…
12
comments