Commit Graph

64 Commits

Author SHA1 Message Date
Joseph Lizier fea2cb4bfa Targeting Java version 8 in our builds now, in part to be compatible with latest Jpype in python 2025-10-16 09:17:00 +11:00
Joseph Lizier 4f5d8f894b Updating documentation to v1.6.1 minor release 2023-08-22 13:02:19 +10:00
jlizier 72024c7299 Updating demo PDFs and version number ahead of new v1.6 distribution 2022-09-05 17:43:14 +10:00
jlizier 0935806338 Moving ant targets up to Java 7 instead of Java 6 (newer java versions are complaining now that 6 is too old to target) 2022-08-16 15:50:17 +10:00
Joseph Lizier c4349140f1 Updating ant javadoc target to use packageset instead of fileset (for JDK >= 8 it seems that fileset is not properly handling the java source code I want the javadocs to ignore; packageset is doing this ok). Fixes Issue #75 (the javadocs part) 2019-03-11 11:58:17 +11:00
jlizier ee1ef4909c Storing executable permissions for jar file, .sh and .bat files in the distribution .zip and now making a .tar.gz distribution also 2018-11-25 23:39:44 +11:00
jlizier b6a5285b9b Updated version number in build.xml ready for new release 2018-11-25 21:48:29 +11:00
jlizier de5661b1e3 Added encoding="UTF8" to the javac call, after getting a report of a user with javac problems (seemingly with platform default encoding not matching UTF8) 2018-05-31 10:33:31 +10:00
jlizier b32d9443eb Including the new "course" folder in the distribution produced by ant 2018-01-09 11:41:41 +11:00
jlizier a4f9d9021d Updated ant build script for version 1.4 2017-11-27 07:47:15 +11:00
jlizier 4881daadf2 Altering ant to reflect the new location of autoanalyser java files (now inside the main source tree), removing the autoanalyser target, as well as setting the Main-Class in the jar manifest (and making jar executable) so that on double click of the jar the AutoAnalyserLauncher is run. Also noticed that the debug build hadn't reverted back to Java 1.6 yet 2017-11-24 21:42:20 +11:00
jlizier 7390c1d643 Altered build.xml to have consistent tabs for whitespace rather than mix of tabs and 2xSpace. 2017-11-24 21:08:02 +11:00
Pedro Martinez Mediano 446ac4ae59 Merge branch 'master' into gpu 2017-11-21 14:58:15 +00:00
Pedro Martinez Mediano 86cd661a9c Small clarification in build.xml comments. 2017-11-21 14:49:13 +00:00
Pedro Martinez Mediano 8c7e94b0fa Change build.xml file to revert back to Java 1.6 2017-08-31 16:28:44 +01:00
Pedro Martinez Mediano d0b35b3db8 Added NativeUtils for native lib loading and included libKraskov.so in jar. 2017-06-01 20:34:23 +10:00
Pedro Martinez Mediano 1b69dfa3e7 Fix mistake in previous commit.
Whoopsie.
2017-06-01 17:39:05 +10:00
Pedro Martinez Mediano 8233ad0d18 Exclude GPU junit tests from the main junit ant target.
They get run in the gputest target anyway (if enablegpu == true).
2017-06-01 17:34:31 +10:00
Pedro Martinez Mediano 834a3ec2c2 Relocated GPU code and modified build and load paths accordingly. 2017-06-01 17:22:42 +10:00
Pedro Martinez Mediano 2e4a58d2c9 Turn off GPU by default in master branch. 2017-05-25 03:04:21 +10:00
Pedro Martinez Mediano 6af0e22030 Merge branch 'master' into gpu 2017-05-25 02:44:59 +10:00
Pedro Martinez Mediano 6e8ed0b38f Ant gputest target now builds only C unittest and not perftest. 2017-05-25 02:37:02 +10:00
Pedro Martinez Mediano 09548028e0 Merge remote-tracking branch 'ghub/master'. This merges Joe's v1.3.1 master into Pedro's master. 2017-05-24 20:24:32 +10:00
Pedro Martinez Mediano 4cbeb681db Ant compile target now fails if GPU make fails. 2017-05-23 14:21:41 +10:00
Pedro Martinez Mediano 7546dcfc06 Now ant gputest target fails if C unit tests fail. 2017-05-23 02:01:13 +10:00
Pedro Martinez Mediano 74e65b624c Ant gputest target now also runs Java+C GPU tests. 2017-05-22 15:06:34 +10:00
Pedro Martinez Mediano f90ade60b8 Fix dependency issues between ant targets. 2017-05-19 08:25:07 +10:00
Pedro Martinez Mediano 3e0cbc8a9e Separate C GPU unit tests to a different ant target. 2017-05-19 08:10:00 +10:00
Pedro Martinez Mediano ae3fdc9782 C unit tests now run along with ant-junit. 2017-05-19 07:47:06 +10:00
Pedro Martinez Mediano 6ec79dec55 Fix bug about conditional targets in build script. 2017-05-18 22:05:16 +10:00
Pedro Martinez Mediano 004a7c7f17 Added separate ant tasks for GPU compilation, moved libraries to bin folder. 2017-05-18 02:49:31 +10:00
Pedro Martinez Mediano 22bae87123 Changed default java version to 1.7 in ant build script. 2017-05-18 02:47:24 +10:00
jlizier 269e263a84 Updating version number in build file, ready for release 2016-10-21 00:13:58 +11:00
jlizier b01c01ca3b Ant script now builds class files for the auto-analyser and includes these in the distribution. Also a patch to stop errors when the JIDT-logo file is not found (in zip dists) 2016-10-18 12:53:26 +11:00
Pedro Martinez Mediano 493491d69c Add debug target to ant build script. 2016-03-15 21:54:42 +00:00
Pedro Martínez Mediano 5074c1b6f7 Initial commit of GPU code. 2016-03-13 01:15:19 +00:00
joseph.lizier 6f8050d466 Making AutoAnalyser an abstract class with AutoAnalyserTE a child; this builds platform to allow an AutoAnalyserMI later 2015-07-09 14:43:47 +00:00
joseph.lizier bbbc835c1f Correcting method of deleting auto-generated AutoAnalysis files in ant clean target 2015-07-07 15:03:15 +00:00
joseph.lizier 4f88161873 Deleting auto generated AutoAnalysis files in the ant clean target 2015-07-07 14:58:01 +00:00
joseph.lizier 3f3c737ddd Updating PDFs of Demos for next release. Also updated Schreiber TE demo to add section about auto-embedding. And updated release notes and svn number in build file. 2015-07-07 14:51:04 +00:00
joseph.lizier 6951f52f68 First version of TE Auto Analyser Java Swing GUI 2015-06-23 00:58:57 +00:00
joseph.lizier af5f1264a0 Adding sample tutorial solutions, updating image for the web, and updating build file to include tutorials 2015-02-09 00:03:45 +00:00
joseph.lizier 1f4089f509 Making jar build target Java 6 2015-02-05 23:32:53 +00:00
joseph.lizier 9c37420d69 Updated build.xml, readme and demo PDFs for new version release 1.2 2015-01-28 05:44:59 +00:00
joseph.lizier 3100d57ecf Minor corrections to inclusions for v1.1 release 2014-11-14 11:11:25 +00:00
joseph.lizier 2a36ac0387 Updating PDFs of demos and paper, release notes and release numbering ready for v1.1 release. 2014-11-13 23:35:47 +00:00
joseph.lizier f9c03e86c4 Adding files for deploying to clojure, and adding clojure example 1 (and sample project file) 2014-09-08 07:18:15 +00:00
joseph.lizier 643d76fe19 Adding R example 5 and 6, adding notices to jar dist, finalising python example 6 using file reading utilities; adding extra printout to Example 4 in Java 2014-08-22 05:01:12 +00:00
joseph.lizier 0fa84fea16 Finalising files ready for v1.0 release 2014-08-14 05:56:29 +00:00
joseph.lizier e27c9b0882 ant script modified to make good looking html lists in javadocs 2014-08-13 03:51:43 +00:00