Commit graph

515 commits

Author SHA1 Message Date
Joshua Suskalo
544cf59280
Revert "Fix issue with StaticVariable failing on pointer-carried types"
This reverts commit c1fa08586a.
2025-02-27 10:43:18 -05:00
Joshua Suskalo
c1fa08586a
Fix issue with StaticVariable failing on pointer-carried types 2025-02-26 14:50:42 -05:00
Joshua Suskalo
167d3e0d9b
Add line for graalvm native-image in future plans 2024-11-22 10:26:52 -05:00
Joshua Suskalo
030c091c6d
Update api docs link 2024-11-22 10:25:14 -05:00
Joshua Suskalo
f7037b7a67
Link to cljdoc instead of codox documentation 2024-11-22 10:23:49 -05:00
Joshua Suskalo
7700f3f5e6
Add functions header in builtin types 2024-11-22 10:15:52 -05:00
Joshua Suskalo
2d708fa772
Add cross-link for tagged union type mention 2024-11-22 10:14:52 -05:00
Joshua Suskalo
39dc48b9e9
Use the --release flag for java compilation
This gets around the documented issue from java 9 and later where simply
using -source and -target might result in newer APIs still getting used
anyway. This version will ensure the compiled classes work on the
intended version.

This also fixes a warning that javac printed.
2024-10-18 11:24:36 -04:00
Joshua Suskalo
50dca53b7d
Merge branch 'bugfix-for-const' into develop 2024-10-18 11:20:18 -04:00
Jan Wedekind (Dr)
26fbed6927
Bugfix for const expressions 2024-10-18 11:20:01 -04:00
Joshua Suskalo
8ec46af8de
Add thankyou for adding named union member support 2024-10-10 17:15:42 -04:00
Joshua Suskalo
bb4dc5d389
Merge pull request #13 from jjttjj/develop
Support named union members in c-layout
2024-10-10 16:14:46 -05:00
Justin Tirrell
abfe6145ba Update changelog 2024-10-10 12:09:46 -04:00
Justin Tirrell
413d231d29 Add support for named union members in c-layout 2024-10-10 11:56:28 -04:00
Joshua Suskalo
3fb34923e1
Merge branch 'master' into develop 2024-10-04 16:35:49 -04:00
Joshua Suskalo
9b020d1706
Merge branch 'doc/split-readme-into-articles' 2024-10-04 16:35:31 -04:00
Joshua Suskalo
ef9b205750
Fix a broken list and make wip stuff explicit 2024-10-04 16:35:05 -04:00
Joshua Suskalo
58eaffdf54
Add more articles from readme sections 2024-10-04 16:27:06 -04:00
Joshua Suskalo
3c16e00fc1
Actually use url schemes for website links in the readme 2024-10-04 16:16:56 -04:00
Joshua Suskalo
4b490bf24f
Add Getting Started article 2024-10-04 16:16:56 -04:00
Joshua Suskalo
d0bfd20117
Pare down the readme to an acceptable size 2024-10-04 16:16:56 -04:00
Joshua Suskalo
07216c7b2f
Remove reference to fixed "known issue" from readme 2024-10-04 12:00:34 -04:00
Joshua Suskalo
96dfff04a0
Remove reference to fixed "known issue" from readme 2024-10-04 11:59:42 -04:00
Joshua Suskalo
030a7413d7
Update changelog 2024-10-04 11:51:54 -04:00
Joshua Suskalo
b702ec4cec
Merge branch 'master' into develop 2024-10-04 11:51:29 -04:00
Joshua Suskalo
3d59fa1b25
Merge branch 'release/v1.0.486' 2024-10-04 11:50:46 -04:00
Joshua Suskalo
c4b31c7d0d
Update readme for new release 2024-10-04 11:50:32 -04:00
Joshua Suskalo
5ae08aef4f
Update codox documentation 2024-10-04 11:49:14 -04:00
Joshua Suskalo
a377c97c93
Update changelog for new release 2024-10-04 11:48:49 -04:00
Joshua Suskalo
c61090cbea
Add test for double-pointers 2024-10-04 11:43:01 -04:00
Joshua Suskalo
306a6fb7fb
Merge branch 'master' into develop 2024-10-03 17:33:21 -04:00
Joshua Suskalo
9af8cb0b47
Use reinterpret, not slice-global 2024-10-03 17:32:48 -04:00
Joshua Suskalo
ab0af5b0ca
Remove extraneous use of address-of 2024-10-03 17:31:30 -04:00
Joshua Suskalo
305e250be7
Add known issue for pointer types using too much indirection 2024-10-03 16:18:49 -04:00
Joshua Suskalo
8e088c75b2
Fix bug where one too many indirections are used with pointer types 2024-10-03 15:37:03 -04:00
Joshua Suskalo
4f1d8f2990
Update changelog 2024-10-03 14:23:05 -04:00
Joshua Suskalo
b18d7f8a9c
Merge branch 'master' into develop 2024-10-03 14:22:33 -04:00
Joshua Suskalo
bffa1bb2df
Merge branch 'release/v1.0.471' 2024-10-03 14:21:44 -04:00
Joshua Suskalo
abeeb447a2
Update version and tag in readme 2024-10-03 14:21:10 -04:00
Joshua Suskalo
e0af08dabf
Update changelog 2024-10-03 14:20:31 -04:00
Joshua Suskalo
c724e42088
Update codox documentation 2024-10-03 14:19:59 -04:00
Joshua Suskalo
d3d2d25c78
Update version in build script 2024-10-03 14:14:13 -04:00
Joshua Suskalo
a2dd6f2518
Add criterium to dev alias 2024-10-03 14:12:54 -04:00
Joshua Suskalo
6ff882b85d
Update docstring to reflect address-of returning a long 2024-10-03 14:12:51 -04:00
Joshua Suskalo
d183fcdf98
Fix error when running tests with emacs 2024-10-03 14:11:48 -04:00
Joshua Suskalo
2833d48d4d
Fix bad use of address-of in example 2024-10-03 14:11:38 -04:00
Joshua Suskalo
cdd4b55e26
Fix bad use of address-of in example 2024-10-03 14:11:15 -04:00
Joshua Suskalo
f752a1592a
Optimize re-serializing deserialized functions 2024-10-03 11:12:37 -04:00
Joshua Suskalo
cce6c823f6
Implement memoization of upcall and downcall classes 2024-10-03 10:55:54 -04:00
Joshua Suskalo
bd7216a06e
Add null for implementing serdes 2024-10-02 16:26:24 -04:00