/[ascend]/trunk/jam
ViewVC logotype

Log of /trunk/jam

View Directory Listing Directory Listing


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

Revision 569 - Directory Listing
Modified Tue May 9 00:10:03 2006 UTC (18 years, 5 months ago) by johnpye
Changing from 'tcltk98' to 'tcltk', in progress.

Revision 216 - Directory Listing
Modified Wed Jan 25 02:12:20 2006 UTC (18 years, 8 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 189 - Directory Listing
Modified Mon Jan 16 07:48:18 2006 UTC (18 years, 8 months ago) by johnpye
Changing default name for Jam-built libraries
Annotating out-of-date NOTES.configure
Removing apparently-broken ability to use Jam build in PyGTK GUI

Revision 141 - Directory Listing
Modified Thu Dec 22 02:16:37 2005 UTC (18 years, 9 months ago) by johnpye
Modifying build so that static libraries have same name under both Jam and Autotools builds.

Revision 139 - Directory Listing
Modified Thu Dec 22 00:35:11 2005 UTC (18 years, 9 months ago) by johnpye
Fixing bug #187
Turning off -pedantic for GCC under Linux

Revision 129 - Directory Listing
Modified Tue Dec 20 20:22:56 2005 UTC (18 years, 9 months ago) by jds
Reworked jam build system:
- integrated Jamrules.in and Jamrules_tcltk98.in with autoconf
- now support single-point building from trunk/jam
- old jam files still in place but deprecated
- may be buggy, please report back bugs for fixing

Compiled on both Windows and Linux.

Revision 103 - Directory Listing
Modified Sun Dec 11 14:31:02 2005 UTC (18 years, 10 months ago) by jds
Bug fixes & killing more compiler warnings:
- general/list.c - fixed AssertAllocatedMemory and AssertContainedMemory bugs.
- added #include of ascPanic.h where necessary to compile with ALLOCATED_TESTS defined.
- reworked utilities/ascDynaLoad to eliminate compiler warnings related to casting between data & function pointers.
- switched utilities/ascEnvVar.c over to ascstrdup (had static ascstringcopy, which did the same thing).

All regression tests passed on Windows and Linux (except pre-existing solver/slv_common issues).

Revision 102 - Directory Listing
Modified Sat Dec 10 13:53:20 2005 UTC (18 years, 10 months ago) by jds
Reworked internal ascSignal handler storage.  
Was using gl_lists, which ought not be used for function pointers.  Changed to local array implementation.  Eliminated compiler warnings related to object pointer - function pointer mismatch.  Passed regression test on Win32.

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 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 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 82 - Directory Listing
Modified Tue Dec 6 08:56:24 2005 UTC (18 years, 10 months ago) by johnpye
Minor fixes

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 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 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 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 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 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 43 - Directory Listing
Modified Wed Feb 16 21:13:33 2005 UTC (19 years, 7 months ago) by jds
Minor update to jam build files.

Revision 40 - Directory Listing
Added 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.

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