Revision history for FFI-TinyCC
0.14 2015-01-22 06:38:34 -0500
- CPAN release identical to 0.12
0.12 2015-01-19 03:15:27 -0500
- FFI::Platypus 0.09 compatability
- Development release not posted on CPAN
0.11 2015-01-15 18:51:26 -0500
- migrate to FFI::Platypus. Should still interact with FFI::Raw
as before.
- Your FFI::Raw code may break if you are not explicitly using
FFI::Raw, and depending on FFI::TinyCC to pull it in for you.
Stop doing that.
- Development release not posted on CPAN
0.10 2015-01-08 10:09:47 -0500
- get_ffi_raw method is deprecated and will issue a warning
use FFI::Raw->new_from_ptr instead
- FFI::Raw will be removed as a prerequisite in the near future
if you are using both FFI::Raw and FFI::TinyCC then you need
to explicitly declare BOTH as prerequisites.
0.09 2014-11-17 06:31:51 -0500
- Skip unsupported tests on arm linux
0.08 2014-11-09 07:47:07 -0500
- add Debian kFreeBSD support (skip some unsupported tests)
0.07 2014-11-05 20:53:30 -0500
- add OS X support
remove trailing null characters from libtcc.a members (possible Archive::Ar bug)
skip dll and exe tests for features not supported on OS X
0.06 2014-11-05 18:07:06 -0500
- skip t/output_file_exe.t test on *BSD and darwin
that doesn't seem to be supported there at the moment
0.05 2014-11-05 07:22:26 -0500
- fixed Windows breakage due to hard coded path (doh!)
0.04 2014-11-04 16:58:12 -0500
- better test diagnostics
0.03 2014-11-04 05:31:55 -0500
- testing improvements
0.02 2014-10-28 15:16:44 -0400
- added tcc_eval and tcc_inline interfaces in FFI::TinyCC::Inline
0.01 2014-10-28 09:29:55 -0400
- initial version