/[ascend]/trunk/base/generic/compiler/typedef.c
ViewVC logotype

Log of /trunk/base/generic/compiler/typedef.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 863 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 28 08:17:18 2006 UTC (16 years, 8 months ago) by johnpye
File length: 171338 byte(s)
Diff to previous 709


Revision 709 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 28 16:28:57 2006 UTC (16 years, 11 months ago) by johnpye
File length: 171327 byte(s)
Diff to previous 669
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 669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 21 07:00:45 2006 UTC (16 years, 11 months ago) by johnpye
File length: 171576 byte(s)
Diff to previous 529
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 529 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 22 06:26:23 2006 UTC (17 years, 1 month ago) by johnpye
File length: 171571 byte(s)
Diff to previous 467
Working of debugging the mysterious PyGTK bug. Seems to be coming from a wrong
char *filename in an error_reporter call from the DEBUG_RELS sections of the
compiler code.
Also renamed the WSEM and WSNM macros for clarity, removed unused file pointer.

Revision 467 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 17 03:18:06 2006 UTC (17 years, 1 month ago) by ben.allan
File length: 171543 byte(s)
Diff to previous 399
Changed the syntax of import from
IMPORT id FROM id;
to
IMPORT id FROM "quoted/text/lib";
Writing external
METHOD calls via the EXTERNAL methname(arglist);
now works.

Against my better judgement in a few cases,
cleaned up the old EXT statement code from Abbott
to work in a typesafe manner. A better solution
is to get the CALL syntax working as defined in 
the grammar, but this takes a good deal more work
and meanwhile people want to get their phds...

Still some known bugs in relation_util.
I need to commit the test models that go with
the EXT statements. Fixed a bunch of lintish
compiler complaints. Don't try to solve external
models yet.


Revision 399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 31 08:52:57 2006 UTC (17 years, 2 months ago) by johnpye
File length: 171354 byte(s)
Diff to previous 375
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 375 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 15 06:35:50 2006 UTC (17 years, 2 months ago) by johnpye
File length: 171687 byte(s)
Diff to previous 373
Removing some debug output

Revision 373 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 14 08:39:37 2006 UTC (17 years, 2 months ago) by johnpye
File length: 171690 byte(s)
Diff to previous 371
Tidied up formatting in measures.a4l
Added GPL notice to cavity.a4c
Fixed up reconfig to turn OFF gcov testing by default.
Removed some debug output from typedef.c and instantiate.c and arrayinst.c.
Commenting changes in extinst.h.
Working on getting the buildbot working :-)

Revision 371 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 14 05:04:06 2006 UTC (17 years, 2 months ago) by johnpye
File length: 171686 byte(s)
Diff to previous 303
Added some debug output related to external relations.
Added ./configure flags for relation debugging and compiler timing.
Removed some <!-- --> comments.

Revision 303 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 21 02:38:13 2006 UTC (17 years, 3 months ago) by johnpye
File length: 171512 byte(s)
Diff to previous 222
Documentation, indentation and debugging-message changes.

Revision 222 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 27 04:23:20 2006 UTC (17 years, 4 months ago) by johnpye
File length: 171417 byte(s)
Diff to previous 194
Updating for Jerry's new error_reporter syntax, bug #179

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

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

Revision 188 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 16 07:47:02 2006 UTC (17 years, 4 months ago) by johnpye
File length: 171060 byte(s)
Diff to previous 170
Adding some missing 'EXT' code, adding 'error_reporter_here' functionality.

Revision 170 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 6 08:55:06 2006 UTC (17 years, 5 months ago) by johnpye
File length: 171006 byte(s)
Diff to previous 122
Moving plot.h and plot.c back to the base/generic/compiler.
This is so that I can use those routines in PyGTK plotting.

Revision 122 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 19 06:12:40 2005 UTC (17 years, 5 months ago) by johnpye
File length: 170587 byte(s)
Diff to previous 76
Refactoring all MAX, MIN, ABS calls to general/mathmacros.
Adding a GCC optimisation for these macros.

Revision 76 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 5 17:31:00 2005 UTC (17 years, 6 months ago) by johnpye
File length: 170555 byte(s)
Diff to previous 67
More error_reporter calls.
Removed some C++-unfriendly var names.
Removed some debug messages.
Turned off compiler timing and relation debugging.

Revision 67 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 30 16:31:29 2005 UTC (17 years, 6 months ago) by johnpye
File length: 170863 byte(s)
Diff to previous 62
Standardised the "if seen" #defines to [ASC|ASCTK|ASCPY|ASCXX]_FILENAME_H
Fixed compile on FC3

Revision 62 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 30 05:53:20 2005 UTC (17 years, 6 months ago) by johnpye
File length: 170751 byte(s)
Diff to previous 11
My first commit:
Added 'error_reporter' for standardised error reporting
Working on getting external functions running again
Also: issue 130, issue 68, issue 131, issue 89, issue 127, issue 138, issue 94.

Revision 11 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 16:45:56 2004 UTC (18 years, 6 months ago) by aw0a
File length: 170400 byte(s)
Copied from: trunk/ascend4/compiler/typedef.c 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 (18 years, 7 months ago) by aw0a
Original Path: trunk/ascend4/compiler/typedef.c
File length: 170400 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