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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 977 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 20 00:39:52 2006 UTC (17 years, 8 months ago) by johnpye
File length: 6045 byte(s)
Diff to previous 976
Abstracted the internal integrator calls into a struct IntegratorInternals.
Fixed up compile-time list of integrators.
If IDA is not available, then 'INTEG_IDA' will not be defined.
Added ASC_ASSERT_RANGE for assertions x in [low,high).
Changed calling convention for integrator_get_engines().

Revision 976 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 19 13:52:51 2006 UTC (17 years, 8 months ago) by johnpye
File length: 5655 byte(s)
Diff to previous 954
Improved line/file/func reporting via Asc_Panic, using CPP var-arg macros under GCC.
Added ASC_ASSERT_LT and ASC_ASSERT_EQ assertion macros.
Tracking down a crash in IDA (ongoing).

Revision 954 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 9 02:20:15 2006 UTC (17 years, 9 months ago) by johnpye
File length: 4752 byte(s)
Diff to previous 778
A few cleanups to get towards compilation on Solaris.

Revision 778 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 18 05:10:03 2006 UTC (18 years, 1 month ago) by johnpye
File length: 4689 byte(s)
Diff to previous 709
Working to fix the 'NORETURN' stuff so that it works on both MSVC++ and GCC and fails
gracefully elsewhere.

Revision 709 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 28 16:28:57 2006 UTC (18 years, 2 months ago) by johnpye
File length: 4712 byte(s)
Diff to previous 593
Monster commit!
Lots of recommenting and reorganising of external relations-related stuff.
Replaced a lot of ascmalloc and asccalloc calls with the new ASC_NEW* macros.
Fixed (?) the problem Art is having with icons in PyGTK.
Turned on -Wall in SConstruct and fixed up a stack of warnings.
Removed the redundant exit(2) from after Asc_Panic calls and added __attribute__((noreturn)).
Set doxygen to create callgraphs to level 2, updated doxyfile to version 1.4.7.
Fixed up building of extfntest.c.

Revision 593 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 12 10:03:59 2006 UTC (18 years, 4 months ago) by johnpye
File length: 4703 byte(s)
Diff to previous 522
Bumped version to 0.9.5.91.
Changed WITH_CUNIT_TESTS to WITH_CUNIT.
Added GCOV scons option.
Fixed up 'test' target for SCons.
Added lots of export symbols to libascend.so.


Revision 522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 21 07:22:20 2006 UTC (18 years, 4 months ago) by johnpye
File length: 4682 byte(s)
Diff to previous 127
Fixed all the missing symbols so that ASCEND Tcl/Tk interface builds with separate 'ascendtcl.dll'.
Split Driver.c across Driver.c and new main.c, which has no Tcl/Tk references.


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

Revision 59 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 30 01:38:20 2005 UTC (18 years, 10 months ago) by jds
File length: 5923 byte(s)
Diff to previous 54
- 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 54 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 2 11:20:09 2005 UTC (19 years, 1 month ago) by jds
File length: 3197 byte(s)
Diff to previous 40
Manual rework of doxygen comments in all headers.
- Added @file comment to all headers.
- Added parameter names to all function declarations in headers.
- Corrected comment referencing where necessary.
- Split some comments which documented blocks of declarations.
- Converted notes about required work into @todo comments so doxygen can generate a todo list.
Minor bug fixes.

Revision 40 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 22 14:22:13 2005 UTC (19 years, 7 months ago) by jds
File length: 2773 byte(s)
Diff to previous 33
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 33 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 26 20:06:01 2004 UTC (19 years, 8 months ago) by ben.allan
File length: 2661 byte(s)
Diff to previous 11
First pass at doxygenation -- mechanically putting in ** and where
most likely needed **< using sed. Lots of cleanup needed to
be really useful, including grouping data types and their
member methods into class-like documentation.

Revision 11 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 16:45:56 2004 UTC (19 years, 10 months ago) by aw0a
File length: 2652 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, 10 months ago) by aw0a
Original Path: trunk/ascend4/utilities/ascPanic.h
File length: 2652 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