giws 2.0.2-1 source package in Ubuntu

Changelog

giws (2.0.2-1) unstable; urgency=low


  * New upstream release
  * Standards-Version updated to 3.9.5 

 -- Sylvestre Ledru <email address hidden>  Thu, 21 Nov 2013 15:02:43 +0100

Upload details

Uploaded by:
Sylvestre Ledru
Uploaded to:
Sid
Original maintainer:
Sylvestre Ledru
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
giws_2.0.2-1.dsc 1.2 KiB f6d07433f2d044df6e4623ee28d5b4ca3ad4878cb90c3c4563202de490e194bf
giws_2.0.2.orig.tar.gz 45.2 KiB 84abb144274ca9763406b626fceb0f53ff23f4a5d84964d4f313b52302c93464
giws_2.0.2-1.debian.tar.gz 10.1 KiB b5a9cbf9612a4d55796c6830a5dae1818a3e5600f58ccb12aa703ef1bd5eaf51

Available diffs

No changes file available.

Binary packages built by this source

giws: Generate C++ class wrappers to call Java methods/objects

 Giws is basically doing the same stuff as SWIG but the opposite.
 Calling Java from C/C++ can be tricky: JNI calls are complicated
 especially when dealing with non primivite types or arrays,
 performance issues must be kept in mind all the time,
 the code can be redundant (checking exceptions, checking returns
 of operations...).
 Giws hides this complexity through a C++ class which wraps the
 Java class.

giws-doc: Documentation and examples for the GIWS package

 Giws is basically doing the same stuff as SWIG but the opposite.
 Calling Java from C/C++ can be tricky: JNI calls are complicated
 especially when dealing with non primivite types or arrays,
 performance issues must be kept in mind all the time,
 the code can be redundant (checking exceptions, checking returns
 of operations...).
 Giws hides this complexity through a C++ class which wraps the
 Java class.
 .
 This package contains the examples and the documentation.