Log of /trunk
Directory Listing
Revision
101 -
Directory Listing
Modified
Sat Dec 10 04:22:07 2005 UTC
(18 years, 10 months ago)
by
jds
A little more progress killing compiler warnings.
Revision
100 -
Directory Listing
Modified
Fri Dec 9 23:25:15 2005 UTC
(18 years, 10 months ago)
by
jds
ascMalloc now working on Linux.
Fixed minor bugs in ascPanic.c, test suite functions.
Revision
99 -
Directory Listing
Modified
Fri Dec 9 20:27:28 2005 UTC
(18 years, 10 months ago)
by
jds
Stupid backslash habit.
Revision
98 -
Directory Listing
Modified
Fri Dec 9 10:32:18 2005 UTC
(18 years, 10 months ago)
by
jds
Moved interface/checkdim.h to solver. It has no Tcl/Tk dependencies and is only used (sortof) by solver/slv_interface.
Revision
97 -
Directory Listing
Modified
Fri Dec 9 03:49:19 2005 UTC
(18 years, 10 months ago)
by
jds
Minor fixes to:
- continue killing compiler warnings on gcc & msvc
- start working on function/data pointer mismatches
- documentation tweaks
Fixed ascMalloc.c memory logging problems. This has not been tested on linux/unix. If it fails to compile, please revert to the previous version and let me know.
Revision
96 -
Directory Listing
Modified
Thu Dec 8 17:22:38 2005 UTC
(18 years, 10 months ago)
by
johnpye
Some work towards bug #164.
Revision
95 -
Directory Listing
Modified
Thu Dec 8 16:20:25 2005 UTC
(18 years, 10 months ago)
by
johnpye
Fixing bug #162
Revision
94 -
Directory Listing
Modified
Thu Dec 8 03:21:52 2005 UTC
(18 years, 10 months ago)
by
johnpye
Added -ggdb debug symbols to object code
Revision
93 -
Directory Listing
Modified
Wed Dec 7 16:38:00 2005 UTC
(18 years, 10 months ago)
by
johnpye
Added the missing equation for pressure
Revision
92 -
Directory Listing
Modified
Wed Dec 7 16:30:13 2005 UTC
(18 years, 10 months ago)
by
johnpye
Restored a commented-out function which is needed by standard FC4 autotools build
Revision
91 -
Directory Listing
Modified
Wed Dec 7 16:17:03 2005 UTC
(18 years, 10 months ago)
by
johnpye
Removed rootfind.c from solver lib in jamfile
Tidied up error messages in safe.c
Fixed a missing #endif in sensitivity.c
Revision
90 -
Directory Listing
Modified
Wed Dec 7 16:03:44 2005 UTC
(18 years, 10 months ago)
by
johnpye
Adding some more (under development) models...
Revision
89 -
Directory Listing
Modified
Wed Dec 7 15:44:43 2005 UTC
(18 years, 10 months ago)
by
johnpye
Small changes to eliminate GCC warnings
Revision
88 -
Directory Listing
Modified
Wed Dec 7 15:26:47 2005 UTC
(18 years, 10 months ago)
by
aw0a
removing models/westerberg/SiirolaJohn directory - not of general interest
Revision
87 -
Directory Listing
Modified
Wed Dec 7 14:53:34 2005 UTC
(18 years, 10 months ago)
by
aw0a
updated README for westerberg subdirectory
Revision
86 -
Directory Listing
Modified
Wed Dec 7 04:38:54 2005 UTC
(18 years, 10 months ago)
by
johnpye
Fixing bug #152 (jerry's solution)
Also some minor fixes to error reporting calls
Changed default values of IAPWS95 to some that converge.
Revision
85 -
Directory Listing
Modified
Tue Dec 6 18:04:27 2005 UTC
(18 years, 10 months ago)
by
johnpye
A working (very slow) version of IAPWS95 which works around bug #154.
Added some debugging messages to solver (temporary).
Removed SIGINT trap.
Revision
84 -
Directory Listing
Modified
Tue Dec 6 16:57:44 2005 UTC
(18 years, 10 months ago)
by
johnpye
Fixing bug in IAPWS95 with gas constant
Hunting for the cause of the strange CalcRelationNominal bug
Revision
83 -
Directory Listing
Modified
Tue Dec 6 13:18:32 2005 UTC
(18 years, 10 months ago)
by
johnpye
Fixed default_self method
Revision
82 -
Directory Listing
Modified
Tue Dec 6 08:56:24 2005 UTC
(18 years, 10 months ago)
by
johnpye
Minor fixes
Revision
81 -
Directory Listing
Modified
Tue Dec 6 08:54:51 2005 UTC
(18 years, 10 months ago)
by
johnpye
Added jambuild script. Detects SMP machines for build.
Usage: ./jambuild [target].
Revision
80 -
Directory Listing
Modified
Tue Dec 6 08:33:54 2005 UTC
(18 years, 10 months ago)
by
johnpye
Removed build_linux script since Jamfile now perform its own
include of the Jambase.
Revision
79 -
Directory Listing
Modified
Tue Dec 6 08:30:16 2005 UTC
(18 years, 10 months ago)
by
johnpye
Added a skeleton 'configure' script that copies the
Jamrules_general.in to Jamrules_general.
Updated readme with information about this.
Revision
78 -
Directory Listing
Modified
Tue Dec 6 06:14:55 2005 UTC
(18 years, 10 months ago)
by
johnpye
Added IAPWS95 file to ASCEND model library
Revision
77 -
Directory Listing
Modified
Tue Dec 6 04:06:12 2005 UTC
(18 years, 10 months ago)
by
johnpye
Reorganised 'HAVE_PACKAGES' in Jamrules_general.
Removed -DTHIS_IS_AN_UNUSED_FUNCTION from Jamfile so that we find if they really *are* unused.
Added CCFLAGS += stdc=c99 to Jamfile
Changed ASCEND contact details to Wiki URL instead of outdated(?) email address
Conditional HAVE_C99 flag in ascConfig.
ascDynaload.h added __unix__ CPP flag
error.h using C99 rather than GNUC extension
Revision
76 -
Directory Listing
Modified
Mon Dec 5 17:31:00 2005 UTC
(18 years, 10 months ago)
by
johnpye
More error_reporter calls.
Removed some C++-unfriendly var names.
Removed some debug messages.
Turned off compiler timing and relation debugging.
Revision
75 -
Directory Listing
Modified
Sat Dec 3 11:53:13 2005 UTC
(18 years, 10 months ago)
by
jds
Bug fix - compile gl_set_expandable() always.
Revision
74 -
Directory Listing
Modified
Fri Dec 2 23:33:32 2005 UTC
(18 years, 10 months ago)
by
jds
Doxygen comment update for a few headers.
Revision
73 -
Directory Listing
Modified
Fri Dec 2 15:04:23 2005 UTC
(18 years, 10 months ago)
by
johnpye
Minor changes to error reporting
Revision
72 -
Directory Listing
Modified
Fri Dec 2 14:27:44 2005 UTC
(18 years, 10 months ago)
by
johnpye
Adding a johnpye directory under models
Revision
71 -
Directory Listing
Modified
Fri Dec 2 13:57:07 2005 UTC
(18 years, 10 months ago)
by
johnpye
Minor changes to error reporting
Revision
70 -
Directory Listing
Modified
Fri Dec 2 12:11:59 2005 UTC
(18 years, 10 months ago)
by
johnpye
Linking to libf2c.a for FC4 (is there another way?)
Revision
69 -
Directory Listing
Modified
Fri Dec 2 01:42:40 2005 UTC
(18 years, 10 months ago)
by
johnpye
Sniff tktable location under $tkroot, either $tkroot/lib or $tkroot/share
(the latter is preferred at least on Fedora linux).
Added documentation.
Revision
68 -
Directory Listing
Modified
Thu Dec 1 08:19:18 2005 UTC
(18 years, 10 months ago)
by
johnpye
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
67 -
Directory Listing
Modified
Wed Nov 30 16:31:29 2005 UTC
(18 years, 10 months ago)
by
johnpye
Standardised the "if seen" #defines to [ASC|ASCTK|ASCPY|ASCXX]_FILENAME_H
Fixed compile on FC3
Revision
66 -
Directory Listing
Modified
Wed Nov 30 09:33:54 2005 UTC
(18 years, 10 months ago)
by
johnpye
Fixing a typo
Revision
65 -
Directory Listing
Modified
Wed Nov 30 09:31:55 2005 UTC
(18 years, 10 months ago)
by
johnpye
Add error.c to autotools and jam build files
Revision
64 -
Directory Listing
Modified
Wed Nov 30 06:06:46 2005 UTC
(18 years, 10 months ago)
by
johnpye
Moved non-Tcl parts of qlfdid to base/generic.
Moved non-Tcl parts of SimsProc to base/generic/compiler/simlist (changeset 96).
Moved g_compiler_timing to base/generic/compiler/simlist.
Revision
63 -
Directory Listing
Modified
Wed Nov 30 06:03:46 2005 UTC
(18 years, 10 months ago)
by
johnpye
SI 'litre' and 'L' measure
Revision
62 -
Directory Listing
Modified
Wed Nov 30 05:53:20 2005 UTC
(18 years, 10 months ago)
by
johnpye
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
61 -
Directory Listing
Modified
Mon Nov 14 02:37:20 2005 UTC
(18 years, 11 months ago)
by
jds
Minor bug fixes, extend unit tests to solver:
minor doc changes - compiler/func.h, general/list.h, solver/mtx.h, utilities/mem.h
solver/example - upgraded examples so they run under current system
solver/slv_common.[ch] - added unit tests, minor bug fixes, extended vector_data functions
utilities/ascDynaLoad.c - bug fix on *nix so dlopen, dlsym not called with NULL arguments
Revision
60 -
Directory Listing
Modified
Mon Oct 31 03:39:15 2005 UTC
(18 years, 11 months ago)
by
jds
- jam build up and limping on Linux (finally).
- fixes to CUnit test suite to compile on Linux (still not operable, though).
Revision
59 -
Directory Listing
Modified
Sun Oct 30 01:38:20 2005 UTC
(18 years, 11 months ago)
by
jds
- 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
58 -
Directory Listing
Modified
Sat Oct 1 18:10:03 2005 UTC
(19 years ago)
by
jds
- Minor changes to AscPrintTcl.c and Driver.c to compile on Linux
- Add Watcom support to jam/Jambase
- Add release_notes subdirectory to tcltk98 for notes, licenses, etc.
Revision
57 -
Directory Listing
Modified
Sat Oct 1 01:38:26 2005 UTC
(19 years ago)
by
jds
Minor jam updates.
Revision
56 -
Directory Listing
Modified
Sat Oct 1 00:22:50 2005 UTC
(19 years ago)
by
jds
Updates to jam build:
- moved FORTRAN library references to Jamrules_general
- reworked internal referencing; now via Jamrules_general
- FORTRAN support libs now built & referenced properly
- initial build of prototype test suite
Other minor source updates:
- removed references to base.h from header file comments
- exempted Mingw from __WIN32__ #define of LSODE in Lsode.c
Revision
55 -
Directory Listing
Modified
Sat Sep 3 01:25:36 2005 UTC
(19 years, 1 month ago)
by
jds
Minor comment updates, add doc subdir to tclck98 subdir
Revision
54 -
Directory Listing
Modified
Tue Aug 2 11:20:09 2005 UTC
(19 years, 2 months ago)
by
jds
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
53 -
Directory Listing
Modified
Fri Jul 1 15:06:17 2005 UTC
(19 years, 3 months ago)
by
ben.allan
made solver/rootfind.h fatal in case any one uses it.
Revision
52 -
Directory Listing
Modified
Sat May 21 06:14:31 2005 UTC
(19 years, 4 months ago)
by
ben.allan
moved print vtable struct into a separate header
as only implementers of the printtype need to see
it. callers on print functions do not.
Revision
51 -
Directory Listing
Modified
Sat May 14 01:33:48 2005 UTC
(19 years, 5 months ago)
by
jds
Minor upgrade to jam build files (correct typo in compiler selection logic).
Revision
50 -
Directory Listing
Modified
Tue Apr 19 07:55:06 2005 UTC
(19 years, 5 months ago)
by
jds
Minor updates:
jam/Jambase
Fixed msvc include path to include Platform SDK headers
tcltk98/jam/Jamfile
Fixed MinGW executable build so console window not created
tcltk98/generic/interface/AscPrintTcl.c
Removed redundant return in Asc_PrintInit_TclVtable() from previous edit
Revision
49 -
Directory Listing
Modified
Tue Apr 12 23:36:01 2005 UTC
(19 years, 6 months ago)
by
ben.allan
fixed the problems with return codes jerry found.
Revision
48 -
Directory Listing
Modified
Sat Apr 9 13:04:03 2005 UTC
(19 years, 6 months ago)
by
jds
Fix typo in utilities/ascConfig.h. mea culpa.
Update WinVC7 project files.
Revision
47 -
Directory Listing
Modified
Thu Apr 7 23:59:22 2005 UTC
(19 years, 6 months ago)
by
jds
Updated jam build files:
-Added support for -DTIMESTAMP builder credit.
- Renamed Tcl/Tk/TkTable libs for MinGW to match common gcc names.
- Corrected Linux ref in tcltk98 Jamfile.
- Added ascPrintTcl.c to list of interface sources.
- Fixed default CP definition in Jambase.
- Reworked gcc warning options in Jamrules_general.
utilities/ascConfig.h
- Added UNREFERENCED_PARAMETER() macro to standardize handling of unreferenced parameters.
-__WIN32__ macros for isnan(), isinf(), finite() not redefined if the plain versions exist (underscore not added in all __WIN32__ compiler systems, e.g. MinGW)
interface/ascPrintTcl.[ch]
- Added return value to Asc_PrintInit_TclVtable().
- Modified doxygen comments to describe function return values.
interface/Driver.c
- Added #include "interface/tkConsole.h" for __WIN32__ to pull in console functions.
- Added UNREFERENCED_PARAMETER() for WinMain() parameters.
Revision
46 -
Directory Listing
Modified
Fri Mar 25 03:26:12 2005 UTC
(19 years, 6 months ago)
by
jds
Minor updates to readme files for jam build system.
Revision
45 -
Directory Listing
Modified
Sat Mar 5 01:53:39 2005 UTC
(19 years, 7 months ago)
by
ben.allan
Split the tcl-io redirects out of the ascend core and moved
it to the tcltk98 interface directory. In the core
is now an expanded facility. by default Driver.c
inits this facility to redirect stderr/out to tcl io channels.
It is also possible to add additional stderr/out
output clients for example to extra log files.
This has not been tested on windows.
in theory, we now have a tcl free core for ascend.
Revision
44 -
Directory Listing
Modified
Thu Mar 3 07:19:05 2005 UTC
(19 years, 7 months ago)
by
ben.allan
Updated configure and all the makefiles to handle
VPATH with or without --srcdir. gnu make is now
required on unix.
Revision
43 -
Directory Listing
Modified
Wed Feb 16 21:13:33 2005 UTC
(19 years, 8 months ago)
by
jds
Minor update to jam build files.
Revision
42 -
Directory Listing
Modified
Wed Feb 9 17:36:43 2005 UTC
(19 years, 8 months ago)
by
ben.allan
got rid of config.status from dependencies. bad idea.
Revision
41 -
Directory Listing
Modified
Wed Feb 9 17:26:11 2005 UTC
(19 years, 8 months ago)
by
ben.allan
converted wishvar to m4 macro so we don't need to find config
subdir at configure time.
regenerated configure using ac213
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, 10 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, 10 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