Parent Directory | Revision Log
Sticky Revision: |
- jam build up and limping on Linux (finally). - fixes to CUnit test suite to compile on Linux (still not operable, though).
- 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.
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
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.
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.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |