Log of /trunk/base/generic
Directory Listing
Revision
49 -
Directory Listing
Modified
Tue Apr 12 23:36:01 2005 UTC
(20 years 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
(20 years 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
(20 years 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
45 -
Directory Listing
Modified
Sat Mar 5 01:53:39 2005 UTC
(20 years, 2 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
(20 years, 2 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
42 -
Directory Listing
Modified
Wed Feb 9 17:36:43 2005 UTC
(20 years, 2 months ago)
by
ben.allan
got rid of config.status from dependencies. bad idea.
Revision
40 -
Directory Listing
Modified
Sat Jan 22 14:22:13 2005 UTC
(20 years, 3 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
35 -
Directory Listing
Modified
Wed Dec 29 15:05:47 2004 UTC
(20 years, 4 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
(20 years, 4 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
(20 years, 4 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
(20 years, 4 months ago)
by
aw0a
updating configure.in - still not correct
Revision
27 -
Directory Listing
Modified
Thu Dec 9 18:22:50 2004 UTC
(20 years, 4 months ago)
by
aw0a
Correcting package checkin
Revision
26 -
Directory Listing
Modified
Thu Dec 9 16:25:02 2004 UTC
(20 years, 4 months ago)
by
aw0a
adding lib directory less Makefile
Revision
25 -
Directory Listing
Modified
Thu Dec 9 16:18:40 2004 UTC
(20 years, 4 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
(20 years, 4 months ago)
by
aw0a
add bin subdirectory to repository
Revision
22 -
Directory Listing
Modified
Thu Dec 9 16:04:34 2004 UTC
(20 years, 4 months ago)
by
aw0a
adding missing files
Revision
18 -
Directory Listing
Modified
Tue Dec 7 20:53:37 2004 UTC
(20 years, 4 months ago)
by
aw0a
updating configure.in and Makefile.in files throughout
Revision
16 -
Directory Listing
Modified
Thu Nov 25 22:52:42 2004 UTC
(20 years, 5 months ago)
by
ben.allan
replaced nonportable strdup with ascend equivalent.
Revision
14 -
Directory Listing
Modified
Thu Nov 18 06:17:50 2004 UTC
(20 years, 5 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
12 -
Directory Listing
Modified
Sat Nov 13 20:52:45 2004 UTC
(20 years, 5 months ago)
by
aw0a
committing partly modified configure.in plus the moving of config/
Revision
11 -
Directory Listing
Added
Sat Nov 13 16:45:56 2004 UTC
(20 years, 5 months ago)
by
aw0a
moving things to base/generic