Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / lang / java / makefile @ master

History | View | Annotate | Download (10.4 KB)

# Date Author Comment
5528e679 01/05/2019 03:04 PM Nitesh Mor

Java interface update [WIP]

  • added new classes EP_CRYPTO_KEY, GDP_OPEN_INFO, GDP_CREATE_INFO to directly expose these to the client
  • Updated Gdp20Library to Gdp21Library
  • Moved GDP_MD_* constants from GDP.java to GDP_MD.java, and updates to sample apps accordingly....
61797ff5 07/31/2018 09:20 PM Nitesh Mor

Sample Java code to create log with existing key

c809f99f 07/22/2018 11:01 PM Nitesh Mor

Cleanup run***Test in makefile

45244c29 07/22/2018 10:07 PM Nitesh Mor

Added previously ignored applications

7ca2a4b3 07/22/2018 10:02 PM Nitesh Mor

small changes to test arguments

f4e6400b 07/20/2018 01:49 AM Nitesh Mor

update Java interface to V2.

still lacking in quite a bit of functionality, but updated the
existing code to play well with the current version of the C
library.

7244e92d 07/28/2017 05:52 AM Christopher Brooks

Updated JavaScript and Java to 0.8.0.

d7f34b51 10/22/2016 11:41 AM Christopher Brooks

clean: don't remove the build jars: jna*.jar etc.

cb262f61 10/22/2016 09:59 AM Christopher Brooks

If java.net or maven.org are down, then try to download the JNA jars from terraswarm.

9dd555a1 10/22/2016 09:14 AM Christopher Brooks

Updated name of jar file from gdp-0.7-0.jar to gdp-0.7-2.jar to reflect that we are using the 0.7-2 version of the GDP.

555f8f27 09/27/2016 09:11 PM Christopher Brooks

More work with shared libraries under RHEL and Ubuntu.

e3adf64d 09/27/2016 06:28 PM Christopher Brooks

Place the RHEL jar file linux-x86-64-rhel. GDPHelper.java now sets jna.library.path to include $PTII/lib/gdp-0.7-0.jar!/linux-x86-64-rhel/libgdp.0.7.so.

cfccd718 09/22/2016 11:34 AM Christopher Brooks

Create linux-x86-64 directory for RHEL shared library.

74978c59 09/06/2016 10:33 AM Christopher Brooks

Fixed typo in how EVENT_HDRS is set.

675bf903 08/18/2016 06:32 PM Christopher Brooks

Copy ../../libs/libgdp- to linux-amd64.

11c7839a 08/12/2016 02:43 PM Christopher Brooks

clean: remove *.jar

b091a5d5 08/11/2016 02:43 PM Christopher Brooks

We use sed -i here, which varies between Mac OS X and RHEL. However calling sed twice like this works.

0b16a5f9 08/11/2016 12:49 PM Christopher Brooks

Updated from 0.6-1 to 0.7.0.

7dd392de 08/05/2016 05:22 AM Christopher Brooks

Added shared libraries to the jar file so that JNA can find them.

8dfe32c1 08/04/2016 08:32 AM Christopher Brooks

Updated GDP Java interface to 0.6-1.

6e36d992 06/14/2016 05:41 PM Christopher Brooks

Changed version number of Java interface from 0.6-1 to 0.5.

7b7697fd 06/14/2016 03:08 PM Christopher Brooks

Updated Java interface to 0.6.

5318e936 06/08/2016 12:15 PM Christopher Brooks

Updated the version number of the jar file to match gdp_version.h

096b8eaa 01/28/2016 12:27 PM Nitesh Mor

Implemented create for Java API

a20b2118 01/26/2016 12:09 AM Nitesh Mor

Fixed minor bug in makefile

'run' targets should make sure there's nothing to be compiled?

e2d0b4ef 01/25/2016 11:09 PM Nitesh Mor

Cleanup of makefile, do not recompile everything

Note the addition of "jna" as a target to record whether jnaeration
has been done.

efb666af 10/15/2015 04:23 PM Christopher Brooks

Include NativeSize.java and NativeSizeByReference.java so that we don't need jnaerator at runtime.

ed6f51e7 06/12/2015 01:48 PM Nitesh Mor

Java makefile changes by christopher for terra

8b3d2c61 06/11/2015 02:35 PM Nitesh Mor

Fixed (hopefully) java interface makefile

7f4ed8df 06/11/2015 11:23 AM Nitesh Mor

Fixed hardcoded buffer.h location for portability

05afb3fb 06/10/2015 03:10 PM Nitesh Mor

Java interface from Ptolemy repo

Many thanks to Christopher who figured out the hard parts

  • individual files still need cleaning up, but makefile works
  • if any new java files are to be included, make sure to update .gitignore
  • TODO:
    • Clean up ReaderTest/WriterTest....