/[ascend]/trunk/models/johnpye/extfn/SConscript
ViewVC logotype

Log of /trunk/models/johnpye/extfn/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1597 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 17 05:26:05 2007 UTC (17 years, 1 month ago) by jpye
File length: 466 byte(s)
Diff to previous 811
New external library naming scheme on Windows: 'name_ascend.dll' instead of 'name.dll'.
This applies to solvers as well as external methods, extpy, import handlers, etc.

Revision 811 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 10 17:08:16 2006 UTC (18 years, 1 month ago) by johnpye
File length: 418 byte(s)
Diff to previous 781
Added vim 'syntax=python' comments to many SConscript files.
Lots more work on the datareader extfn.
The testtmy.a4c file requires the file obtained here ('gzip -d' before use)
http://rredc.nrel.gov/solar/old_data/nsrdb/tmy2/unix/23161.tm2.Z

Revision 781 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 25 00:18:19 2006 UTC (18 years, 1 month ago) by johnpye
File length: 383 byte(s)
Diff to previous 761
Fixed up building of extfntest on MinGW.
Added extfntest DLL to Windows installer.

Revision 761 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 13 04:46:13 2006 UTC (18 years, 2 months ago) by johnpye
File length: 351 byte(s)
Copied from: trunk/models/johnpye/extfn/SConstruct revision 760
Diff to previous 760
Added necessary changes to allow 'johnpye/extfn/libextfntest.so' to be
built automatically as part of main SCons build. This will make testing
of external relations a little easier.

Revision 760 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 13 04:33:15 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 282 byte(s)
Diff to previous 743
About to rename this file to 'SConscript'.

Revision 743 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 6 14:22:26 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 688 byte(s)
Diff to previous 709
Few small changes to fix for Linux after the recent MSVC++ oriented changes.

Revision 709 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 28 16:28:57 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 682 byte(s)
Diff to previous 694
Monster commit!
Lots of recommenting and reorganising of external relations-related stuff.
Replaced a lot of ascmalloc and asccalloc calls with the new ASC_NEW* macros.
Fixed (?) the problem Art is having with icons in PyGTK.
Turned on -Wall in SConstruct and fixed up a stack of warnings.
Removed the redundant exit(2) from after Asc_Panic calls and added __attribute__((noreturn)).
Set doxygen to create callgraphs to level 2, updated doxyfile to version 1.4.7.
Fixed up building of extfntest.c.

Revision 694 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 22 07:54:53 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 664 byte(s)
Diff to previous 692
Lots of tidying up to relation_util code. (Most commments but a 
little refactoring of repeated code chunks.)
Added 'IMPORT' to the Gedit syntax definition.
Added error_reporters in place of some console output.

Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 22 02:45:47 2006 UTC (18 years, 2 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 665 byte(s)
Diff to previous 542
Fixed up behaviour of default ASCENDLIBRARY in python interface (for the case
where you're using ascpy without using the PyGTK GUI).
Removed some debug output when loading external libraries.
Fixed up the 'extfntest' example & SConscript file.

Revision 542 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 26 15:15:40 2006 UTC (18 years, 4 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 415 byte(s)
Diff to previous 534
This is a patch to allow statements like "IMPORT johnpye/extfn/extfntest".
It modifies the methods in packages.c. Plan is to reuse the same code for "REQUIRE xxxxxx" statements as well.


Revision 534 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 25 13:25:04 2006 UTC (18 years, 4 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 312 byte(s)
Diff to previous 466
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 466 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 16 15:07:48 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 296 byte(s)
Diff to previous 424
Rolled back revision 451, since the DLL loading issue on Windows is now resolved.
Fixed up some #ifdef brackets in slv*.h headers.
Added NSIS functionality to SConstruct file
Renamed default installer to 'ascend-setup.exe' pending a more clever approach to version numbers.

Revision 424 - (view) (download) (annotate) - [select for diffs]
Added Tue Apr 4 00:40:07 2006 UTC (18 years, 5 months ago) by johnpye
Original Path: trunk/models/johnpye/extfn/SConstruct
File length: 253 byte(s)
Fixing test external library code, migrating to SCons

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.

  Diffs between and
  Type of Diff should be a

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