351 Commits (a2e48a5c044e54e98a03ff28db22eda74e5d8492)

Author SHA1 Message Date
Chris Novakovic a712065d9a Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
Chris Novakovic f55d40cc9a Makefile: export standard compiler and compiler flag variables 7 years ago
Chris Novakovic aa09191f20 Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
Joachim Klein e69bbe40d8 GUIMultiModelHandler: Inhibit creation of WaitParseThread during GUI startup 7 years ago
Joachim Klein 84f4d7167d GUIMultiModelHandler: Refactor restarts of the WaitParseThread 7 years ago
Joachim Klein a328b64748 GUIPrism, GUIPlugin: Provide onInitComponentsCompleted hook for plugins 7 years ago
Joachim Klein cd8fc128d5 GUISimulator, 'Export path': Optionally export reward information as well 7 years ago
Joachim Klein 5ebbe698d1 Simulation results (GUI): Note if nondeterminism was resolved uniformly 7 years ago
Joachim Klein e8788b776f Fix rare crash during GUI startup. 7 years ago
Joachim Klein 6f325e96bb Add @Deprecated annotations for methods where deprecation is marked in JavaDoc 8 years ago
Joachim Klein cbdcde36cb GUISimPathFormulaeList: fix some warnings 8 years ago
Joachim Klein 0559014a2f GUISimulator: harden against exceptions 8 years ago
Joachim Klein 737ad9cd22 GUISimulator: Fix "Simulate up to step x, backtrack x steps" handling for CTMC models 8 years ago
Dave Parker 447d4732be GUI: Tooltip hints for creating new properties/constant/labels. 8 years ago
Dave Parker c0c8e686b8 GUI: Switch to Properties tab on creation of new properties file. 8 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
Joachim Klein 159e9fd76e GUI: Handle StackOverflowErrors gracefully 8 years ago
Joachim Klein e33f8eee3c Add -javastack x command line parameter to specify Java stack size 8 years ago
Joachim Klein 88a10b763d GUI: In properties tab, support double-click for adding constants, labels 8 years ago
Joachim Klein 02d847c979 GUI: Support fractional constants in constant value picker for experiment 9 years ago
Joachim Klein 6c0294923e Use exact evaluation of constant expressions in exact and parametric mode 8 years ago
Dave Parker 270042f637 Tidy some w3c imports; was causing compile issues in Eclipse+Java10. 8 years ago
Joachim Klein abf37417fd Fix JDK9 compilation issue, use parser.ast.Module instead of Module 9 years ago
Joachim Klein 5adb550043 Makefiles: inhibit parallel building (-j n mode) 9 years ago
Joachim Klein 35858d3339 GUI, settings dialog: larger preferred width 9 years ago
Dave Parker c0e99cea6b Error message typo. 10 years ago
Joachim Klein 6dda865f04 Change prism.parseSingleExpressionString calls to static access 10 years ago
Joachim Klein c70922c329 GUISimulator, path formulae view: For P[ phi ] properties, display only the inner path formula phi 10 years ago
Joachim Klein 4f165146b1 GUISimulator: reactivate the display of path formulae in the corresponding simulator tab [reported by Steffen Märcker] 10 years ago
Joachim Klein 0cf8c8cbe0 GUI: Tweak double-click handling in property list 10 years ago
Joachim Klein 9ea440f147 GUI: In property editor dialog, place initial focus on the property text field 10 years ago
Dave Parker b6828a7045 Remove unused "techLog" from Prism object and other classes. 10 years ago
Dave Parker 11cf431209 Auto-format. 11 years ago
Dave Parker 15cbc73554 Tidying/commenting in GUI simulator. 11 years ago
Dave Parker 18cd16d78d Code tidy (auto-format). 11 years ago
Dave Parker 85b7c30d4a Catch possible null value in GUI simulator update table display (reported by Steffen Marcker). 11 years ago
Dave Parker 3347d55d0a Bug fix for updateAutoParse(): from prism-games. 11 years ago
Dave Parker d4c5fd4fd5 Remove accidental commits 11 years ago
Dave Parker ff05caf158 Code tidy. 11 years ago
Dave Parker 5ce657090b Make tool name ("PRISM") configurable. 11 years ago
Dave Parker cbafeeecbf Tweak CUDD out-of-memory error output in GUI. 11 years ago
Dave Parker 63812e59a5 Auto-format (for merging purposes). 11 years ago
Dave Parker 3abbac6491 Fix: Allow -javamaxmem to be passed to the GUI (xprism) too. 11 years ago
Joachim Klein eecc87786a CuDD is actually called CUDD 11 years ago
Joachim Klein 68e0a80b98 GUI computation threads: Catch more errors (e.g. CuddOutOfMemoryException) and use the new error(Exception) handling 11 years ago
Joachim Klein a9630648b0 GUIComputationThread: Add method for logging generic Exceptions 11 years ago
Dave Parker f99bb9ebc2 Tidying GUI code. 11 years ago
Dave Parker 91d83d245b Tidying GUI code. 11 years ago
Dave Parker 4556b0f117 Strip out some unused graphical model code. 11 years ago
Dave Parker c2bc82b76c GUI simulator fix: new path action triggers model parse if it had not been done (e.g. due to large models not auto-parsing). 11 years ago