- Apr 26, 2015
-
-
Matthew Dawson authored
Release 0.7.4, fixing MATLAB R2014b/R2015a
-
Matthew Dawson authored
Clipping is used to avoid having text spill on axes, clipping text boxes does nothing as text boxes always clip their contents. This fixes MATLAB R2015a (and possibly R2014b).
-
- Aug 12, 2014
-
-
Matthew Dawson authored
Update version numbers for critical update to 0.7.3.
-
- May 16, 2014
-
-
Matthew Dawson authored
Update all version numbers to 0.7.2 for release. Also update my copyright to the current year.
-
- May 15, 2014
-
-
Matthew Dawson authored
When the table is closed, there is lots of unnecessary data being stored in the block, all of which changes on the next load. Remove that data before closing, to try and avoid changing the underlying storage, making the TET friendlier to SCMs.
-
- Nov 29, 2013
-
-
Matthew Dawson authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10907 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Nov 15, 2013
-
-
Matthew Dawson authored
Sometimes when starting up, a previous handle would clash with an existing handle, causing the TET to fail to load and locking Matlab into a state where it can no longer exit. Fix by ensuring on load no previous handle is ever used, and instead just regenerate all of them. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10858 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 19, 2013
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10096 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 12, 2013
-
-
Matthew Dawson authored
Due to the fix for the newline issue with Matlab, there was a buffer underflow. Fix. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@9560 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 08, 2013
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@9529 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 17, 2012
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8671 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 19, 2012
-
-
Matthew Dawson authored
Fix some other issues. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8566 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 15, 2012
-
-
Matthew Dawson authored
If there are multiple lines in an input box, it breaks various things. Fix that up by concating them together. Its a little better. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8555 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 14, 2012
-
-
Matthew Dawson authored
Due to matlab stupidity, it doesn't have an undo functionality in its input boxes (why?). The work around involves unfocusing and re-focusing the textbox. In the meantime, the original bug I tried to fix is still out there. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8552 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 08, 2012
-
-
Matthew Dawson authored
There was some code making the input boxes multi-line, for no reason. It caused weird random errors though, so disable behaviour. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8519 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 06, 2012
-
-
Matthew Dawson authored
If this handle is deleted, make sure to mark it as such. Otherwise, there seems to be a double delete occuring and causing issues. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8511 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jan 11, 2012
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8196 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8190 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Aug 23, 2011
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7726 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 14, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7207 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Mar 11, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7047 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Mar 08, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7026 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Feb 12, 2011
-
-
Colin Eles authored
added setting to generate real-time exceptions when input is NaN or when input type constraint is violated git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6878 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jan 05, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6716 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6715 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Dec 16, 2010
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6667 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Dec 02, 2010
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6620 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Nov 26, 2010
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6593 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Nov 25, 2010
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6587 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Nov 19, 2010
-
-
Colin Eles authored
updated GUI to generalize the typecheck procedure, default prover is now CVC, although this can be changed, currently not saved to the block, so each time you open it will go back to CVC, may want to change this in the future. need to fix some stuff in validation report git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6562 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6560 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Nov 11, 2010
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6520 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
begnining of application of SMT solver, using CVC3 solver. only works for 1D vertical grids right now, although easy to add more dimensions, etc. ALOT faster than PVS. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6519 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Oct 12, 2010
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6352 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6351 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Oct 07, 2010
-
-
Colin Eles authored
have a mode working where tool will generate a theory using the simulink types, as well as an constraints expressed in the pvs types. for example if input is x:real, but in simulink diagram input is int8, will create a theory where input is of type int8, copies a pvs theory of the types to the pwd, currently using integer subranges for types, and real for floating pt types, not sure if I should use IEEE754, might lose test case generation with this. Typechecker forces proving that no over/under flow for outputs, this is not always automatic, and grind seems to have trouble with it sometimes. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6318 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
can now figure out compiled types of code block, could now use these types for proving, still need a way of consolidating types between input box and port definitions git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6317 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Sep 21, 2010
-
-
Colin Eles authored
edited code looking for unsuppressed output, need better way to do this, also removed the check system block from the block library, it still needs some work git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6239 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Sep 20, 2010
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6231 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6227 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-