113 Commits (69b2ed1f0848b8a0f98def8cecd72af30b562229)

Author SHA1 Message Date
Dave Parker 69b2ed1f08 Makefile tests targets use Nailgun. 10 years ago
Dave Parker 3464a921ad First version of Nailgun support built directly into PRISM. Adding switch -ng when running prism will instead start a Nailgun server ready to run PRISM instances, and running ngprism runs PRISM as a Nailgun client. 10 years ago
Dave Parker 3d35a4bd90 Add Makefile target to force rebuild of the parser. 11 years ago
Dave Parker 2112f7b9b4 Fix javadoc target in main Makefile 11 years ago
Dave Parker 0b8223c685 Explicit engine: Add BitSet statesOfInterest parameter to the various checkExpression... methods [Joachim Klein]. 11 years ago
Dave Parker 9d82693baf Improvements to build process for Linux/Mac versions of lp_solve_java. 11 years ago
Dave Parker 2ddaf97daf Experimental way of detecting jni.h if it is not in the same place as javac (e.g. on OS X Yosemite?). 11 years ago
Dave Parker 124fa87de6 Amend Makefile to use -encoding UTF8 setting more widely for javac/javah/javadoc (based on reports from SIFT). 12 years ago
Dave Parker 77bfea558f Fix Makefile so that it does not mis-show ARCH as 86_64 when building on 32-bit Win. 12 years ago
Dave Parker 9c0273f878 Assume Java 7 not 6 when building binaries now. 12 years ago
Dave Parker 8b708ccc8e Update build scripts to (potentially) allow 64 bit Windows installers. 12 years ago
Dave Parker cb62c36630 More Makefile fixes for Win 64 build. 12 years ago
Nishan Kamaleson 6bf4f3e279 Makefile ix 12 years ago
Dave Parker 3cf85ee0ec Re-attempt at 64-bit Cygwin Makefile. 12 years ago
Dave Parker c9af690615 Attempt at 64-bit Cygwin Makefile. 12 years ago
Dave Parker 41abbe6df2 Fix Makefile to build on newer versions of Cygwin (-no-cygwin). 12 years ago
Dave Parker c43b3e390a Makefile fix for when there are two occurrences of jni_md.h (reported/fixed by Gaston Ingaramo). 12 years ago
Dave Parker 6c7df8d3ed Missing part of last commit 13 years ago
Dave Parker 2cedd3daf2 Update main Makefile to pass variables correctly to new cudd-5.0 Makefile. 13 years ago
Ernst Moritz Hahn fd855d0ff4 reintegrated parametric stuff 13 years ago
Dave Parker 7576896346 Remove some make dist_src checks no longer needed. 13 years ago
Dave Parker 0540a328d2 Always display VERSION on build, not just for dist_bin target. 13 years ago
Dave Parker babc01ecdc Makefile tweak: Display VERSION when building dist_bin. 13 years ago
Dave Parker c47365999d Add Makefile target add_rev to build prism/Revision.java. 13 years ago
Dave Parker b530cd78c8 Makefiles extract version number automatically using printversion script. 13 years ago
Dave Parker 1512c09e30 Just look in both "include" and "Headers" for jni header files, regardless of OS, since may differ for Apple vs Oracle Java 7 on Macs. 13 years ago
Dave Parker a6b2b4f3c7 Part 2 of Makefile fix from Steffen Marcker (64-bit detection on Macs) 13 years ago
Dave Parker 10ea5d9da0 Add building of new ext/ directory to Makefile. 13 years ago
Dave Parker c38378ad10 Makefile dist_bin target adds flags for javac to target Java 1.6. 13 years ago
Dave Parker c1dce97640 Makefile test targets used prism-auto. 14 years ago
Dave Parker 0c8948a71e Fix makefiles with easier setup of classpath using * for jars. 14 years ago
Dave Parker df5e8bf0ed Makefile fix: 32-bit Mac JVM not detected properly (from -- ) 14 years ago
Dave Parker b8e9b6b9d4 Fix previous Makefile addition + add d32/64 to Mac launch scripts. 14 years ago
Dave Parker a0e74ef88b Cleaner Makefile generation of bin scripts. 14 years ago
Dave Parker 8f08dd6f37 Remove VERSIONS from installers. 14 years ago
Dave Parker d8c06edca8 Makefile tweak re tests target (from prism-games). 14 years ago
Dave Parker 0974ca4b81 Makefile tweak: drop -mtune=native flag for 32-bit Linux compile: should be unnecessary. 14 years ago
Dave Parker 8cff34fb12 Option to run local tests only. 14 years ago
Dave Parker 8930a885ba Makefile tweak: build local tests, if tests dir is present. 14 years ago
Dave Parker ab6d2bbbef Remove use of -lm linking under Cygwin. 14 years ago
Dave Parker a19cd352f1 Makefile dist_bin target automatically builds "all" too first. 14 years ago
Dave Parker 3a85f6e277 Make binary distribution names architecture-dependent (32 vs 64 bit). 14 years ago
Dave Parker 89580b450d Makefile bugfix: better alignment of CUDD and PRISM compile flags. 14 years ago
Dave Parker 6d7769c12c Added "tests" target to main Makefile which runs all regression tests (if installed locally). 15 years ago
Dave Parker 47e6cc5143 Use gcc-3 etc by default when building on Cygwin. 15 years ago
Dave Parker ce4b0beb1e Undoing last commit. 15 years ago
Dave Parker bcab165234 Use gcc-3 etc by default when building on Cygwin. 15 years ago
Dave Parker 2c6ab05639 Makefile: dist_src target for building source distributions. 15 years ago
Dave Parker 35f377ab3e Improved documentation (JavaDoc mostly). 15 years ago
Dave Parker c43d5b848f Makefile fix (javadoc classpath). 15 years ago