Log of /trunk/base/generic/packages
Directory Listing
Revision
569 -
Directory Listing
Modified
Tue May 9 00:10:03 2006 UTC
(14 years, 11 months ago)
by
johnpye
Changing from 'tcltk98' to 'tcltk', in progress.
Revision
534 -
Directory Listing
Modified
Tue Apr 25 13:25:04 2006 UTC
(15 years ago)
by
johnpye
Working on platform-independent pathnames for the IMPORT command.
Added 'ospath.c' to base/generic/general for this purpose.
Patched kvalues and sensitivity to use the 'IMPORT "libname";' syntax
instead of 'IMPORT registerfn FROM libname;'.
Fixed pathnames in create.nsi.
Added GPL header to coupla files.
Added quoting to 'IMPORT' syntax in ascParse.y.
Removed 'PackageOption' from Tcl/Tk related Scons options so that missing Tcl/Tk
doesn't cause breakage.
Revision
490 -
Directory Listing
Modified
Tue Apr 18 06:55:20 2006 UTC
(15 years ago)
by
johnpye
Moved 'extern "C"' into the ASC_DLLSPEC macro.
Renamed .no.yacc and .no.flex files to have .c extension, so that SCons can tell what they are.
Working on getting things building on VC++, still some problems (maybe just issues with $PATH tho)./
Revision
485 -
Directory Listing
Modified
Tue Apr 18 04:47:11 2006 UTC
(15 years ago)
by
johnpye
Huge cleanup of file header comments (GPL notice etc).
Changed from ASC_DLLSPEC to ASC_DLLSPEC(TYPE) -- like python
Fixed up some badly export symbols (missing 'extern')
Fixed exporting of symbols from error.h
Removed ASC_DLLSPEC from .c files-- only in .h files now (hope that's right...)
Changed the way bintoken does its exporting, to take
advantage of ASC_BUILDING_LIBASCEND (needs testing)
I wonder if the 'extern' keywork should be a part of the ASC_DLLSPEC macro?
Revision
480 -
Directory Listing
Modified
Mon Apr 17 10:45:23 2006 UTC
(15 years ago)
by
johnpye
Adding ASC_DLLSPEC to all functions that are being used by Python interface.
Also cleaned up some #ifdef header brackets and html-style comments inside doxygen comments.
Renamed pygtk/interface/config.in to pygtk/interface/config.h.in and made
this active again (for ASC_BUILDING_INTERFACE) use.
Trying to catch error in ascpy.Library call with try/except, doesn't work though.
Revision
467 -
Directory Listing
Modified
Mon Apr 17 03:18:06 2006 UTC
(15 years ago)
by
ben.allan
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
463 -
Directory Listing
Modified
Sun Apr 16 10:18:16 2006 UTC
(15 years ago)
by
johnpye
Converting to the new shared-object configuration (on email discussion with Ben)
First stage: PyGTK interface on windows. More to come.
Revision
421 -
Directory Listing
Modified
Mon Apr 3 17:26:22 2006 UTC
(15 years ago)
by
ben.allan
updated kvalues example to parse and put in model library.
changed import library name to dquote text for more generality.
fixed many, but not all problems in kvalues.c
Revision
411 -
Directory Listing
Modified
Sun Apr 2 07:05:54 2006 UTC
(15 years ago)
by
ben.allan
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
385 -
Directory Listing
Modified
Thu Mar 30 04:14:29 2006 UTC
(15 years ago)
by
johnpye
First attempt at SCons build. This will build the static libraries
for me on Linux with GCC 4.0.2. Will work now on getting it to
build the Tcl/Tk GUI.
Revision
216 -
Directory Listing
Modified
Wed Jan 25 02:12:20 2006 UTC
(15 years, 2 months ago)
by
jds
Minor rework of jam system to stop relinking of libraries when sources not modified.
Minor tweaks to stem the tide of compiler warnings.
Revision
195 -
Directory Listing
Modified
Tue Jan 17 05:49:40 2006 UTC
(15 years, 3 months ago)
by
johnpye
Commenting
Adding coloured output on CONSOLE_DEBUG
Adding test testextfn for monolithic tests of external function calls.
Revision
190 -
Directory Listing
Modified
Mon Jan 16 08:53:30 2006 UTC
(15 years, 3 months ago)
by
johnpye
- Simplifying many 'error_reporter' calls with new macros:
ERROR_REPORTER_NOLINE and ERROR_REPORTER_HERE
- Adding some cygwin cases in the PyGTK build.
Revision
187 -
Directory Listing
Modified
Mon Jan 16 07:45:51 2006 UTC
(15 years, 3 months ago)
by
johnpye
Fixing up documentation for sensitivity.h
Simplifying Makefile.in
Revision
141 -
Directory Listing
Modified
Thu Dec 22 02:16:37 2005 UTC
(15 years, 4 months ago)
by
johnpye
Modifying build so that static libraries have same name under both Jam and Autotools builds.
Revision
122 -
Directory Listing
Modified
Mon Dec 19 06:12:40 2005 UTC
(15 years, 4 months ago)
by
johnpye
Refactoring all MAX, MIN, ABS calls to general/mathmacros.
Adding a GCC optimisation for these macros.
Revision
97 -
Directory Listing
Modified
Fri Dec 9 03:49:19 2005 UTC
(15 years, 4 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
91 -
Directory Listing
Modified
Wed Dec 7 16:17:03 2005 UTC
(15 years, 4 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
89 -
Directory Listing
Modified
Wed Dec 7 15:44:43 2005 UTC
(15 years, 4 months ago)
by
johnpye
Small changes to eliminate GCC warnings
Revision
73 -
Directory Listing
Modified
Fri Dec 2 15:04:23 2005 UTC
(15 years, 4 months ago)
by
johnpye
Minor changes to error reporting
Revision
71 -
Directory Listing
Modified
Fri Dec 2 13:57:07 2005 UTC
(15 years, 4 months ago)
by
johnpye
Minor changes to error reporting
Revision
62 -
Directory Listing
Modified
Wed Nov 30 05:53:20 2005 UTC
(15 years, 4 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
54 -
Directory Listing
Modified
Tue Aug 2 11:20:09 2005 UTC
(15 years, 8 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
44 -
Directory Listing
Modified
Thu Mar 3 07:19:05 2005 UTC
(16 years, 1 month 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
35 -
Directory Listing
Modified
Wed Dec 29 15:05:47 2004 UTC
(16 years, 3 months ago)
by
aw0a
corrections to make ascend compile in parallel tree
Revision
33 -
Directory Listing
Modified
Sun Dec 26 20:06:01 2004 UTC
(16 years, 3 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
(16 years, 4 months ago)
by
aw0a
updating configure.in - still not correct
Revision
27 -
Directory Listing
Added
Thu Dec 9 18:22:50 2004 UTC
(16 years, 4 months ago)
by
aw0a
Correcting package checkin