-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: DanielaE/boost.context
base: develop
head repository: boostorg/context
compare: develop
- 18 commits
- 10 files changed
- 9 contributors
Commits on Aug 15, 2025
-
[AArch64][BTI] Add BTI hint + GNU property to fcontext trampolines (E…
…LF/GAS) The AArch64 fcontext trampolines (jump_fcontext, make_fcontext, ontop_fcontext) are indirect-entry-points. On BTI-enforcing systems they must begin with a BTI or the first resume can trap with SIGILL. Insert `bti c` (hint boostorg#34) at each entry under `__ARM_FEATURE_BTI_DEFAULT`, and emit `GNU_PROPERTY_AARCH64_FEATURE_1_BTI` from each AArch64 assembly file so linkers map the DSO with PROT_BTI without requiring -z force-bti. Scope: ELF/GAS AArch64 trampolines only; +4 bytes per entry Fixes boostorg#308
Configuration menu - View commit details
-
Copy full SHA for 1be6822 - Browse repository at this point
Copy the full SHA 1be6822View commit details
Commits on Aug 26, 2025
-
Merge pull request boostorg#312 from zaydr-al/bti-aarch64-fix
[AArch64][BTI] Add BTI hint + GNU property to fcontext trampolines
Configuration menu - View commit details
-
Copy full SHA for e9a7b96 - Browse repository at this point
Copy the full SHA e9a7b96View commit details
Commits on Sep 8, 2025
-
[cmake] don't apply assembler options to armasm
MSVC armasm doesn't support /nologo, /quiet etc. so let's just not apply any options period. Signed-off-by: crueter <crueter@eden-emu.dev>
Configuration menu - View commit details
-
Copy full SHA for 7115391 - Browse repository at this point
Copy the full SHA 7115391View commit details
Commits on Sep 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 85c9531 - Browse repository at this point
Copy the full SHA 85c9531View commit details
Commits on Sep 23, 2025
-
Merge pull request boostorg#316 from boostorg/feature/gha-windows
Add Windows jobs to ci.yml
Configuration menu - View commit details
-
Copy full SHA for 8fed94c - Browse repository at this point
Copy the full SHA 8fed94cView commit details -
Fixes issue : boostorg/boost#1070 Related to PR: boostorg/boost#1077
Configuration menu - View commit details
-
Copy full SHA for 28722d1 - Browse repository at this point
Copy the full SHA 28722d1View commit details -
Currently we do not have fcontext related ASM files for Windows ARM64. So we can use winfib context-impl only for Windows ARM64. Fixes issue : boostorg/boost#1070 Related to PR: boostorg/boost#1077
Configuration menu - View commit details
-
Copy full SHA for 68ea30d - Browse repository at this point
Copy the full SHA 68ea30dView commit details
Commits on Sep 24, 2025
-
Merge pull request boostorg#315 from vask2108/feature/windows-arm64-l…
…ibs-context-changes Add Windows ARM64 support
Configuration menu - View commit details
-
Copy full SHA for 230d5fe - Browse repository at this point
Copy the full SHA 230d5feView commit details -
Merge pull request boostorg#314 from crueter/fix/armasm
[cmake] don't apply assembler options to armasm
Configuration menu - View commit details
-
Copy full SHA for 18aae90 - Browse repository at this point
Copy the full SHA 18aae90View commit details
Commits on Oct 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 557b8f6 - Browse repository at this point
Copy the full SHA 557b8f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3335e85 - Browse repository at this point
Copy the full SHA 3335e85View commit details -
Merge pull request boostorg#319 from erikbs/feature/improve-configura…
…tion-for-PowerPC CMakeLists: improve detection of PowerPC architectures
Configuration menu - View commit details
-
Copy full SHA for 6ff80e0 - Browse repository at this point
Copy the full SHA 6ff80e0View commit details
Commits on Nov 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f6445d5 - Browse repository at this point
Copy the full SHA f6445d5View commit details
Commits on Dec 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2179688 - Browse repository at this point
Copy the full SHA 2179688View commit details
Commits on Dec 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3be17f5 - Browse repository at this point
Copy the full SHA 3be17f5View commit details
Commits on Dec 27, 2025
-
Merge pull request boostorg#320 from mrmitzh/develop
Renamed forced_unwind struct to fiber_forced_unwind in fiber_ucontext
Configuration menu - View commit details
-
Copy full SHA for e4bce3e - Browse repository at this point
Copy the full SHA e4bce3eView commit details -
Merge pull request boostorg#322 from corngood/cygwin
Don't default to ucontext on cygwin.
Configuration menu - View commit details
-
Copy full SHA for a53b9da - Browse repository at this point
Copy the full SHA a53b9daView commit details -
Merge pull request boostorg#321 from vchigrin/develop
Add information to .eh_frame ELF secion about make_fcontext function.
Configuration menu - View commit details
-
Copy full SHA for 639fa73 - Browse repository at this point
Copy the full SHA 639fa73View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...develop