okuoku
bfec8b9f4e
chibi-genstatic: Add --no-inline option
...
Add --no-inline option to improve debuggability.
2017-11-08 01:12:54 +09:00
okuoku
307c3aeecf
chibi-genstatic: Remove inline? override
...
Remove inline? binding here; it was effectively no-op'ed
`--inline` option.
2017-11-06 04:07:50 +09:00
Alex Shinn
0c80f38a19
making string-cursors a disjoint type
2016-03-29 22:25:09 +09:00
Alex Shinn
7b8af8725d
Better C++ genstatic support.
2015-03-06 17:48:11 +09:00
Alex Shinn
1c112fc008
Adding (library X) feature support to chibi-genstatic library expander.
2015-02-22 16:15:55 +09:00
Alex Shinn
a7877b773b
genstatic fixes
2015-02-13 19:03:12 +09:00
Alex Shinn
94002d2134
Adding a --features command-line option to chibi-ffi and chibi-genstatic.
...
Needed for cross-compiling.
2015-01-04 23:31:41 -05:00
Alex Shinn
c5cad60259
Fixing static libraries array initialization.
2014-12-25 16:50:53 +09:00
Alex Shinn
ad66b05837
Inlining utils to make chibi-genstatic work without modules.
2014-12-22 18:24:47 +09:00
Alex Shinn
8b5eb68238
File descriptors maintain a reference count of ports open on them
...
They can be close()d explicitly with close-file-descriptor, and
will close() on gc, but only explicitly closing the last port on
them will close the fileno. Notably needed for network sockets
where we open separate input and output ports on the same socket.
2014-02-20 22:32:50 +09:00