/[ascend]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 40 - Directory Listing
Modified Sat Jan 22 14:22:13 2005 UTC (19 years, 8 months ago) by jds
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 39 - Directory Listing
Modified Wed Jan 19 16:14:32 2005 UTC (19 years, 8 months ago) by ben.allan
oops.

Revision 38 - Directory Listing
Modified Wed Jan 19 05:47:44 2005 UTC (19 years, 8 months ago) by ben.allan
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 37 - Directory Listing
Modified Wed Dec 29 19:09:41 2004 UTC (19 years, 9 months ago) by aw0a
add configure

Revision 36 - Directory Listing
Modified Wed Dec 29 18:59:31 2004 UTC (19 years, 9 months ago) by aw0a
added missing unixAC213/config.status file

Revision 35 - Directory Listing
Modified Wed Dec 29 15:05:47 2004 UTC (19 years, 9 months ago) by aw0a
corrections to make ascend compile in parallel tree

Revision 34 - Directory Listing
Modified Sun Dec 26 20:35:09 2004 UTC (19 years, 9 months ago) by ben.allan
fixed missing close comment in the two files i did by hand.

Revision 33 - Directory Listing
Modified Sun Dec 26 20:06:01 2004 UTC (19 years, 9 months ago) by ben.allan
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 32 - Directory Listing
Modified Thu Dec 23 18:07:19 2004 UTC (19 years, 9 months ago) by aw0a
updating configure.in - still not correct

Revision 31 - Directory Listing
Modified Thu Dec 16 15:21:59 2004 UTC (19 years, 10 months ago) by aw0a
corrections to configure.in - not totally successful but here it is

Revision 30 - Directory Listing
Modified Thu Dec 9 19:11:29 2004 UTC (19 years, 10 months ago) by aw0a
removing old configure stuff

Revision 29 - Directory Listing
Modified Thu Dec 9 19:08:09 2004 UTC (19 years, 10 months ago) by aw0a
removed ascend4 subdirectory - replaced by generic, etc.

Revision 28 - Directory Listing
Modified Thu Dec 9 18:54:52 2004 UTC (19 years, 10 months ago) by aw0a
corrected Driver.c to point at correct models subdirectory

Revision 27 - Directory Listing
Modified Thu Dec 9 18:22:50 2004 UTC (19 years, 10 months ago) by aw0a
Correcting package checkin

Revision 26 - Directory Listing
Modified Thu Dec 9 16:25:02 2004 UTC (19 years, 10 months ago) by aw0a
adding lib directory less Makefile

Revision 25 - Directory Listing
Modified Thu Dec 9 16:18:40 2004 UTC (19 years, 10 months ago) by aw0a
goofed: remove executable and Makefile from bin directory

Revision 24 - Directory Listing
Modified Thu Dec 9 16:16:47 2004 UTC (19 years, 10 months ago) by aw0a
add bin subdirectory to repository

Revision 23 - Directory Listing
Modified Thu Dec 9 16:08:36 2004 UTC (19 years, 10 months ago) by aw0a
adding reconfig to repository

Revision 22 - Directory Listing
Modified Thu Dec 9 16:04:34 2004 UTC (19 years, 10 months ago) by aw0a
adding missing files

Revision 21 - Directory Listing
Modified Thu Dec 9 02:03:34 2004 UTC (19 years, 10 months ago) by aw0a
fixed environment vars

Revision 20 - Directory Listing
Modified Tue Dec 7 20:56:01 2004 UTC (19 years, 10 months ago) by aw0a
updating all things I have changed to make configure work

Revision 19 - Directory Listing
Modified Tue Dec 7 20:55:18 2004 UTC (19 years, 10 months ago) by aw0a
updating Makefiles in tcl/interface stuff

Revision 18 - Directory Listing
Modified Tue Dec 7 20:53:37 2004 UTC (19 years, 10 months ago) by aw0a
updating configure.in and Makefile.in files throughout

Revision 17 - Directory Listing
Modified Tue Dec 7 17:37:58 2004 UTC (19 years, 10 months ago) by aw0a
moved interface directory one level deeper in tree

Revision 16 - Directory Listing
Modified Thu Nov 25 22:52:42 2004 UTC (19 years, 10 months ago) by ben.allan
replaced nonportable strdup with ascend equivalent.

Revision 15 - Directory Listing
Modified Fri Nov 19 15:08:44 2004 UTC (19 years, 10 months ago) by aw0a
putting configure.in there so Ben can look at it

Revision 14 - Directory Listing
Modified Thu Nov 18 06:17:50 2004 UTC (19 years, 11 months ago) by ben.allan
Lots of patches to enable debugging with valgrind and
gdb (conditional use of signal.h and friends, pool and friends).
Bug fix for compiler anontype.c that was breaking
arts model under relation sharing.

Revision 13 - Directory Listing
Modified Thu Nov 18 06:02:19 2004 UTC (19 years, 11 months ago) by ben.allan
test of a fix in a loop exit condition in anontype.c
that cause distinct types to be labeled as equal.

Revision 12 - Directory Listing
Modified Sat Nov 13 20:52:45 2004 UTC (19 years, 11 months ago) by aw0a
committing partly modified configure.in plus the moving of config/

Revision 11 - Directory Listing
Modified Sat Nov 13 16:45:56 2004 UTC (19 years, 11 months ago) by aw0a
moving things to base/generic

Revision 10 - Directory Listing
Modified Sat Nov 13 16:40:11 2004 UTC (19 years, 11 months ago) by aw0a
try again to commit moving tcl stuff

Revision 9 - Directory Listing
Modified Fri Nov 12 22:39:20 2004 UTC (19 years, 11 months ago) by aw0a
first pass at housekeeping repository

Revision 8 - Directory Listing
Modified Thu Nov 11 22:08:47 2004 UTC (19 years, 11 months ago) by aw0a
added ivp test model that breaks compiler

Revision 7 - Directory Listing
Modified Thu Nov 11 20:32:47 2004 UTC (19 years, 11 months ago) by ben.allan
added example driver script that can be site tailored.
well, the start of one anyway.
updated configure to deal with tk/tcl8.3. still need
to update some of the help messages to refer to tktable 2.8.

Revision 6 - Directory Listing
Modified Mon Nov 8 00:46:14 2004 UTC (19 years, 11 months ago) by aw0a
added ascend shell script to ascend4/bin directory

Revision 5 - Directory Listing
Modified Sun Nov 7 19:45:14 2004 UTC (19 years, 11 months ago) by aw0a
adding ivp models to model library

Revision 4 - Directory Listing
Modified Sun Nov 7 17:17:52 2004 UTC (19 years, 11 months ago) by aw0a
MAX_MINOR added as solver parameter for QRSlv

Revision 3 - Directory Listing
Modified Sat Nov 6 14:14:35 2004 UTC (19 years, 11 months ago) by aw0a
remove debug printing from slv3.c

Revision 2 - Directory Listing
Modified Fri Nov 5 21:21:36 2004 UTC (19 years, 11 months ago) by aw0a
corrected runaway minor loop problem exposed by Helder

Revision 1 - Directory Listing
Added Fri Oct 29 20:54:12 2004 UTC (19 years, 11 months ago) by aw0a
Setting up web subdirectory in repository

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