/[ascend]/trunk/base/autotools/reconfig
ViewVC logotype

Log of /trunk/base/autotools/reconfig

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 467 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 17 03:18:06 2006 UTC (18 years, 9 months ago) by ben.allan
File length: 2670 byte(s)
Diff to previous 423
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 423 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 3 23:15:49 2006 UTC (18 years, 9 months ago) by ben.allan
File length: 2655 byte(s)
Diff to previous 411
Fixed instatiation of blackbox (and probably glassbox)
relations, for poorly tested definitions of 'fix'.
Blackbox evaluation is still broken.

There seems to be some chaos around win32_lean_and_mean
in ascConfig.h

updated reconfig. setenv TKROOT /where/is/tk8.3dir before 
running and all is good.

Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 2 07:05:54 2006 UTC (18 years, 9 months ago) by ben.allan
File length: 2610 byte(s)
Diff to previous 376
Restored autotools to working, parsers to typ_ and zz_,
Fixed many missing initializations, many casting insanities
that have been creeping in, many missing forward declarations
in preparation for fixing external relations.


Revision 376 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 15 08:13:43 2006 UTC (18 years, 10 months ago) by johnpye
File length: 2552 byte(s)
Diff to previous 373
Turned off compiler timing and relation debugging in the './reconfig' builds.

Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 14 08:39:37 2006 UTC (18 years, 10 months ago) by johnpye
File length: 2551 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) (annotate) - [select for diffs]
Modified Tue Mar 14 05:04:06 2006 UTC (18 years, 10 months ago) by johnpye
File length: 2524 byte(s)
Diff to previous 332
Added some debug output related to external relations.
Added ./configure flags for relation debugging and compiler timing.
Removed some <!-- --> comments.

Revision 332 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 28 04:39:00 2006 UTC (18 years, 10 months ago) by johnpye
File length: 2428 byte(s)
Diff to previous 278
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 278 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 6 23:52:30 2006 UTC (18 years, 11 months ago) by johnpye
File length: 2294 byte(s)
Diff to previous 153
Removed reference to libf2c (I think this was required only on FC3)
Updated use of SWIG 'typemap' syntax in ascend.i
Corrected C++ code for FC5 (art's error msg)
Fixed minor but with uninstantiated models in PyGTK GUI

Revision 153 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 13:53:42 2005 UTC (19 years ago) by johnpye
File length: 2312 byte(s)
Diff to previous 144
Fixing bug #178.

Revision 144 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 04:00:53 2005 UTC (19 years ago) by johnpye
File length: 2299 byte(s)
Diff to previous 140
Removing trunk/base/jam (it's been replaced by trunk/jam)
Add 'make libs' to autotools build.

Revision 140 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 01:14:31 2005 UTC (19 years ago) by johnpye
File length: 2228 byte(s)
Diff to previous 137
Fixing problem with location of TkTable
Support use of /usr/lib/libblas.a if present on system, partial soln to bug #190

Revision 137 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 06:05:14 2005 UTC (19 years ago) by johnpye
File length: 2060 byte(s)
Diff to previous 135
MinGW configuration underway. A problem with detection of Tk 8.3.

Revision 135 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 04:39:23 2005 UTC (19 years ago) by johnpye
File length: 1668 byte(s)
Diff to previous 134
Changing to /bin/sh

Revision 134 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 04:37:33 2005 UTC (19 years ago) by johnpye
File length: 1671 byte(s)
Diff to previous 70
Renamed unixAC213 to 'autotools'
Updated 'config.guess' to a newer version that can detect MinGW.

Revision 70 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 2 12:11:59 2005 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/unixAC213/reconfig
File length: 1671 byte(s)
Diff to previous 69
Linking to libf2c.a for FC4 (is there another way?)

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 2 01:42:40 2005 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/unixAC213/reconfig
File length: 1651 byte(s)
Diff to previous 68
Sniff tktable location under $tkroot, either $tkroot/lib or $tkroot/share
(the latter is preferred at least on Fedora linux).
Added documentation.

Revision 68 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 1 08:19:18 2005 UTC (19 years, 1 month ago) by johnpye
Original Path: trunk/base/unixAC213/reconfig
File length: 1014 byte(s)
Diff to previous 38
Generalised this script for other users; default
install location using this script is ~/ascroot
Everything should 'just work' if you've installed the 
tcl/tk RPMs at http://pye.dyndns.org/ascend or if you
have tcl/tk installed in your home directory under ~/tk

Revision 38 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 19 05:47:44 2005 UTC (19 years, 11 months ago) by ben.allan
Original Path: trunk/base/unixAC213/reconfig
File length: 306 byte(s)
Diff to previous 23
got rid of config.status, which is generated by
running configure, added a start at doxygen.
messing up reconfig, which should be generated by configure
and not committed (but we'll fix that later).

Revision 23 - (view) (download) (annotate) - [select for diffs]
Added Thu Dec 9 16:08:36 2004 UTC (20 years, 1 month ago) by aw0a
Original Path: trunk/base/unixAC213/reconfig
File length: 280 byte(s)
adding reconfig to 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