- 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
-
- Jul 12, 2013
-
-
Matthew Dawson authored
Instead of assuming the number is always at a certain position, use a regexp to find it. It basically looks for "PVS Version 0.0", and only uses the 0.0. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10203 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 05, 2013
-
-
Matthew Dawson authored
To make life simpler in the future, document generation_doc.m git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10176 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Regenerate the documentation with the latest Matlab, and add a simple script to regenerate the documentation, making it simpler in the future. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10175 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 04, 2013
-
-
Matthew Dawson authored
Fix my fixed help text, as it was horrible to read. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10167 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jul 02, 2013
-
-
Matthew Dawson authored
Since CVC3 failes epically with this model, just default to PVS to make testing it easier for users. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10149 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
- Mention that it requires the NASA PVS libraries, otherwise a missing library error is generated. - Change the inputs to the roots so that the function has actual real roots. Otherwise when you run the simulation there is a difference generated on x1, and makes the whole thing look broken. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@10148 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
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@9528 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Mar 28, 2013
-
-
Matthew Dawson authored
Attempt to strip matlab related paths from LD_LIBRARY_PATH. Any path containing matlab is now stripped. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@9480 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Mar 21, 2013
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@9447 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
-
- Jul 09, 2012
-
-
Matthew Dawson authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8642 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 19, 2012
-
-
Matthew Dawson authored
Instead of using random values, actually use something useful for the matlab output code. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8570 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
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
-
Matthew Dawson authored
Some debug output was left enabled. Silence it. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8564 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
Multiline inputs are now being dealt with properly. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8563 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
-
Matthew Dawson authored
If more then one value comes out of the regex, handle that case. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8518 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Matthew Dawson authored
There was a syntax error with a missing comma. Fix. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8517 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 06, 2012
-
-
Matthew Dawson authored
MatLab's strcmp barfs on zero length strings which look like arrays (?). Thus avoid calling it with that to avoid errors. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8512 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
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
-
Matthew Dawson authored
When saving, delete_recursive tried to call down into an object. That object doesn't exist, and its trying to be recursive. Instead have it call it self statically. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8510 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@8195 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8192 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8191 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
-
- Sep 08, 2011
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7802 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Aug 23, 2011
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7729 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7728 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7726 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Jun 13, 2011
-
-
Mark Lawford authored
Hacked a work around for R2011a release change in code block locations and updated deprecated status bar visible call. git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7441 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 26, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7277 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 18, 2011
-
-
Mark Lawford authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7227 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-
- Apr 14, 2011
-
-
Colin Eles authored
git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@7208 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
-