Mercurial > pub > dyncall > dyncall
annotate ChangeLog @ 146:0ab08c1541f0
- fixed armhf ellipsis calls, were ignoring spill area
- minor cleanups for consistency
- todo update
| author | cslag |
|---|---|
| date | Thu, 08 Sep 2016 23:00:45 +0200 |
| parents | fcbec299b736 |
| children | 8ce75240a0f1 |
| rev | line source |
|---|---|
| 0 | 1 This file lists bigger/noteworthy changes, only... |
| 2 | |
| 65 | 3 Version 1.0 (upcoming) |
| 79 | 4 dyncall: |
| 5 o better C++ compiler support (for pointer conversions) | |
|
83
54930a037e8a
- PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
cslag
parents:
80
diff
changeset
|
6 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) |
| 84 | 7 o fixed potential buffer overrun on arm64 |
| 8 o error code handling (dcGetError) changes, flag is now cleared (work still | |
| 9 underway) | |
| 130 | 10 o MIPS n64 ellipsis call fixes |
| 79 | 11 dyncallback: |
|
83
54930a037e8a
- PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
cslag
parents:
80
diff
changeset
|
12 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) |
| 135 | 13 o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support |
| 79 | 14 doc: |
| 15 o working html doc generation from TEX sources | |
|
83
54930a037e8a
- PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
cslag
parents:
80
diff
changeset
|
16 bindings: |
| 84 | 17 o better documentation, removed relative path dependencies, general cleanup |
| 18 o python: updated to latest signature format (was still on 0.1) | |
| 19 o java: rewritten (old version was never complete, anyways) | |
| 65 | 20 |
| 59 | 21 Version 0.9 (2015/12/31) |
| 0 | 22 dyncall: |
| 40 | 23 o ARM64 support (AAPCS64 on Linux & Apple's derived version on iOS) |
| 24 o armhf calling convention support for ARM32 | |
| 7 | 25 o PPC64 support, including syscalls (thanks Masanori!) |
| 0 | 26 o introduced dcArgF and dcVArgF for flexible/convenient argument binding (works like dcCallF/dcVCallF but without the function call) |
| 21 | 27 o using -fPIC by default for FreeBSD |
| 0 | 28 o PPC32 linux syscall support |
| 19 | 29 o fixed return value errors for arm32 on some platforms (e.g. freebsd/arm32, nintendo ds); arm & thumb mode |
| 0 | 30 dyncallback: |
| 31 o ARM64 support (AAPCS64 on Linux, Apple's derived version on iOS) | |
| 40 | 32 o armhf calling convention support for ARM32 |
| 0 | 33 o PPC64 support (thanks Masanori!) |
| 34 o PPC32 System V support (Linux) | |
| 35 o fix for PPC32 Darwin/OS X | |
| 36 o more intuitive specification of callback return type | |
| 37 doc: | |
| 38 o added ARM64 support info and calling convention documentation | |
| 64 | 39 o added ARM32 armhf section |
| 0 | 40 o added PPC64 support info |
| 41 o cleanup, brought all up to date, etc. | |
| 42 tests: | |
| 43 o callf test covers new argf interface | |
| 64 | 44 o several fixes to some test suites |
| 0 | 45 buildsys: |
| 46 o more flexible testsuite build and 'pack' target for convenience | |
| 47 o fixes/additions for OS X universal builds | |
| 48 o added iOS universal build support for armv7/arm64 | |
| 49 o helper script for generic .elf -> EBOOT.PBP creation for PSP | |
| 50 o Sun make fixes for C++ code in test suite | |
| 51 bindings: | |
| 52 o erldc: Erlang binding (thanks Erik!) | |
| 2 | 53 infrastructure: |
| 54 o moved to hg | |
|
83
54930a037e8a
- PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
cslag
parents:
80
diff
changeset
|
55 o moved bindings to own repository |
| 0 | 56 |
| 40 | 57 Version 0.8 (2014/03/24) |
| 0 | 58 buildsys: |
| 59 o big simplification make-based build system, no more distinct GNU and BSD makefiles anymore | |
| 60 o new, much simpler ./configure for new make-based build-system | |
| 61 o support for in-source and out-of-source builds for make-based build systems | |
| 62 o made configure.bat guess x64 as target arch for x64 windows hosts | |
| 63 o based more sources on portasm generation | |
| 64 dyncall: | |
| 65 o fix for ARMv7 Thumb-2 code (tested on iPhone 4 CDMA / iOS 6.0.1) | |
| 79 | 66 o bugfixes for -O2 builds for SPARC-v9 and SPARC-v7 |
| 0 | 67 o new optimized call kernel for SPARC-v9 without conditionals |
| 130 | 68 o bigger refactoring and optimization of MIPS o32 |
| 0 | 69 o x64 optimizations |
| 70 dyncallback: | |
| 71 o added callback support for plan9 | |
| 72 o big cleanup, removal of duplicate files after introduction of portasm | |
| 73 o include path fixes for public facing APIs (removed relative paths) | |
| 74 doc: | |
| 75 o cleanup of manual and corrections | |
| 76 o added info about newly supported and/or tested platforms (e.g. FreeBSD on ARM) | |
| 77 o restructured folder layout for documentation | |
| 78 o added API doc for dyncallback and dynload | |
| 79 o added manpages for dyncallback and dynload | |
| 80 tests: | |
| 81 o added arm/thumb interwork test suite | |
| 82 bindings: | |
| 83 o godc: added bindings for Go | |
| 84 o rbdc: fixed and extended ruby bindings | |
| 85 o shdc: renamed shell binding to shdc and added feature to list shared-objects' symbols | |
| 86 | |
| 40 | 87 Version 0.7 (2012/01/02) |
| 0 | 88 architecture: |
| 79 | 89 o added subproject: portasm - portable (GNU AS,+Apple and MASM) assembly framework |
| 0 | 90 o added subproject: autovar - predefined macro framework (was dyncall_macros.h) |
| 91 o added support for sparc (32-bit) (tested on linux/debian,openbsd,solaris) | |
| 92 o added support for sparc (64-bit) (tested on linux/debian,openbsd,solaris) | |
| 93 o added support for Solaris and SunPro compiler for i386, x86_64, sparc and sparc64 | |
| 94 o improved auto-detection via preprocessor defines | |
| 95 dyncall updates: | |
| 96 o uses portasm (GNU,Apple,Microsoft) common sources for x86,x64,ppc32,arm32_arm | |
| 97 o bug fixes for x64/win64 calling convention | |
| 98 o added support for mingw32-w64 on x64 | |
| 99 o improved cdecl x86 calling convention: stack always 16 byte aligned | |
| 100 o updated API and initial support for structs (for x86/AMD64) | |
| 101 o initial support for syscalls on x86, added x86 int80h linux/bsd | |
| 102 o added Minix port (stable) | |
| 103 o optimized vector buffer for small type pushing | |
| 104 o minor fix for amd64/sysv: alignment to 32-byte | |
| 105 o bug fix for ppc32/sysv: ellipsis calls work now | |
| 106 o updated API, introduced DC_CALL_C_ELLIPSIS_VARARGS | |
| 107 o changed interface: dcMode does not reset internally anymore | |
| 108 dyncallback updates: | |
| 109 o uses portasm for x86,x64 | |
| 110 o added Solaris/x86/sunpro port (stable) | |
| 111 o added Minix port (unstable) | |
| 112 o callback support for Darwin/ppc32 | |
| 113 o updates source, uses relative includes | |
| 114 dynload updates: | |
| 115 o fixes for missing includes (dyncall_alloc.h) | |
| 116 o fixes for self-resolving symbols on windows | |
| 117 o removed Dbghelf.lib dependency | |
| 118 o bug fixes for cygwin/x86 | |
| 119 o fixes for beos/haiku | |
| 120 o no dependencies to libdyncall sources. | |
| 121 buildsys additions: | |
| 122 o added zero-config (BSD,GNU,SUN) make files (Makefile.embedded) | |
| 79 | 123 o added in/out-of-source configure2 w/ (BSD,GNU) make files (Makefile.generic) |
| 124 o added bootstrap lua script (download/build) | |
| 0 | 125 o Nmakefile: more tests included (resolve_self) |
| 126 o improved cross-compilation for iOS (upgrade to 4.3 sdk) | |
| 127 o darwin 8.0 support | |
| 128 o added 'install' support for Makefile.embedded | |
| 129 buildsys/gmake updates: | |
| 130 o added support for msvc/x64 tool-chain | |
| 131 o default settings for build-dir changed to '.' | |
| 132 o cleanup: removed top-level Make{Prolog,Epilog,Rules} files and updated all sub-projects and tests | |
| 133 o added support for DESTDIR staging installation | |
| 134 o added support for manual page installation | |
| 135 buildsys/cmake updates: | |
| 136 o updated find module scripts (see cmake/Modules) | |
| 137 o added support for using dyncall as sub-project (via *Config.cmake files) | |
| 138 see details in README.CMake | |
| 139 o fixes for msvc and ml | |
| 140 o fixes for CPack | |
| 141 o fixes for universal builds on Mac OS X | |
| 142 o supports SunPro with *.S files. | |
| 143 o added experimental 'dynMake' portable make-based build-system (not stable, yet) | |
| 144 documentation updates: | |
| 145 o added dyncallback documentation | |
| 79 | 146 o updated dyncall documentation |
| 0 | 147 o minor updates |
| 148 tests: | |
| 149 o added flexible test suite for calls (call_suite) based on Lua and C | |
| 150 o added syscall test | |
| 151 o updates to resolve-self test (adding additional link flags to export symbols) | |
| 79 | 152 o improved dir name portability (renamed plain_c++ -> plain_cxx) |
| 0 | 153 o renamed *.cpp -> *.cc files (OpenBSD/Sun make has no implicit rules for cpp) |
| 154 | |
| 40 | 155 Version 0.6 (2010/09/25) |
| 0 | 156 building: |
| 157 o new build systems: CMake and Plan9's mk | |
| 158 o buildsys/gmake tool chain update: pcc and iphone sdk | |
| 159 o x64 bugfix: added "-fPIC" even for static libs | |
| 79 | 160 dynload updates: |
| 0 | 161 o enum symbols update: Mach-O and Win64 (thanks Olivier) |
| 162 o numerous convenience changes to dynload interface (thanks Olivier) | |
| 163 o added support for resolving application images itself | |
| 164 dyncall updates: | |
| 165 o new platform support: arm/iphone (armv6), x86/Plan9 | |
| 130 | 166 o new MIPS calling conventions: o32, n64 (both endian models) |
| 0 | 167 o cleanup: unexported functions in MASM files, b/c export not needed (thanks Olivier) |
| 168 o interface update: added error reporting facility 'dcGetError' | |
| 169 o bugfix for ppc32/sysv: ellipsis calls were broken | |
| 79 | 170 o interface update: added new abstract mode for ellipsis calls (DC_CALL_C_ELLIPSIS) |
| 0 | 171 docs: |
| 172 o comprehensive update | |
| 173 tests: | |
| 174 o plain: split "plain" test up in C and C++ part | |
| 175 o callbacksuite: added multiple configuration support for callback_suite | |
| 176 | |
| 40 | 177 Version 0.5 (2010/02/01) |
| 0 | 178 o renamed arm9 stuff to arm32 |
| 179 o added non-EABI ABI for arm32 (before, EABI was the default implementation) | |
| 180 o added dyncallback support for x64/windows (thanks Olivier), x64/darwin, arm32/arm, arm32/thumb | |
| 181 o synced documentation again with current state of the source (lots of small changes) | |
| 182 o updated ruby binding to current state of signature string (still some features missing, though) | |
| 183 o added a couple of new options to configure scripts (e.g. prefix-bd, new targets, etc.) | |
| 184 o darwin universal binary support | |
| 185 o added new tests callback_plain and calback_suite | |
| 186 o added Haiku/BeOS support | |
| 187 | |
| 40 | 188 Version 0.4 (2009/07/06) |
| 0 | 189 o added 'doc' makefile target for coherency and ease of use |
| 190 o fixed nmake buildfiles and configure.bat (were out of date and wrong) | |
| 191 o test suite clean up (GNUmake, BSDmake): | |
| 192 target "config" modified, phony without dependencies to other builds | |
| 193 o bugfix: GNU fastcall calling convention for float and double arguments | |
| 194 was wrong. no skip of register. | |
| 195 o update: x86win32* suite tests are built on cygwin now, added total result output | |
| 196 o signature types change: | |
| 197 C Strings: 'S' -> 'Z' | |
| 198 long: 'l' -> 'j' | |
| 199 long long: 'L' -> 'l' | |
| 79 | 200 added unsigned integer type signature characters: upper case encoding |
| 0 | 201 o added: callbacks component (support only for some platforms ATM) |
| 202 o added: test cases for alloc_wx, thunk | |
| 203 o updated Documentation | |
| 204 | |
| 40 | 205 Version 0.3 (2009/01/17) |
| 0 | 206 o added Linux PPC32 support |
| 207 o added ARM THUMB mode support | |
| 208 o cosmetic changes, documentation updated | |
| 209 o bugfix: on cygwin exported C symbols in GNU as are prefixed with '_' now. | |
| 210 o removed scons build support | |
| 211 | |
| 40 | 212 Version 0.2 (2008/05/18) |
| 0 | 213 o added scons build support |
| 214 o configure variables all prefix CONFIG_* now | |
| 215 o configure variable INSTALL_DIR changed to INSTALL_PREFIX | |
| 216 o configure (shell version) option "--prefix" changed to "--prefix=<path>" | |
| 217 | |
| 40 | 218 Version 0.1 (2008/01/23) |
| 0 | 219 o initial release |
| 220 |
