/[ascend]/trunk/base/generic/utilities/ascPanic.c
ViewVC logotype

Log of /trunk/base/generic/utilities/ascPanic.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2010)

Revision 928 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 22 10:32:18 2006 UTC (17 years ago) by johnpye
File length: 4932 byte(s)
Diff to previous 713
Commented out some stream redirection stuff for simplicity.
The CUnit test suite now works as expected (but without output suppression, for the moment).
Some more effort on IDA (ongoing).

Revision 713 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 30 05:30:41 2006 UTC (17 years, 5 months ago) by johnpye
File length: 4784 byte(s)
Diff to previous 669
Removed disused 'cancel' facility in Asc_Panic (replaced it with
a warning saying so).

Revision 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (17 years, 5 months ago) by johnpye
File length: 4737 byte(s)
Diff to previous 427
Merged changes from DAE branch (revisions 702 to 819) back into trunk.
This adds the Integration API to the ASCEND solver (in base/generic).
Also provides pre-alpha support for 'IDA' from the SUNDIALS suite, a DAE solver.
Many other minor code clean-ups, including adoption of new 'ASC_NEW' and friends (to replace 'ascmalloc')
Added some very sketchy stuff providing 'DIFF(...)' syntax, although it is anticipated that this will be removed.

Revision 427 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 4 04:13:34 2006 UTC (17 years, 8 months ago) by johnpye
File length: 4636 byte(s)
Diff to previous 399
tentative: Disabled ascDynaload functions when DYNAMIC_PACKAGES is not defined. 
Altered error.[ch] so that MS VC++ variadic macros are used when available. 
Disabled Windows MessageBox in ascPanic, so that compilation of base engine is possible with the Platform SDK.
Added SConscript files to build FORTRAN components.
Removed some autoconf-related stuff from the pygtk/interface directory.

Revision 399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 31 08:52:57 2006 UTC (17 years, 8 months ago) by johnpye
File length: 4523 byte(s)
Diff to previous 332
Normalised all #include statements so that files in the current directory
are included as "localfile.h" and files in other directories are included as
<directory/file.h>
This is in accordance with the spec at
http://gcc.gnu.org/onlinedocs/gcc-4.1.0/cpp/Include-Syntax.html#Include-Syntax

Revision 332 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 28 04:39:00 2006 UTC (17 years, 9 months ago) by johnpye
File length: 4543 byte(s)
Diff to previous 190
These changes fix compilation 'make libs' on MinGW.

I have changed the configure.in to allow '--without-tcl'
however this will likely break linux compiles. I'll commit this
on windows, then try to check out and fix on a linux machine.

Revision 190 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 16 08:53:30 2006 UTC (17 years, 10 months ago) by johnpye
File length: 4512 byte(s)
Diff to previous 130
- Simplifying many 'error_reporter' calls with new macros:
    ERROR_REPORTER_NOLINE and ERROR_REPORTER_HERE
- Adding some cygwin cases in the PyGTK build.

Revision 130 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 23:37:10 2005 UTC (17 years, 11 months ago) by johnpye
File length: 4523 byte(s)
Diff to previous 127
Working on eliminating some compiler warnings about unitialised vars
and the like.

Revision 127 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 14:34:32 2005 UTC (17 years, 11 months ago) by johnpye
File length: 4522 byte(s)
Diff to previous 124
Improving reporting of Asc_Panic for cases where the GUI is going to be killed.

Revision 124 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 08:32:25 2005 UTC (17 years, 11 months ago) by johnpye
File length: 7335 byte(s)
Diff to previous 100
Adding 'TEST' statement to ASCEND METHOD syntax.
Standardising messages in slv3.
Trying to debug bug #175.

Revision 100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 9 23:25:15 2005 UTC (17 years, 11 months ago) by jds
File length: 7395 byte(s)
Diff to previous 59
ascMalloc now working on Linux.
Fixed minor bugs in ascPanic.c, test suite functions.

Revision 59 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 30 01:38:20 2005 UTC (18 years, 1 month ago) by jds
File length: 7363 byte(s)
Diff to previous 40
- prototype unit test suite based on CUnit added.
- unit tests for base/generic/general and base/generic/utilites added.
- 2nd manual rework of doxygen documentation in general and utilities.
- bug fixes (mostly general & utilities) found during test development.
- added asc_assert prototype to redirect failures to Asc_Panic() and enable decoupling assertions from NDEBUG.
- some modifications of interface & implementation to facilitate testing.
- utilities/ascPrint & utilities/ascMalloc functions now always included in base libs to minimize recompilation when an interface chooses different options.

Revision 40 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 22 14:22:13 2005 UTC (18 years, 10 months ago) by jds
File length: 7272 byte(s)
Diff to previous 11
Initial commit of WinVC7 and jam build files.  jam builds Ascend base libs and tcltk98 executable on Windows using msvc, borland, mingw, and watcom (watcom can't yet link executable due to lack of isnan() and copysign() functions).

Also includes minor source updates to compile & run on Windows.

Revision 11 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 16:45:56 2004 UTC (19 years ago) by aw0a
File length: 6975 byte(s)
Diff to previous 1
moving things to base/generic

Revision 1 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Oct 29 20:54:12 2004 UTC (19 years, 1 month ago) by aw0a
Original Path: trunk/ascend4/utilities/ascPanic.c
File length: 6975 byte(s)
Setting up web subdirectory in repository

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22