11 months ago |
Tassilo Philipp |
- introduced Makefile var APP_SUFFIX to handle cases where compilers implicitly add an extension to executables (e.g. llvm/mingw64 adds .exe even of not specified via -o)
default tip
|
12 months ago |
Tassilo Philipp |
- test/thunk: disable output buffering (might not be able catch segfaults on stack without SA_ONSTACK, so print maximum for when handler isn't called)
|
14 months ago |
Tassilo Philipp |
- another tweak handling clang trying to be too smart (see last commit)
|
15 months ago |
Tassilo Philipp |
- fix dynload_plain test on some toolchains trying to be too smart (e.g. clang llvmmingw appends .exe to -o outfile if no suffix, for no reason at all)
|
15 months ago |
Tassilo Philipp |
- dyncallback code cleanup: removed unneeded headers
|
15 months ago |
Tassilo Philipp |
- clarified/fixed riscv64 callconv doc
|
15 months ago |
Tassilo Philipp |
riscv64 callbacks:
|
15 months ago |
Tassilo Philipp |
todo
|
15 months ago |
Tassilo Philipp |
- marked haiku/riscv64 (rv64imafdc) as tested, confirmed working via dynOS
|
15 months ago |
Tassilo Philipp |
- clarified riscv64 support in manual and changelog
|
15 months ago |
Tassilo Philipp |
- changelog
|
15 months ago |
Tassilo Philipp |
- arm64 tweaks/cleanups for callbacks:
|
15 months ago |
Tassilo Philipp |
- riscv64 support for calls and callbacks (but lacking aggr and syscall support) - thanks Jun Jeon! :)
|
15 months ago |
Tassilo Philipp |
whitespace
|
15 months ago |
Tassilo Philipp |
- arm64 files:
|
15 months ago |
Tassilo Philipp |
- doc tweak
|
15 months ago |
Tassilo Philipp |
doc:
|
15 months ago |
Tassilo Philipp |
- riscv64 disas examples
|
15 months ago |
Tassilo Philipp |
- RISC-V64 asm examples
|
16 months ago |
Tassilo Philipp |
- added missing fptr cast for sigaction(2) action handler (clang 17 is picky)
|
16 months ago |
Tassilo Philipp |
- removal of `autovar` macro detection lib:
|
2022-12-15 |
Tassilo Philipp |
- portability improvements in some test makefiles
|
2022-12-06 |
Tassilo Philipp |
bump version to 1.5-CURRENT
|
2022-12-06 |
Tassilo Philipp |
Added tag r1.4 for changeset 2147d1c9dc8a
|
2022-11-21 |
Tassilo Philipp |
- version bump
r1.4
|
2022-12-06 |
Tassilo Philipp |
- release prep
|
2022-12-03 |
Tassilo Philipp |
- cleanup, typo fixes
|
2022-11-22 |
Tassilo Philipp |
- configure.rc fix due to bad prev refactoring (ed19b429a152)
|
2022-11-21 |
Tassilo Philipp |
- bad warning fix of prev commit
|
2022-11-21 |
Tassilo Philipp |
- test/plain: fix "_cdecl already defined" warnings/errors on some windows related configs/platforms (e.g. mingw)
|
2022-11-20 |
Tassilo Philipp |
- add flag to configure.bat to generate *nix makefiles (can be used to gen a mostly working *nix make build env run with batch, not logical but useful in some zombie setups)
|
2022-11-20 |
Tassilo Philipp |
"
|
2022-11-20 |
Tassilo Philipp |
- removed superflous arg from 2 calls, fixing a warning
|
2022-11-19 |
Tassilo Philipp |
- added explicit arm64 target, and clang tool options to Windows' configure.bat
|
2022-11-09 |
Tassilo Philipp |
- BSD syscall segfault fix
|
2022-10-28 |
Tassilo Philipp |
- changelog
|
2022-10-28 |
Tassilo Philipp |
(older) C conformance fix
|
2022-10-28 |
Tassilo Philipp |
Added tag r1.4-RC5 for changeset c477ddd64718
|
2022-10-28 |
Tassilo Philipp |
- test/plain:
r1.4-RC5
|
2022-10-28 |
Tassilo Philipp |
whitespace
|
2022-10-28 |
Tassilo Philipp |
- lua signature generator for test code: support for generating '.' vararg sigs
|
2022-10-28 |
Tassilo Philipp |
cleanup: removal of actually unnecessary require lines
|
2022-10-28 |
Tassilo Philipp |
- removed outdated lua bootstrapper, b/c unused, only needed when recreating test case configs, and hardcoded lua version (which is too old anyways for some lua scripts in use)
|
2022-10-28 |
Tassilo Philipp |
- cosmetics, missing require"math" in test case gen
|
2022-10-05 |
Tassilo Philipp |
test/resolve_self: hack for linkers not having --export-dynamic
|
2022-10-03 |
Tassilo Philipp |
- test/resolve_self: use a more portable linker option to export exec symbols (fixes some builds)
|
2022-10-03 |
Tassilo Philipp |
- x64 win disas example fix and addition
|
2022-10-03 |
Tassilo Philipp |
sysv x64 disas examples:
|
2022-10-02 |
Tassilo Philipp |
- test/syscalls: build fix for minix
|
2022-10-02 |
Tassilo Philipp |
- fixed mingw and cygwin env detection (was always shadowed by _WIN32 macro detection, and __MINGW__ macro check was wrong to begin with)
|
2022-10-01 |
Tassilo Philipp |
- more thiscall disas examples
|
2022-10-01 |
Tassilo Philipp |
disas example for explicit cdecl declared thiscall
|
2022-10-01 |
Tassilo Philipp |
- adding helper target to cmake
|
2022-09-29 |
Tassilo Philipp |
- test/plain_c++: reintroduced an empty __cdecl define for portability
|
2022-09-29 |
Tassilo Philipp |
test/plain_c++:
|
2022-09-29 |
Tassilo Philipp |
- whitespace cosmetics
|
2022-09-27 |
Tassilo Philipp |
- test/dynload_plain: fix to make rule for old ksh93 versions, which segfault on nested, forked subshells
|
2022-09-27 |
Tassilo Philipp |
- test/syscall: minix include fix
|
2022-09-22 |
Tassilo Philipp |
- sparc64 callback crash fix (local register wasn't preserved)
|
2022-09-21 |
Tassilo Philipp |
- more statics in test code (this is partly needed on an experimental freebsd sparc64 build where the elf cleanup code crashes for some reason ... it's probably that experimental build, but a good change to do regardless)
|