I'm happy to announce the immediate availability of jsapigen 0.5.1.
jsapigen is a glue-code generator for embedding JavaScript in C-written applications. Version 0.5 basically fixed a bug where an incorrect check of a function's return value could lead to an abort.
Thomas
I'm happy to announce the immediate availability of jsapigen 0.5.
jsapigen is a glue-code generator for embedding JavaScript in C-written applications. Some highlights of version 0.5 include
- support for calls from C to JavaScript,
- stack-based memory allocation for less overhead, and
- an improved manual.
Thomas
The author of jsapigen is proud to announce the immediate availability of jsapigen 0.4.
jsapigen is a glue-code generator for embedding JavaScript in C-written applications. Some highlights of version 0.4 include
- support for call and equality operations,
- allow floating-point numbers as default values (bug #2652881),
- C data types short and float in declarations, and
- an improved and extended manual.
The author of jsapigen is proud to announce the immediate release of jsapigen 0.3.
jsapigen is a glue-code generator for embedding Mozilla's JavaScript engine into C applications. It provides support for generating various language constructs, automatic conversion of data types, and error checking.
New features:
* Finally allow arrays as types
* Completely rewritten internals allow for future improvements
* New platforms: Cygwin and Haiku
* Improved and extended manual... read more
Hi there!
Release 0.3 of jsapigen is about to be released within the next few weeks. If you're a user of this software please check out the trunk from SVN and give some feedback.
The fastest way of getting the lastest version from the SVN repository is to call
svn co https://jsapigen.svn.sf.net/svnroot/jsapigen/trunk jsapigen
on the command line.
Best regards, Thomas
The author of jsapigen is proud to announce the immediate release of jsapigen 0.2.1.
jsapigen is a glue-code generator for embedding Mozilla's JavaScript engine into C applications. It provides support for generating various language constructs, automatic conversion of data types, and error checking.
Bug fixes since 0.2.0:
* Support empty IDL files
* Support braces in comments (Bug #2096930)
* Better error checking
* Cleanup at exit
* Code cleanups... read more
The author of jsapigen is glad to announce the immediate availability of jsapigen 0.2.0.
jsapigen is a glue-code generator for embedding Mozilla's JavaScript engine into C applications. It provides support for generating various language constructs, automatic conversion of data types, and error checking.
New features of this version include
- largely extended documentation with tutorial and lots of examples,
- a macro for integration with Autoconf, and
- support for GNU/Linux, FreeBSD, OpenBSD, Solaris, and MinGW... read more
The team behind jsapigen is glad to announce the immediate availability of jsapigen 0.1.0.
jsapigen is a glue-code generator for embedding Mozilla's JavaScript engine into C applications. It provides support for generating various language constructs, automatic conversion of data types, and error checking.
jsapigen 0.1.0 is available at [1]. Please visit its website [2] or project page [3] for more information and a preliminary manual.... read more