Log of /trunk/solvers/cmslv
Directory Listing
Revision
2036 -
Directory Listing
Modified
Mon May 18 15:03:16 2009 UTC
(15 years, 4 months ago)
by
ballan
issues resolved:
295
390
301
cmslv.c: unused var cleanup.
lsode/SConscript: fortran flags bugs-- may not work with 0.9x scons.
works with 1.2+. when adding -w, or any special flags, be sure to add
them and not replace the original flag.
system/var.c: 64bit clarity.
system/discrete.c: 64bit clarity.
system/analyze*: g_reuse declared in wrong place. 64bit clarity
system/diffvars: missing prototype function, 64bit clarity.
compiler/numlist.*: changed from int to glint.
compiler/simlist.c: missing includes needed for 64bit clarity.
compiler/instance_io.c: missing includes needed for 64bit clarity.
compiler/initialize.[ch]: const clarifications.
compiler/packages.c: const clarifications.
compiler/module.c: const clarifications.
compiler/statio.c: unused var cleanup.
compiler/procframe; const clarification. memory deallocation bugs.
compiler/notequery.c: repaired multiple casting and 64bit issues.
compiler/importhandler.c: const and free issues fixed.
compiler/type_desc.c: ridiculous if constructs clarified.
compiler/createinst.c: casting stupidity repaired.
linear/ranki2.c: missing includes needed for 64bitness.
solver/solver.c: const issues clarified.
utilities/ascConfig.h: added GLint typedefs for dealing with gllist
64bit portability.
utilities/ascPanic.c: removed extraneous const.
general/ospath.c: safer,quieter handling for string pointer difference.
integrator/integrator.c: const issues clarified.
packages/sensitivity.c: missing includes needed fo 64bit sanity.
tcltk/interface/Integrators.c: 64 bitness.
tcltk/interface/SimsProc.c: const errors.
tcltk/interface/Driver.c: fixed env var handling wrt ascend-config (295)
models/test/z*a4c: fixed meters -> m conversion; someone never ran the
test suite after teasing the default units to ambiguous abbreviations.
SConstruct: added sizeof checks; output might be better put in a ascend
system-wide header.
Revision
2018 -
Directory Listing
Modified
Wed Apr 29 03:38:10 2009 UTC
(15 years, 5 months ago)
by
jpye
Fixed compile for new header file locations <ascend/compiler/xxx.h> etc.
Revision
1787 -
Directory Listing
Modified
Sat Jun 7 06:32:58 2008 UTC
(16 years, 4 months ago)
by
jpye
Fixed against Tcl/Tk on Fedora 9.
Removed lots more env.Copy(), change to env.Clone() for newer SCons.
Revision
1753 -
Directory Listing
Modified
Mon Feb 11 05:49:51 2008 UTC
(16 years, 8 months ago)
by
jpye
Fixed for case where CONOPT is not in WITH_SOLVERS list.
Revision
1752 -
Directory Listing
Modified
Mon Feb 11 05:28:43 2008 UTC
(16 years, 8 months ago)
by
jpye
Renamed slv9.c to cmslv.c.
Revision
1751 -
Directory Listing
Modified
Mon Feb 11 05:27:18 2008 UTC
(16 years, 8 months ago)
by
jpye
Fixed bug #370 (CONOPT_LINKED behaviour on Windows, problems with 'PREDECOR')
Revision
1748 -
Directory Listing
Modified
Sun Feb 10 05:31:47 2008 UTC
(16 years, 8 months ago)
by
jpye
Fixed broken CMSlv (from changes for bug #361)
Revision
1695 -
Directory Listing
Modified
Wed Dec 26 08:23:08 2007 UTC
(16 years, 9 months ago)
by
jpye
Fixed up some debug output and lint, formatting.
tubebank model currently causes crash as noted in bug #350.
Revision
1597 -
Directory Listing
Modified
Fri Aug 17 05:26:05 2007 UTC
(17 years, 2 months ago)
by
jpye
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
1540 -
Directory Listing
Modified
Sun Jul 15 03:59:23 2007 UTC
(17 years, 3 months ago)
by
jpye
Reorganising CONOPT binding so that building support for CONOPT is possible without it being installed.
Revision
1510 -
Directory Listing
Modified
Wed Jun 27 13:24:21 2007 UTC
(17 years, 3 months ago)
by
jpye
Dependencies of shared libraries on 'libascend'.
Revision
1504 -
Directory Listing
Added
Sat Jun 23 14:12:34 2007 UTC
(17 years, 3 months ago)
by
jpye
Moving solvers to their own directory