Mercurial > pub > dyncall > dyncall
graph
-
- cosmetics2022-04-14, by Tassilo Philipp
-
tests: integrate new tests into makefiles, some cleanups2022-04-14, by Tassilo Philipp
-
- test/callback_suite_aggrs: small fix, removed missing param with default value2022-04-13, by Tassilo Philipp
-
- test code generator code: var abstraction2022-04-13, by Tassilo Philipp
-
- more test code generator code sharing/abstraction/simplifications2022-04-13, by Tassilo Philipp
-
- call_suite_aggrs: makefile fix2022-04-11, by Tassilo Philipp
-
test/call_suite_aggrs:2022-04-11, by Tassilo Philipp
-
- callback_suite: generator simplification and removal of pointless lua local var declarations2022-04-11, by Tassilo Philipp
-
callback_suite: fixed 'ordered' mode config (was missing first line)2022-04-10, by Tassilo Philipp
-
- added _Bool type to call_suite* tests2022-04-10, by Tassilo Philipp
-
- more test code generator code sharing2022-04-10, by Tassilo Philipp
-
test/callback_suite simplifications:2022-04-10, by Tassilo Philipp
-
- sharing some test case gen code2022-04-10, by Tassilo Philipp
-
test/call_suite:2022-04-09, by Tassilo Philipp
-
test/call_suite_aggrs:2022-04-09, by Tassilo Philipp
-
callback_suite:2022-04-09, by Tassilo Philipp
-
- callback_suite: updated readme to reflect changes and general cleanup2022-04-09, by Tassilo Philipp
-
cleanups2022-04-09, by Tassilo Philipp
-
- test cases: cosmetics for consistency2022-04-09, by Tassilo Philipp
-
test/callback_suite:2022-04-09, by Tassilo Philipp
-
- call_suite: made output more consistent with dyncall sig style2022-04-08, by Tassilo Philipp
-
- test/callback_suite: changed filename for consistency2022-04-08, by Tassilo Philipp
-
- cosmetics2022-04-08, by Tassilo Philipp
-
- call_suite_aggrs: simplified and made output more consistent with dyncall sig style2022-04-08, by Tassilo Philipp
-
- call_suite_aggrs; removal of old isPod logic2022-04-04, by Tassilo Philipp
-
- corrections in tool usage in lastly added disas_examples2022-03-23, by Tassilo Philipp
-
- test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistency2022-03-21, by Tassilo Philipp
-
- test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrs2022-03-21, by Tassilo Philipp
-
- sharing sig generator between call_suite and call_suite_aggrs tests2022-03-21, by Tassilo Philipp
-
- doc and disas examples update about C++ non-trivial aggregates2022-03-21, by Tassilo Philipp
-
- added unsigned types to call_suite_aggrs2022-03-21, by Tassilo Philipp
-
- added unsigned types to call_suite test2022-03-21, by Tassilo Philipp
-
manual:2022-03-20, by Tassilo Philipp
-
- added feature-testing macros for syscall and aggregate (struct, union) by value support2022-03-18, by Tassilo Philipp
-
- simplified test/callback_suite2022-03-18, by Tassilo Philipp
-
doc cleanup: removed outdated/wrong info and fixed wrong value size specs2022-03-17, by Tassilo Philipp
-
- renamed suite_aggrs to call_suite_aggrs for consistency (callback version will be called callback_suite_aggrs)2022-03-17, by Tassilo Philipp
-
- improved comment2022-03-17, by Tassilo Philipp
-
- cleanup2022-03-17, by Tassilo Philipp
-
suite_aggrs (still ahead of checked in version of dyncall, sorry):2022-03-16, by Tassilo Philipp
-
- arm related doc addition about aggregates2022-03-02, by Tassilo Philipp
-
- arm64 doc additions w/ respect to aggregates, as well as fbsd and win disas examples2022-03-01, by Tassilo Philipp
-
- mips32/eabi doc: adding info about aggregates2022-03-01, by Tassilo Philipp
-
callconv doc:2022-02-28, by Tassilo Philipp
-
- mips64 doc and more disas examples (fbsd big endian w/ -mhard-float flag)2022-02-27, by Tassilo Philipp
-
- sparc32 doc clarifications w/ respect to aggregate passing and returning2022-02-19, by Tassilo Philipp
-
- doc: ppc64 clarifications2022-02-19, by Tassilo Philipp
-
- doc: sparc64 disas examples and doc additions regarding aggregates2022-02-16, by Tassilo Philipp
-
- ppc doc and disas examples related to aggregates2022-02-16, by Tassilo Philipp
-
doc:2022-02-10, by Tassilo Philipp
-
- "2022-02-07, by Tassilo Philipp
-
"2022-02-07, by Tassilo Philipp
-
some x86 disas examples, for completion but also while researching struct by val passing on non-x642022-02-07, by Tassilo Philipp
-
- added (only partly annotated) x64/win64 disas examples2022-02-06, by Tassilo Philipp
-
manual:2022-02-04, by Tassilo Philipp
-
introduced platform-native thiscall mode (DC_CALL_C_DEFAULT_THIS), as needed2022-02-02, by Tassilo Philipp
-
- // -> /* */, mainly for consistency (but also for a few obscure compilers)2022-02-02, by Tassilo Philipp
-
doc: two more disas examples2022-02-02, by Tassilo Philipp
-
suite_aggr: added configurable limits to number of struct fields (also simplified allowing (or not) empty ones)2022-02-01, by Tassilo Philipp
-
suite_aggr:2022-02-01, by Tassilo Philipp
-
suite_aggrs:2022-01-31, by Tassilo Philipp
-
added missing nullptr check to access bounds guard2022-01-30, by Tassilo Philipp
-
missed an include2022-01-29, by Tassilo Philipp
-
suite_aggr:2022-01-29, by Tassilo Philipp
-
- test/suite_aggrs fix: struct return values reused memory in use2022-01-28, by Tassilo Philipp
-
suite_aggrs: added all cases that failed on x64 dynOS test platforms to design.txt2022-01-27, by Tassilo Philipp
-
suite_aggrs: var scope change for older compilers; excluding msvc from tests with empty structs2022-01-27, by Tassilo Philipp
-
- reducing number of default pregenerated cases for suite_aggrs, as some compilers run out of memory otherwise2022-01-27, by Tassilo Philipp
-
changed misnamed string in suite_aggrs result printf2022-01-27, by Tassilo Philipp
-
"2022-01-27, by Tassilo Philipp
-
- suite_aggrs: int scope change for older compilers2022-01-27, by Tassilo Philipp
-
forgotten files of commit 54c1dc2e6ea52022-01-27, by Tassilo Philipp
-
test/Makefile.generic fix (copy/paste error)2022-01-27, by Tassilo Philipp
-
- plan9/x86 struct by value passing disas example2022-01-27, by Tassilo Philipp
-
suite_aggrs: added knob to enable/disable generation of empty structs (some compilers like Plan9's pcc don't allow them)2022-01-26, by Tassilo Philipp
-
name fix2022-01-26, by Tassilo Philipp
-
revert error in last commit2022-01-26, by Tassilo Philipp
-
- added test/suite_aggr to makefiles2022-01-26, by Tassilo Philipp
-
- cleanup hardcoded DBL_MAX2022-01-26, by Tassilo Philipp
-
- suite_aggrs: silenced warning, generated real case list2022-01-26, by Tassilo Philipp
-
- simplified suite_aggr2022-01-26, by Tassilo Philipp
-
suite_aggr;2022-01-26, by Tassilo Philipp
-
- call_suite: made generator produce unique signatures; regenerated case list2022-01-26, by Tassilo Philipp
-
- test/suite_aggrs: support for nested structs, now2022-01-23, by Tassilo Philipp
-
suite_aggrs now handling struct by value return types, also2022-01-22, by Tassilo Philipp
-
first usable version of test suite for aggregates, handling only non-nested struct params, at the moment;2022-01-21, by Tassilo Philipp
-
- test/call_suite: made seed configurable2022-01-17, by Tassilo Philipp
-
- simplified test/call_suite further2022-01-17, by Tassilo Philipp
-
- simplified and decluttered test/call_suite2022-01-17, by Tassilo Philipp
-
- clutter removal (call samples, now annotated/better examples in doc/disas_examples)2022-01-17, by Tassilo Philipp
-
- x64 struct by val disas examples2022-01-17, by Tassilo Philipp
-
changelog2021-12-17, by Tassilo Philipp
-
- fix cmake build for test (missed to remove deleted file from cmakelists)2021-12-17, by Tassilo Philipp
-
- adding dyncall_version.h to list of headers to be installed2021-12-17, by Tassilo Philipp
-
- switching version to 1.4-current2021-12-17, by Tassilo Philipp
-
Added tag r1.3 for changeset 13475895a79b2021-12-17, by Tassilo Philipp
-
- manual overview update2021-12-16, by Tassilo Philipp
-
Added tag r1.3-RC2 for changeset 237023a0b6f82021-12-16, by Tassilo Philipp
-
Added tag r1.3-RC1 for changeset 4f6c9d3962a52021-12-16, by Tassilo Philipp
-
- introducing version number2021-12-16, by Tassilo Philipp
-
- fix nameclash due to a previous and bad cleanup2021-10-07, by Tassilo Philipp
-
- comments cleanup2021-10-07, by Tassilo Philipp
-
- removed nm from (cd test; make), as not an actual conformance test2021-10-05, by Tassilo Philipp
-
- cleanups, simplifications, some api clarification, ...2021-10-05, by Tassilo Philipp
-
- regression fix: return values were broken on some arm32-thumb targets2021-10-03, by Tassilo Philipp
-
- changelog addition (and modification of older entry for clarity)2021-10-03, by Tassilo Philipp