Skip to content

Tags: stackless-dev/stackman

Tags

v1.2.0

Toggle v1.2.0's commit message
Release v1.2.0

RISC-V platform support and improved test coverage

- Add RISC-V RV64 (LP64D ABI) platform support
- Add floating point register preservation test (test_07)
- Add integer register preservation test (test_08)
- 10 platforms now supported

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0 - macOS Platform Support

New Platforms:
- darwin_x86_64 - macOS on Intel (x86_64)
- darwin_arm64 - macOS on Apple Silicon (ARM64)

Features:
- Unified assembly files supporting both ELF (Linux) and Mach-O (macOS)
- Conditional CFI directives for platform compatibility
- macOS builds integrated into CI workflow
- 9 platforms total (4 Linux, 2 macOS, 3 Windows)

Fixes:
- Fixed CFI macro definitions in aarch64 assembly

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0

Breaking Changes:
- Removed Windows ARM32 (win_arm) support - Microsoft SDK 10.0.26100.0+ no longer supports ARM32

Supported Platforms (7 ABIs):
- Linux: sysv_amd64, sysv_i386, arm32, aarch64
- Windows: win_x86, win_x64, win_arm64

v0.2

Toggle v0.2's commit message
Version 0.2

Updates since v0.1:
- Updated to VS2022 project files
- Updated GitHub Actions dependencies
- Automated builds with library commits

v0.1

Toggle v0.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 #3 from kristjanvalur/dev

Fix some problems with macros