Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Oct 14, 2024
1 parent 9754da2 commit 72e2c7b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
40 changes: 40 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
2024-10-14 Kamila Szewczyk <kspalaiologos@gmail.com>

CI: binaries; configure: static linking mode

CI: tentative release process preparations

move read_header_from_map into a guard block

add strndup prototype to platform.h

try switching to mingw32/mingw64

Windows support

xpar-x86_64.asm - leading underscore fix

CI: aarch64 vanilla macos target, configure: fix leading underscores

settings specific to ELF targets

configure: cleaner flag handling, set up nasm in CI runners

rewrite platform-specific assembly using nasm.

xpar-x86_64.S: .att_syntax directive

fix a lax setmode check
also verify the presence of MS-specific io.h

x86_64 MacOS CI

add a rudimentary self-check target

retain only README.md in EXTRA_DIST

update the actions runner
fix the name of the bootstrap script

fill in v0.1 notes in NEWS, add development section in README.md

Add GNU-compatible changelog.

add copyright headers to shell scripts, portable gitlog-to-changelog
/bin/sh -> /usr/bin/env sh

Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ v0.1 (pending release)
- Supports joint mode and sharded mode for error and erasure correction.
- Provides platform-specific code for x86_64, which can be enabled via
the --enable-x86_64 configure option.
- Tested on x86_64 Linux (Ubuntu), x86_64 and aarch64 MacOS and x86_64 and
i686 Windows.

0 comments on commit 72e2c7b

Please sign in to comment.