/[ascend]/trunk/base/generic/compiler/extcall.h
ViewVC logotype

Log of /trunk/base/generic/compiler/extcall.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1066 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 10:02:41 2007 UTC (17 years, 8 months ago) by johnpye
File length: 8519 byte(s)
Diff to previous 1063
Adding doxygen 'addtogroup' for Solver, Compiler, Integrator.

Revision 1063 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 07:54:06 2007 UTC (17 years, 8 months ago) by johnpye
File length: 8468 byte(s)
Diff to previous 1039
Changed ASC_DLLSPEC(TYPE) to ASC_DLLSPEC TYPE, because it was causing havoc with doxygen and ctags.

Revision 1039 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 4 23:21:20 2007 UTC (17 years, 8 months ago) by johnpye
File length: 8469 byte(s)
Diff to previous 1032
Fixed up some #includes in compiler .[ch] files.
Switched instantiate.c to using 'asc_assert' instead of 'assert'.
Added some missing GPL headers in C++ code.
Silenced some slv3.c debug output.
Switch void-return to int-return in slv9_presolve etc (slv9.c)
Attemping to fix solvernotes.py for the commandline environment (browser==None)
Removed redundant solve(SELF) in thermalequilibrium2.a4c.
Some error reporting from addone_calc (extfntest.c).
Expanded test size in extrelfor.a4c.
Big rearrangement of bboxtest.c for top-down style.
Fixed TestFreesteam.testintegrator, added end-value checks.


Revision 1032 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 4 01:51:38 2007 UTC (17 years, 8 months ago) by johnpye
File length: 8501 byte(s)
Diff to previous 1031
Added a necessary export symbol in extcall for used by bboxtest.
Broke apart Ben's z-bbox test suite and added it to the Python tests.

Revision 1031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 3 15:33:23 2007 UTC (17 years, 8 months ago) by johnpye
File length: 8495 byte(s)
Diff to previous 908
Merging Ben's changes from trunk, changeset 1105 to changeset 1234.
This breaks Python test suite TestExtFn, so will need investigation.

Revision 908 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 26 10:18:53 2006 UTC (17 years, 10 months ago) by johnpye
File length: 7918 byte(s)
Diff to previous 770
first attempt at merging with Ben's changes on the trunk

Revision 770 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 14 03:35:16 2006 UTC (18 years, 2 months ago) by johnpye
File length: 7750 byte(s)
Diff to previous 709
Added 'use relation sharing' option to the PyGTK GUI.
Changed some debug output calls.
Tidied up headers in anoncopy, anonmerg, etc.

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: 7533 byte(s)
Diff to previous 708
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 708 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 27 07:34:31 2006 UTC (18 years, 2 months ago) by johnpye
File length: 6666 byte(s)
Diff to previous 707
Replaced some references to ascmalloc with ASC_NEW_ARRAY

Revision 707 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 27 05:49:11 2006 UTC (18 years, 2 months ago) by johnpye
File length: 6589 byte(s)
Diff to previous 697
Lots of tidying up in instantiate.c.
Fixed up some GPL headers.
Changed from 'solver_var' to 'factor' in extfntest.a4c.
Added test for AtomAssigned in extfunc.c.

Revision 697 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 26 07:55:45 2006 UTC (18 years, 2 months ago) by johnpye
File length: 6637 byte(s)
Diff to previous 696
Temporarily removed extrel.* from disused dir (to avoid spurious grep)
Commenting and tidying up of some other files related to extrels.

Revision 696 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 26 04:55:05 2006 UTC (18 years, 2 months ago) by johnpye
File length: 7027 byte(s)
Diff to previous 203
Reorganised extcall.h, extfunc.h (mostly just rearranging and commenting)

Revision 203 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 23 04:13:17 2006 UTC (18 years, 7 months ago) by johnpye
File length: 7240 byte(s)
Diff to previous 194
Documentation changes; making 'FIX' statement less verbose;
Commenting out ununsed 'CreateExternalFunction' function

Revision 194 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 17 05:48:00 2006 UTC (18 years, 8 months ago) by johnpye
File length: 7180 byte(s)
Diff to previous 54
Documentation and CONSOLE_DEBUGging.

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: 8943 byte(s)
Diff to previous 33
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 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: 5814 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: 5766 byte(s)
Copied from: trunk/ascend4/compiler/extcall.h revision 10
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/compiler/extcall.h
File length: 5766 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