/[ascend]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 1024 - Directory Listing
Modified Wed Jan 3 10:27:43 2007 UTC (17 years, 9 months ago) by johnpye
Added extfn and extpy to python test suites.

Revision 1023 - Directory Listing
Modified Wed Jan 3 09:13:44 2007 UTC (17 years, 9 months ago) by johnpye
Fixed problem with output of scalar atol value in IDA.

Revision 1022 - Directory Listing
Modified Wed Jan 3 08:37:14 2007 UTC (17 years, 9 months ago) by johnpye
Relaxed assertions in TestIDADENSE.testdenx

Revision 1021 - Directory Listing
Modified Wed Jan 3 07:40:24 2007 UTC (17 years, 9 months ago) by johnpye
Fixing problem with float evaluation of Instance objects.
Added TestExtFn suite.

Revision 1020 - Directory Listing
Modified Wed Jan 3 06:59:04 2007 UTC (17 years, 9 months ago) by johnpye
woops, should be RuntimeError

Revision 1019 - Directory Listing
Modified Wed Jan 3 06:51:02 2007 UTC (17 years, 9 months ago) by johnpye
Attempting to remove test suite dependency on GTK again

Revision 1018 - Directory Listing
Modified Wed Jan 3 06:44:39 2007 UTC (17 years, 9 months ago) by johnpye
Fixing ImportError typo

Revision 1017 - Directory Listing
Modified Wed Jan 3 06:40:21 2007 UTC (17 years, 9 months ago) by johnpye
Added optional 'freesteam' test.
Fixed GTK+ dependency via TestIDADENSE.testdenx and M.solve(...)

Revision 1016 - Directory Listing
Modified Wed Jan 3 05:56:12 2007 UTC (17 years, 9 months ago) by johnpye
Fixed a silly bug with IDACalcIC.
Disabled all SPGMR tests from the python test suite.
All active tests in the Python tests should now be passing (24 tests currently)

Revision 1015 - Directory Listing
Modified Wed Jan 3 05:03:43 2007 UTC (17 years, 9 months ago) by johnpye
Trying doxygen comments once again

Revision 1014 - Directory Listing
Modified Wed Jan 3 04:49:17 2007 UTC (17 years, 9 months ago) by johnpye
Fixing @addtogroup comments

Revision 1013 - Directory Listing
Modified Wed Jan 3 03:41:35 2007 UTC (17 years, 9 months ago) by johnpye
Added doxygen comments for linear routines in base/generic/solver.
Fixed up missing (still unimplemented) idalinear jacobian sjex.

Revision 1012 - Directory Listing
Modified Wed Jan 3 03:13:20 2007 UTC (17 years, 9 months ago) by johnpye
Added idalinear.[ch], which will expose the linsolqr solver as a linear solver for IDA.
Modified ida.c to support this new linear solver under the name 'ASCEND'.

Revision 1011 - Directory Listing
Modified Tue Jan 2 12:55:56 2007 UTC (17 years, 9 months ago) by johnpye
...

Revision 1010 - Directory Listing
Modified Tue Jan 2 12:53:58 2007 UTC (17 years, 9 months ago) by johnpye
Fixed ASC_ASSERT_RANGE (hopefully)
Fixing C99isms in integrator.[ch]

Revision 1009 - Directory Listing
Modified Tue Jan 2 12:10:53 2007 UTC (17 years, 9 months ago) by johnpye
Fixing TestIDA.testdenx test case.
Removing some debug output from ida.c.

Revision 1008 - Directory Listing
Modified Tue Jan 2 11:45:24 2007 UTC (17 years, 9 months ago) by johnpye
Fixed bug with memory deallocation for partitioner in ida.c
Silenced some debug output in ascSignal.c
Fixed execution of Python test suite (CUnit tests will need more work before running via this approach)

Revision 1007 - Directory Listing
Modified Tue Jan 2 11:44:52 2007 UTC (17 years, 9 months ago) by johnpye
Fixed bug with memory deallocation for partitioner in ida.c
Silenced some debug output in ascSignal.c
Fixed execution of Python test suite (CUnit tests will need more work before running via this approach)

Revision 1006 - Directory Listing
Modified Tue Jan 2 11:13:34 2007 UTC (17 years, 9 months ago) by johnpye
Fixed hourglass cursor on exit 'check' dialog with fixable variables

Revision 1005 - Directory Listing
Modified Mon Jan 1 23:35:40 2007 UTC (17 years, 9 months ago) by johnpye
Fixed problem with default fileopenpath when ASCENDLIBRARY has multiple path components.

Revision 1004 - Directory Listing
Modified Sun Dec 31 03:45:13 2006 UTC (17 years, 9 months ago) by johnpye
Still haven't worked out what's wrong with test_ascSignal.c. (line 605 just won't raise the signal!)

Revision 1003 - Directory Listing
Modified Sun Dec 31 02:35:27 2006 UTC (17 years, 9 months ago) by johnpye
Some progress on fixing test_ascSignal.c

Revision 1002 - Directory Listing
Modified Sat Dec 30 14:27:47 2006 UTC (17 years, 9 months ago) by johnpye
Some work on fixing error with test_ascSignal.
Breaking down into smaller test cases.
Removed some debug output from detection of ASC_RESETNEEDED.
Changed all calls 'signal' to 'SIGNAL' macro that includes optional debug output.
Removed 'libasctest.so' (made part of libasctestsuite.so FWIW)
Fixed big in test.c wrt CUEA_ABORT.
Added 'print_stack' and 'Asc_SignalPrintStack' and 'Asc_SignalStackLength'.


Revision 1001 - Directory Listing
Modified Sat Dec 30 06:22:01 2006 UTC (17 years, 9 months ago) by johnpye
Removed disabled 'ascPanic' test case (needs reimplementing)

Revision 1000 - Directory Listing
Modified Sat Dec 30 06:19:13 2006 UTC (17 years, 9 months ago) by johnpye
Removed 'FAIL' for non-implemented tests in test_slv_common.c

Revision 999 - Directory Listing
Modified Sat Dec 30 06:15:56 2006 UTC (17 years, 9 months ago) by johnpye
Fixed test_ascDynaLoad so that assumed cwd for running tests is the ASCEND source root (eg ~/src/ascend).
Fixed missing ASC_FREE in ascSignal.c.

Revision 998 - Directory Listing
Modified Sat Dec 30 06:05:48 2006 UTC (17 years, 9 months ago) by johnpye
Fixed some memory leaks in ospath.c and test_ospath.c.

Revision 997 - Directory Listing
Modified Sun Dec 24 01:33:59 2006 UTC (17 years, 9 months ago) by johnpye
Refactored tests into a shared library of tests and a executable of
just the CUnit driver. This will allow the CUnit test suite to be executed via
python unittest as part of the growing Python-based test suite.
Renamed setjmp and longjmp to SETJMP and LONGJMP throughout ASCEND, to allow
some debugging output to be added at each call.

Revision 996 - Directory Listing
Modified Sat Dec 23 06:53:04 2006 UTC (17 years, 9 months ago) by johnpye
Added SIGFPE handling to IDACalcIC.
Added ctrl-F9 keystroke in Integrator dialog (PyGTK)
Fixed bun with 'Jac->N' not available under SUNDIALS 2.3.0.

Revision 995 - Directory Listing
Modified Sat Dec 23 02:50:31 2006 UTC (17 years, 9 months ago) by johnpye
Fixed for exceptions from Integrator::analyse.

Revision 994 - Directory Listing
Modified Fri Dec 22 14:28:40 2006 UTC (17 years, 9 months ago) by johnpye
Added VAR_DIFF and VAR_DERIV flags to var_variable type.
Added flagging of variables as such during integrator_analyse_dae.
Cleaned out some old guff from the mtx* headers.

Revision 993 - Directory Listing
Modified Fri Dec 22 11:03:51 2006 UTC (17 years, 9 months ago) by johnpye
Added Matrix Market export routines (from math.nist.gov).
Added necessary build commands for above.
Work on Jacobi preconditioner for IDA (ongoing)
Set integrator_analye to make a call to slv_block_partition. Not sure if that's a good idea or not.
Tidied up comments in linsol.h
Moved unnecessary #defines from model_reorder.h into model_reorder.c.
Cleaned up codedocs in mtx*.h
Added WITH_MMIO config.h flag.


Revision 992 - Directory Listing
Modified Thu Dec 21 13:37:45 2006 UTC (17 years, 9 months ago) by johnpye
Added support for preconditioner in IDA module. Not quite sure what to put inside it yet though.

Revision 991 - Directory Listing
Modified Thu Dec 21 10:44:32 2006 UTC (17 years, 9 months ago) by johnpye
Added IDA 'MAXNCF' option.
Added TestIDA.testlotkaDENSE.

Revision 990 - Directory Listing
Modified Thu Dec 21 07:12:58 2006 UTC (17 years, 9 months ago) by johnpye
Added TestIDA.testkryxDENSE which seems to work OK.

Revision 989 - Directory Listing
Modified Thu Dec 21 04:52:28 2006 UTC (17 years, 9 months ago) by johnpye
spurious change

Revision 988 - Directory Listing
Modified Thu Dec 21 04:45:43 2006 UTC (17 years, 9 months ago) by johnpye
Adding Solaris comment

Revision 987 - Directory Listing
Modified Thu Dec 21 04:37:17 2006 UTC (17 years, 9 months ago) by johnpye
Fairly spurious: RPM deps

Revision 986 - Directory Listing
Modified Thu Dec 21 04:22:07 2006 UTC (17 years, 9 months ago) by johnpye
Trying to improve error reporting from IDACalcIC for case of idakryx example.

Revision 985 - Directory Listing
Modified Thu Dec 21 04:06:02 2006 UTC (17 years, 9 months ago) by johnpye
Trying to get idakryx example working.
Better reporting of failures from IDACalcIC.

Revision 984 - Directory Listing
Modified Thu Dec 21 03:56:26 2006 UTC (17 years, 9 months ago) by johnpye
Bumping version (checking buildbot)

Revision 983 - Directory Listing
Modified Thu Dec 21 03:43:11 2006 UTC (17 years, 9 months ago) by johnpye
Fixing building for libpython *present*

Revision 982 - Directory Listing
Modified Thu Dec 21 03:18:54 2006 UTC (17 years, 9 months ago) by johnpye
Fixed for nonexistent libpython

Revision 981 - Directory Listing
Modified Thu Dec 21 01:43:07 2006 UTC (17 years, 9 months ago) by johnpye
Disable build of 'extpy' if not WITH_PYTHON.

Revision 980 - Directory Listing
Modified Wed Dec 20 23:23:50 2006 UTC (17 years, 9 months ago) by johnpye
Fixed detection of libpython on Windows.
Fixed TestLSODE.testlotka test.py
Removed a sundials_dense.h assertion under windows.

Revision 979 - Directory Listing
Modified Wed Dec 20 14:34:16 2006 UTC (17 years, 9 months ago) by johnpye
Added simplified ASC_PANIC call that uses var-args, added throughout relation_util.c.
Fixed var_filter_t stuff in djex and fvex.
More assertions in integrator.c
Added output of initial state from lsode.c (hoping that's a good idea?)
Fixed output code from relman_diff2.
Added asc_panic_nofunc for non var-arg CPPs.
Disabled -O3 flag in building C++ API
Added __getitem__ and __getattr__ methods in Simuluation for simplified python syntax (eg M.x instead M.sim.x)
Integrator::analyse throws exceptions on error now.


Revision 978 - Directory Listing
Modified Wed Dec 20 10:26:04 2006 UTC (17 years, 9 months ago) by johnpye
Failed 'ASSERT' statements in a METHOD now cause the statement to be output (as well as its location).
Improved code docs/GPL header for a few files.
Added support for 'ASSERT' in WriteStatement.
Added new WriteStatementError that included var-arg support.
Fixed ASC_ASSERT_RANGE in AscPanic.

Revision 977 - Directory Listing
Modified Wed Dec 20 00:39:52 2006 UTC (17 years, 9 months ago) by johnpye
Abstracted the internal integrator calls into a struct IntegratorInternals.
Fixed up compile-time list of integrators.
If IDA is not available, then 'INTEG_IDA' will not be defined.
Added ASC_ASSERT_RANGE for assertions x in [low,high).
Changed calling convention for integrator_get_engines().

Revision 976 - Directory Listing
Modified Tue Dec 19 13:52:51 2006 UTC (17 years, 9 months ago) by johnpye
Improved line/file/func reporting via Asc_Panic, using CPP var-arg macros under GCC.
Added ASC_ASSERT_LT and ASC_ASSERT_EQ assertion macros.
Tracking down a crash in IDA (ongoing).

Revision 975 - Directory Listing
Modified Tue Dec 19 11:49:59 2006 UTC (17 years, 9 months ago) by johnpye
Fixed bug with Compute_J (using NumberRels instead of slv_get_number_solvers_rels).
Added GPL header to sensitivity.c.
Renamed IDA test cases.

Revision 974 - Directory Listing
Modified Tue Dec 19 11:00:57 2006 UTC (17 years, 9 months ago) by johnpye
Fixed 'testcmslv2' test case.
Fixed 'sunpos5' test case.
One can now type 'python test.py TestSolver' and all current tests pass.

Revision 973 - Directory Listing
Modified Tue Dec 19 10:48:38 2006 UTC (17 years, 9 months ago) by johnpye
Fixed the 'repeated test' bug (a static pointer to a destroyed symchar was being used in type.cpp)
Improved error reporting for 'not a refined solver_var' message.
Refactors Library::listModules and Library::getModules to use shared code.
TODO: find a more efficient solution to the static pointer problem above.

Revision 972 - Directory Listing
Modified Tue Dec 19 07:55:02 2006 UTC (17 years, 9 months ago) by johnpye
Fixed a bug with initial time step in IDA (and added a checking asc_assert)
Added switch to turn on and off 'IDACalcIC'.
Changed 'already loaded' ASC_PROG_ERR into ASC_PROG_WARN (so that repeated 'IMPORT' doesn't cause problems)
Removed unnecessary solver tricks from shm.a4c (for easier debugging of Integrator API)
Widened self_test limits in zill.a4c.
Some more debugging in simulation.cpp.
Breaking down test.py into smaller test classes (thinking about moving it to its own directory)

Revision 971 - Directory Listing
Modified Tue Dec 19 02:42:33 2006 UTC (17 years, 9 months ago) by johnpye
Fixed IDA 'maxl' parameter.

Revision 970 - Directory Listing
Modified Tue Dec 19 02:39:54 2006 UTC (17 years, 9 months ago) by johnpye
Adding missing 'aww.*' files for Art's DAE integrator.
Adding 'maxl' (Maximum Krylov dimension) option to IDA.

Revision 969 - Directory Listing
Modified Tue Dec 19 00:57:26 2006 UTC (17 years, 9 months ago) by johnpye
Added placeholder for a C version of Art's DAE solver (named 'AWW')
Added support for SPBCG and SPTFQMR Krylov solvers in IDA.
Attempted separation of ascpy.i and solver.i (ongoing)
Fixed an error message in typedef.c
Fixed typo in ivpStepN.tcl
Added correctly hidden Simulation() ctor.

Revision 968 - Directory Listing
Modified Mon Dec 18 05:49:00 2006 UTC (17 years, 10 months ago) by johnpye
Added SCons tests to check SIGINT and to replace ascresetneeded (need replacement for this in Autoconf as well).
Removed debugging from createinst.c
Typo (text) in evaluate.c
Commented out redundant code in importhandler.c
Added signal handling in ExecuteCASGN.
Added missing ospath_free in ModuleSearchPath.
Exported InitSymbolTable, DestroySymbolTable in symtab (dubious)
Moved FPRESET macro out of ascConfig.h and into ascSignal.h
Added Asc_SignalHandler{Push,Pop}Default.
Added ASC_RESETNEEDED and HAVE_C99FPE macros in config.h.in.
Found the bug causing the SIGFPE in idakryx.a4c (raises a question about int/float division in modelling, I think)
Added system_destroy call in Simulation::~Simulation (dubious).

Revision 967 - Directory Listing
Modified Thu Dec 14 14:14:54 2006 UTC (17 years, 10 months ago) by johnpye
Moved non-functioning CUnit tests to bottom of python test.py

Revision 966 - Directory Listing
Modified Thu Dec 14 14:04:54 2006 UTC (17 years, 10 months ago) by johnpye
Cleaned up code comments in units.h
Fixed a bug with starting timesteps in LSODE (i think)
Added function to output a SampleList to the console (for debugging)
Removed debug output from base/generic/test/SConscript.
Removed 'custom' headers for UnitsM in ascpy.i
Made a sane default ctor for UnitsM
Added some more test cases to the Python unittest suite (still a problem running multiple solver-based tests in a single run)

Revision 965 - Directory Listing
Modified Wed Dec 13 23:53:57 2006 UTC (17 years, 10 months ago) by johnpye
Fixed OSPATH typo
Other minor doc changes.

Revision 964 - Directory Listing
Modified Tue Dec 12 14:34:18 2006 UTC (17 years, 10 months ago) by johnpye
Added a test method to run a integration with one variable (a numerical example from the text by Zill)

Revision 963 - Directory Listing
Modified Tue Dec 12 13:36:52 2006 UTC (17 years, 10 months ago) by johnpye
Added ATOLVECT, RTOLVECT parameters to LSODE
Fixed silly bug in testing of newton.a4c
Text changes in ida.c.

Revision 962 - Directory Listing
Modified Mon Dec 11 14:43:02 2006 UTC (17 years, 10 months ago) by johnpye
Adding more LSODE test cases.
Removing some 'error tree' debug output.
Added RTOLDEF and ATOLDEF parameters to LSODE (and fixed a bug relating to integrator_lsode_params_default).

Revision 961 - Directory Listing
Modified Mon Dec 11 14:04:13 2006 UTC (17 years, 10 months ago) by johnpye
Fixed a silly bug with Integrator::setEngine.
Added test case for lotka.a4c to test.py

Revision 960 - Directory Listing
Modified Sun Dec 10 03:14:24 2006 UTC (17 years, 10 months ago) by johnpye
Able to compile now on Solaris.
Fixed a problem with datareader.c returning non-void.
Remains a problem with std::logic_error not being linked to _ascpy

Revision 959 - Directory Listing
Modified Sun Dec 10 02:59:42 2006 UTC (17 years, 10 months ago) by johnpye
static linking to python, again

Revision 958 - Directory Listing
Modified Sun Dec 10 02:39:09 2006 UTC (17 years, 10 months ago) by johnpye
Bit more on building against static libpython

Revision 957 - Directory Listing
Modified Sun Dec 10 02:21:06 2006 UTC (17 years, 10 months ago) by johnpye
Fixed for static linking to python where libpython2.x.so is not available.

Revision 956 - Directory Listing
Modified Sat Dec 9 15:38:05 2006 UTC (17 years, 10 months ago) by johnpye
Removed references to 'ASC_BIG_BUGMAIL' and 'ASC_MILD_BUGMAIL'
Disabled stream redirection functions (they were making testing difficult)
Re-wrote the main test-runner to permit specific tests to be run from the commandline (ongoing)
Disabled readln tests that required stream redirection.

Revision 955 - Directory Listing
Modified Sat Dec 9 03:45:47 2006 UTC (17 years, 10 months ago) by johnpye
Modified SConstruct so that no assumption is made about the version of Python being used.

Revision 954 - Directory Listing
Modified Sat Dec 9 02:20:15 2006 UTC (17 years, 10 months ago) by johnpye
A few cleanups to get towards compilation on Solaris.

Revision 953 - Directory Listing
Modified Thu Dec 7 14:47:15 2006 UTC (17 years, 10 months ago) by johnpye
Added test for C99 FPE handling
Fixing mess-up of ChildByChar in arrayinst.h header.
Added 'safeeval' config option to IDA.
Changed 'SigHandler' to 'SigHandlerFn *' in line with other function pointer datatypes being used in ASCEND.
Moved processVarStatus *after* 'Failed integrator' exception (ongoing issue).

Revision 952 - Directory Listing
Modified Tue Nov 28 23:01:50 2006 UTC (17 years, 10 months ago) by johnpye
Pruned some debug messages from integrator.c, ida.c.
Improved exception messages from SolverParameter class.
Added array access functions to Instanc class (ongoing).
Attempting to run CUnit tests from the Python test suite (not successful, ongoing).
Cleaned up some headers, license notices, doxy docs, etc.
Fixed wrong #include <dmalloc.h> in ascpy.i (thanks Krishnan).

Revision 951 - Directory Listing
Modified Sun Nov 26 05:01:49 2006 UTC (17 years, 10 months ago) by johnpye
Added 'GSMODIFIED' parameter to IDA implementation.
Working on getting the idadenx model to converge using the SPGMR solver.

Revision 950 - Directory Listing
Modified Sun Nov 26 03:14:02 2006 UTC (17 years, 10 months ago) by johnpye
Completed adding idadenx to test suite.
Restored behaviour of mxstep to IDA.

Revision 949 - Directory Listing
Modified Sun Nov 26 03:04:30 2006 UTC (17 years, 10 months ago) by johnpye
Fixed IDA to solve the 'idadenx' problem (mxstep and mxsteps were causing problems)

Revision 948 - Directory Listing
Modified Sun Nov 26 01:36:49 2006 UTC (17 years, 10 months ago) by johnpye
Fixed bug with integrator_ida_djex, and switched to using *solvers* varlist in integrator 'visit' routine (needs checking with LSODE!)

Revision 947 - Directory Listing
Modified Sun Nov 26 00:26:57 2006 UTC (17 years, 10 months ago) by johnpye
Fixed problem with integrator_analyse_dae, IDA work ongoing.

Revision 946 - Directory Listing
Modified Sat Nov 25 15:28:56 2006 UTC (17 years, 10 months ago) by johnpye
Found bug in integrator_analyse_dae... ongoing

Revision 945 - Directory Listing
Modified Sat Nov 25 12:41:03 2006 UTC (17 years, 10 months ago) by johnpye
Fixed a bug in slv_param_char.
More work on IDA ongoing.

Revision 944 - Directory Listing
Modified Sat Nov 25 10:46:13 2006 UTC (17 years, 10 months ago) by johnpye
Implemented ATOLVECT, ATOL, RTOL parameters for the IDA integrator.

Revision 943 - Directory Listing
Modified Sat Nov 25 06:32:51 2006 UTC (17 years, 10 months ago) by johnpye
Some bugs fixed with SolverParameterIter

Revision 942 - Directory Listing
Modified Sat Nov 25 05:26:47 2006 UTC (17 years, 10 months ago) by johnpye
Incorporated 'SolverParameters' functionality into 'Integrator', both at C level and C++/Python.
This shouldn't break Tcl/Tk as default parameters will be set and used invisibly.

Revision 941 - Directory Listing
Modified Fri Nov 24 10:46:32 2006 UTC (17 years, 10 months ago) by johnpye
Changed integrator_set_engine to return 0 on success.
Fixed Integrator::setEngine to throw range_error / IndexError on invalid selection.
Test suite contains testIDA that works now (more tests yet to come)

Revision 940 - Directory Listing
Modified Fri Nov 24 08:07:33 2006 UTC (17 years, 10 months ago) by johnpye
Fixed 'testLSODE' in test.py, added 'IntegratorReporterNull' that makes no output (for testing purposes)

Revision 939 - Directory Listing
Modified Fri Nov 24 07:00:05 2006 UTC (17 years, 10 months ago) by johnpye
Fixing test_ascMalloc for case where dmalloc is in use

Revision 938 - Directory Listing
Modified Fri Nov 24 06:09:46 2006 UTC (17 years, 10 months ago) by johnpye
Added support for dmalloc (http://dmalloc.com)
Added Integrator::setEngine(string name)
Minor other stuff.

Revision 937 - Directory Listing
Modified Fri Nov 24 03:58:49 2006 UTC (17 years, 10 months ago) by johnpye
Fixed ability to run 'solve' from an external script method, without the present of the PyGTY GUI.

Revision 936 - Directory Listing
Modified Fri Nov 24 01:06:10 2006 UTC (17 years, 10 months ago) by johnpye
Fixed double-flush bug that results in duplicate output of some error_reporter messages.

Revision 935 - Directory Listing
Modified Fri Nov 24 00:37:11 2006 UTC (17 years, 10 months ago) by johnpye
Adopted suggestions wrt Py_None on Windows platform (extpy)
Fixed up default values of CUNIT_PREFIX (needs testing for case where missing)

Revision 934 - Directory Listing
Modified Fri Nov 24 00:22:21 2006 UTC (17 years, 10 months ago) by johnpye
Removing CUnit binaries from source tree (CUnit is available as binaries for
linux distributions and is easily compiled in MSYS)

Revision 933 - Directory Listing
Modified Thu Nov 23 22:28:00 2006 UTC (17 years, 10 months ago) by johnpye
Fixed some bugs with error_reporter_tree, and with error_callback in gtkbrowser.py

Revision 932 - Directory Listing
Modified Thu Nov 23 13:23:33 2006 UTC (17 years, 10 months ago) by johnpye
Working on bugs in the 'error_reporter_tree' stuff.
Removed binary files from base/generic/utilities/test (these are built as needed by SCons now)

Revision 931 - Directory Listing
Modified Thu Nov 23 04:31:19 2006 UTC (17 years, 10 months ago) by johnpye
Added 'error_reporter_tree' that can organise error messages/output into a structured hierarchy.

Revision 930 - Directory Listing
Modified Wed Nov 22 13:09:09 2006 UTC (17 years, 10 months ago) by johnpye
solve.py raises ImportError if 'browser' object is not available (right approach?)
Freeing some variables in dsgsat2.a4c.
Returing Py_None from extpy routine in 'browser' object not defined (eg during non-GUI unit testing)
Error reporting from extpy import handler (ongoing)
Timeout in versioncheck (when server unavailable)
A little more tinkering with IDA.

Revision 929 - Directory Listing
Modified Wed Nov 22 11:01:06 2006 UTC (17 years, 10 months ago) by johnpye
Little more on removing stream redirection (ongoing)

Revision 928 - Directory Listing
Modified Wed Nov 22 10:32:18 2006 UTC (17 years, 10 months ago) by johnpye
Commented out some stream redirection stuff for simplicity.
The CUnit test suite now works as expected (but without output suppression, for the moment).
Some more effort on IDA (ongoing).

Revision 927 - Directory Listing
Modified Wed Nov 22 07:23:02 2006 UTC (17 years, 10 months ago) by johnpye
Fixed windows path for test_ascDynaLoad

Revision 926 - Directory Listing
Modified Wed Nov 22 07:22:17 2006 UTC (17 years, 10 months ago) by johnpye
Fixed test of ascDynaLoad

Revision 925 - Directory Listing
Modified Tue Nov 21 23:30:30 2006 UTC (17 years, 10 months ago) by johnpye
Suppressing -Wall warnings while building ascpy_wrap.cc

Revision 924 - Directory Listing
Modified Thu Nov 9 13:57:02 2006 UTC (17 years, 11 months ago) by johnpye
Added simple harmonic motion model.
Fixed loop-termination bug in ida.c

Revision 923 - Directory Listing
Modified Thu Nov 9 10:54:14 2006 UTC (17 years, 11 months ago) by johnpye
Moving this file from my (separate) dsg-transient project into ASCEND.

Revision 922 - Directory Listing
Modified Wed Nov 8 05:25:37 2006 UTC (17 years, 11 months ago) by johnpye
Expanded the 'ascend-config' mechanism to be supported in Windows installations (On Windows, ascend-config is installed in $INSTDIR and uses the registry instead of hard-coded file paths).


Revision 921 - Directory Listing
Modified Mon Nov 6 07:49:06 2006 UTC (17 years, 11 months ago) by johnpye
Fixing up some malloc/free problems with  integrator.c, removing some debug output from slv3.
Working on fixing IDA for systems with inactive variables (ongoing).

Revision 920 - Directory Listing
Modified Mon Nov 6 05:19:00 2006 UTC (17 years, 11 months ago) by johnpye
Fixed bug #297

Revision 919 - Directory Listing
Modified Mon Nov 6 04:48:59 2006 UTC (17 years, 11 months ago) by johnpye
Fixing bug #305 (CONOPT not working with testconopt.a4c).
Some effort to rearrange external 'solve' scripts, ongoing.
Note, relman_diff2 returns 0 on success, but relman_eval returns 1 on success!

Revision 918 - Directory Listing
Modified Sat Nov 4 03:58:06 2006 UTC (17 years, 11 months ago) by johnpye
Little bit of added debug output

Revision 917 - Directory Listing
Modified Thu Nov 2 21:34:59 2006 UTC (17 years, 11 months ago) by johnpye
Added some debug stuff to work on the on_load problem.

Revision 916 - Directory Listing
Modified Tue Oct 31 02:39:16 2006 UTC (17 years, 11 months ago) by johnpye
Adding Vicente's IPSlv code (needs revising and testing against the new code)\

Revision 915 - Directory Listing
Modified Sat Oct 28 07:06:22 2006 UTC (17 years, 11 months ago) by johnpye
Working on what the problem is with 'on_load' methods in the C++/Python code.
Seems that 'EXTERNAL solve(SELF);' puts the model into a state which 'works' but if that's
not done first, then that set values in the model don't work correctly...

Revision 914 - Directory Listing
Modified Sat Oct 28 05:27:58 2006 UTC (17 years, 11 months ago) by johnpye
Fixed prototype for extpy_destroy
Dubious fix for the message about directory node in doc/SConscript (is $ expansion happening?)


Revision 913 - Directory Listing
Modified Sat Oct 28 03:55:19 2006 UTC (17 years, 11 months ago) by johnpye
Added test for SUNDIALS version (2.2.1 and 2.3.0-pre are preferred)
Fixed silly warning message about ignored return values from CONSOLE_DEBUG on GCC.

Revision 912 - Directory Listing
Modified Fri Oct 27 07:18:21 2006 UTC (17 years, 11 months ago) by johnpye
Removed BBOXWHINE (replaced with some one-time-only warnings for the moment)
Added ExtMethodDestroyFn to allow 'user_data' associated with external methods to be destroyed.
Implemented the destroy fn through to 'extpy' module.
Added 'name' as an extra parameter in the user_data for extpy, to help with debug msgs.
Moved 'solvernotes' to a file of its own (was part of listnotes.py)
Added 'repaint' to GTK 'tools' menu (for debugging)
Added 'python.h' to top of library, type files (pygtk) to stop silly warnings.
Working on some diagnosing of problems as noted in Simulation::checkInstance.
Removed some old comments from namio.h and others.
Renamed 'blsys' to 'sys' in integrator.c.
Some work on fixing up the J*v function for IDA (not yet complete).
Added new 'destroyfn' parameter (as NULL) to all calls to 'CreateUserFunctionMethod'.

Revision 911 - Directory Listing
Modified Thu Oct 26 13:44:58 2006 UTC (17 years, 11 months ago) by johnpye
Removed a few more redundant debug msgs

Revision 910 - Directory Listing
Modified Thu Oct 26 13:35:25 2006 UTC (17 years, 11 months ago) by johnpye
In instantiate.c, made new blackbox code tolerant of blackboxes that don't need initialisation.
Removed some debug output.
Expanded 'extfntest.py' a little bit, for ease of testing.
Converted 'blackbox is experimental' warnings to one-time-only.
Minor change to way that webbrowser is invoked under linux.

Revision 909 - Directory Listing
Modified Thu Oct 26 12:44:41 2006 UTC (17 years, 11 months ago) by johnpye
Added finite-difference evaluation of gradients in blackboxes.
Some work on J*v evaluation with IDA.

Revision 908 - Directory Listing
Modified Thu Oct 26 10:18:53 2006 UTC (17 years, 11 months ago) by johnpye
first attempt at merging with Ben's changes on the trunk

Revision 907 - Directory Listing
Modified Thu Oct 26 05:45:05 2006 UTC (17 years, 11 months ago) by johnpye
Bumping version for fixed IDA integrator

Revision 906 - Directory Listing
Modified Thu Oct 26 04:38:25 2006 UTC (17 years, 11 months ago) by johnpye
Adding freedesktop.org documentation declaration (first go)

Revision 905 - Directory Listing
Modified Thu Oct 26 00:58:49 2006 UTC (17 years, 11 months ago) by johnpye
Improved check-for-updates a little bit

Revision 904 - Directory Listing
Modified Thu Oct 26 00:49:42 2006 UTC (17 years, 11 months ago) by johnpye
Adding on-request check for updates.

Revision 903 - Directory Listing
Modified Wed Oct 25 13:07:12 2006 UTC (17 years, 11 months ago) by johnpye
Some success with IDA: fixed up the indexing dilemma and was able to
integrate 'johnpye/thermalequilibrium.a4c' for a short time span (but
through to 3000 s as with LSODE). I would blame lack of jacobian routine
in the first instance.

Added 'more properties' button in Properties dialog for a variable, to allow
values of ode_id, ode_type etc to be queried (but not changed).


Revision 902 - Directory Listing
Modified Wed Oct 25 07:35:39 2006 UTC (17 years, 11 months ago) by johnpye
Integrator remembers 'duration' used previously.
Implemented interuption of integration with 'stop' button.

Revision 901 - Directory Listing
Modified Wed Oct 25 06:18:28 2006 UTC (17 years, 11 months ago) by johnpye
Added 'solve.py' as a simple way of calling the current solver from the PyGTK GUI. Breaks Tcl/Tk, almost certainly.

Revision 900 - Directory Listing
Modified Wed Oct 25 06:03:04 2006 UTC (17 years, 11 months ago) by johnpye
The 'sim' object is correctly accessible from script methods now, even if run during on_load.
Added 'getSimulation' to registry.cpp, added 'runDefaultMethod' to Simulation, added 'getMethod' to Type.
Running of 'on_load' is instigated at the Python level now, so that relevent python variables are set at simulations are built, etc. This appears to have cause some changes to the way the solver behaves, possibly.
Added SearchProcList to exports in libascend.


Revision 899 - Directory Listing
Modified Tue Oct 24 23:41:34 2006 UTC (17 years, 11 months ago) by johnpye
Bumping version to 0.9.5.102 after checking windows build.

Revision 898 - Directory Listing
Modified Tue Oct 24 13:34:13 2006 UTC (17 years, 11 months ago) by johnpye
Added 'solver notes' to thermalequilibrium.a4c.
Added 'setup_solver' method in listnotes.py
Added 'getLanguage' to Annotation class
Added 'paramname' to SolverParameters popup in PyGTK
Fixed up some commenting in notate.c
Turned on warning about ignored notes in ascParse.y

Revision 897 - Directory Listing
Modified Tue Oct 24 11:05:18 2006 UTC (17 years, 11 months ago) by johnpye
Adding 'NOTES' support to C++ interface. 'johnpye/thermalequilibrium2.a4c' is the example case.
listnotes.py performs listing via a python external script method.
annotation.h and annotation.cpp implement the C++ wrapper referenced by SWIG.
library.{h,cpp} modified to provide access to the AnnotationDatabase.
Typemapping modified in ascpy.i in attempt to get a more maintainable wrapping.
Added annotation.cpp to build.
Updated copyright header and formatting of notate.{c,h}.
Improved ErrMsg_BracesEOF error message fn.
Updated copyright header and formatting of braced.{c,h}
Some misc debug output removed esp in simulation.cpp, conopt.c, importhandler.c.


Revision 896 - Directory Listing
Modified Tue Oct 24 05:04:24 2006 UTC (17 years, 11 months ago) by johnpye
Renamed 'tank' to 'dyn_tank' in dyntank.* (for benefit of 'on_load' behaviour in PyGTK GUI)
Formatting in ivpStep.a4c (ivpDAE), updated copyright block.
Improved formatting of typelint error messages (using error_reporter a bit better, eliminating 'StatioLabel' calls where possible).

Revision 895 - Directory Listing
Modified Tue Oct 24 00:12:34 2006 UTC (17 years, 11 months ago) by johnpye
Removed debug output (modelview.py)
Fixed bug in diagnose.py with large blocks
Removed debug output and improved error message in conopt.c
Removed debug output in lsode.c
Removed debup output in ascDynaload.c

Revision 894 - Directory Listing
Modified Mon Oct 23 01:07:58 2006 UTC (17 years, 11 months ago) by johnpye
Improved error message in integrator.c (added names of variables with clashing ode_id).
Removed debug output from observer.py.
Fixed icon paths in modelview (context menu)

Revision 893 - Directory Listing
Modified Sun Oct 22 05:18:36 2006 UTC (17 years, 11 months ago) by johnpye
Better plot points in moody diagram model.
Attempt to get rid of some compiler warnings in extmethod.
Better handling of LD_LIBRARY_PATH and ASCENDLIBRARY in ascdev.
Changed default documentation path (to avoid warnings, seems like a scons bug?)

Revision 892 - Directory Listing
Modified Thu Oct 19 14:30:21 2006 UTC (17 years, 11 months ago) by johnpye
Added pressure_per_temperature.

Revision 891 - Directory Listing
Modified Thu Oct 12 23:43:03 2006 UTC (18 years ago) by johnpye
Added extra measures for energy (GJ etc)

Revision 890 - Directory Listing
Modified Thu Oct 12 14:06:37 2006 UTC (18 years ago) by johnpye
Eliminated T1, T2 from dsg.a4c.
Added moody diagram example model (with python script)
Removed some debug output from solverreporter.py and simulation.cpp

Revision 889 - Directory Listing
Modified Wed Oct 11 21:01:41 2006 UTC (18 years ago) by aw0a
adding simplified ivpDAE models directory and file

Revision 888 - Directory Listing
Modified Wed Oct 11 14:53:27 2006 UTC (18 years ago) by johnpye
Added 'energy_per_volume' and 'power_per_volume' to atoms.a4l.
Converting dsg.a4c into a dynamic (IVP) model.
Removed some debug output from various places.
Renamed some functions in lsode.c (removed references to 'blsode' name)
Added comments in LSODE about what method is being used.
Improved LSODE error output a little bit (why bother tho eh)
Improved coupla error msgs in slv_stdcalls.c.

Revision 887 - Directory Listing
Modified Wed Oct 11 11:44:59 2006 UTC (18 years ago) by johnpye
Woops, added back attribution.

Revision 886 - Directory Listing
Modified Wed Oct 11 11:44:01 2006 UTC (18 years ago) by johnpye
Just some work on cleaning up indenting of FOR loops etc.
Replaced license block with the newer text.

Revision 885 - Directory Listing
Modified Wed Oct 11 11:01:44 2006 UTC (18 years ago) by johnpye
This model uses the freesteam library to perform something similar to
the 'thermalequilibrium.a4c' model, except that there is a phase change
taking place in S[1] in this model as the heat is transferred.

Revision 884 - Directory Listing
Modified Tue Oct 10 14:56:31 2006 UTC (18 years ago) by johnpye
Trying to fix installation of the ASCEND manual, still not quite right :-(

Revision 883 - Directory Listing
Modified Tue Oct 10 12:24:42 2006 UTC (18 years ago) by johnpye
Added a newton's law of cooling model.

Revision 882 - Directory Listing
Modified Mon Oct 9 15:06:06 2006 UTC (18 years ago) by johnpye
some docs on how to use dsg.a4c

Revision 881 - Directory Listing
Modified Mon Oct 9 10:51:06 2006 UTC (18 years ago) by johnpye
Removed some debug output in importhandler.
Fixed aspect ratio on four bar linkage plot.
Fixed up dsg.a4c for consistency with dsg-transient library.

Revision 880 - Directory Listing
Modified Sun Oct 8 23:38:31 2006 UTC (18 years ago) by johnpye
bumping versions to 0.9.5.101

Revision 879 - Directory Listing
Modified Sat Oct 7 10:00:53 2006 UTC (18 years ago) by johnpye
fixing small mistake in comment

Revision 878 - Directory Listing
Modified Sat Oct 7 09:58:14 2006 UTC (18 years ago) by johnpye
Slightly improved plot, reduced GUI output for speed

Revision 877 - Directory Listing
Modified Sat Oct 7 09:31:51 2006 UTC (18 years ago) by johnpye
Added example of external scripting to the model 'fourbarplot.py'.
Allows plotting of the status of the four bar linkage.
TODO: test in the Tcl/Tk environment

Revision 876 - Directory Listing
Modified Sat Oct 7 06:55:11 2006 UTC (18 years ago) by johnpye
Slightly simplified access to child instances from python

Revision 875 - Directory Listing
Modified Sat Oct 7 06:26:34 2006 UTC (18 years ago) by johnpye
Can now access the ASCEND model from an external python script method. The API is not at all nice, but it's basically working now.

Revision 874 - Directory Listing
Modified Thu Oct 5 15:13:22 2006 UTC (18 years ago) by johnpye
Can now access python methods from ASCEND. Still can't access the 'SELF' instance: that's the next thing to do.

Revision 873 - Directory Listing
Modified Thu Oct 5 14:51:49 2006 UTC (18 years ago) by johnpye
Can now register python methods with ASCEND. Still can't execute the python code, but getting close.

Revision 872 - Directory Listing
Modified Thu Oct 5 12:52:43 2006 UTC (18 years ago) by johnpye
Converted to Python fopen routine (on suggestion of Fredrik Lundh from comp.lang.python)

Revision 871 - Directory Listing
Modified Thu Oct 5 09:30:08 2006 UTC (18 years ago) by johnpye
Changed the way that SWIG accesses the C++ 'Registry' class in the case of Python (trying to make it language neutral)

Revision 870 - Directory Listing
Modified Wed Oct 4 15:18:18 2006 UTC (18 years ago) by johnpye
Added 'user_data' to the external method structure, changed some corresponding functions.
Tried adding to C++ API the means to declare a Python method, still ongoing.

Revision 869 - Directory Listing
Modified Wed Oct 4 14:03:46 2006 UTC (18 years ago) by johnpye
'hello world' works from external python module, correctly hooks into 'browser' object.

Revision 868 - Directory Listing
Modified Wed Oct 4 09:17:38 2006 UTC (18 years ago) by johnpye
Added 'python models' to installer script
Added 'delta_area'.

Revision 867 - Directory Listing
Modified Fri Sep 29 11:25:47 2006 UTC (18 years ago) by johnpye
more diagnostic output, trying to find reason for crash on Windows

Revision 866 - Directory Listing
Modified Fri Sep 29 06:22:21 2006 UTC (18 years ago) by johnpye
Adding polar moment of inertia to atoms.a4l.
Fixing two small windows-related bugs in new importhandler stuff.

Revision 865 - Directory Listing
Modified Thu Sep 28 14:19:17 2006 UTC (18 years ago) by johnpye
First success at executing python code from inside ASCEND "IMPORT" statement :-)

Revision 864 - Directory Listing
Modified Thu Sep 28 13:39:16 2006 UTC (18 years ago) by johnpye
ImportHandler seems to be working, tested with datareader/testtmy.a4c and extfn/testextfn.a4c.

Revision 863 - Directory Listing
Modified Thu Sep 28 08:17:18 2006 UTC (18 years ago) by johnpye


Revision 862 - Directory Listing
Modified Tue Sep 26 13:47:27 2006 UTC (18 years ago) by johnpye
Some work on the IMPORT handler functionality. Mostly just placeholders at this stage.

Revision 861 - Directory Listing
Modified Tue Sep 26 03:59:19 2006 UTC (18 years ago) by johnpye
Reverted to 'solid' compression

Revision 860 - Directory Listing
Modified Tue Sep 26 01:27:03 2006 UTC (18 years ago) by johnpye
Working on fixing windows problem with version 0.9.5.100

Revision 859 - Directory Listing
Modified Tue Sep 26 00:55:37 2006 UTC (18 years ago) by johnpye
Improved detection of Python, GTK, Tcl/Tk, Glade in Windows installer.
Bumped version to 0.9.5.100

Revision 858 - Directory Listing
Modified Mon Sep 25 15:04:48 2006 UTC (18 years ago) by johnpye
Added new script 'ascdev' to launch ASCEND in 'developer mode'
which means that files in the source hierarchy will be used instead
of the installed files.

Revision 857 - Directory Listing
Modified Mon Sep 25 08:49:10 2006 UTC (18 years ago) by johnpye
Added 'pile.a4c', a model for laterally loaded piles (in progress)

Revision 856 - Directory Listing
Modified Thu Sep 21 12:54:43 2006 UTC (18 years ago) by johnpye
Added support for multiple observers/integrators for one simulation.

Revision 855 - Directory Listing
Modified Wed Sep 20 14:00:41 2006 UTC (18 years ago) by johnpye
Removed some verbage in Integrator output

Revision 854 - Directory Listing
Modified Wed Sep 20 13:36:40 2006 UTC (18 years ago) by johnpye
First tentative version in 'integration reporting':
Values of observed variables from the simulation are added to an Observer table after simulation completes.
This is not very efficiently coded at this stage but is a start.
Also some minor changes to text and comments in some base/generic files.

Revision 853 - Directory Listing
Modified Tue Sep 19 15:02:04 2006 UTC (18 years ago) by johnpye
Fixed bug with missing values, removed old code.

Revision 852 - Directory Listing
Modified Tue Sep 19 14:57:42 2006 UTC (18 years ago) by johnpye
More work on observer functionality. Seems to be basically operational now.

Revision 851 - Directory Listing
Modified Tue Sep 19 13:56:35 2006 UTC (18 years ago) by johnpye
Fixed a typo (thanks Art)

Revision 850 - Directory Listing
Modified Tue Sep 19 07:21:41 2006 UTC (18 years ago) by johnpye
Vector calcs

Revision 849 - Directory Listing
Modified Mon Sep 18 15:10:48 2006 UTC (18 years ago) by johnpye
Some progress on a rewrite of the Observer funcitonality so that it can be shared with the IntegratorReporter.

Revision 847 - Directory Listing
Modified Mon Sep 18 06:29:19 2006 UTC (18 years, 1 month ago) by johnpye
Added beam designation to beam model.
Created automatically calculated beam geometry for beam4.a4c.

Revision 846 - Directory Listing
Modified Sun Sep 17 07:34:20 2006 UTC (18 years, 1 month ago) by johnpye
Added simple Lotka-Volterra population model. Needs validation still.
Added 'rate' to atoms.a4l.
Fixed 'pendulum' into a single-order version (needs checking).
Removed debug output from relation_util.c.

Revision 845 - Directory Listing
Modified Sun Sep 17 05:55:09 2006 UTC (18 years, 1 month ago) by johnpye
Updated installer to allow separate choices of PyGTK and Tcl/Tk GUIs at install-time.
Installer won't allow GUIs to be installed unless ActiveTcl and/or Python are located.
Bumped version to 0.9.5.99.

Revision 844 - Directory Listing
Modified Mon Sep 11 08:31:21 2006 UTC (18 years, 1 month ago) by johnpye
Bumped version to 0.9.5.98.
Added support for 'setSymbolValue' from C++ interface, and allow symbol variables to be edited via the PyGTK GUI.
Added some limited data about structural analysis of beams in johnpye/aiscbeams.a4c.
Updated johnpye/beam4.a4c to use this data.
Added some currency conversions to measure.a4l.
Added some units related to Mechanics of Solids to atoms.a4l.

Revision 843 - Directory Listing
Modified Sun Sep 10 06:18:24 2006 UTC (18 years, 1 month ago) by johnpye
Changed over to ASC_NEW* for some solver memory allocation.
Fixed up file headers.
Change debug and error output to use new mechanism.

Revision 842 - Directory Listing
Modified Sun Sep 10 06:15:00 2006 UTC (18 years, 1 month ago) by johnpye
Reformating tmy.c to be more concise.
In testtmy.a4c, assume that the tmy file is in the datareader directory under models.

Revision 841 - Directory Listing
Modified Sun Sep 10 06:13:44 2006 UTC (18 years, 1 month ago) by johnpye
Fixed crash in simulation.cpp when freeable vars are not returned.

Revision 840 - Directory Listing
Modified Sun Sep 10 06:10:36 2006 UTC (18 years, 1 month ago) by johnpye
Added 'deflection' to atoms.a4l.
Updated beam models to use 'abs' instead of full conditional modelling.

Revision 839 - Directory Listing
Modified Fri Sep 8 07:46:53 2006 UTC (18 years, 1 month ago) by johnpye
Removed some debug output from cond_config.c
Added superposition test (beam2.a4c)
Fixed up problems in beam.a4c (ongoing).

Revision 838 - Directory Listing
Modified Fri Sep 8 06:57:55 2006 UTC (18 years, 1 month ago) by johnpye
Added beam model.

Revision 837 - Directory Listing
Modified Fri Sep 8 06:40:59 2006 UTC (18 years, 1 month ago) by johnpye
Added youngs_modulus and second_moment_of_area to atoms.a4l.
Added GPa to measures.

Revision 836 - Directory Listing
Modified Wed Sep 6 15:54:00 2006 UTC (18 years, 1 month ago) by aw0a
added testnotes to model library

Revision 835 - Directory Listing
Modified Wed Sep 6 15:52:46 2006 UTC (18 years, 1 month ago) by aw0a
corrected collocation.a4l errors created when changing FIXED statements

Revision 834 - Directory Listing
Modified Thu Aug 31 05:39:14 2006 UTC (18 years, 1 month ago) by johnpye
Added little 'fourbar' model for a four bar linkage.
Added 'plotfourbar.a4c' as well, for graphical output
using the present plot system (as a bit of a test).
Fixed support for plotting (bug #282)

Revision 833 - Directory Listing
Modified Wed Aug 23 08:09:36 2006 UTC (18 years, 1 month ago) by johnpye
Added ability to invert a=tan(x).
Added test model 'testtan' to testfunc.a4c.

Revision 832 - Directory Listing
Modified Wed Aug 23 07:06:47 2006 UTC (18 years, 1 month ago) by johnpye
Renamed testTrig to testfunc.a4c.
Removed some buildtime messages.
Added self-test to testfunc model.
Some windows-specific changes to SConstruct (need testing?)

Revision 831 - Directory Listing
Modified Wed Aug 23 06:52:01 2006 UTC (18 years, 1 month ago) by johnpye
About to rename...

Revision 830 - Directory Listing
Modified Wed Aug 23 06:38:05 2006 UTC (18 years, 1 month ago) by johnpye
Copying Art's trig test to the extfn branch

Revision 829 - Directory Listing
Modified Wed Aug 23 03:23:41 2006 UTC (18 years, 1 month ago) by johnpye
Added an attempt to fix the long-command-line-on-windows problem, then disabled it
pending assistance from the scons user's list

Revision 828 - Directory Listing
Modified Tue Aug 22 02:24:05 2006 UTC (18 years, 1 month ago) by johnpye
Woops, forgot to copy this file to code/branches/extfn/doc.

Revision 827 - Directory Listing
Modified Tue Aug 22 01:50:37 2006 UTC (18 years, 1 month ago) by johnpye
Removing SConstruct from doc dir

Revision 826 - Directory Listing
Modified Tue Aug 22 01:34:33 2006 UTC (18 years, 1 month ago) by johnpye
Increased max ext relations to 50.
Changed default web browser on linux to firefox.
Copied documentation files into source tree
Added build script to allow HTML and PDF generation via SCons.


Revision 825 - Directory Listing
Modified Mon Aug 21 23:41:31 2006 UTC (18 years, 1 month ago) by johnpye
Copying documentation into code tree

Revision 824 - Directory Listing
Modified Thu Aug 17 16:30:24 2006 UTC (18 years, 2 months ago) by johnpye
bumped version to 0.9.5.97
added error message when datareader file not found in search path
fixed datareader linkage for Windows.

Revision 823 - Directory Listing
Modified Thu Aug 17 15:50:42 2006 UTC (18 years, 2 months ago) by johnpye
Fixed a big with incorrect evaluation of 'arctan' in 'SAFE' evaluation mode.
NOT YET TESTED.

Revision 822 - Directory Listing
Modified Thu Aug 17 14:54:26 2006 UTC (18 years, 2 months ago) by johnpye
Added a sun position and extraterrestrial radiation model using the equations from Duffie and Beckman.
When combined with the new data reader, this will start to be useful for 'real' solar energy problems.

Revision 821 - Directory Listing
Modified Thu Aug 17 11:57:54 2006 UTC (18 years, 2 months ago) by johnpye
Changed 'hr' to 'h' and 'dy' to 'd' in accordance with SI units.

Revision 820 - Directory Listing
Modified Thu Aug 17 05:45:27 2006 UTC (18 years, 2 months ago) by johnpye
A little sample calculation

Revision 819 - Directory Listing
Modified Wed Aug 16 15:36:12 2006 UTC (18 years, 2 months ago) by johnpye
Moved the location of the PATHENVIRONMENTVAR to config.h.in so that
it can be shared with other places that want to use that variable.
Did some bug fixing of the simple TMY reader.

Revision 818 - Directory Listing
Modified Wed Aug 16 12:54:08 2006 UTC (18 years, 2 months ago) by johnpye
Renamed the installer from 'ASCEND PyGTK' to 'ASCEND'
Added the '-y' to YACCFLAGS and '-l' TO LEXFLAGS.
Other changes are trivial.

Revision 817 - Directory Listing
Modified Tue Aug 15 14:46:12 2006 UTC (18 years, 2 months ago) by johnpye
First go at writing the OMF file for ASCEND

Revision 816 - Directory Listing
Modified Tue Aug 15 14:40:33 2006 UTC (18 years, 2 months ago) by johnpye
Adding the 'sun.c' and 'sun.h' files back into ASCEND so that we don't need dependency on libradtran.
Added detection of Scrollkeeper, the freedesktop.org documentation manager.
Added placeholder SConscript file for building the user's manual.

Revision 815 - Directory Listing
Modified Fri Aug 11 04:51:27 2006 UTC (18 years, 2 months ago) by johnpye
Removed some debug output

Revision 814 - Directory Listing
Modified Fri Aug 11 04:38:10 2006 UTC (18 years, 2 months ago) by johnpye
Added comment about data source.

Revision 813 - Directory Listing
Modified Fri Aug 11 04:35:15 2006 UTC (18 years, 2 months ago) by johnpye
Modified model to permit integration.

Revision 812 - Directory Listing
Modified Fri Aug 11 04:22:18 2006 UTC (18 years, 2 months ago) by johnpye
First apparently working version of data reader. This version just done linear interpolation.

Revision 811 - Directory Listing
Modified Thu Aug 10 17:08:16 2006 UTC (18 years, 2 months ago) by johnpye
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 810 - Directory Listing
Modified Mon Aug 7 14:49:46 2006 UTC (18 years, 2 months ago) by johnpye
woops, missed a bit

Revision 809 - Directory Listing
Modified Mon Aug 7 14:48:55 2006 UTC (18 years, 2 months ago) by johnpye
A little more tinkering on the Data Reader. I have added routines
to read data from the TMY2 format, but they're a long way from being
fully implemented yet. The added files sun.c and sun.h should
provide some useful routines for sun position and time of day, for
use with the TMY2 reader functions.

Revision 808 - Directory Listing
Modified Fri Aug 4 09:08:16 2006 UTC (18 years, 2 months ago) by johnpye
Some debug output in cond_config.
Working on adding PyGTK GUI functionality to show inactive relaitons.

Revision 807 - Directory Listing
Modified Fri Aug 4 08:14:39 2006 UTC (18 years, 2 months ago) by johnpye
Added new CMSlv test model.
Fixed a speling misteak.

Revision 806 - Directory Listing
Modified Fri Aug 4 07:45:18 2006 UTC (18 years, 2 months ago) by johnpye
Added reporting of 'included' relations in PyGTK interface.
Minor commenting changes to instquery.h.

Revision 805 - Directory Listing
Modified Fri Aug 4 05:58:09 2006 UTC (18 years, 2 months ago) by johnpye
removed the 'how to add this to your program' stuff

Revision 804 - Directory Listing
Modified Fri Aug 4 05:54:34 2006 UTC (18 years, 2 months ago) by johnpye
In slv9, made changes to keep CONOPT from complaining. CMSlv still not working as expected though.
Decreased required version of Bison to 2.0.
Switched search path for CONOPT on Linux to the CONOPT_PATH env var
(LD_LIBRARY_PATH was being interfered with when ASC_DEV=1).
Some other debug message changes.

Revision 803 - Directory Listing
Modified Fri Aug 4 05:51:31 2006 UTC (18 years, 2 months ago) by johnpye
Added default solver preference in PyGTK GUI.
Removed some debug output from library.cpp

Revision 802 - Directory Listing
Modified Thu Aug 3 02:24:45 2006 UTC (18 years, 2 months ago) by johnpye
Removed incorrect copyright in extfntest.c.
Fixed CONOPT detection on linux in SConstruct.
Tidied up comments in instquery.h.

Revision 801 - Directory Listing
Modified Thu Aug 3 01:48:05 2006 UTC (18 years, 2 months ago) by johnpye
Added shell of a Data Reader external function, RFC.

Revision 800 - Directory Listing
Modified Tue Aug 1 12:22:09 2006 UTC (18 years, 2 months ago) by johnpye
Fixed for CONOPT under Windows.

Revision 799 - Directory Listing
Modified Tue Aug 1 00:56:10 2006 UTC (18 years, 2 months ago) by johnpye
Corrected syntax in testcmslv.
Changed instance.cpp so that residuals are not called for logrels.
Added CONOPT_BOUNDLIMIT to both slv8 and slv9.
Changed limits for colsta in slv9 (needs checking)

Revision 798 - Directory Listing
Modified Mon Jul 31 12:40:50 2006 UTC (18 years, 2 months ago) by johnpye
slight changes to ascpanic output in relation.c
commenting changge in testcmslv

Revision 797 - Directory Listing
Modified Mon Jul 31 10:52:34 2006 UTC (18 years, 2 months ago) by johnpye
Added 'testcmslv' model.
Fixed error in CONOPT build test.

Revision 796 - Directory Listing
Modified Fri Jul 28 07:28:58 2006 UTC (18 years, 2 months ago) by johnpye
Turning off IDA until I've updated to the new IDACalcIC function proto

Revision 795 - Directory Listing
Modified Fri Jul 28 07:02:18 2006 UTC (18 years, 2 months ago) by johnpye
Fixing build dependencies for the new solvers

Revision 794 - Directory Listing
Modified Fri Jul 28 06:38:35 2006 UTC (18 years, 2 months ago) by johnpye
Bumped version number 0.9.5.96

Revision 793 - Directory Listing
Modified Thu Jul 27 14:14:47 2006 UTC (18 years, 2 months ago) by johnpye
Updated simpleflowsheet01cost for easy running/testing with PyGTK interface.

Revision 792 - Directory Listing
Modified Thu Jul 27 14:07:13 2006 UTC (18 years, 2 months ago) by johnpye
Fixed some problems with self.browser.reporter

Revision 791 - Directory Listing
Modified Thu Jul 27 12:04:19 2006 UTC (18 years, 2 months ago) by johnpye
Moved 'SearchArchiveLibraryPath' into ascDynaLoad so that it can be shared between
compiler/packages and solver/conopt.

Changed debug messages in ospath.

Fixed conopt to search for consub3 in $LD_LIBRARY_PATH or /usr/lib:/usr/local/lib
by default on Linux (or %PATH% or c:\Program Files\ASCEND on Windows).

Modified definition of testconopt so that some parameters can be varied via the interface.

Revision 790 - Directory Listing
Modified Thu Jul 27 07:33:45 2006 UTC (18 years, 2 months ago) by johnpye
Added support for dlopening of CONOPT. This means that we can distribute ASCEND without
needing to maintain two versions.

Revision 789 - Directory Listing
Modified Thu Jul 27 04:35:17 2006 UTC (18 years, 2 months ago) by johnpye
Working version of testconopt.a4c now. This model yeilds the solution given in the CONOPT tutorial.

Revision 788 - Directory Listing
Modified Thu Jul 27 03:17:54 2006 UTC (18 years, 2 months ago) by johnpye
CONOPT running with testconopt.a4c but seems to give the wrong answer still.

Revision 787 - Directory Listing
Modified Wed Jul 26 15:09:14 2006 UTC (18 years, 2 months ago) by johnpye
More detail about why CONOPT solver is ineligible

Revision 786 - Directory Listing
Modified Wed Jul 26 15:04:32 2006 UTC (18 years, 2 months ago) by johnpye
Added a test model for use with CONOPT.

Revision 785 - Directory Listing
Modified Wed Jul 26 14:29:09 2006 UTC (18 years, 2 months ago) by johnpye
Some more work to integrate the new CONOPT API with ASCEND.
Also added ability to select different solvers from the PYGTK GUI

Revision 784 - Directory Listing
Modified Wed Jul 26 12:44:00 2006 UTC (18 years, 2 months ago) by johnpye
Enabled the LRSLV solver, so that CMSLV will be able to function correctly.

Revision 783 - Directory Listing
Modified Wed Jul 26 09:16:19 2006 UTC (18 years, 2 months ago) by johnpye
First work towards reinstating the CONOPT solver. So far, I've got it building
and linking without errors, but haven't tested the resulting runtime.

Revision 782 - Directory Listing
Modified Tue Jul 25 02:09:12 2006 UTC (18 years, 2 months ago) by johnpye
Radu Serban sent me a preview of the new version of IDA which has new header file layout.
This patch updates for the new layout.
Also couple of minor fixes for gcc warnings in numlist and library.cpp.

Revision 781 - Directory Listing
Modified Tue Jul 25 00:18:19 2006 UTC (18 years, 2 months ago) by johnpye
Fixed up building of extfntest on MinGW.
Added extfntest DLL to Windows installer.

Revision 780 - Directory Listing
Modified Tue Jul 18 06:43:30 2006 UTC (18 years, 3 months ago) by johnpye
Fixing problem with extern "C" linkage in new compiler.cpp file.

Revision 779 - Directory Listing
Modified Tue Jul 18 06:40:17 2006 UTC (18 years, 3 months ago) by johnpye
Trying to fix autotools build

Revision 778 - Directory Listing
Modified Tue Jul 18 05:10:03 2006 UTC (18 years, 3 months ago) by johnpye
Working to fix the 'NORETURN' stuff so that it works on both MSVC++ and GCC and fails
gracefully elsewhere.

Revision 777 - Directory Listing
Modified Tue Jul 18 04:40:08 2006 UTC (18 years, 3 months ago) by johnpye
Working on fixing a couple of VC++ warnings

Revision 776 - Directory Listing
Modified Sat Jul 15 07:23:50 2006 UTC (18 years, 3 months ago) by johnpye
There are still some problems with this. The fiable varsa list doesn't seem to update.

Revision 775 - Directory Listing
Modified Sat Jul 15 07:18:54 2006 UTC (18 years, 3 months ago) by johnpye
Tidied up headers in slvDOF.h
Added 'show freeable vars' to GUI.
Fixed up the 'check' function a bit. It was doing strange things.

Revision 774 - Directory Listing
Modified Fri Jul 14 08:01:48 2006 UTC (18 years, 3 months ago) by johnpye
Added the ability to run methods on sub-models within a simulation. Use the right-click context menu.

Revision 773 - Directory Listing
Modified Fri Jul 14 06:07:14 2006 UTC (18 years, 3 months ago) by johnpye
Adding files for the 'Compiler' class.

Revision 772 - Directory Listing
Modified Fri Jul 14 06:03:47 2006 UTC (18 years, 3 months ago) by johnpye
Improved the reporting of structural singularities in PyGTK interface.

Revision 771 - Directory Listing
Modified Fri Jul 14 04:31:54 2006 UTC (18 years, 3 months ago) by johnpye
Removed some debug noise.
Minor changes to dsg models.

Revision 770 - Directory Listing
Modified Fri Jul 14 03:35:16 2006 UTC (18 years, 3 months ago) by johnpye
Added 'use relation sharing' option to the PyGTK GUI.
Changed some debug output calls.
Tidied up headers in anoncopy, anonmerg, etc.

Revision 769 - Directory Listing
Modified Thu Jul 13 08:19:11 2006 UTC (18 years, 3 months ago) by johnpye
Tidying up

Revision 768 - Directory Listing
Modified Thu Jul 13 07:39:30 2006 UTC (18 years, 3 months ago) by johnpye
Tidying up, comments only.

Revision 767 - Directory Listing
Modified Thu Jul 13 07:18:06 2006 UTC (18 years, 3 months ago) by johnpye
Added 'mainpage' to docs

Revision 766 - Directory Listing
Modified Thu Jul 13 06:33:03 2006 UTC (18 years, 3 months ago) by johnpye
Added 'docs' target to run doxygen for libascend.

Revision 765 - Directory Listing
Modified Thu Jul 13 06:15:20 2006 UTC (18 years, 3 months ago) by johnpye
Some small updates to the INSTALL.txt information.

Revision 764 - Directory Listing
Modified Thu Jul 13 06:09:43 2006 UTC (18 years, 3 months ago) by johnpye
Removing the 'COPYING' file (we have 'LICENSE.txt' in the top dir).

Revision 763 - Directory Listing
Modified Thu Jul 13 06:02:11 2006 UTC (18 years, 3 months ago) by johnpye
Fixing for MSVC++

Revision 762 - Directory Listing
Modified Thu Jul 13 05:17:30 2006 UTC (18 years, 3 months ago) by johnpye
Renaming model to enable auto-sim in PyGTK GUI.

Revision 761 - Directory Listing
Modified Thu Jul 13 04:46:13 2006 UTC (18 years, 3 months ago) by johnpye
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 - Directory Listing
Modified Thu Jul 13 04:33:15 2006 UTC (18 years, 3 months ago) by johnpye
About to rename this file to 'SConscript'.

Revision 759 - Directory Listing
Modified Thu Jul 13 04:16:10 2006 UTC (18 years, 3 months ago) by johnpye
Commenting and changes to deubg output. Some reformatting of ModifyBlackBoxRelationPointers.

Revision 758 - Directory Listing
Modified Thu Jul 13 01:15:58 2006 UTC (18 years, 3 months ago) by johnpye
Some extfn test cases.

Revision 757 - Directory Listing
Modified Wed Jul 12 04:52:06 2006 UTC (18 years, 3 months ago) by johnpye
Removed 'packages' dir from /usr/include.

Revision 756 - Directory Listing
Modified Wed Jul 12 04:50:53 2006 UTC (18 years, 3 months ago) by johnpye
Brought RPM comments up to date.

Revision 755 - Directory Listing
Modified Wed Jul 12 03:57:02 2006 UTC (18 years, 3 months ago) by johnpye
Tidied up headers

Revision 754 - Directory Listing
Modified Wed Jul 12 03:54:50 2006 UTC (18 years, 3 months ago) by johnpye
Added 'include' files to the RPM file list

Revision 753 - Directory Listing
Modified Wed Jul 12 03:16:51 2006 UTC (18 years, 3 months ago) by johnpye
Removed some debug output from 'extcall'.

Revision 752 - Directory Listing
Modified Wed Jul 12 02:50:54 2006 UTC (18 years, 3 months ago) by johnpye
Fixed bug with instantiation of 'outvars'.

Revision 751 - Directory Listing
Modified Wed Jul 12 02:49:46 2006 UTC (18 years, 3 months ago) by johnpye
Added 'ASC_DEBUGGER' env var that allows ASCEND to be run through valgrind.

Revision 750 - Directory Listing
Modified Wed Jul 12 02:23:05 2006 UTC (18 years, 3 months ago) by johnpye
Added listing of external functions to PyGTK GUI.

Revision 749 - Directory Listing
Modified Tue Jul 11 05:58:54 2006 UTC (18 years, 3 months ago) by johnpye
Added required version numbers in .spec file for flex,bison.

Revision 748 - Directory Listing
Modified Tue Jul 11 05:54:26 2006 UTC (18 years, 3 months ago) by johnpye
Lot of svn ignore tagging.
Little more work on DSG model.

Revision 747 - Directory Listing
Modified Tue Jul 11 05:42:43 2006 UTC (18 years, 3 months ago) by johnpye
Added couple of missing keywords: 'OF' and 'set'.

Revision 746 - Directory Listing
Modified Fri Jul 7 11:01:26 2006 UTC (18 years, 3 months ago) by johnpye
Fixed small int/unsigned warnings.
Switched to preferring 'numarray' over 'numpy' (perhaps temporarily)

Revision 745 - Directory Listing
Modified Fri Jul 7 04:01:49 2006 UTC (18 years, 3 months ago) by johnpye
Just comment

Revision 744 - Directory Listing
Modified Thu Jul 6 15:24:59 2006 UTC (18 years, 3 months ago) by johnpye
Fixed remaining compilation problems with MSVC++.
The installed ASCEND crashes with Tcl/Tk though, probably due to my changes in LibraryProc.c?

Revision 743 - Directory Listing
Modified Thu Jul 6 14:22:26 2006 UTC (18 years, 3 months ago) by johnpye
Few small changes to fix for Linux after the recent MSVC++ oriented changes.

Revision 742 - Directory Listing
Modified Thu Jul 6 13:47:41 2006 UTC (18 years, 3 months ago) by johnpye
I think this almost resolves all the Visual C++ issues.
Just an outstanding issue with the use of the option struct in LibraryProc.c
eg use of &g_compiler_warnings in initialiser.

Revision 741 - Directory Listing
Modified Thu Jul 6 08:54:42 2006 UTC (18 years, 3 months ago) by johnpye
Fixes for MSVC++

Revision 740 - Directory Listing
Modified Thu Jul 6 06:06:11 2006 UTC (18 years, 3 months ago) by johnpye
Fixing build for Microsoft VC++ 8

Revision 739 - Directory Listing
Modified Thu Jul 6 03:49:33 2006 UTC (18 years, 3 months ago) by johnpye
Working on fixing for MSVC on Windows.

Revision 738 - Directory Listing
Modified Thu Jul 6 02:08:04 2006 UTC (18 years, 3 months ago) by johnpye
Added comment about missing library in dsg.a4c

Revision 737 - Directory Listing
Modified Wed Jul 5 12:36:29 2006 UTC (18 years, 3 months ago) by johnpye
DSG model converges, using 3 external functions :-)
Added more info in 'diagnose' varinfo and relinfo popups, plus tabstops in display.
Allowed parameters to be used with instantiation_error in instantiate.c.
Fixed up some error messages in bintoken.c.
Renamed 'newcalc_done' to 'evaluation_required' in rel.c.
Other minor changes to error messages and commenting.


Revision 736 - Directory Listing
Modified Wed Jul 5 04:56:26 2006 UTC (18 years, 3 months ago) by johnpye
Relation expressions shown in diagnose window
(click in incidence matrix, then (i) or alt-r)

Revision 735 - Directory Listing
Modified Wed Jul 5 02:42:19 2006 UTC (18 years, 3 months ago) by johnpye
Improved implementation of 'diagnose' window in PyGTK interface.
You can now view solver-side details about variables and relations, see the '(i)' icons.

Revision 734 - Directory Listing
Modified Wed Jul 5 01:18:43 2006 UTC (18 years, 3 months ago) by johnpye
Added missing dependence for ascpy.py

Revision 733 - Directory Listing
Modified Tue Jul 4 15:11:00 2006 UTC (18 years, 3 months ago) by johnpye
Adding model of direct steam generation, under development still.

Revision 732 - Directory Listing
Modified Tue Jul 4 14:40:17 2006 UTC (18 years, 3 months ago) by johnpye
Added general-purpose text-information dialog to PyGTK interface.
Added reporting of clique of a variable to PyGTK GUI.
Changed 'fixable' and 'new bounds' to use the new dialog.
Removed 'set<...>' from ascpy.i (it wasn't working), changed to vector<...>.
Exported a couple of var incidences fns to the DLL/SO.

Revision 731 - Directory Listing
Modified Tue Jul 4 07:42:06 2006 UTC (18 years, 3 months ago) by johnpye
Removed some debug messages.
Fixed up return values for Integrators functions to comply with integrator.c API.

Revision 730 - Directory Listing
Modified Tue Jul 4 07:29:50 2006 UTC (18 years, 3 months ago) by johnpye
Removed duplicate README files, just left README.txt (the one
that Windows users can easily open).

Revision 729 - Directory Listing
Modified Tue Jul 4 07:05:44 2006 UTC (18 years, 3 months ago) by johnpye
Fixed up incidence matrix so that var/rel are reported right there in the
plot window. Note sure which version of Matplotlib is required yet though.

Revision 728 - Directory Listing
Modified Tue Jul 4 05:03:59 2006 UTC (18 years, 3 months ago) by johnpye
Removed some debug messages from external libraries stuff.
Fixed auto-sim stuff for files given with relative path on the commandline.

Revision 727 - Directory Listing
Modified Tue Jul 4 04:03:37 2006 UTC (18 years, 3 months ago) by johnpye
This change fixes the external relation evaluation! There are definite problems
with convergence but this may be due to tolerences being too fine in ASCEND compared
to freesteam.

Revision 726 - Directory Listing
Modified Mon Jul 3 14:30:26 2006 UTC (18 years, 3 months ago) by johnpye
Matrix evaluation of the jacobian is working now but there is something wrong
with the solver's view of the incidence matrix, or something, as it does
seem to be acting on the values it's receiving.

Revision 725 - Directory Listing
Modified Mon Jul 3 11:52:45 2006 UTC (18 years, 3 months ago) by johnpye
Fixed a *stupid* bug with relation.c in CreateBlackBoxRelation...

Revision 724 - Directory Listing
Modified Mon Jul 3 08:07:04 2006 UTC (18 years, 3 months ago) by johnpye
Fixed bug with rel_instance_to_var

Revision 723 - Directory Listing
Modified Mon Jul 3 07:46:53 2006 UTC (18 years, 3 months ago) by johnpye
Added 'auto-sim' mode: models with same stem name as the file are automatically instantiated on loading.

Revision 722 - Directory Listing
Modified Mon Jul 3 06:53:02 2006 UTC (18 years, 3 months ago) by johnpye
changing errors to warnings...

Revision 721 - Directory Listing
Modified Mon Jul 3 06:22:42 2006 UTC (18 years, 3 months ago) by johnpye
Added '--models' option to ascend-config.
Fixed a bug with packages.c wrt generating absolute paths to library files.
Added SCons directives to install header files in INSTALL_INCLUDE subdirs.
Changed rel.c so that init function is only run if provided in the package.
Added 'ospath_getabs' to convert relative paths into absolute paths by adding prefix of fully-resolved '.'

Revision 720 - Directory Listing
Modified Sun Jul 2 01:31:12 2006 UTC (18 years, 3 months ago) by johnpye
ExtRel_MapDataToMtx is working now (seems to be) but the incidences may not be correct,
as the var filter says var is not 'used'.

Revision 719 - Directory Listing
Modified Sat Jul 1 09:35:23 2006 UTC (18 years, 3 months ago) by johnpye
Added 'invars' and 'outvars' pointers (to var_variable pointer arrays) in ExtRelCache.
This will allow the ExtRel_MapDataToMtx function to be reimplemented using solver-side pointers
instead of going back to the arglist stuff in ExtCallNode.

Revision 718 - Directory Listing
Modified Sat Jul 1 05:28:17 2006 UTC (18 years, 3 months ago) by johnpye
Fixed relman_diffs to make call to ExtRel_Diffs_RHS and _LHS (this is 
a bad hack though, just to get the old code working again).

Revision 717 - Directory Listing
Modified Sat Jul 1 03:51:31 2006 UTC (18 years, 3 months ago) by johnpye
Fixed silly bug with extnode on non-blackbox rels

Revision 716 - Directory Listing
Modified Sat Jul 1 03:18:30 2006 UTC (18 years, 3 months ago) by johnpye
Fixed up ExtRel_Evaluate_LHS (was not accessing the arglist correctly),
it seems pretty inefficient at the moment, but we'll persist.

Revision 715 - Directory Listing
Modified Sat Jul 1 03:17:37 2006 UTC (18 years, 3 months ago) by johnpye
Fixed up some memory leaks, hopefully.

Revision 714 - Directory Listing
Modified Sat Jul 1 03:16:38 2006 UTC (18 years, 3 months ago) by johnpye
Commented out some disused vars

Revision 713 - Directory Listing
Modified Fri Jun 30 05:30:41 2006 UTC (18 years, 3 months ago) by johnpye
Removed disused 'cancel' facility in Asc_Panic (replaced it with
a warning saying so).

Revision 712 - Directory Listing
Modified Fri Jun 30 05:18:56 2006 UTC (18 years, 3 months ago) by johnpye
Implemented 'instance_getname' that should return a stringified
version of an enum inst_t (Instance::t).
Some other small -Wall fixes.

Revision 711 - Directory Listing
Modified Thu Jun 29 16:18:54 2006 UTC (18 years, 3 months ago) by johnpye
ExtRel_Evaluate_RHS is working now! (At least for my 1+1=2 example).
Working now on fixing ExtRel_Evaluate_LHS.

Revision 710 - Directory Listing
Modified Thu Jun 29 08:53:37 2006 UTC (18 years, 3 months ago) by johnpye
Added my so-called 'quick fix' to external relation processing.
Still need to pursue corruption of efunc->etype pointer, for some
reason.

Revision 709 - Directory Listing
Modified Wed Jun 28 16:28:57 2006 UTC (18 years, 3 months ago) by johnpye
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 708 - Directory Listing
Modified Tue Jun 27 07:34:31 2006 UTC (18 years, 3 months ago) by johnpye
Replaced some references to ascmalloc with ASC_NEW_ARRAY

Revision 707 - Directory Listing
Modified Tue Jun 27 05:49:11 2006 UTC (18 years, 3 months ago) by johnpye
Lots of tidying up in instantiate.c.
Fixed up some GPL headers.
Changed from 'solver_var' to 'factor' in extfntest.a4c.
Added test for AtomAssigned in extfunc.c.

Revision 705 - Directory Listing
Modified Tue Jun 27 02:37:49 2006 UTC (18 years, 3 months ago) by johnpye
Improved detection of math library.
Fixed bug that was affecting detection of CUnit library.

Revision 704 - Directory Listing
Modified Mon Jun 26 23:00:56 2006 UTC (18 years, 3 months ago) by ben.allan
- fixed a minor bug in the use of dimensions in samplelist
and a #define misuse in ospath.
- defined eolstyle unix on the trunk, as I have encountered
at least 4 too many mixed-eol-style-in-one-file files in trying to 
rebuild today. obviously committer discipline is insufficient.


Revision 703 - Directory Listing
Modified Mon Jun 26 14:04:49 2006 UTC (18 years, 3 months ago) by johnpye
Turned off DEBUG_RELS
Fixed bug with system_build.

Revision 702 - Directory Listing
Modified Mon Jun 26 13:37:58 2006 UTC (18 years, 3 months ago) by johnpye
Missed another outstanding #include to instance.h

Revision 701 - Directory Listing
Modified Mon Jun 26 13:21:13 2006 UTC (18 years, 3 months ago) by johnpye
Removed a remaining #include to instance.h

Revision 700 - Directory Listing
Modified Mon Jun 26 12:56:55 2006 UTC (18 years, 3 months ago) by johnpye
Removed 'instance.c' (it said we should).
A little bit more work on blackbox_evaluate_residual.

Revision 699 - Directory Listing
Modified Mon Jun 26 10:23:08 2006 UTC (18 years, 3 months ago) by johnpye
Added skeleton 'blackbox_evaluate_residual'...

Revision 698 - Directory Listing
Modified Mon Jun 26 08:08:05 2006 UTC (18 years, 3 months ago) by johnpye
Removed this, inadvertently made it into last commit.

Revision 697 - Directory Listing
Modified Mon Jun 26 07:55:45 2006 UTC (18 years, 3 months ago) by johnpye
Temporarily removed extrel.* from disused dir (to avoid spurious grep)
Commenting and tidying up of some other files related to extrels.

Revision 696 - Directory Listing
Modified Mon Jun 26 04:55:05 2006 UTC (18 years, 3 months ago) by johnpye
Reorganised extcall.h, extfunc.h (mostly just rearranging and commenting)

Revision 695 - Directory Listing
Modified Thu Jun 22 08:12:19 2006 UTC (18 years, 3 months ago) by johnpye
A trivial tweak to the way extrels are written out

Revision 694 - Directory Listing
Modified Thu Jun 22 07:54:53 2006 UTC (18 years, 3 months ago) by johnpye
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 693 - Directory Listing
Modified Thu Jun 22 02:54:40 2006 UTC (18 years, 3 months ago) by johnpye
Fixed a problem with external packages when loaded from PyGTK

Revision 692 - Directory Listing
Modified Thu Jun 22 02:45:47 2006 UTC (18 years, 3 months ago) by johnpye
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 691 - Directory Listing
Modified Thu Jun 22 01:14:09 2006 UTC (18 years, 3 months ago) by johnpye
Added on_load and self_test to simpleflowsheet01.a4c.
Hopefully the value I selected to test for is OK?

Revision 690 - Directory Listing
Modified Thu Jun 22 00:48:31 2006 UTC (18 years, 3 months ago) by johnpye
Converting some line endings to unix form as part diagnosing the problem
with the current merge from the DAE branch.

Revision 689 - Directory Listing
Modified Thu Jun 22 00:19:54 2006 UTC (18 years, 3 months ago) by johnpye
Added suppression of 'unexpected char' (scanner) and 'generic' (parser) errors.
Removed 'DIFF' stuff from parser and scanner. (It's still in expr_types.h and elsewhere)
Added test case to detect this scanner problem.

Revision 688 - Directory Listing
Modified Wed Jun 21 23:42:55 2006 UTC (18 years, 3 months ago) by johnpye
Fixed up runtime problem with 'auto solve' menu

Revision 685 - Directory Listing
Modified Wed Jun 21 15:13:00 2006 UTC (18 years, 3 months ago) by johnpye
Fixing missing file in RPM spec (ascend-config)

Revision 684 - Directory Listing
Modified Wed Jun 21 14:50:17 2006 UTC (18 years, 3 months ago) by johnpye
Changed default SCons option, was TCL=~/activetcl now TCL=/usr.
This means that by default we assume that the user will provide
suitable Tcl/Tk from their on-root libraries.

Revision 683 - Directory Listing
Modified Wed Jun 21 13:49:40 2006 UTC (18 years, 3 months ago) by johnpye
Added 'ascend-config' scriptlet to be used when building external 
libraries and other software that must link to ASCEND.
Also some minor updates to the INSTALL instructions.

Revision 682 - Directory Listing
Modified Wed Jun 21 12:11:27 2006 UTC (18 years, 3 months ago) by johnpye
'auto solve' is now remembered in user preferences

Revision 681 - Directory Listing
Modified Wed Jun 21 11:16:59 2006 UTC (18 years, 3 months ago) by johnpye
Found the problem with the autotools build

Revision 680 - Directory Listing
Modified Wed Jun 21 11:14:49 2006 UTC (18 years, 3 months ago) by johnpye
Adding explicit dependency of tarball on 'ascend.spec'.
Use automated creation of SRCS lists in base/generic/general makefile.

Revision 679 - Directory Listing
Modified Wed Jun 21 10:10:34 2006 UTC (18 years, 3 months ago) by johnpye
Something wrong with the spec file...

Revision 678 - Directory Listing
Modified Wed Jun 21 10:07:54 2006 UTC (18 years, 3 months ago) by johnpye
Added references to integrator, lsode, samplelist to autotools build

Revision 677 - Directory Listing
Modified Wed Jun 21 10:02:54 2006 UTC (18 years, 3 months ago) by johnpye
Removing reference to Lsode.o in tcl/tk makefile.

Revision 676 - Directory Listing
Modified Wed Jun 21 09:53:51 2006 UTC (18 years, 3 months ago) by johnpye
Updated ASCEND spec so that fortran gets correctly linked.

Revision 675 - Directory Listing
Modified Wed Jun 21 09:32:42 2006 UTC (18 years, 3 months ago) by johnpye
Missed merge of BLAS (r702-820) from dae to trunk

Revision 674 - Directory Listing
Modified Wed Jun 21 09:29:46 2006 UTC (18 years, 3 months ago) by johnpye
Adding missed merge (r702-820) from dae to trunk

Revision 673 - Directory Listing
Modified Wed Jun 21 09:26:49 2006 UTC (18 years, 3 months ago) by johnpye
Fixing up incorrectly merged SConstruct
(merging r702-820 from dae branch to trunk)

Revision 672 - Directory Listing
Modified Wed Jun 21 08:03:18 2006 UTC (18 years, 3 months ago) by johnpye
another woops (while fixing conflicts)

Revision 671 - Directory Listing
Modified Wed Jun 21 07:59:26 2006 UTC (18 years, 3 months ago) by johnpye
corrected references to types.h (now named 'expr_types.h')

Revision 670 - Directory Listing
Modified Wed Jun 21 07:57:19 2006 UTC (18 years, 3 months ago) by johnpye
woops, somehow managed to fail to merge the stuff from the DAE branch (changeset 702 to 819) 
into the trunk. This should correct that.

Revision 669 - Directory Listing
Modified Wed Jun 21 07:00:45 2006 UTC (18 years, 3 months ago) by johnpye
Merged changes from DAE branch (revisions 702 to 819) back into trunk.
This adds the Integration API to the ASCEND solver (in base/generic).
Also provides pre-alpha support for 'IDA' from the SUNDIALS suite, a DAE solver.
Many other minor code clean-ups, including adoption of new 'ASC_NEW' and friends (to replace 'ascmalloc')
Added some very sketchy stuff providing 'DIFF(...)' syntax, although it is anticipated that this will be removed.

Revision 668 - Directory Listing
Modified Mon Jun 19 19:25:14 2006 UTC (18 years, 3 months ago) by aw0a
rename ivp.a4c to be ivp12Poly.a4c to reflect the order polynomials it uses for integrating - to mimic LSODE

Revision 667 - Directory Listing
Modified Mon Jun 19 19:23:38 2006 UTC (18 years, 3 months ago) by aw0a
save changes to ivp.a4c as precursor to renaming it

Revision 666 - Directory Listing
Modified Mon Jun 19 18:47:33 2006 UTC (18 years, 3 months ago) by aw0a
saving models for new approach to solve DAE models

Revision 665 - Directory Listing
Modified Wed Jun 14 10:43:59 2006 UTC (18 years, 4 months ago) by johnpye
Small changes to CUnit detection.

Revision 664 - Directory Listing
Modified Wed Jun 14 09:58:42 2006 UTC (18 years, 4 months ago) by johnpye
Fixed bug with pathless resolution of module filenames.

Revision 663 - Directory Listing
Modified Wed Jun 14 09:33:45 2006 UTC (18 years, 4 months ago) by johnpye
Bumping version number

Revision 662 - Directory Listing
Modified Wed Jun 14 09:33:04 2006 UTC (18 years, 4 months ago) by johnpye
module.c switched over to use ospath_searchpath_iterate for REQUIRE statments.
Removed some too-new libglade keywords from ascend.glade.
Fixed up some error messages in scanner.l and library.c.
Corrected some non-terminated string bugs in ospath.c.

Revision 661 - Directory Listing
Modified Wed Jun 14 06:20:50 2006 UTC (18 years, 4 months ago) by johnpye
Cleaned up module.c and some more minor changes to scanner.h and scanner.l commenting.

Revision 660 - Directory Listing
Modified Wed Jun 14 06:03:43 2006 UTC (18 years, 4 months ago) by johnpye
Cleaned up scanner.h header

Revision 659 - Directory Listing
Modified Sun Jun 4 20:01:04 2006 UTC (18 years, 4 months ago) by ben.allan
added File->Open everywhere equivalent to File->Read ...  to resolve pye request.
At a 1.0 release of tcltk, we should consider getting rid of
the file reads, but not before. existing users have muscle memories
that are not to be toyed with.

Revision 658 - Directory Listing
Modified Fri Jun 2 07:35:27 2006 UTC (18 years, 4 months ago) by johnpye
Fixing up for buildbot problem with null release ID

Revision 657 - Directory Listing
Modified Fri Jun 2 07:13:25 2006 UTC (18 years, 4 months ago) by johnpye
Fairly spurious

Revision 656 - Directory Listing
Modified Fri Jun 2 06:36:32 2006 UTC (18 years, 4 months ago) by johnpye
Removed dependency on ccache.
Added RELEASE flag to allow BuildBot to control RPM versions.

Revision 655 - Directory Listing
Modified Fri Jun 2 03:23:31 2006 UTC (18 years, 4 months ago) by johnpye
Adding dependency on xgraph

Revision 654 - Directory Listing
Modified Fri Jun 2 01:52:10 2006 UTC (18 years, 4 months ago) by johnpye
...

Revision 653 - Directory Listing
Modified Fri Jun 2 01:47:05 2006 UTC (18 years, 4 months ago) by johnpye
Changed RPM build commands a little: added LSOD to build, removed redundant config
directives.

Revision 652 - Directory Listing
Modified Thu Jun 1 12:06:30 2006 UTC (18 years, 4 months ago) by johnpye
Adding Tcl/Tk interface to the GNOME menu.
Small doc change in slv_common.h.

Revision 651 - Directory Listing
Modified Thu Jun 1 11:51:33 2006 UTC (18 years, 4 months ago) by johnpye
Bumped version to 0.9.5.93.
Added Tcl/Tk GUI to the GNOME applications menu.

Revision 650 - Directory Listing
Modified Tue May 30 22:01:26 2006 UTC (18 years, 4 months ago) by ben.allan
put a catch around the grab for windows users.
there's a slight chance that in some scenarios
the confirm box will be buried without a global
grab.

Revision 649 - Directory Listing
Modified Tue May 30 01:39:25 2006 UTC (18 years, 4 months ago) by johnpye
Some small updates to the installation instructions (accept Tcl/Tk 8.4 now)

Revision 648 - Directory Listing
Modified Tue May 30 01:33:37 2006 UTC (18 years, 4 months ago) by johnpye
Changing all token from *_T to *_TOK. This is to prevent a clash with MSVC which defines 'SIZE_T'
in one if its Windows headers. 

Revision 647 - Directory Listing
Modified Mon May 29 14:14:10 2006 UTC (18 years, 4 months ago) by johnpye
Turning off MSVC extensions when compiling

Revision 646 - Directory Listing
Modified Mon May 29 13:19:54 2006 UTC (18 years, 4 months ago) by johnpye
Minor changes to bison/yacc detection, hoping this will make MSVC happier...

Revision 645 - Directory Listing
Modified Mon May 29 10:23:30 2006 UTC (18 years, 4 months ago) by wangym
fix SIZE_T name conflit under win32

Revision 644 - Directory Listing
Modified Mon May 29 07:19:36 2006 UTC (18 years, 4 months ago) by johnpye
Fixing up Yacc/Bison detection a little.

Revision 643 - Directory Listing
Modified Mon May 29 07:07:50 2006 UTC (18 years, 4 months ago) by johnpye
woops

Revision 642 - Directory Listing
Modified Mon May 29 07:01:52 2006 UTC (18 years, 4 months ago) by johnpye
Setting default Tcl path to one that MSVC likes as well as MINGW.

Revision 641 - Directory Listing
Modified Mon May 29 06:51:22 2006 UTC (18 years, 4 months ago) by johnpye
Putting back #include <windows.h> in ascConfig.

Revision 640 - Directory Listing
Modified Mon May 29 06:35:14 2006 UTC (18 years, 4 months ago) by johnpye
Fixing bug #267 in trunk.

Revision 639 - Directory Listing
Modified Mon May 29 06:32:42 2006 UTC (18 years, 4 months ago) by johnpye
Fixing up declaration of ascstrdupf_dbg to stop MSVC whinge.

Revision 638 - Directory Listing
Modified Mon May 29 06:28:14 2006 UTC (18 years, 4 months ago) by johnpye
Shifting to alleged ISO C++ form of 'getcwd' command, '_getcwd', for MSVC2005.

Revision 637 - Directory Listing
Modified Mon May 29 06:25:54 2006 UTC (18 years, 4 months ago) by johnpye
...

Revision 636 - Directory Listing
Modified Mon May 29 06:22:52 2006 UTC (18 years, 4 months ago) by johnpye
Fixed up some other small probs with MSVC2005

Revision 635 - Directory Listing
Modified Mon May 29 06:16:26 2006 UTC (18 years, 4 months ago) by johnpye
Small fix to keep MSVC2005 happy.

Revision 634 - Directory Listing
Modified Sat May 27 05:52:47 2006 UTC (18 years, 4 months ago) by johnpye
The ';' was messing up the build, see
http://buildbot.cruncher2.dyndns.org/ascend-autotools/builds/36/step-compile/0

Revision 633 - Directory Listing
Modified Fri May 26 17:02:31 2006 UTC (18 years, 4 months ago) by ben.allan
ubuntu fix.

Revision 632 - Directory Listing
Modified Wed May 24 15:19:51 2006 UTC (18 years, 4 months ago) by johnpye
Setting matplotlib to use GTKAgg renderer. Should help in the case of Windows.

Revision 631 - Directory Listing
Modified Wed May 24 05:14:20 2006 UTC (18 years, 4 months ago) by johnpye
Changed the way that installer is created on Windows: now you must use
'scons installer' to build the installer. This will only work on windows.
The WITH_INSTALLER option has been removed. 

Switched the expected version of Tcl to 8.4 under Windows for builds with SCons.

Revision 630 - Directory Listing
Modified Wed May 24 04:43:31 2006 UTC (18 years, 4 months ago) by johnpye
Trying to fix problem with TCLINCLUDE and TKINCLUDE when tkConfig.sh not used?

Revision 629 - Directory Listing
Modified Wed May 24 04:34:25 2006 UTC (18 years, 4 months ago) by johnpye
Added changes to allow autotools build on ubuntu. There were some wrong assumptions
about file locations that I was able to correct using information in the 
tclConfig.sh and tkConfig.sh files. This will need testing on Fedora/Unix/etc.

Revision 628 - Directory Listing
Modified Wed May 24 01:45:02 2006 UTC (18 years, 4 months ago) by johnpye
Fixed up standard paths stuff to use 'INSTALL_ASCDATA' as the place where tcltk/python/models etc
will live. The confusion here came from the fact that I was taking 'INSTALL_SHARE' to be be assumed
to mean 'the location of /usr/share' -- hence the resulting '$INSTALL_SHARE/ascend' that was bothering
Ben. The 'INSTALL_ASCDATA' fixes this, and behaves as he will like, I hope.

Also note that I have switched the default situation in config.h.in to use relative paths by default,
which is the preferred CMU way. SCons builds will default to absolute paths on non-Windows systems.

Revision 627 - Directory Listing
Modified Tue May 23 03:07:41 2006 UTC (18 years, 4 months ago) by johnpye
Fixing the windows build.
Added full support for Tcl/Tk version to the installer.

Revision 626 - Directory Listing
Modified Thu May 18 16:46:52 2006 UTC (18 years, 5 months ago) by johnpye
Ben -- reversing out these changes to Driver.c. These are critical to
the correct working of the RPM. I had expected that you wouldn't be
interested in the stuff except for 'RELATIVE_PATHS' which is your
CMU Way Of Doing Things.

Revision 625 - Directory Listing
Modified Thu May 18 16:07:09 2006 UTC (18 years, 5 months ago) by johnpye
Fixed incidences of INSTALL_DATA in SConscript files.

Revision 624 - Directory Listing
Modified Thu May 18 15:39:38 2006 UTC (18 years, 5 months ago) by ben.allan
Summary: most of the recent complaints about autotools build fixed,
but the buildbot might find a problem with the scons build/install/rpmbuild.


Details:

configure,Driver.c,utilities/config.h.in:
The choice of INSTALL_DATA as a configure variable name
has been repaired (renamed INSTALL_SHARE); INSTALL_DATA is the unix
canonical name for the program 'install' handling a data file.
Both autotools and scons builds have been updated to reflect this,
in the process correcting the definition from prefix/share to
prefix/share/ascend. 

autotools build:
Added --with-quiet option to make the install of already installed and
unchanged files less verbose.
Put in a workaround for the '' problem in tkConfig.sh seen by KC/JP.
Added --datadir support to autotools configure. If you configure
the autotools --datadir=PREFIX/share/ascend you get the same behavior
as the Pye packaging; by default you get the CMU packaging convention instead.
Added utilities/env.c to build.

compiler:
Turned off AWAL in anontype.c.
Noodling away at blackboxes continues...


Revision 623 - Directory Listing
Modified Thu May 18 15:26:36 2006 UTC (18 years, 5 months ago) by ben.allan
missing file for tk84.

Revision 622 - Directory Listing
Modified Thu May 18 15:24:09 2006 UTC (18 years, 5 months ago) by ben.allan
fixed missing brace.

Revision 621 - Directory Listing
Modified Thu May 18 06:25:11 2006 UTC (18 years, 5 months ago) by johnpye
Test model for bug #215.

Revision 620 - Directory Listing
Modified Thu May 18 06:24:24 2006 UTC (18 years, 5 months ago) by johnpye
Added reporting of invalid units in assignments (inside METHODs)

Revision 619 - Directory Listing
Modified Thu May 18 03:07:51 2006 UTC (18 years, 5 months ago) by johnpye
Working on bug #215...

Revision 618 - Directory Listing
Modified Wed May 17 07:01:09 2006 UTC (18 years, 5 months ago) by johnpye
remove duplicate line

Revision 617 - Directory Listing
Modified Wed May 17 06:58:19 2006 UTC (18 years, 5 months ago) by johnpye
Corrected problem with pipe diameters, added overall U-value

Revision 616 - Directory Listing
Modified Wed May 17 06:34:46 2006 UTC (18 years, 5 months ago) by johnpye
Fixed bugs with unspecified vars in this model.

Revision 615 - Directory Listing
Modified Wed May 17 06:29:40 2006 UTC (18 years, 5 months ago) by johnpye
Forced pygtk to share major env vars with base library.
Modified 'can't use this here' error messages.
Added notification when colour codes are being disabled.

Revision 614 - Directory Listing
Modified Wed May 17 05:10:18 2006 UTC (18 years, 5 months ago) by johnpye


Revision 613 - Directory Listing
Modified Wed May 17 05:09:17 2006 UTC (18 years, 5 months ago) by johnpye
Fixing to use temporary filename instead of /tmp/atmlist

Revision 612 - Directory Listing
Modified Wed May 17 02:51:33 2006 UTC (18 years, 5 months ago) by johnpye
This revision causes a segfault when you mouseover the incidence
matrix!

Revision 611 - Directory Listing
Modified Tue May 16 08:27:05 2006 UTC (18 years, 5 months ago) by johnpye
Adding a simple model for radial heat loss, eg from an insulated pipe. Under development.

Revision 610 - Directory Listing
Modified Tue May 16 08:10:29 2006 UTC (18 years, 5 months ago) by johnpye
Pass calling parameters of ascend.bat through to PyGTK. Needs to be tested still.

Revision 609 - Directory Listing
Modified Tue May 16 04:43:34 2006 UTC (18 years, 5 months ago) by johnpye
Added ospath test to the registration function. Rewrote with short macro-based code.

Revision 608 - Directory Listing
Modified Tue May 16 04:32:46 2006 UTC (18 years, 5 months ago) by johnpye
Fixing ospath tests, hopefully.

Revision 607 - Directory Listing
Modified Tue May 16 04:19:20 2006 UTC (18 years, 5 months ago) by johnpye
Updated license/doc blocks at start of files.
Added test_ospath.c and test_ospath.h.

Revision 606 - Directory Listing
Modified Tue May 16 00:43:58 2006 UTC (18 years, 5 months ago) by johnpye
Added 'RELATIVE_PATHS=0' to ascend.spec.in

Revision 605 - Directory Listing
Modified Tue May 16 00:29:51 2006 UTC (18 years, 5 months ago) by johnpye
Completing missing part of RELATIVE_PATHS configuration for SCons, to address bug #262.

Revision 604 - Directory Listing
Modified Mon May 15 18:59:21 2006 UTC (18 years, 5 months ago) by ben.allan
believed to fix issue 67, del/bksp reversal.
The user may now adjust this in their ascendrc file
as needed to make their favorite window manager
behave itself.

Revision 603 - Directory Listing
Modified Mon May 15 14:38:01 2006 UTC (18 years, 5 months ago) by johnpye
Added an exception wrapper around the 'set icon' call for the main window.
Working on adding Tcl/Tk support to the windows installer (need a WinXP machine to test this, or fix the max line length issue).

Revision 602 - Directory Listing
Modified Fri May 12 14:45:41 2006 UTC (18 years, 5 months ago) by johnpye
woops

Revision 601 - Directory Listing
Modified Fri May 12 14:42:24 2006 UTC (18 years, 5 months ago) by johnpye
Fixing minor issue with RPM build

Revision 600 - Directory Listing
Modified Fri May 12 14:30:18 2006 UTC (18 years, 5 months ago) by johnpye
Added some missing export symbols. Unfortunately this seems to have caused a segfaul in the CUnit tests.

Revision 599 - Directory Listing
Modified Fri May 12 12:53:57 2006 UTC (18 years, 5 months ago) by johnpye
Fixing up MALLOC_DEBUG to use config.h

Revision 598 - Directory Listing
Modified Fri May 12 12:43:57 2006 UTC (18 years, 5 months ago) by johnpye
woops

Revision 597 - Directory Listing
Modified Fri May 12 12:29:45 2006 UTC (18 years, 5 months ago) by johnpye
Still working on a way to add options to config.h.in such that it doesn't break
autotools.

Revision 596 - Directory Listing
Modified Fri May 12 11:37:24 2006 UTC (18 years, 5 months ago) by johnpye
fixed for scons, can't work out a way to allows @MISSING_SOMETHING@ to fallback safely, unfort.

Revision 595 - Directory Listing
Modified Fri May 12 11:28:44 2006 UTC (18 years, 5 months ago) by johnpye
fixing so that Ben won't need to add this macro to autoconf, hopefully.

Revision 594 - Directory Listing
Modified Fri May 12 11:10:34 2006 UTC (18 years, 5 months ago) by johnpye
Adding configuration option to turn off xterm colours in output.

Revision 593 - Directory Listing
Modified Fri May 12 10:03:59 2006 UTC (18 years, 5 months ago) by johnpye
Bumped version to 0.9.5.91.
Changed WITH_CUNIT_TESTS to WITH_CUNIT.
Added GCOV scons option.
Fixed up 'test' target for SCons.
Added lots of export symbols to libascend.so.


Revision 592 - Directory Listing
Modified Fri May 12 09:50:57 2006 UTC (18 years, 5 months ago) by johnpye
Working on adding some more export symbols, for purpose of getting Jerry's test suite to work with SCons build.

Revision 591 - Directory Listing
Modified Fri May 12 08:25:16 2006 UTC (18 years, 5 months ago) by johnpye
Added GCOV=1 option to SCons build, working on integrating LCOV tool with Buildbot.

Revision 590 - Directory Listing
Modified Thu May 11 04:40:18 2006 UTC (18 years, 5 months ago) by johnpye
Minor cleaning.

Revision 589 - Directory Listing
Modified Thu May 11 03:10:43 2006 UTC (18 years, 5 months ago) by johnpye
Fixing some malloc bugs.

Revision 588 - Directory Listing
Modified Thu May 11 02:06:46 2006 UTC (18 years, 5 months ago) by johnpye
This fixes the new Driver.c implementation. Now, default values of the environment variables
are specified in the file base/generic/utilities/config.h.in, which should be tooled up with
you configuration process. These default values will be subject to environment substiution,
so that if you set the default ASCENDTK=$ASCENDDIST/TK, that will be expanded *at runtime*.
This is to help with the 'application folder' style of installation off-root.

Revision 587 - Directory Listing
Modified Thu May 11 01:37:08 2006 UTC (18 years, 5 months ago) by johnpye
Fixed a bug with this for copy-in-place.

Revision 586 - Directory Listing
Modified Thu May 11 00:47:54 2006 UTC (18 years, 5 months ago) by johnpye
Working on improving handling of paths.

Revision 585 - Directory Listing
Modified Wed May 10 17:02:21 2006 UTC (18 years, 5 months ago) by johnpye
Making ospath accessible from other libraries. In progress.

Revision 584 - Directory Listing
Modified Wed May 10 16:56:00 2006 UTC (18 years, 5 months ago) by johnpye
Adding these files which will help with the environment variable/default path problem.

Revision 583 - Directory Listing
Modified Tue May 9 19:14:25 2006 UTC (18 years, 5 months ago) by ben.allan
Fixed the problems for Art/Krishnan/Ben and reverted
the undiscussed install tree change. 
If an alternate installed location is to be used, install a shell
script which sets ASCENDTK before invoking ascend, don't just randomly 
change the driver code to be something it's not
supposed to be.


Revision 582 - Directory Listing
Modified Tue May 9 19:07:39 2006 UTC (18 years, 5 months ago) by ben.allan
found more tk<8.4 isms.

Revision 580 - Directory Listing
Modified Tue May 9 06:56:55 2006 UTC (18 years, 5 months ago) by johnpye
Fixed a problem with GTK+ 2.6 on Windows.

Revision 579 - Directory Listing
Modified Tue May 9 06:21:18 2006 UTC (18 years, 5 months ago) by johnpye
Fixed for Ubuntu 5.10 (linking to libstdc++ when building _ascpy.so)
Tested with MinGW/WinXP, still OK.

Revision 578 - Directory Listing
Modified Tue May 9 04:59:03 2006 UTC (18 years, 5 months ago) by johnpye
Customisable installer .exe names.
Moved NSIS tool into the scons subdirectory, reverted to standard NsisSconsBuilder from the SCons Wiki.

Revision 577 - Directory Listing
Modified Tue May 9 04:08:53 2006 UTC (18 years, 5 months ago) by johnpye
Bumping the version number for NSIS and RPM pre-releases

Revision 576 - Directory Listing
Modified Tue May 9 03:42:08 2006 UTC (18 years, 5 months ago) by johnpye
Changed all cases of *.fixed := {TRUE,FALSE} to 'FIX' and 'FREE' statements.

Revision 575 - Directory Listing
Modified Tue May 9 01:07:41 2006 UTC (18 years, 5 months ago) by johnpye
Commenting changes, GPL header.

Revision 574 - Directory Listing
Modified Tue May 9 01:06:40 2006 UTC (18 years, 5 months ago) by johnpye
Removing old comment about FTP server.

Revision 573 - Directory Listing
Modified Tue May 9 01:05:40 2006 UTC (18 years, 5 months ago) by johnpye
No error thrown when slv_set_logincidence is passed a NULL.

Revision 572 - Directory Listing
Modified Tue May 9 00:21:19 2006 UTC (18 years, 5 months ago) by johnpye
Renaming 'tcltk98' to 'tcltk', finished now, hopefully.

Revision 571 - Directory Listing
Modified Tue May 9 00:14:59 2006 UTC (18 years, 5 months ago) by johnpye
Renaming 'tcltk98' to 'tcltk', continued...

Revision 570 - Directory Listing
Modified Tue May 9 00:14:04 2006 UTC (18 years, 5 months ago) by johnpye


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 568 - Directory Listing
Modified Fri May 5 09:36:26 2006 UTC (18 years, 5 months ago) by johnpye
Another place to remove the 'update-Makefile.pl'

Revision 567 - Directory Listing
Modified Fri May 5 09:30:36 2006 UTC (18 years, 5 months ago) by johnpye
missed this

Revision 566 - Directory Listing
Modified Fri May 5 09:22:01 2006 UTC (18 years, 5 months ago) by johnpye
Remove dependency on perl5

Revision 565 - Directory Listing
Modified Fri May 5 02:58:36 2006 UTC (18 years, 5 months ago) by johnpye
This is a sample file to illustrate ASCEND syntax.

Revision 564 - Directory Listing
Modified Fri May 5 00:53:40 2006 UTC (18 years, 5 months ago) by johnpye
Fixed for file ownership when RPM build is offroot.

Revision 563 - Directory Listing
Modified Fri May 5 00:12:54 2006 UTC (18 years, 5 months ago) by johnpye
Manual override to set name of created tarball (for use with buildbot testing).

Revision 562 - Directory Listing
Modified Thu May 4 08:25:01 2006 UTC (18 years, 5 months ago) by johnpye
RPM builds now, but has a dependency on perl(!?!)

Revision 561 - Directory Listing
Modified Thu May 4 07:35:43 2006 UTC (18 years, 5 months ago) by johnpye
Changes to detection of TkTable. TkTable detection was not possible
on FC5 due to the provided tktable package not coming with header
files, and no tktable-devel being offered. Hence static linkage
to Tktable is not possible. Maybe it's not a great idea anyway.
Also modified and updated the DistTar builder for SCons.
Modified SConstruct to allow Tcl/Tk 8.4 to be used.
Modified ascend.spec.in to use system-standard version of Tcl/Tk 8.4.

Revision 560 - Directory Listing
Modified Wed May 3 02:42:02 2006 UTC (18 years, 5 months ago) by johnpye
Corrected for renamed file

Revision 559 - Directory Listing
Modified Wed May 3 02:40:23 2006 UTC (18 years, 5 months ago) by johnpye
Expanded the installation instructions a little bit.

Revision 558 - Directory Listing
Modified Wed May 3 00:01:46 2006 UTC (18 years, 5 months ago) by johnpye
Fixing some dependency issues with the building of the SWIG wrapper.
Added automatic SWIG dependency scanner (from the SCons Wiki).

Revision 557 - Directory Listing
Modified Tue May 2 02:09:23 2006 UTC (18 years, 5 months ago) by johnpye
More fixes to the RPM build.

Revision 556 - Directory Listing
Modified Tue May 2 01:57:49 2006 UTC (18 years, 5 months ago) by johnpye
Some fixes to the 'disttar' thing for 'scons dist'

Revision 555 - Directory Listing
Modified Tue May 2 01:33:10 2006 UTC (18 years, 5 months ago) by johnpye
Some more on the RPMs. The tarball still missing some files.

Revision 554 - Directory Listing
Modified Tue May 2 00:51:02 2006 UTC (18 years, 5 months ago) by johnpye
Fixed building of source tarball using 'scons dist'.
Will next add automated building of RPM targets.
Started work on building of separate RPMs for tcltk and python interfaces.

Revision 553 - Directory Listing
Modified Sat Apr 29 10:01:54 2006 UTC (18 years, 5 months ago) by johnpye
woops forgot to add new file

Revision 552 - Directory Listing
Modified Sat Apr 29 08:53:04 2006 UTC (18 years, 5 months ago) by johnpye
Created 'scons install' command that also works for Tcl/Tk interface.
These changes required some modifications to the default values of the environment variables.
Installed Tcl/Tk version now works with only the LD_LIBRARY_PATH env var being required.

Revision 551 - Directory Listing
Modified Sat Apr 29 04:19:17 2006 UTC (18 years, 5 months ago) by johnpye
Added LICENSE.txt to root directory
Fixed a 'const' problem in ospath
Fixed up some variable names and key errors in SConstruct
Modified License-Warranty.tcl in accordance with the recommendations in the GPL.

Revision 550 - Directory Listing
Modified Fri Apr 28 10:10:53 2006 UTC (18 years, 5 months ago) by johnpye
...

Revision 549 - Directory Listing
Modified Fri Apr 28 10:01:39 2006 UTC (18 years, 5 months ago) by johnpye
More on RPM

Revision 548 - Directory Listing
Modified Fri Apr 28 09:58:38 2006 UTC (18 years, 5 months ago) by johnpye
Small change to aid RPM build

Revision 547 - Directory Listing
Modified Fri Apr 28 09:27:15 2006 UTC (18 years, 5 months ago) by johnpye
Updated spec file from spec.in

Revision 546 - Directory Listing
Modified Fri Apr 28 09:24:19 2006 UTC (18 years, 5 months ago) by johnpye
Adding 'gcc' to runtime requirements of RPM
Adding gccvisibility switch.

Revision 545 - Directory Listing
Modified Thu Apr 27 03:14:08 2006 UTC (18 years, 5 months ago) by ben.allan
fixed autotools build for ospath file, config.h.in file.

Revision 544 - Directory Listing
Modified Thu Apr 27 03:11:31 2006 UTC (18 years, 5 months ago) by ben.allan
fixed a couple of variable scoping problems that crept in somehow.
should get rid of some errors in the file open/cancel dialogs.

Revision 543 - Directory Listing
Modified Thu Apr 27 00:04:13 2006 UTC (18 years, 5 months ago) by johnpye
Fix windows behaviour for 'IMPORT "johnpye/extfn/extfntest";'

Revision 542 - Directory Listing
Modified Wed Apr 26 15:15:40 2006 UTC (18 years, 5 months ago) by johnpye
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 541 - Directory Listing
Modified Wed Apr 26 07:32:13 2006 UTC (18 years, 5 months ago) by johnpye
More work on the ospath.c file, trying to iron out some windows-specific issues
Fixed McGraw-Hill URL in TCL files.
Created platform-specific TCL_LIBPATH so that c:\Tcl\bin is used instead of c:\Tcl\lib for .dlls.

Revision 540 - Directory Listing
Modified Tue Apr 25 23:57:49 2006 UTC (18 years, 5 months ago) by johnpye
Fixing SCons Tcl/Tk build on Windows.

Revision 539 - Directory Listing
Modified Tue Apr 25 23:11:59 2006 UTC (18 years, 5 months ago) by johnpye
Removed references to ascPrintType.h

Revision 538 - Directory Listing
Modified Tue Apr 25 22:49:54 2006 UTC (18 years, 5 months ago) by ben.allan
tk84 is at least contemplatable now. don't know
what other errors lurk.

Revision 537 - Directory Listing
Modified Tue Apr 25 21:58:56 2006 UTC (18 years, 5 months ago) by ben.allan
porting tk stuff.

Revision 536 - Directory Listing
Modified Tue Apr 25 15:59:51 2006 UTC (18 years, 5 months ago) by ben.allan
added main.c to autotools build.

Revision 535 - Directory Listing
Modified Tue Apr 25 14:55:48 2006 UTC (18 years, 5 months ago) by johnpye
Little more progress on the ospath stuff. Hoping that this can be used to refactor the module (a4c) and external library (.so/.dll) search methods. Still some bugs though.

Revision 534 - Directory Listing
Modified Tue Apr 25 13:25:04 2006 UTC (18 years, 5 months 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 533 - Directory Listing
Modified Mon Apr 24 05:54:11 2006 UTC (18 years, 5 months ago) by johnpye
Starting to refactor the model browser as its own python class.
Fixed a bug with the 'diagnose' feature on linux due to failed loading of an icon.

Revision 532 - Directory Listing
Modified Mon Apr 24 02:23:08 2006 UTC (18 years, 5 months ago) by johnpye
Removed 'interface' directory in trunk/pygtk/interface (moved everything up a level)
Made corresponding changes to SCons* and spec files.

Revision 531 - Directory Listing
Modified Mon Apr 24 02:04:02 2006 UTC (18 years, 5 months ago) by johnpye
Removing extra subdir level in pygtk path

Revision 530 - Directory Listing
Modified Sat Apr 22 07:52:30 2006 UTC (18 years, 5 months ago) by johnpye
Found the problem with the PyGTK interface: a too-long vsprintf. Changed to vsnprintf.

Revision 529 - Directory Listing
Modified Sat Apr 22 06:26:23 2006 UTC (18 years, 5 months ago) by johnpye
Working of debugging the mysterious PyGTK bug. Seems to be coming from a wrong
char *filename in an error_reporter call from the DEBUG_RELS sections of the
compiler code.
Also renamed the WSEM and WSNM macros for clarity, removed unused file pointer.

Revision 528 - Directory Listing
Modified Sat Apr 22 06:07:09 2006 UTC (18 years, 5 months ago) by ben.allan
start of an 84 port.

Revision 527 - Directory Listing
Modified Fri Apr 21 15:20:17 2006 UTC (18 years, 5 months ago) by johnpye
Correct the regular expression

Revision 526 - Directory Listing
Modified Fri Apr 21 13:47:31 2006 UTC (18 years, 5 months ago) by johnpye
Fixed up a problem with ordering of headers with Python.h.
Removed psyco initialisation, pending evidence that it actually does something :-)
Disabled python 'director' error message callbacks, trying to debug a segfault.
Added ability to disable GCC Visibility, scons WITH_GCCVISIBILITY=0.
Turned off runtime signal tests for SIG_INT and SIG_FPE (makes using GDB a pain), see base/generic/utilities/ascSignal.[ch].

Revision 525 - Directory Listing
Modified Fri Apr 21 10:41:45 2006 UTC (18 years, 5 months ago) by johnpye
Rolled 'ascPrintType.h' into 'ascPrint.h' for simplicity.

Revision 524 - Directory Listing
Modified Fri Apr 21 07:38:32 2006 UTC (18 years, 5 months ago) by johnpye
Another small fix to the tuple bug

Revision 523 - Directory Listing
Modified Fri Apr 21 07:25:02 2006 UTC (18 years, 5 months ago) by johnpye
This was the script used to add missing symbols to the library. Maybe it will be useful again sometime.

Revision 522 - Directory Listing
Modified Fri Apr 21 07:22:20 2006 UTC (18 years, 5 months ago) by johnpye
Fixed all the missing symbols so that ASCEND Tcl/Tk interface builds with separate 'ascendtcl.dll'.
Split Driver.c across Driver.c and new main.c, which has no Tcl/Tk references.


Revision 521 - Directory Listing
Modified Fri Apr 21 05:35:59 2006 UTC (18 years, 5 months ago) by johnpye
Getting the modular version the Tcl/Tk GUI working. In progress.

Revision 520 - Directory Listing
Modified Fri Apr 21 02:44:08 2006 UTC (18 years, 5 months ago) by johnpye
Fixed missing ':' in Tcl/Tk SConscript
Updated AscBitmaps.h header docs, GPL statement.

Revision 519 - Directory Listing
Modified Fri Apr 21 02:07:11 2006 UTC (18 years, 5 months ago) by johnpye
Fixing up the 'tuple' thing (Yomi's change) as it didn't now work with Python 2.4
Fixed up dependencies around the SWIG compile.
Fixed so that SCons makes pygtk/interface/ascend executable automatically.

Revision 518 - Directory Listing
Modified Thu Apr 20 17:11:51 2006 UTC (18 years, 5 months ago) by aw0a
updated READMEmodelStatus.txt file

Revision 517 - Directory Listing
Modified Thu Apr 20 14:50:01 2006 UTC (18 years, 5 months ago) by aw0a
corrected minor typo

Revision 516 - Directory Listing
Modified Thu Apr 20 08:07:53 2006 UTC (18 years, 5 months ago) by ben.allan
foo

Revision 515 - Directory Listing
Modified Thu Apr 20 00:24:34 2006 UTC (18 years, 5 months ago) by ben.allan
commented an endif.

Revision 514 - Directory Listing
Modified Wed Apr 19 14:59:06 2006 UTC (18 years, 5 months ago) by wangym
the position maybe negative after maximized in ini

Revision 513 - Directory Listing
Modified Wed Apr 19 14:18:05 2006 UTC (18 years, 5 months ago) by johnpye
Fixing error.h so variadic macros only used in MSVC++ 2005.

Revision 512 - Directory Listing
Modified Wed Apr 19 08:21:13 2006 UTC (18 years, 5 months ago) by wangym
display ASC_SHLIBSUFFIX error only if platform is unknow

Revision 511 - Directory Listing
Modified Wed Apr 19 08:06:48 2006 UTC (18 years, 6 months ago) by wangym
SConstruct for python2.3

Revision 510 - Directory Listing
Modified Wed Apr 19 06:38:42 2006 UTC (18 years, 6 months ago) by johnpye
Removing the chmod+x ascend thing, it's not right.

Revision 509 - Directory Listing
Modified Wed Apr 19 05:13:08 2006 UTC (18 years, 6 months ago) by johnpye
SWIG < 1.3.28 can't do GCC visibility, so turn off for python interface in that case.

Revision 508 - Directory Listing
Modified Wed Apr 19 04:48:32 2006 UTC (18 years, 6 months ago) by johnpye
More fixes for compiling and running on ubuntu 5.10 with GCC:
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)

Added ASC_SHLIBSUFFIX and ASC_SHLIBPREFIX which are used in packages.c in preference to platform-specific #ifdefs.


Revision 507 - Directory Listing
Modified Wed Apr 19 02:44:25 2006 UTC (18 years, 6 months ago) by johnpye
Fixing for ubuntu GCC 4

Revision 506 - Directory Listing
Modified Tue Apr 18 14:30:39 2006 UTC (18 years, 6 months ago) by johnpye
The Visual C++ 2005 version now builds without linker errors.
But I ran the installer and it crashed during the first C++ call, so still problems.

Revision 505 - Directory Listing
Modified Tue Apr 18 13:22:29 2006 UTC (18 years, 6 months ago) by johnpye
Add some 'Depends' to ensure that the PyGTK app gets built before the installer does.

Revision 504 - Directory Listing
Modified Tue Apr 18 13:14:20 2006 UTC (18 years, 6 months ago) by johnpye
Playing around with dllspec for gcc 4.0, trying to fix a bug.

Revision 503 - Directory Listing
Modified Tue Apr 18 12:59:49 2006 UTC (18 years, 6 months ago) by johnpye
woops, fixing typo that showed up with GCC visibility on MinGW.

Revision 502 - Directory Listing
Modified Tue Apr 18 12:57:30 2006 UTC (18 years, 6 months ago) by johnpye
Added check to see that YACC runs OK.
Fixing build with MSVC++ 2005.
All builds now except for some problems in the SWIG-generated code.

Revision 501 - Directory Listing
Modified Tue Apr 18 12:40:59 2006 UTC (18 years, 6 months ago) by johnpye
Managing GCC visibility is the job of the build too, not ascConfig.h

Revision 500 - Directory Listing
Modified Tue Apr 18 11:55:12 2006 UTC (18 years, 6 months ago) by johnpye
Reduced some runtime debug messages from Python and C++ and base/generic/compiler/type_descio.c.
Fixed up support for GCC Visibility and add SCons 'sniffer' for this.
Fixed a bug with 'fileopenpath' in PyGTK interface (File->Open location is remembered from last time).
Fixed a bug with missing includes in C++.

Revision 499 - Directory Listing
Modified Tue Apr 18 08:26:16 2006 UTC (18 years, 6 months ago) by johnpye
Working on Linux again.
For some reason you need to run /sbin/ldconfig though. I'm going to
ask Ben about this.

Revision 498 - Directory Listing
Modified Tue Apr 18 08:07:13 2006 UTC (18 years, 6 months ago) by johnpye
MinGW build fixed and working again.
Changed SConstruct so that if you run SCons from MSYS, SCons won't try to use MV++ tools.
Wrapped extern "C" {} around #include <utilities/ascConfig.h> in pygtk/interface/config.h.in.
Added 'HAVE_LEX' and 'HAVE_YACC' env vars in SCons so that we can be smart about using _no_yacc source.
Changed tcltk98 SCons script so that _no_yacc is switchable.

Revision 496 - Directory Listing
Modified Tue Apr 18 07:29:30 2006 UTC (18 years, 6 months ago) by johnpye
Renamed 'dummy' to 'disused'

Revision 495 - Directory Listing
Modified Tue Apr 18 07:25:04 2006 UTC (18 years, 6 months ago) by johnpye
Still trying to get the Lionux build working again. I think it's still broken.

Revision 494 - Directory Listing
Modified Tue Apr 18 07:14:48 2006 UTC (18 years, 6 months ago) by johnpye
Restoring plainqr.c

Revision 493 - Directory Listing
Modified Tue Apr 18 07:11:42 2006 UTC (18 years, 6 months ago) by johnpye
Removing reference to interface.h

Revision 492 - Directory Listing
Modified Tue Apr 18 07:10:01 2006 UTC (18 years, 6 months ago) by johnpye
Incorporating 'extern' into ASC_DLLSPEC

Revision 491 - Directory Listing
Modified Tue Apr 18 07:04:34 2006 UTC (18 years, 6 months ago) by wangym
move unused file to dummy dir

Revision 490 - Directory Listing
Modified Tue Apr 18 06:55:20 2006 UTC (18 years, 6 months 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 489 - Directory Listing
Modified Tue Apr 18 06:45:06 2006 UTC (18 years, 6 months ago) by wangym
a warning free for ascDynaLoad.c
winVC8 project update for libascend
add dir dummy to contain dummy file in the future

Revision 488 - Directory Listing
Modified Tue Apr 18 06:08:03 2006 UTC (18 years, 6 months ago) by wangym
warning free for vc compile.

Revision 487 - Directory Listing
Modified Tue Apr 18 06:04:16 2006 UTC (18 years, 6 months ago) by wangym
fix the dll built for win32

Revision 486 - Directory Listing
Modified Tue Apr 18 05:31:35 2006 UTC (18 years, 6 months ago) by johnpye
Adding GCC 'pragma' default hidden symbol visibility.

Revision 485 - Directory Listing
Modified Tue Apr 18 04:47:11 2006 UTC (18 years, 6 months 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 484 - Directory Listing
Modified Tue Apr 18 02:51:18 2006 UTC (18 years, 6 months ago) by wangym
add vc8 project file for libascend.dll

Revision 483 - Directory Listing
Modified Mon Apr 17 18:20:20 2006 UTC (18 years, 6 months ago) by ben.allan
Rolled back the removal of #include "compiler/*"
from ascParse.y. This broke the vpath build
support for flex/yacc unnecessarily. The
generated c,h files do not live in the source
tree and so the unqualified include file names
are not appropriate.


Revision 482 - Directory Listing
Modified Mon Apr 17 12:22:31 2006 UTC (18 years, 6 months ago) by johnpye
Set up memory of file->open path in PyGTK GUI.
Improved pass-through of ./ascend parameters in ASC_DEVELOPING mode.
Removed disused SWIG builder in SConscript (using SCOns' builtin stuff now)
Improved some console messages from Python.

Revision 481 - Directory Listing
Modified Mon Apr 17 11:10:29 2006 UTC (18 years, 6 months ago) by johnpye
Fixed the windows crash problem. Actually looks like it was a bug 
with some hot-off-the-press SWIG features.

Revision 480 - Directory Listing
Modified Mon Apr 17 10:45:23 2006 UTC (18 years, 6 months 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 479 - Directory Listing
Modified Mon Apr 17 08:49:14 2006 UTC (18 years, 6 months ago) by johnpye
More small tweaks to help debug loading of PyGTK GUI

Revision 478 - Directory Listing
Modified Mon Apr 17 08:10:48 2006 UTC (18 years, 6 months ago) by johnpye
Fixing build for SWIG 1.3.24 (no -O flag)
Adding more debug info to loading output in PyGTK interface/config.py.in
Adding SWIGVERSION flag to SCons env.
Commenting in ascDynaLoad.c and ascParse.y
Adding VERSION to config.py

Revision 477 - Directory Listing
Modified Mon Apr 17 07:21:35 2006 UTC (18 years, 6 months ago) by johnpye
A little reformatting of Ben's added doxygen comments

Revision 476 - Directory Listing
Modified Mon Apr 17 07:06:45 2006 UTC (18 years, 6 months ago) by johnpye
Added some INSTALL notes relating to building windows installer.
Added some optimisations to the SWIG build to reduce target file size.
Fixed bug with WITH_INSTALLER=1 flag.

Revision 475 - Directory Listing
Modified Mon Apr 17 05:46:47 2006 UTC (18 years, 6 months ago) by ben.allan
much more commenting for blackbox relations implementers.

Revision 474 - Directory Listing
Modified Mon Apr 17 04:55:28 2006 UTC (18 years, 6 months ago) by ben.allan
comment.

Revision 473 - Directory Listing
Modified Mon Apr 17 04:52:34 2006 UTC (18 years, 6 months ago) by ben.allan
restored the bypass missing yacc capability.

Revision 472 - Directory Listing
Modified Mon Apr 17 04:51:34 2006 UTC (18 years, 6 months ago) by ben.allan
fixed configure to allow user to bypass missing yacc.

Revision 471 - Directory Listing
Modified Mon Apr 17 03:44:25 2006 UTC (18 years, 6 months ago) by ben.allan
fixed up per new extfunc.h. linking still not on.

Revision 470 - Directory Listing
Modified Mon Apr 17 03:33:07 2006 UTC (18 years, 6 months ago) by ben.allan
exec in svn

Revision 469 - Directory Listing
Modified Mon Apr 17 03:21:29 2006 UTC (18 years, 6 months ago) by ben.allan
getting rid of executable bits.

Revision 468 - Directory Listing
Modified Mon Apr 17 03:20:06 2006 UTC (18 years, 6 months ago) by ben.allan
new file.

Revision 467 - Directory Listing
Modified Mon Apr 17 03:18:06 2006 UTC (18 years, 6 months 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 466 - Directory Listing
Modified Sun Apr 16 15:07:48 2006 UTC (18 years, 6 months ago) by johnpye
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 465 - Directory Listing
Modified Sun Apr 16 13:43:44 2006 UTC (18 years, 6 months ago) by johnpye
Renamed 'WITHOUT_TCLTK_GUI' option to 'WITHOUT_TCLTK'.
Hard-wired path to c:\Python24 and c:\GTK\bin in Windows Python GUI installer.

Revision 464 - Directory Listing
Modified Sun Apr 16 12:49:48 2006 UTC (18 years, 6 months ago) by johnpye
Building Tcl/Tk with dynamic linking to shared libascend.dll.
Still some problems.

Revision 463 - Directory Listing
Modified Sun Apr 16 10:18:16 2006 UTC (18 years, 6 months 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 462 - Directory Listing
Modified Sun Apr 16 00:38:25 2006 UTC (18 years, 6 months ago) by johnpye
32x32 icon for gnome-files

Revision 461 - Directory Listing
Modified Tue Apr 11 14:29:53 2006 UTC (18 years, 6 months ago) by aw0a
added copyright statements to simple* files, added READMEmodelstatus.txt file

Revision 460 - Directory Listing
Modified Tue Apr 11 01:08:58 2006 UTC (18 years, 6 months ago) by johnpye
Fixing for 'STATIC_TKTABLE' flags for Fedora Core 5

Revision 459 - Directory Listing
Modified Fri Apr 7 08:05:05 2006 UTC (18 years, 6 months ago) by johnpye
Fixing default PackageOption values
Adding --library option to gtkbrowser for ASC_DEVELOPING override of 'models' path.

Revision 458 - Directory Listing
Modified Wed Apr 5 14:34:21 2006 UTC (18 years, 6 months ago) by aw0a
removing my outdated configure files

Revision 457 - Directory Listing
Modified Wed Apr 5 14:19:41 2006 UTC (18 years, 6 months ago) by aw0a
modified 2_cis_hexene data in components.a4l, updated simpleflowsheetrigorous.a4c

Revision 456 - Directory Listing
Modified Wed Apr 5 13:35:15 2006 UTC (18 years, 6 months ago) by wangym
move redifinition macros from HAVE_C99 TO MSVC

Revision 455 - Directory Listing
Modified Wed Apr 5 07:50:22 2006 UTC (18 years, 6 months ago) by johnpye
Tidying up some debug output
Fixing up use of icon filenames on Windows
Removing reference to .svg file in glade/ascend.glade

Revision 454 - Directory Listing
Modified Wed Apr 5 07:43:57 2006 UTC (18 years, 6 months ago) by johnpye
Added icon

Revision 453 - Directory Listing
Modified Wed Apr 5 06:47:01 2006 UTC (18 years, 6 months ago) by johnpye
Remove default CUnit locations for failsafe 'scons -h' on Windows

Revision 452 - Directory Listing
Modified Wed Apr 5 06:01:25 2006 UTC (18 years, 6 months ago) by johnpye
fixing #ifndef bracket name

Revision 451 - Directory Listing
Modified Wed Apr 5 05:14:20 2006 UTC (18 years, 6 months ago) by johnpye
Got the test suite to compile with SCons. Seems that there are some
serious problems still though.

Revision 450 - Directory Listing
Modified Wed Apr 5 01:54:16 2006 UTC (18 years, 6 months ago) by johnpye
Removed ~/ascdata from DEFAULT_ASCENDLIBRARY

Revision 449 - Directory Listing
Modified Wed Apr 5 01:32:45 2006 UTC (18 years, 6 months ago) by johnpye
Adding 'models' directory to SCons install

Revision 448 - Directory Listing
Modified Wed Apr 5 01:04:59 2006 UTC (18 years, 6 months ago) by johnpye
RPM build works now. The model library isn't being installed but the PyGTK interface opens up correctly.

Revision 447 - Directory Listing
Modified Wed Apr 5 00:31:15 2006 UTC (18 years, 6 months ago) by johnpye
Renamed 'desktop' directory to 'gnome'

Revision 446 - Directory Listing
Modified Wed Apr 5 00:30:15 2006 UTC (18 years, 6 months ago) by johnpye
Added GNOME integration stuff under pygtk/interface/desktop

Revision 445 - Directory Listing
Modified Tue Apr 4 23:43:43 2006 UTC (18 years, 6 months ago) by johnpye
Correcting stoopid buildroot mistake for RPM build

Revision 444 - Directory Listing
Modified Tue Apr 4 18:14:03 2006 UTC (18 years, 6 months ago) by ben.allan
bettrer error reporting.

Revision 443 - Directory Listing
Modified Tue Apr 4 12:11:28 2006 UTC (18 years, 6 months ago) by johnpye
Added missing %{_buildroot} to SPEC file

Revision 442 - Directory Listing
Modified Tue Apr 4 12:04:24 2006 UTC (18 years, 6 months ago) by johnpye
woops

Revision 441 - Directory Listing
Modified Tue Apr 4 12:01:17 2006 UTC (18 years, 6 months ago) by johnpye
Woops, should be .tar.bz2

Revision 440 - Directory Listing
Modified Tue Apr 4 11:58:26 2006 UTC (18 years, 6 months ago) by johnpye
Added missing 'ascend.in' and fixed up missing dependencies in RPM spec

Revision 439 - Directory Listing
Modified Tue Apr 4 11:42:58 2006 UTC (18 years, 6 months ago) by johnpye
Added ascend.spec (for 'rpmbuild -ta' command).
Fixed VERSION substitution in ascend.spec.in.

Revision 438 - Directory Listing
Modified Tue Apr 4 11:34:34 2006 UTC (18 years, 6 months ago) by johnpye
Installation instructions and an RPM SPEC file (untested)

Revision 437 - Directory Listing
Modified Tue Apr 4 11:08:15 2006 UTC (18 years, 6 months ago) by johnpye
Missed a GLADE_FILE

Revision 436 - Directory Listing
Modified Tue Apr 4 11:02:51 2006 UTC (18 years, 6 months ago) by johnpye
Implemented installer version of PyGTK interface. Use 'scons install' to
install. See 'scons -h' for new build options.

Revision 435 - Directory Listing
Modified Tue Apr 4 10:09:09 2006 UTC (18 years, 6 months ago) by johnpye
Starting work on linux-based install process

Revision 434 - Directory Listing
Modified Tue Apr 4 07:45:54 2006 UTC (18 years, 6 months ago) by johnpye
Taking out the 'stop' in models/johnpye/extfn/extfntest.py

Revision 433 - Directory Listing
Modified Tue Apr 4 07:30:54 2006 UTC (18 years, 6 months ago) by ben.allan
got rid of old solaris executable in mtx_test.
fixed buggy perm bits on sourcecode.
put better error reporting in external rel evaluation in compiler.

Revision 432 - Directory Listing
Modified Tue Apr 4 07:20:50 2006 UTC (18 years, 6 months ago) by johnpye
Fixed again to work on Linux with Tcl/Tk installed in the default locations /usr/lib etc.

Revision 431 - Directory Listing
Modified Tue Apr 4 07:20:49 2006 UTC (18 years, 6 months ago) by ben.allan
byby exec bits.

Revision 430 - Directory Listing
Modified Tue Apr 4 07:18:41 2006 UTC (18 years, 6 months ago) by ben.allan
got rid of errant executable bits.

Revision 429 - Directory Listing
Modified Tue Apr 4 06:58:44 2006 UTC (18 years, 6 months ago) by johnpye
Removed the support for the CreateConsole, since it wasn't working under MinGW.
The Tcl/Tk GUI shows up now on MinGW. You need to explicitly set ASCENDTK,
ASCENDLIBRARY and ASCENDBITMAPS environment variables before you launch.

Revision 428 - Directory Listing
Modified Tue Apr 4 06:41:25 2006 UTC (18 years, 6 months ago) by johnpye
Much progress on the MinGW build of the Tcl/Tk interface. Builds and links now,
just having some problems getting the DLLs for Tcl/Tk to resolve at runtime.

Revision 427 - Directory Listing
Modified Tue Apr 4 04:13:34 2006 UTC (18 years, 6 months ago) by johnpye
tentative: Disabled ascDynaload functions when DYNAMIC_PACKAGES is not defined. 
Altered error.[ch] so that MS VC++ variadic macros are used when available. 
Disabled Windows MessageBox in ascPanic, so that compilation of base engine is possible with the Platform SDK.
Added SConscript files to build FORTRAN components.
Removed some autoconf-related stuff from the pygtk/interface directory.

Revision 426 - Directory Listing
Modified Tue Apr 4 01:09:05 2006 UTC (18 years, 6 months ago) by johnpye
Some debug output added for bug #255.

Revision 425 - Directory Listing
Modified Tue Apr 4 01:05:09 2006 UTC (18 years, 6 months ago) by johnpye
Fixed bug #252

Revision 424 - Directory Listing
Modified Tue Apr 4 00:40:07 2006 UTC (18 years, 6 months ago) by johnpye
Fixing test external library code, migrating to SCons

Revision 423 - Directory Listing
Modified Mon Apr 3 23:15:49 2006 UTC (18 years, 6 months ago) by ben.allan
Fixed instatiation of blackbox (and probably glassbox)
relations, for poorly tested definitions of 'fix'.
Blackbox evaluation is still broken.

There seems to be some chaos around win32_lean_and_mean
in ascConfig.h

updated reconfig. setenv TKROOT /where/is/tk8.3dir before 
running and all is good.

Revision 422 - Directory Listing
Modified Mon Apr 3 17:29:28 2006 UTC (18 years, 6 months ago) by ben.allan
test of svn

Revision 421 - Directory Listing
Modified Mon Apr 3 17:26:22 2006 UTC (18 years, 6 months 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 420 - Directory Listing
Modified Mon Apr 3 15:04:59 2006 UTC (18 years, 6 months ago) by aw0a
added comment to file

Revision 419 - Directory Listing
Modified Mon Apr 3 15:01:01 2006 UTC (18 years, 6 months ago) by aw0a
renamed atomssimpleunits.a4c to simpleunitsatoms.a4c

Revision 418 - Directory Listing
Modified Mon Apr 3 14:54:22 2006 UTC (18 years, 6 months ago) by aw0a
updating all simpleflowsheet models, atomssimpleunits.a4c/s, atoms.a4l

Revision 417 - Directory Listing
Modified Mon Apr 3 14:19:01 2006 UTC (18 years, 6 months ago) by aw0a
commit changes to simpleFS files

Revision 416 - Directory Listing
Modified Mon Apr 3 05:17:50 2006 UTC (18 years, 6 months ago) by johnpye
Debug output for MSVC build

Revision 415 - Directory Listing
Modified Mon Apr 3 04:56:45 2006 UTC (18 years, 6 months ago) by johnpye
Small correction to keep MinGW build working

Revision 414 - Directory Listing
Modified Mon Apr 3 04:55:35 2006 UTC (18 years, 6 months ago) by johnpye
Some progress on getting a MSVC build to work with SCons. Issues with linking still.

Revision 413 - Directory Listing
Modified Mon Apr 3 03:57:09 2006 UTC (18 years, 6 months ago) by johnpye
Improved SWIG detection and version checking.

Revision 412 - Directory Listing
Modified Mon Apr 3 03:31:30 2006 UTC (18 years, 6 months ago) by johnpye
Trying to fix problems with the parser 'yy' and 'zz' stuff so that it works with SCons and hopefuly autotools at same time.

Revision 411 - Directory Listing
Modified Sun Apr 2 07:05:54 2006 UTC (18 years, 6 months 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 410 - Directory Listing
Modified Sun Apr 2 06:12:01 2006 UTC (18 years, 6 months ago) by ben.allan
leave it in there.

Revision 409 - Directory Listing
Modified Sun Apr 2 05:51:09 2006 UTC (18 years, 6 months ago) by johnpye
Backed out Ben's #define yylex change. Works again now (tested with Scons only)

Revision 408 - Directory Listing
Modified Sat Apr 1 22:51:06 2006 UTC (18 years, 6 months ago) by ben.allan
Fixed a mouse paste error in the slv system for the vars buf.
Whoever migrated the bufs into the system struct really needs to
turn on -Wall and pay attention to the compiler complaints.

Revision 407 - Directory Listing
Modified Sat Apr 1 21:13:03 2006 UTC (18 years, 6 months ago) by ben.allan
- Fixed missing header and casting problems in initialize.c around
JP FIX implementation.
- Repaired extfunc header declaration-- someone deleted array pointers without asking.
- Repaired casting errors in extfunc.c, probably ala kirk.
- Put in a #define for zz_lval in scanner.h to work around brokenness in flex 2.5.4;
if this breaks something for others, we need a better solution.


Revision 406 - Directory Listing
Modified Sat Apr 1 05:57:34 2006 UTC (18 years, 6 months ago) by johnpye
Woops

Revision 405 - Directory Listing
Modified Sat Apr 1 05:54:19 2006 UTC (18 years, 6 months ago) by johnpye
Added Tk detection, improved reporting

Revision 404 - Directory Listing
Modified Sat Apr 1 05:37:52 2006 UTC (18 years, 6 months ago) by johnpye
Added Tcl detection. Still to do: check that Tk version matches Tcl version.

Revision 403 - Directory Listing
Modified Sat Apr 1 00:46:46 2006 UTC (18 years, 6 months ago) by johnpye
Fixed bug #251

Revision 402 - Directory Listing
Modified Fri Mar 31 15:46:35 2006 UTC (18 years, 6 months ago) by johnpye
More work on tracking down Krishnan's problem with SWIG detection.

Revision 401 - Directory Listing
Modified Fri Mar 31 14:22:06 2006 UTC (18 years, 6 months ago) by johnpye
Fixing up message about bad SWIG version

Revision 400 - Directory Listing
Modified Fri Mar 31 10:59:36 2006 UTC (18 years, 6 months ago) by johnpye
Almost there with getting Jerry's tests to run. Just sorting out the linking.

Revision 399 - Directory Listing
Modified Fri Mar 31 08:52:57 2006 UTC (18 years, 6 months ago) by johnpye
Normalised all #include statements so that files in the current directory
are included as "localfile.h" and files in other directories are included as
<directory/file.h>
This is in accordance with the spec at
http://gcc.gnu.org/onlinedocs/gcc-4.1.0/cpp/Include-Syntax.html#Include-Syntax

Revision 398 - Directory Listing
Modified Fri Mar 31 07:55:11 2006 UTC (18 years, 6 months ago) by johnpye
Added SWIG version detection.
Added some ignore patterns for files in the repository.

Revision 396 - Directory Listing
Modified Fri Mar 31 06:24:11 2006 UTC (18 years, 6 months ago) by johnpye
Fixing python interface on FC4. Still a problem with detection of the full path to swig under
Windows.

Revision 395 - Directory Listing
Modified Fri Mar 31 06:09:03 2006 UTC (18 years, 6 months ago) by johnpye
Successful build of Python interface on Windows with MinGW/MSYS.

Revision 394 - Directory Listing
Modified Thu Mar 30 14:50:35 2006 UTC (18 years, 6 months ago) by wangym
move the function call after the variable define, a compile bug fix

Revision 393 - Directory Listing
Modified Thu Mar 30 14:46:37 2006 UTC (18 years, 6 months ago) by johnpye
Fixed SCons build to do output of config file 'config.py' require
by PyGTK GUI. Removed requirement for 'config.h' from the C++ file
and instead supplied required flags via compiler commandline.

Revision 392 - Directory Listing
Modified Thu Mar 30 12:36:15 2006 UTC (18 years, 6 months ago) by johnpye
Some fixes to the SCons build:
- adding flags to enable QRSLV and CMSLV by default.
- adding commands to build SWIG library correctly for Python interface.

Revision 391 - Directory Listing
Modified Thu Mar 30 07:19:05 2006 UTC (18 years, 6 months ago) by johnpye
A little bit of progress on getting the windows build to work

Revision 390 - Directory Listing
Modified Thu Mar 30 06:41:17 2006 UTC (18 years, 6 months ago) by johnpye
The Tcl/Tk interface now runs as well. Tried with Tcl/Tk 8.4, so needs to be run
on a system with Tcl/Tk 8.3 next up.

Revision 389 - Directory Listing
Modified Thu Mar 30 06:24:10 2006 UTC (18 years, 6 months ago) by johnpye
Cleaning up #includes in the Tcl/Tk interface. Doing this
all as a group so that it can be reversed out if necessary.

Revision 388 - Directory Listing
Modified Thu Mar 30 05:52:06 2006 UTC (18 years, 6 months ago) by johnpye
Successful build of the PyGTK interface with SCons on Linux (FC4)

Revision 387 - Directory Listing
Modified Thu Mar 30 05:13:59 2006 UTC (18 years, 6 months ago) by johnpye
Added SConscript for PyGTK interface.
It's not finding the lib files, something wrong with the -L options?

Revision 386 - Directory Listing
Modified Thu Mar 30 04:46:48 2006 UTC (18 years, 6 months ago) by johnpye
Added SConscript to Tcl/Tk directory.
Still having some problems with linking.

Revision 385 - Directory Listing
Modified Thu Mar 30 04:14:29 2006 UTC (18 years, 6 months 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 384 - Directory Listing
Modified Tue Mar 28 20:43:06 2006 UTC (18 years, 6 months ago) by aw0a
new and modified simpleFS and simpleUnits models

Revision 383 - Directory Listing
Modified Mon Mar 27 03:21:25 2006 UTC (18 years, 6 months ago) by johnpye
Correcting units on Stefan-Boltzmann constant

Revision 382 - Directory Listing
Modified Sun Mar 19 23:39:23 2006 UTC (18 years, 6 months ago) by johnpye
Fixing python path for Linux

Revision 381 - Directory Listing
Modified Sun Mar 19 23:01:39 2006 UTC (18 years, 6 months ago) by johnpye
Fixing 'auto package registration' with 'libstemname_register'.
Fixed bug #247.

Revision 380 - Directory Listing
Modified Sat Mar 18 07:29:48 2006 UTC (18 years, 7 months ago) by johnpye
Fixed up dynamic loading so that external libraries can be used on Windows -- no unresolved symbols in the DLL.

Revision 379 - Directory Listing
Modified Wed Mar 15 12:48:03 2006 UTC (18 years, 7 months ago) by johnpye
Ensuring that plugins contain no undefined symbols (for the sake of Windows).
Rearranging and commending error.c slightly.
Removing some debug output in solverreporter.

Revision 378 - Directory Listing
Modified Wed Mar 15 11:32:33 2006 UTC (18 years, 7 months ago) by johnpye
Fixing makefile <TAB>

Revision 377 - Directory Listing
Modified Wed Mar 15 11:27:22 2006 UTC (18 years, 7 months ago) by johnpye
By default, no xterm console colour codes are used now.
More output in extfn test python script.
pygtk/interface/Makefile cleans up gcov files when 'make clean'.

Revision 376 - Directory Listing
Modified Wed Mar 15 08:13:43 2006 UTC (18 years, 7 months ago) by johnpye
Turned off compiler timing and relation debugging in the './reconfig' builds.

Revision 375 - Directory Listing
Modified Wed Mar 15 06:35:50 2006 UTC (18 years, 7 months ago) by johnpye
Removing some debug output

Revision 374 - Directory Listing
Modified Tue Mar 14 08:41:17 2006 UTC (18 years, 7 months ago) by johnpye
Fixing script

Revision 373 - Directory Listing
Modified Tue Mar 14 08:39:37 2006 UTC (18 years, 7 months ago) by johnpye
Tidied up formatting in measures.a4l
Added GPL notice to cavity.a4c
Fixed up reconfig to turn OFF gcov testing by default.
Removed some debug output from typedef.c and instantiate.c and arrayinst.c.
Commenting changes in extinst.h.
Working on getting the buildbot working :-)

Revision 372 - Directory Listing
Modified Tue Mar 14 05:36:32 2006 UTC (18 years, 7 months ago) by johnpye
Set ./configure to use 'support files' like install-sh from the main base/autotools/config dir

Revision 371 - Directory Listing
Modified Tue Mar 14 05:04:06 2006 UTC (18 years, 7 months ago) by johnpye
Added some debug output related to external relations.
Added ./configure flags for relation debugging and compiler timing.
Removed some <!-- --> comments.

Revision 370 - Directory Listing
Modified Fri Mar 10 09:14:50 2006 UTC (18 years, 7 months ago) by johnpye
Renaming without the 'pkg' prefix.

Revision 369 - Directory Listing
Modified Fri Mar 10 09:14:29 2006 UTC (18 years, 7 months ago) by johnpye
Debugging output for loading external packages.
Export error_reporter to windows DLL (needs testing).

Revision 368 - Directory Listing
Modified Fri Mar 10 08:39:24 2006 UTC (18 years, 7 months ago) by johnpye
Added --enable-dynamic-packages option to ./configure:
Fixed bug #192.

Revision 367 - Directory Listing
Modified Fri Mar 10 07:44:59 2006 UTC (18 years, 7 months ago) by johnpye
Trying to fix up johnpye/extfn/extfntest.c to work on Windows (MinGW)
(ie to fix linking problems).

Revision 366 - Directory Listing
Modified Thu Mar 9 06:26:51 2006 UTC (18 years, 7 months ago) by johnpye
Some fixes for GTK+

Revision 365 - Directory Listing
Modified Thu Mar 9 06:20:17 2006 UTC (18 years, 7 months ago) by johnpye
Adding a windows/gtk adaptable filechooser.

Revision 364 - Directory Listing
Modified Wed Mar 8 05:23:02 2006 UTC (18 years, 7 months ago) by johnpye
Fixing up Tcl support... Tk support is still broken

Revision 363 - Directory Listing
Modified Wed Mar 8 04:47:31 2006 UTC (18 years, 7 months ago) by johnpye
Working on fixing Tcl/Tk support

Revision 362 - Directory Listing
Modified Wed Mar 8 04:37:38 2006 UTC (18 years, 7 months ago) by johnpye
Removed some ANSI-C tests from ./configure.in
Removed support for Ultrix, DEC, Alpha.
Simplified test for YACC.

Revision 361 - Directory Listing
Modified Wed Mar 8 03:47:59 2006 UTC (18 years, 7 months ago) by johnpye
Fixed bug 234.
Added 'loading...' to console output when PyGTK GUI is starting up.

Revision 360 - Directory Listing
Modified Tue Mar 7 03:38:36 2006 UTC (18 years, 7 months ago) by johnpye
Added external radiation losses

Revision 359 - Directory Listing
Modified Tue Mar 7 03:17:43 2006 UTC (18 years, 7 months ago) by johnpye
Fixing for linux

Revision 358 - Directory Listing
Modified Mon Mar 6 06:53:59 2006 UTC (18 years, 7 months ago) by johnpye
Syntax definition file for TextPad

Revision 357 - Directory Listing
Modified Mon Mar 6 06:30:21 2006 UTC (18 years, 7 months ago) by johnpye
Added work for creating a windows installer

Revision 356 - Directory Listing
Modified Mon Mar 6 03:43:04 2006 UTC (18 years, 7 months ago) by johnpye
Fixing bug 231.

Revision 355 - Directory Listing
Modified Mon Mar 6 03:11:28 2006 UTC (18 years, 7 months ago) by johnpye
In PyGTK 'modules' list, you can now see non-parameterised types in bold.

Revision 354 - Directory Listing
Modified Fri Mar 3 04:47:59 2006 UTC (18 years, 7 months ago) by johnpye
Added external losses to model.

Revision 353 - Directory Listing
Modified Fri Mar 3 04:47:21 2006 UTC (18 years, 7 months ago) by johnpye
These are new versions from my MinGW work. Not sure if they need to be commited or not.

Revision 352 - Directory Listing
Modified Fri Mar 3 04:47:01 2006 UTC (18 years, 7 months ago) by johnpye
These are new versions from my MinGW work. Not sure if they need to be commited or not.

Revision 351 - Directory Listing
Modified Fri Mar 3 04:45:19 2006 UTC (18 years, 7 months ago) by johnpye
Added windows-friendly application icon
Moved all references to GLADE_FILE to the new config.py arrangement.
First commit after the repository was broken...

Revision 350 - Directory Listing
Modified Fri Mar 3 04:27:16 2006 UTC (18 years, 7 months ago) by johnpye
This file was what had broken the repository. SO I'll remove it.

Revision 349 - Directory Listing
Modified Fri Mar 3 01:00:17 2006 UTC (18 years, 7 months ago) by johnpye
Removed file/folder

Revision 348 - Directory Listing
Modified Thu Mar 2 01:53:21 2006 UTC (18 years, 7 months ago) by johnpye


Revision 347 - Directory Listing
Modified Thu Mar 2 00:28:11 2006 UTC (18 years, 7 months ago) by johnpye
Adding missing files for ./configure build of PyGTK GUI

Revision 346 - Directory Listing
Modified Wed Mar 1 13:53:45 2006 UTC (18 years, 7 months ago) by johnpye
Adding a better base-case

Revision 345 - Directory Listing
Modified Wed Mar 1 11:09:00 2006 UTC (18 years, 7 months ago) by johnpye
Hopefully permit debugging from within MSYS as well...?

Revision 344 - Directory Listing
Modified Wed Mar 1 11:07:59 2006 UTC (18 years, 7 months ago) by johnpye
Adding Stefan-Boltzmann constant for blackbody radiation.

Revision 343 - Directory Listing
Modified Wed Mar 1 11:07:06 2006 UTC (18 years, 7 months ago) by johnpye
Radiation heat transfer between grey bodies in a cavity.
Reference: Incropera & DeWitt, Fundamentals of Heat & Mass Transfer, 4th Ed, p.733.

Revision 342 - Directory Listing
Modified Wed Mar 1 06:11:03 2006 UTC (18 years, 7 months ago) by johnpye
Working on getting PyGTK plotting to work under windows

Revision 341 - Directory Listing
Modified Wed Mar 1 05:25:23 2006 UTC (18 years, 7 months ago) by johnpye
Added support for default ASCENDLIBRARY value specified in the configure.in script.
This value used in Library(string defaultpath) and and is also passed to ASCEND by
gtkbrowser.py. Getting and setting of environment variables seems pretty messy
but hopefully this will work for now.

Revision 340 - Directory Listing
Modified Wed Mar 1 03:41:35 2006 UTC (18 years, 7 months ago) by johnpye
Fixed SWIG error
Fixed selftest.py to work with new SolverReporter

Revision 339 - Directory Listing
Modified Wed Mar 1 03:36:38 2006 UTC (18 years, 7 months ago) by johnpye
Fixed build problems on Linux (still some remain
in the 'reconfig' and 'configure.in' files for
Tcl/Tk build)

Revision 338 - Directory Listing
Modified Wed Mar 1 03:11:27 2006 UTC (18 years, 7 months ago) by johnpye
Added GLADE_FILE location to configpy.in.
Added warning about the SWIG error under MinGW to gtkbrowser.py.

Revision 337 - Directory Listing
Modified Wed Mar 1 00:51:23 2006 UTC (18 years, 7 months ago) by johnpye
Something is starting to run on MinGW now. GUI loads and ascend DLL is opened.
This revision still breaks the linux and Tcl/Tk builds, I expect.
Also added some smarts to the 'help...contents' menu for loading offline/online help files.

Revision 336 - Directory Listing
Modified Tue Feb 28 11:39:08 2006 UTC (18 years, 7 months ago) by johnpye
Fixing SWIG modifications

Revision 335 - Directory Listing
Modified Tue Feb 28 11:38:33 2006 UTC (18 years, 7 months ago) by johnpye
Messing

Revision 334 - Directory Listing
Modified Tue Feb 28 11:37:59 2006 UTC (18 years, 7 months ago) by johnpye
Ensure error messages find their way into PyGTK output

Revision 333 - Directory Listing
Modified Tue Feb 28 11:36:47 2006 UTC (18 years, 7 months ago) by johnpye
Updated configure script from autoconf 2.59 (previous commited was from 2.56)

Revision 332 - Directory Listing
Modified Tue Feb 28 04:39:00 2006 UTC (18 years, 7 months ago) by johnpye
These changes fix compilation 'make libs' on MinGW.

I have changed the configure.in to allow '--without-tcl'
however this will likely break linux compiles. I'll commit this
on windows, then try to check out and fix on a linux machine.

Revision 331 - Directory Listing
Modified Mon Feb 27 23:38:01 2006 UTC (18 years, 7 months ago) by johnpye
Removed enormous file and replaced by bzipped version
Trying to download via dialup here!

Revision 330 - Directory Listing
Modified Sun Feb 26 05:48:10 2006 UTC (18 years, 7 months ago) by johnpye
Added some testing of pre-calculating steam properties when doing (p,h) calcs

Revision 329 - Directory Listing
Modified Fri Feb 24 06:16:31 2006 UTC (18 years, 7 months ago) by johnpye
Fixed bug 229

Revision 328 - Directory Listing
Modified Fri Feb 24 06:05:10 2006 UTC (18 years, 7 months ago) by johnpye
Added ability to output variables at bounds (currently just to the console).
Changed solver parameters window into a proper 'dialog'.
Various fixes to make dialogs focus and position correctly.

Revision 327 - Directory Listing
Modified Fri Feb 24 02:04:49 2006 UTC (18 years, 7 months ago) by johnpye
Adding some labels to equations in iapws95.a4c file
Adding some scaling commands, but still to no avail.

Revision 326 - Directory Listing
Modified Fri Feb 24 02:03:45 2006 UTC (18 years, 7 months ago) by johnpye
Made QRSlv line search error output to ASCERR (not 'mif')

Revision 325 - Directory Listing
Modified Fri Feb 24 01:05:43 2006 UTC (18 years, 7 months ago) by johnpye
Fixing up initial values in SolverReporter
Fixing 'block time'

Revision 324 - Directory Listing
Modified Fri Feb 24 00:41:08 2006 UTC (18 years, 7 months ago) by johnpye
Added two self-tests: one for subcooled (p,h) and another
for superheated (p,h). Both fail at the moment.

Revision 323 - Directory Listing
Modified Fri Feb 24 00:01:15 2006 UTC (18 years, 7 months ago) by johnpye
Added reporting of amount of time spent updating GUI
Added SolverReporter.update_interval to preferences

Revision 322 - Directory Listing
Modified Thu Feb 23 14:28:36 2006 UTC (18 years, 7 months ago) by johnpye
Cleaning up: In PopupSolverReporter, change 'Variables' to 'n of N' instead of just 'N'

Revision 321 - Directory Listing
Modified Thu Feb 23 14:14:36 2006 UTC (18 years, 7 months ago) by johnpye
Added 'close on non-converged' preference
Unified message output for popup/non-popup status reporting

Revision 320 - Directory Listing
Modified Thu Feb 23 13:38:40 2006 UTC (18 years, 7 months ago) by johnpye
Some messing about...

Revision 319 - Directory Listing
Modified Thu Feb 23 12:30:40 2006 UTC (18 years, 7 months ago) by johnpye
Fixed a bug with the diagnose window after a successful solve
Added preference: SolverReporter:close_on_converged

Revision 318 - Directory Listing
Modified Thu Feb 23 10:29:29 2006 UTC (18 years, 7 months ago) by johnpye
Working on solver interrupt using 'stop' button

Revision 317 - Directory Listing
Modified Thu Feb 23 10:21:17 2006 UTC (18 years, 7 months ago) by johnpye
Added GUI SolverReporter... you can now watch the residuals shrink, etc.

Revision 316 - Directory Listing
Modified Thu Feb 23 07:49:27 2006 UTC (18 years, 7 months ago) by johnpye
Fixed bug #233

Revision 315 - Directory Listing
Modified Thu Feb 23 07:40:47 2006 UTC (18 years, 7 months ago) by johnpye
Expanded the python solver reporter a little
Added detection of newer SWIG versions that can optimise (-O)

Revision 314 - Directory Listing
Modified Thu Feb 23 06:00:42 2006 UTC (18 years, 7 months ago) by johnpye
Finally fixed the SolverReporter problems. Thanks Marcelo!

Revision 313 - Directory Listing
Modified Thu Feb 23 05:46:05 2006 UTC (18 years, 7 months ago) by johnpye
Further changes as suggested by Marcelo.

Revision 312 - Directory Listing
Modified Thu Feb 23 05:26:57 2006 UTC (18 years, 7 months ago) by johnpye
Changing to SolverStatus* in report(...)

Revision 311 - Directory Listing
Modified Thu Feb 23 04:54:13 2006 UTC (18 years, 7 months ago) by johnpye
More work on SolveReporter following help from Marcelo Matus on SWIG mailing list.

Revision 310 - Directory Listing
Modified Thu Feb 23 03:48:56 2006 UTC (18 years, 7 months ago) by johnpye
Fixed the SolveReporter functionality so that it works from Python

Revision 309 - Directory Listing
Modified Thu Feb 23 01:16:08 2006 UTC (18 years, 7 months ago) by johnpye
See http://www.swig.org/Doc1.3/Typemaps.html

Revision 308 - Directory Listing
Modified Thu Feb 23 00:58:12 2006 UTC (18 years, 7 months ago) by johnpye
Working on adding the SolverReporter class that will allow
different GUI output for the solver, depending on the context.
For example, solving from the 'Diagnose' window will give
different user feedback to solving from the main window.

Revision 307 - Directory Listing
Modified Wed Feb 22 07:48:17 2006 UTC (18 years, 7 months ago) by johnpye
Added wrapping of slv_status_t (SolverStatus) for bug #138.
Improved 'About...' box.

Revision 306 - Directory Listing
Modified Wed Feb 22 03:30:18 2006 UTC (18 years, 7 months ago) by johnpye
Fixing indenting
Fixed bug #207 (missing 'case' statements for FIX)

Revision 305 - Directory Listing
Modified Wed Feb 22 03:07:10 2006 UTC (18 years, 7 months ago) by johnpye
Test case for changeset 370 / bug #206.

Revision 304 - Directory Listing
Modified Wed Feb 22 03:05:37 2006 UTC (18 years, 7 months ago) by johnpye
Some rationalising of duplicated code in statement.c.
Fixed bug #206 (support for FREE statement).

Revision 303 - Directory Listing
Modified Tue Feb 21 02:38:13 2006 UTC (18 years, 7 months ago) by johnpye
Documentation, indentation and debugging-message changes.

Revision 302 - Directory Listing
Modified Mon Feb 20 07:40:03 2006 UTC (18 years, 7 months ago) by johnpye
Minor fix following changes to error_reporter

Revision 301 - Directory Listing
Modified Mon Feb 20 07:39:14 2006 UTC (18 years, 7 months ago) by johnpye
Documentation and indentation changes

Revision 300 - Directory Listing
Modified Fri Feb 17 08:04:04 2006 UTC (18 years, 8 months ago) by johnpye
Moving stuff around for GLADE

Revision 299 - Directory Listing
Modified Fri Feb 17 07:09:09 2006 UTC (18 years, 8 months ago) by johnpye
Adding ctrl-F and ctrl-R for fix/free

Revision 298 - Directory Listing
Modified Fri Feb 17 07:07:36 2006 UTC (18 years, 8 months ago) by johnpye
Added ascend icon

Revision 297 - Directory Listing
Modified Fri Feb 17 01:51:19 2006 UTC (18 years, 8 months ago) by johnpye
Fixed bug #227

Revision 296 - Directory Listing
Modified Thu Feb 16 09:58:21 2006 UTC (18 years, 8 months ago) by johnpye
Removed speed of sound calculation
Improved 'mixer' -- now converges (with trouble)
Working on 'loop'.

Revision 295 - Directory Listing
Modified Thu Feb 16 08:10:24 2006 UTC (18 years, 8 months ago) by johnpye
Added ability to output structural singularity analysis.

Revision 294 - Directory Listing
Modified Thu Feb 16 02:53:56 2006 UTC (18 years, 8 months ago) by johnpye
Fixed collapse/expand in 'diagnose' window, and added their values to preferences

Revision 293 - Directory Listing
Modified Sun Feb 12 23:00:30 2006 UTC (18 years, 8 months ago) by johnpye
Adding 'mixer' to loop

Revision 292 - Directory Listing
Modified Fri Feb 10 04:19:11 2006 UTC (18 years, 8 months ago) by johnpye
Simple absorber loop that kinda converges

Revision 291 - Directory Listing
Modified Fri Feb 10 03:32:21 2006 UTC (18 years, 8 months ago) by johnpye
Tiny bug

Revision 290 - Directory Listing
Modified Fri Feb 10 03:30:05 2006 UTC (18 years, 8 months ago) by johnpye
Fixable vars added to interface (outputs to console)
Added 'next big' and 'prev big' to move between 'big blocks' in the diagnose window.

Revision 289 - Directory Listing
Modified Fri Feb 10 01:11:29 2006 UTC (18 years, 8 months ago) by johnpye
Added sensible nominal value for delta_temperature, 5 {K}.
Condenser saturated model works better now

Revision 288 - Directory Listing
Modified Fri Feb 10 00:52:07 2006 UTC (18 years, 8 months ago) by johnpye
Changed 'heat_capacity' to 'molar_heat_capacity'

Revision 287 - Directory Listing
Modified Thu Feb 9 23:56:11 2006 UTC (18 years, 8 months ago) by johnpye
More on diagnose window.

Revision 286 - Directory Listing
Modified Thu Feb 9 07:36:39 2006 UTC (18 years, 8 months ago) by johnpye
Added cursor to report mouse-over variable and residual

Revision 285 - Directory Listing
Modified Thu Feb 9 04:21:30 2006 UTC (18 years, 8 months ago) by johnpye
Colours fixed, zooming works, active block focussed by default.

Revision 284 - Directory Listing
Modified Thu Feb 9 03:02:44 2006 UTC (18 years, 8 months ago) by johnpye
Improved display of blocks with zoom facility added

Revision 283 - Directory Listing
Modified Wed Feb 8 15:30:50 2006 UTC (18 years, 8 months ago) by johnpye
This is the initial working 'block diagnose' functionality.

Revision 282 - Directory Listing
Modified Wed Feb 8 13:51:04 2006 UTC (18 years, 8 months ago) by johnpye
This version uses direct creation of the block incidence matrix image data
using the gtk.gdk.pixbuf_new_from_data function.

Revision 281 - Directory Listing
Modified Wed Feb 8 11:18:19 2006 UTC (18 years, 8 months ago) by johnpye
Adding icons

Revision 280 - Directory Listing
Modified Wed Feb 8 08:31:56 2006 UTC (18 years, 8 months ago) by johnpye
Some work on adding the 'block diagnosis' window

Revision 279 - Directory Listing
Modified Tue Feb 7 07:23:44 2006 UTC (18 years, 8 months ago) by johnpye
Add optional use of PSYCO, see http://psyco.sourceforge.net/

Revision 278 - Directory Listing
Modified Mon Feb 6 23:52:30 2006 UTC (18 years, 8 months ago) by johnpye
Removed reference to libf2c (I think this was required only on FC3)
Updated use of SWIG 'typemap' syntax in ascend.i
Corrected C++ code for FC5 (art's error msg)
Fixed minor but with uninstantiated models in PyGTK GUI

Revision 277 - Directory Listing
Modified Mon Feb 6 09:23:10 2006 UTC (18 years, 8 months ago) by johnpye
Fixed bug #216

Revision 276 - Directory Listing
Modified Mon Feb 6 00:07:58 2006 UTC (18 years, 8 months ago) by johnpye
Changes to the condenser model
Working on a 'diagnose' window, maybe

Revision 275 - Directory Listing
Modified Sun Feb 5 13:33:25 2006 UTC (18 years, 8 months ago) by johnpye
Added reporting of divergent relation names.
Found more convergent form of LMTD heat-exchanger equation

Revision 274 - Directory Listing
Modified Sun Feb 5 08:03:06 2006 UTC (18 years, 8 months ago) by johnpye
Fixed minor bug

Revision 273 - Directory Listing
Modified Sun Feb 5 06:44:06 2006 UTC (18 years, 8 months ago) by johnpye
Added reporting of relations and residuals via GUI

Revision 272 - Directory Listing
Modified Sun Feb 5 06:43:19 2006 UTC (18 years, 8 months ago) by johnpye
Documentation changes.
Modified one slv3 error message.

Revision 271 - Directory Listing
Modified Sat Feb 4 09:08:54 2006 UTC (18 years, 8 months ago) by johnpye
Working on adding support for listing cliques

Revision 270 - Directory Listing
Modified Sat Feb 4 08:00:21 2006 UTC (18 years, 8 months ago) by johnpye
More on the usability of the solver_var props window

Revision 269 - Directory Listing
Modified Sat Feb 4 07:15:30 2006 UTC (18 years, 8 months ago) by johnpye
Added usability keybindings on properties input fields: escape, enter

Revision 268 - Directory Listing
Modified Sat Feb 4 06:09:57 2006 UTC (18 years, 8 months ago) by johnpye
Adding ability to edit upper/lower bounds and nominal values

Revision 267 - Directory Listing
Modified Fri Feb 3 05:35:50 2006 UTC (18 years, 8 months ago) by johnpye
Adding separator

Revision 266 - Directory Listing
Modified Fri Feb 3 05:34:13 2006 UTC (18 years, 8 months ago) by johnpye
More tweaking of condenser

Revision 265 - Directory Listing
Modified Fri Feb 3 04:27:15 2006 UTC (18 years, 8 months ago) by johnpye
More progress with loop/condenser. But also a crash, see bug #217

Revision 264 - Directory Listing
Modified Fri Feb 3 04:26:04 2006 UTC (18 years, 8 months ago) by johnpye
Deactivated bintokens. Need to implement a GUI on/off switch for this

Revision 263 - Directory Listing
Modified Fri Feb 3 01:37:56 2006 UTC (18 years, 8 months ago) by johnpye
Working on subcooling HE, still not converging

Revision 262 - Directory Listing
Modified Fri Feb 3 00:19:41 2006 UTC (18 years, 8 months ago) by johnpye
Correcting a bug introduced in changeset 314.

Revision 261 - Directory Listing
Modified Thu Feb 2 16:15:32 2006 UTC (18 years, 8 months ago) by johnpye
Adding non-saturated condenser mode

Revision 260 - Directory Listing
Modified Thu Feb 2 15:31:29 2006 UTC (18 years, 8 months ago) by johnpye
Improved behaviour of incidence matrix when you mouseover points outside the matrix
Stopped emitting exception for Block out of range (why does it happen?)

Revision 259 - Directory Listing
Modified Thu Feb 2 15:28:05 2006 UTC (18 years, 8 months ago) by johnpye
LMTD condenser is working

Revision 258 - Directory Listing
Modified Thu Feb 2 14:50:05 2006 UTC (18 years, 8 months ago) by johnpye
Made it so that fixed variables never get an icon.

Revision 257 - Directory Listing
Modified Thu Feb 2 14:10:05 2006 UTC (18 years, 8 months ago) by johnpye
Implemenenting LMTD HE

Revision 256 - Directory Listing
Modified Thu Feb 2 14:09:44 2006 UTC (18 years, 8 months ago) by johnpye
Standardising header #ifdef

Revision 255 - Directory Listing
Modified Thu Feb 2 14:02:23 2006 UTC (18 years, 8 months ago) by johnpye
Adding preliminary support for showing variable solve-status in browser view

Revision 254 - Directory Listing
Modified Thu Feb 2 06:27:17 2006 UTC (18 years, 8 months ago) by johnpye
Added reporting of unconverged variables to the console

Revision 253 - Directory Listing
Modified Thu Feb 2 00:24:38 2006 UTC (18 years, 8 months ago) by johnpye
Adding reorderable and movable columns in Observer.
Removing some debug output from console

Revision 252 - Directory Listing
Modified Wed Feb 1 06:29:46 2006 UTC (18 years, 8 months ago) by johnpye
Implemented editable 'active' row in observer
Move focus of to active row when new row added and observer tab already focussed

Revision 251 - Directory Listing
Modified Wed Feb 1 04:33:46 2006 UTC (18 years, 8 months ago) by johnpye
Fixed observer copy crash, bug #214.

Revision 250 - Directory Listing
Modified Wed Feb 1 04:01:10 2006 UTC (18 years, 8 months ago) by johnpye
You can now copy the observer matrix to the clipboard and paste into another document.

Revision 249 - Directory Listing
Modified Wed Feb 1 03:22:11 2006 UTC (18 years, 8 months ago) by johnpye
Working (read-only) observer thing. Observer instances are updated in the table
and if you click 'add' on the observer tab, the current values are kept and a new
row is added.

Revision 248 - Directory Listing
Modified Wed Feb 1 03:20:29 2006 UTC (18 years, 8 months ago) by johnpye
Adding new icons

Revision 247 - Directory Listing
Modified Wed Feb 1 00:46:12 2006 UTC (18 years, 8 months ago) by johnpye
Added missing file

Revision 246 - Directory Listing
Modified Tue Jan 31 16:24:27 2006 UTC (18 years, 8 months ago) by johnpye
Some more work on the 'Observer' feature

Revision 245 - Directory Listing
Modified Tue Jan 31 07:49:58 2006 UTC (18 years, 8 months ago) by johnpye
Working on adding Observer functionality

Revision 244 - Directory Listing
Modified Tue Jan 31 03:40:13 2006 UTC (18 years, 8 months ago) by johnpye
Small tweak fixes convergence issue

Revision 243 - Directory Listing
Modified Mon Jan 30 15:03:08 2006 UTC (18 years, 8 months ago) by johnpye
Set scaling to RELNOM and this model converges for changed values of radiation.

Revision 242 - Directory Listing
Modified Mon Jan 30 15:02:26 2006 UTC (18 years, 8 months ago) by johnpye
Minor usability improvements - keybindings

Revision 241 - Directory Listing
Modified Mon Jan 30 09:36:11 2006 UTC (18 years, 8 months ago) by johnpye
Adding a couple of icons

Revision 240 - Directory Listing
Modified Mon Jan 30 09:35:34 2006 UTC (18 years, 8 months ago) by johnpye
Can now view block numbers via console while mouse-ing over incidence matrix

Revision 239 - Directory Listing
Modified Mon Jan 30 08:13:33 2006 UTC (18 years, 8 months ago) by johnpye
Documentation changes

Revision 238 - Directory Listing
Modified Mon Jan 30 06:41:10 2006 UTC (18 years, 8 months ago) by johnpye
Added reporting of relation name to console onmouseover of incidence matrix

Revision 237 - Directory Listing
Modified Mon Jan 30 06:10:26 2006 UTC (18 years, 8 months ago) by johnpye
Incidence matrix now reports the mouseover-ed variable on the console

Revision 236 - Directory Listing
Modified Mon Jan 30 06:09:52 2006 UTC (18 years, 8 months ago) by johnpye
Minor #ifdef changes

Revision 235 - Directory Listing
Modified Mon Jan 30 01:48:01 2006 UTC (18 years, 8 months ago) by johnpye
Fixed some problems with the split-off solverparameters.py file

Revision 234 - Directory Listing
Modified Sun Jan 29 17:15:47 2006 UTC (18 years, 8 months ago) by johnpye
Plotting of incidence matrix: still need to check that orientation is correct though.

Revision 233 - Directory Listing
Modified Sun Jan 29 16:55:27 2006 UTC (18 years, 8 months ago) by johnpye
Something resembling an incidence matrix returned via SWIG...

Revision 232 - Directory Listing
Modified Sun Jan 29 14:22:43 2006 UTC (18 years, 8 months ago) by johnpye
Added GPL header

Revision 231 - Directory Listing
Modified Sun Jan 29 14:15:44 2006 UTC (18 years, 8 months ago) by johnpye
Moved some incidence matrix routines to generic/solver from tcltk98.
Documentation changes.
Added (inactive) incidence matrix menu item to PyGTK interface
Fixed autotools make for above changed (need to fix for Jam as well)

Revision 230 - Directory Listing
Modified Sun Jan 29 07:16:06 2006 UTC (18 years, 8 months ago) by johnpye
Solverparameters GUI code split into separate file.
Help launcher started, will need more work.
Corrected wrong cpu_elapsed values in GUI by direct use of tm_cpu_time()
Added 'about' box.
Fixed 'auto' menu option.

Revision 229 - Directory Listing
Modified Sat Jan 28 16:29:08 2006 UTC (18 years, 8 months ago) by aw0a
committed files that add ASCEND mode to the emacs editor

Revision 228 - Directory Listing
Modified Sat Jan 28 05:22:38 2006 UTC (18 years, 8 months ago) by johnpye
Fixed up bounds checking for solver parameter window

Revision 227 - Directory Listing
Modified Sat Jan 28 04:44:15 2006 UTC (18 years, 8 months ago) by johnpye
Added grouping of solver parameters into pages

Revision 226 - Directory Listing
Modified Sat Jan 28 02:12:19 2006 UTC (18 years, 8 months ago) by johnpye
Can now edit string values via drop-down menu, just like with Tcl/Tk interface.
Boolean values changed with a doubleclick.

Revision 225 - Directory Listing
Modified Fri Jan 27 14:55:43 2006 UTC (18 years, 8 months ago) by johnpye
Added const-ness to 2nd parameter of slv_set_char_parameter.
Implemented setting of int, real and string parameters via PyGTK interface.

Revision 224 - Directory Listing
Modified Fri Jan 27 08:19:51 2006 UTC (18 years, 8 months ago) by johnpye
Correcting a bug with error_reporter macros, reversing change of funciton name in bnd.c

Revision 223 - Directory Listing
Modified Fri Jan 27 08:18:43 2006 UTC (18 years, 8 months ago) by johnpye
Some progress on editable solver parameters

Revision 222 - Directory Listing
Modified Fri Jan 27 04:23:20 2006 UTC (18 years, 8 months ago) by johnpye
Updating for Jerry's new error_reporter syntax, bug #179

Revision 221 - Directory Listing
Modified Fri Jan 27 03:05:38 2006 UTC (18 years, 8 months ago) by johnpye
Added ability to examine solver parameters via python

Revision 220 - Directory Listing
Modified Wed Jan 25 07:44:41 2006 UTC (18 years, 8 months ago) by johnpye
More doc changes

Revision 219 - Directory Listing
Modified Wed Jan 25 07:41:58 2006 UTC (18 years, 8 months ago) by johnpye
Documentation changes

Revision 218 - Directory Listing
Modified Wed Jan 25 04:06:38 2006 UTC (18 years, 8 months ago) by johnpye
Small changes

Revision 217 - Directory Listing
Modified Wed Jan 25 03:10:42 2006 UTC (18 years, 8 months ago) by johnpye
Sort-of-working very simple circuit model

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 215 - Directory Listing
Modified Wed Jan 25 02:08:29 2006 UTC (18 years, 8 months ago) by johnpye
Improved display of relations by adding getRelationAsString(relative_to)

Revision 214 - Directory Listing
Modified Wed Jan 25 00:25:56 2006 UTC (18 years, 8 months ago) by johnpye
Fixing typo

Revision 213 - Directory Listing
Modified Tue Jan 24 23:25:56 2006 UTC (18 years, 8 months ago) by johnpye
Fixed some missed 'ExtFn'->'ExtMethod' changes

Revision 212 - Directory Listing
Modified Tue Jan 24 13:20:47 2006 UTC (18 years, 8 months ago) by johnpye
Changing nomenclature from ExtFn to ExtMethod

Revision 211 - Directory Listing
Modified Tue Jan 24 13:20:20 2006 UTC (18 years, 8 months ago) by johnpye
Adding FIX and ASSERT keywords to gedit syntax definition

Revision 210 - Directory Listing
Modified Tue Jan 24 13:18:15 2006 UTC (18 years, 8 months ago) by johnpye
Changing nomenclature to 'external method' and 'ExtMethod'

Revision 209 - Directory Listing
Modified Tue Jan 24 12:44:32 2006 UTC (18 years, 8 months ago) by johnpye
Adding external function test most and library.

Revision 208 - Directory Listing
Modified Tue Jan 24 03:19:37 2006 UTC (18 years, 8 months ago) by johnpye
Added menu bar at top of PyGTK interface.
'Preferences' menu currently just outputs the number of
solver parameters in use. Plan is to allow the parameters
to be viewed and edited via the GUI.

Revision 207 - Directory Listing
Modified Mon Jan 23 06:47:06 2006 UTC (18 years, 8 months ago) by johnpye
Added ability to output expressions from PyGTK interface. Expressions are
output to the console using WriteRelationString. You must right-click on
a relation an hit 'properties'.

Revision 206 - Directory Listing
Modified Mon Jan 23 06:46:08 2006 UTC (18 years, 8 months ago) by johnpye
Changing 'new' to 'new_xxx' so that headers can be compiled in C++

Revision 205 - Directory Listing
Modified Mon Jan 23 06:19:12 2006 UTC (18 years, 8 months ago) by johnpye
Documentation changes

Revision 204 - Directory Listing
Modified Mon Jan 23 04:27:11 2006 UTC (18 years, 8 months ago) by johnpye
Documentation changes

Revision 203 - Directory Listing
Modified Mon Jan 23 04:13:17 2006 UTC (18 years, 8 months ago) by johnpye
Documentation changes; making 'FIX' statement less verbose;
Commenting out ununsed 'CreateExternalFunction' function

Revision 202 - Directory Listing
Modified Mon Jan 23 03:56:57 2006 UTC (18 years, 8 months ago) by johnpye
Fixed a problem with NULL passed to slv_set_logincidence

Revision 201 - Directory Listing
Modified Sat Jan 21 03:48:27 2006 UTC (18 years, 8 months ago) by johnpye
Cleaning up a little

Revision 200 - Directory Listing
Modified Sat Jan 21 03:45:15 2006 UTC (18 years, 8 months ago) by johnpye
More crazy macros in slv.c :)

Revision 199 - Directory Listing
Modified Sat Jan 21 02:23:55 2006 UTC (18 years, 8 months ago) by johnpye
Finished adding macros in slv.c.

Revision 198 - Directory Listing
Modified Thu Jan 19 08:14:26 2006 UTC (18 years, 8 months ago) by johnpye
More simplification...

Revision 197 - Directory Listing
Modified Thu Jan 19 07:59:19 2006 UTC (18 years, 8 months ago) by johnpye
Major simplification: wrap up many 'slv_' methods using preprocessor macros.

Revision 196 - Directory Listing
Modified Tue Jan 17 15:58:23 2006 UTC (18 years, 9 months ago) by johnpye
Improved status reporting for solvers. When a solver is going slowly, you'll get a fair bit of output. If it's going fast there shouldn't be much input at all. Todo: use some kind of callback technique to get this information back to the GUI.

Revision 195 - Directory Listing
Modified Tue Jan 17 05:49:40 2006 UTC (18 years, 9 months ago) by johnpye
Commenting
Adding coloured output on CONSOLE_DEBUG
Adding test testextfn for monolithic tests of external function calls.

Revision 194 - Directory Listing
Modified Tue Jan 17 05:48:00 2006 UTC (18 years, 9 months ago) by johnpye
Documentation and CONSOLE_DEBUGging.

Revision 193 - Directory Listing
Modified Tue Jan 17 02:28:18 2006 UTC (18 years, 9 months ago) by johnpye
Fixing up some cygwin stuff that crept in to the linux build...

Revision 192 - Directory Listing
Modified Mon Jan 16 14:54:35 2006 UTC (18 years, 9 months ago) by johnpye
Added test for 'vsnprintf'

Revision 191 - Directory Listing
Modified Mon Jan 16 09:03:29 2006 UTC (18 years, 9 months ago) by johnpye
Minor fixes to PyGTK build after error_reporter modifications of last revision.

Revision 190 - Directory Listing
Modified Mon Jan 16 08:53:30 2006 UTC (18 years, 9 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 189 - Directory Listing
Modified Mon Jan 16 07:48:18 2006 UTC (18 years, 9 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 188 - Directory Listing
Modified Mon Jan 16 07:47:02 2006 UTC (18 years, 9 months ago) by johnpye
Adding some missing 'EXT' code, adding 'error_reporter_here' functionality.

Revision 187 - Directory Listing
Modified Mon Jan 16 07:45:51 2006 UTC (18 years, 9 months ago) by johnpye
Fixing up documentation for sensitivity.h
Simplifying Makefile.in

Revision 186 - Directory Listing
Modified Fri Jan 13 03:36:44 2006 UTC (18 years, 9 months ago) by johnpye
Modularising the 'loop' components in my steam system test case.
Changing some models to use the new 'FIX varlist' syntax (bug 204)

Revision 185 - Directory Listing
Modified Fri Jan 13 03:35:54 2006 UTC (18 years, 9 months ago) by johnpye
Fixing missing 'clear' commands to allow new models to be loaded/reloaded

Revision 184 - Directory Listing
Modified Fri Jan 13 03:30:09 2006 UTC (18 years, 9 months ago) by johnpye
Fixing up error reporting for the 'FIX' statement. Addresses bug 204.

Revision 183 - Directory Listing
Modified Fri Jan 13 02:35:00 2006 UTC (18 years, 9 months ago) by johnpye
Added 'FIX varlist' statement to ASCEND.

Revision 182 - Directory Listing
Modified Thu Jan 12 06:05:35 2006 UTC (18 years, 9 months ago) by johnpye
Fixed problem with figure closing causing ASCEND to exit

Revision 181 - Directory Listing
Modified Thu Jan 12 05:43:41 2006 UTC (18 years, 9 months ago) by johnpye
Fixed up the right-click context menu a bit

Revision 180 - Directory Listing
Modified Thu Jan 12 03:20:58 2006 UTC (18 years, 9 months ago) by johnpye
Adding a little documentation

Revision 179 - Directory Listing
Modified Tue Jan 10 14:15:18 2006 UTC (18 years, 9 months ago) by aw0a
accidentally updated iapws95.a4c.  Restore previous version.

Revision 178 - Directory Listing
Modified Tue Jan 10 13:58:14 2006 UTC (18 years, 9 months ago) by aw0a
added l for liter in measures.a4l

Revision 177 - Directory Listing
Modified Tue Jan 10 06:57:34 2006 UTC (18 years, 9 months ago) by johnpye
Removing some debug output, attempting to stop closing the figure from closing ASCEND

Revision 176 - Directory Listing
Modified Tue Jan 10 06:22:23 2006 UTC (18 years, 9 months ago) by johnpye
Completed PyGTK plotting using matplotlib

Revision 175 - Directory Listing
Modified Tue Jan 10 04:27:34 2006 UTC (18 years, 9 months ago) by johnpye
More work on adding plotting capability under PyGTK

Revision 174 - Directory Listing
Modified Sun Jan 8 06:24:10 2006 UTC (18 years, 9 months ago) by ben.allan
fixed bug 201, incorrect use of assert.

Revision 173 - Directory Listing
Modified Sat Jan 7 11:20:32 2006 UTC (18 years, 9 months ago) by johnpye
PyGTK interface now remembers size of errors/warnings pane as well.

Revision 172 - Directory Listing
Modified Sat Jan 7 10:06:13 2006 UTC (18 years, 9 months ago) by johnpye
Storing of window size and position in .ascend.ini
Starting to implement plotting functions.

Revision 171 - Directory Listing
Modified Fri Jan 6 09:00:52 2006 UTC (18 years, 9 months ago) by johnpye
Correct do_check

Revision 170 - Directory Listing
Modified Fri Jan 6 08:55:06 2006 UTC (18 years, 9 months ago) by johnpye
Moving plot.h and plot.c back to the base/generic/compiler.
This is so that I can use those routines in PyGTK plotting.

Revision 169 - Directory Listing
Modified Fri Jan 6 02:50:41 2006 UTC (18 years, 9 months ago) by johnpye
Added failing version for bug #201.

Revision 168 - Directory Listing
Modified Fri Jan 6 01:08:58 2006 UTC (18 years, 9 months ago) by johnpye
PyGTK GUI: Added wait cursor during solve, changed method select box so that you can't type into it.

Revision 167 - Directory Listing
Modified Fri Jan 6 00:54:21 2006 UTC (18 years, 9 months ago) by johnpye
Working on implementing slack variables with IAPWS.

Revision 166 - Directory Listing
Modified Thu Jan 5 09:51:50 2006 UTC (18 years, 9 months ago) by johnpye
Working on re-formulating the IAPWS-95 two-phase version with 'slack variables'

Revision 165 - Directory Listing
Modified Thu Jan 5 05:07:40 2006 UTC (18 years, 9 months ago) by johnpye
Changed 'mt' to 't' and 'mton' and 'metton' to 'tonne' in accordance
with NIST recommendations. Added kilotonne, megatonne, gigatonne and
kt, Mt, Gt.

Revision 164 - Directory Listing
Modified Tue Jan 3 09:54:43 2006 UTC (18 years, 9 months ago) by johnpye
Added wait-cursor during compile/build, started working
on correct destruction of Simulation objects.

Revision 163 - Directory Listing
Modified Tue Jan 3 07:17:41 2006 UTC (18 years, 9 months ago) by johnpye
Fixed bug #198

Revision 162 - Directory Listing
Modified Tue Jan 3 06:51:30 2006 UTC (18 years, 9 months ago) by johnpye
Fixing problem with btprolog.h in Tcl/Tk interface

Revision 161 - Directory Listing
Modified Mon Jan 2 09:58:03 2006 UTC (18 years, 9 months ago) by johnpye
Adding missing call to Library::clear()

Revision 160 - Directory Listing
Modified Mon Jan 2 09:57:02 2006 UTC (18 years, 9 months ago) by johnpye
Minor usability changes:
	default_self method highlighted by default
	model instance hierarchy top-level expanded on creation

Revision 159 - Directory Listing
Modified Mon Jan 2 09:54:52 2006 UTC (18 years, 9 months ago) by johnpye
Changing FPRINTF to error_reporter

Revision 158 - Directory Listing
Modified Mon Jan 2 09:02:52 2006 UTC (18 years, 9 months ago) by johnpye
Removed support for Ultrix, OSF, which seem to be dead. This
makes the ascDynaload.c file much smaller. Also removed unused DynamicLoad
function (use Asc_DynamicLoad instead). Please let me know if these changes
break anything for you.

Revision 157 - Directory Listing
Modified Fri Dec 23 01:30:46 2005 UTC (18 years, 9 months ago) by johnpye
Adding test for other WHEN branch
Colour highlighting of failed ASSERTs on xterm

Revision 156 - Directory Listing
Modified Fri Dec 23 01:08:33 2005 UTC (18 years, 9 months ago) by johnpye
Corrections to simple test of WHEN

Revision 155 - Directory Listing
Modified Fri Dec 23 00:59:32 2005 UTC (18 years, 9 months ago) by johnpye
Fixing up self-testing models

Revision 154 - Directory Listing
Modified Thu Dec 22 15:18:02 2005 UTC (18 years, 9 months ago) by johnpye
Removing debug output, adding self_test to iapws95.

Revision 153 - Directory Listing
Modified Thu Dec 22 13:53:42 2005 UTC (18 years, 9 months ago) by johnpye
Fixing bug #178.

Revision 152 - Directory Listing
Modified Thu Dec 22 13:26:21 2005 UTC (18 years, 9 months ago) by johnpye
Cosmetic changes to commenting

Revision 151 - Directory Listing
Modified Thu Dec 22 10:58:33 2005 UTC (18 years, 9 months ago) by johnpye
Working on a test case for bug #178

Revision 150 - Directory Listing
Modified Thu Dec 22 09:24:56 2005 UTC (18 years, 9 months ago) by johnpye
Committed changes to C++ solver class to accommodate new slv_lookup_client.
Still seeing bug #178 though.

Revision 149 - Directory Listing
Modified Thu Dec 22 08:51:04 2005 UTC (18 years, 9 months ago) by johnpye
Woops :)

Revision 148 - Directory Listing
Modified Thu Dec 22 08:49:39 2005 UTC (18 years, 9 months ago) by johnpye
Changed from 'TEST expr' syntax to 'ASSERT expr' syntax.
Corrected ConfigAscend ability to compile with CMSlv solver.

Revision 147 - Directory Listing
Modified Thu Dec 22 06:24:16 2005 UTC (18 years, 9 months ago) by ben.allan
added slv_lookup_client which should help resolve misunderstanding #178.

Revision 146 - Directory Listing
Modified Thu Dec 22 04:10:02 2005 UTC (18 years, 9 months ago) by johnpye
Updating INSTALL instructions somehwhat

Revision 145 - Directory Listing
Modified Thu Dec 22 04:02:27 2005 UTC (18 years, 9 months ago) by johnpye
This information will be maintained in the Wiki

Revision 144 - Directory Listing
Modified Thu Dec 22 04:00:53 2005 UTC (18 years, 9 months ago) by johnpye
Removing trunk/base/jam (it's been replaced by trunk/jam)
Add 'make libs' to autotools build.

Revision 143 - Directory Listing
Modified Thu Dec 22 03:41:47 2005 UTC (18 years, 9 months ago) by johnpye
Fixing for ability to use both autotools and jam libraries

Revision 142 - Directory Listing
Modified Thu Dec 22 03:12:51 2005 UTC (18 years, 9 months ago) by johnpye
Complete Tcl/Tk build of ASCEND under Linux
No installation of model files though.

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 140 - Directory Listing
Modified Thu Dec 22 01:14:31 2005 UTC (18 years, 9 months ago) by johnpye
Fixing problem with location of TkTable
Support use of /usr/lib/libblas.a if present on system, partial soln to bug #190

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 138 - Directory Listing
Modified Wed Dec 21 07:32:17 2005 UTC (18 years, 9 months ago) by johnpye
Fixing to set flags correctly for SWIG on MINGW.

Revision 137 - Directory Listing
Modified Wed Dec 21 06:05:14 2005 UTC (18 years, 9 months ago) by johnpye
MinGW configuration underway. A problem with detection of Tk 8.3.

Revision 136 - Directory Listing
Modified Wed Dec 21 04:52:43 2005 UTC (18 years, 9 months ago) by johnpye
These are the exact files from the autoconf-2.59 distro, see
http://ftp.gnu.org/gnu/autoconf/

Revision 135 - Directory Listing
Modified Wed Dec 21 04:39:23 2005 UTC (18 years, 9 months ago) by johnpye
Changing to /bin/sh

Revision 134 - Directory Listing
Modified Wed Dec 21 04:37:33 2005 UTC (18 years, 9 months ago) by johnpye
Renamed unixAC213 to 'autotools'
Updated 'config.guess' to a newer version that can detect MinGW.

Revision 133 - Directory Listing
Modified Wed Dec 21 04:08:26 2005 UTC (18 years, 9 months ago) by johnpye
This is the configure script generated by Jerry's Jam updates.

Revision 132 - Directory Listing
Modified Wed Dec 21 00:14:13 2005 UTC (18 years, 9 months ago) by johnpye
Adding the PyGTK interface to CMU repository. Whaddyareckon?

Revision 131 - Directory Listing
Modified Wed Dec 21 00:06:59 2005 UTC (18 years, 9 months ago) by johnpye
Fixed deprecated file so that it still works until Jam build rewrite completed.

Revision 130 - Directory Listing
Modified Tue Dec 20 23:37:10 2005 UTC (18 years, 9 months ago) by johnpye
Working on eliminating some compiler warnings about unitialised vars
and the like.

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 128 - Directory Listing
Modified Tue Dec 20 14:35:09 2005 UTC (18 years, 9 months ago) by johnpye
Changing TEST success to ASC_USER_SUCCESS

Revision 127 - Directory Listing
Modified Tue Dec 20 14:34:32 2005 UTC (18 years, 9 months ago) by johnpye
Improving reporting of Asc_Panic for cases where the GUI is going to be killed.

Revision 126 - Directory Listing
Modified Tue Dec 20 13:27:11 2005 UTC (18 years, 9 months ago) by johnpye
Reformating comments in the SLV files

Revision 125 - Directory Listing
Modified Tue Dec 20 08:35:08 2005 UTC (18 years, 9 months ago) by johnpye
This is an example that uses the new 'TEST' syntax :)

Revision 124 - Directory Listing
Modified Tue Dec 20 08:32:25 2005 UTC (18 years, 9 months ago) by johnpye
Adding 'TEST' statement to ASCEND METHOD syntax.
Standardising messages in slv3.
Trying to debug bug #175.

Revision 123 - Directory Listing
Modified Mon Dec 19 06:59:40 2005 UTC (18 years, 9 months ago) by johnpye
Changing 'log' function to 'log10'

Revision 122 - Directory Listing
Modified Mon Dec 19 06:12:40 2005 UTC (18 years, 9 months ago) by johnpye
Refactoring all MAX, MIN, ABS calls to general/mathmacros.
Adding a GCC optimisation for these macros.

Revision 121 - Directory Listing
Modified Mon Dec 19 06:11:50 2005 UTC (18 years, 9 months ago) by johnpye
Adding self-test method, still working on this

Revision 120 - Directory Listing
Modified Mon Dec 19 06:07:52 2005 UTC (18 years, 9 months ago) by johnpye
Adding demonstration to bug #165.

Revision 119 - Directory Listing
Modified Mon Dec 19 05:14:27 2005 UTC (18 years, 9 months ago) by johnpye
Fixing bug #170.

Revision 118 - Directory Listing
Modified Mon Dec 19 04:16:27 2005 UTC (18 years, 9 months ago) by ben.allan
Workaround for a bug in gcc math inline of functions as
arguments to max. This should cure bug 154 in the pye tracker.


Revision 117 - Directory Listing
Modified Sun Dec 18 15:29:05 2005 UTC (18 years, 10 months ago) by aw0a
removed rootfind.c and h from solver subdirectory, from Makefile.in and vc files

Revision 116 - Directory Listing
Modified Sun Dec 18 07:25:17 2005 UTC (18 years, 10 months ago) by johnpye
Adding the failing version of IAPWS95 as discussed relating to bug #154

Revision 115 - Directory Listing
Modified Sun Dec 18 01:38:49 2005 UTC (18 years, 10 months ago) by johnpye
Added 'ideal_steam' model. This doesn't represent *real* steam properties,
it's the IDEAL component of IAPWS-95's correlation *only*.

Revision 114 - Directory Listing
Modified Fri Dec 16 00:20:44 2005 UTC (18 years, 10 months ago) by jds
Fixed various bugs & compiler warnings:
- numerous AssertAllocateMemory & AssertMemory() bugs
- converted strdup() calls to ascstrdup() (and ascfree())
- several minor (mostly VisualC) compiler warnings (old style declarations, assignment in conditional, ...)

Revision 113 - Directory Listing
Modified Thu Dec 15 03:59:55 2005 UTC (18 years, 10 months ago) by ben.allan
added slv_[un]trapint tcl callbacks which can be used to turn off
ctrl-c trapping of the commandline. in theory this will help gdb.
Note: traps are handled on a stack, so to guarantee the sigint
stack is empty, use slv_untrapint untill you get an error message:
        ascSignal.c:437: Asc_Signal (2) stack pop mismatch.



Revision 112 - Directory Listing
Modified Wed Dec 14 06:25:28 2005 UTC (18 years, 10 months ago) by johnpye
Moving saturation curves into a separate file.
Adding a simple loop simulation using ideal-steam and fixed-density water.

Revision 111 - Directory Listing
Modified Wed Dec 14 01:25:23 2005 UTC (18 years, 10 months ago) by johnpye
Added 'total cost' to the when_demo.a4c example.
It doesn't seem to be working for me though.

Revision 110 - Directory Listing
Modified Wed Dec 14 01:20:32 2005 UTC (18 years, 10 months ago) by johnpye
Updated minimum wage to 2005 level, change to units USD.

Revision 109 - Directory Listing
Modified Wed Dec 14 00:34:09 2005 UTC (18 years, 10 months ago) by johnpye
Standardising all currency amounts to ISO 4217. USdollar and dollar
replaced by USD in all models in the library.

Revision 108 - Directory Listing
Modified Tue Dec 13 05:53:20 2005 UTC (18 years, 10 months ago) by johnpye
Moved some solver error messages to FPRINTF(ASCERR) convention.
Trying to get IAPWS-95 to work two-phase.

Revision 107 - Directory Listing
Modified Mon Dec 12 14:18:25 2005 UTC (18 years, 10 months ago) by johnpye
Making iapws95 and iapws95_sat refinements of a base class thermo_state

Revision 106 - Directory Listing
Modified Mon Dec 12 12:14:48 2005 UTC (18 years, 10 months ago) by johnpye
Added iapws95.a4c, giving all the other properties along
the saturation line.

Revision 105 - Directory Listing
Modified Mon Dec 12 11:40:30 2005 UTC (18 years, 10 months ago) by johnpye
Added saturation curves

Revision 104 - Directory Listing
Modified Mon Dec 12 05:16:57 2005 UTC (18 years, 10 months ago) by johnpye
Workaround for bug #165.

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 101 - Directory Listing
Modified Sat Dec 10 04:22:07 2005 UTC (18 years, 10 months ago) by jds
A little more progress killing compiler warnings.

Revision 100 - Directory Listing
Modified Fri Dec 9 23:25:15 2005 UTC (18 years, 10 months ago) by jds
ascMalloc now working on Linux.
Fixed minor bugs in ascPanic.c, test suite functions.

Revision 99 - Directory Listing
Modified Fri Dec 9 20:27:28 2005 UTC (18 years, 10 months ago) by jds
Stupid backslash habit.

Revision 98 - Directory Listing
Modified Fri Dec 9 10:32:18 2005 UTC (18 years, 10 months ago) by jds
Moved interface/checkdim.h to solver.  It has no Tcl/Tk dependencies and is only used (sortof) by solver/slv_interface.

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 96 - Directory Listing
Modified Thu Dec 8 17:22:38 2005 UTC (18 years, 10 months ago) by johnpye
Some work towards bug #164.

Revision 95 - Directory Listing
Modified Thu Dec 8 16:20:25 2005 UTC (18 years, 10 months ago) by johnpye
Fixing bug #162

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 93 - Directory Listing
Modified Wed Dec 7 16:38:00 2005 UTC (18 years, 10 months ago) by johnpye
Added the missing equation for pressure

Revision 92 - Directory Listing
Modified Wed Dec 7 16:30:13 2005 UTC (18 years, 10 months ago) by johnpye
Restored a commented-out function which is needed by standard FC4 autotools build

Revision 91 - Directory Listing
Modified Wed Dec 7 16:17:03 2005 UTC (18 years, 10 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 90 - Directory Listing
Modified Wed Dec 7 16:03:44 2005 UTC (18 years, 10 months ago) by johnpye
Adding some more (under development) models...

Revision 89 - Directory Listing
Modified Wed Dec 7 15:44:43 2005 UTC (18 years, 10 months ago) by johnpye
Small changes to eliminate GCC warnings

Revision 88 - Directory Listing
Modified Wed Dec 7 15:26:47 2005 UTC (18 years, 10 months ago) by aw0a
removing models/westerberg/SiirolaJohn directory - not of general interest

Revision 87 - Directory Listing
Modified Wed Dec 7 14:53:34 2005 UTC (18 years, 10 months ago) by aw0a
updated README for westerberg subdirectory

Revision 86 - Directory Listing
Modified Wed Dec 7 04:38:54 2005 UTC (18 years, 10 months ago) by johnpye
Fixing bug #152 (jerry's solution)
Also some minor fixes to error reporting calls
Changed default values of IAPWS95 to some that converge.

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 84 - Directory Listing
Modified Tue Dec 6 16:57:44 2005 UTC (18 years, 10 months ago) by johnpye
Fixing bug in IAPWS95 with gas constant
Hunting for the cause of the strange CalcRelationNominal bug

Revision 83 - Directory Listing
Modified Tue Dec 6 13:18:32 2005 UTC (18 years, 10 months ago) by johnpye
Fixed default_self method

Revision 82 - Directory Listing
Modified Tue Dec 6 08:56:24 2005 UTC (18 years, 10 months ago) by johnpye
Minor fixes

Revision 81 - Directory Listing
Modified Tue Dec 6 08:54:51 2005 UTC (18 years, 10 months ago) by johnpye
Added jambuild script. Detects SMP machines for build.
Usage: ./jambuild [target].

Revision 80 - Directory Listing
Modified Tue Dec 6 08:33:54 2005 UTC (18 years, 10 months ago) by johnpye
Removed build_linux script since Jamfile now perform its own
include of the Jambase.

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 78 - Directory Listing
Modified Tue Dec 6 06:14:55 2005 UTC (18 years, 10 months ago) by johnpye
Added IAPWS95 file to ASCEND model library

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 76 - Directory Listing
Modified Mon Dec 5 17:31:00 2005 UTC (18 years, 10 months ago) by johnpye
More error_reporter calls.
Removed some C++-unfriendly var names.
Removed some debug messages.
Turned off compiler timing and relation debugging.

Revision 75 - Directory Listing
Modified Sat Dec 3 11:53:13 2005 UTC (18 years, 10 months ago) by jds
Bug fix - compile gl_set_expandable() always.

Revision 74 - Directory Listing
Modified Fri Dec 2 23:33:32 2005 UTC (18 years, 10 months ago) by jds
Doxygen comment update for a few headers.

Revision 73 - Directory Listing
Modified Fri Dec 2 15:04:23 2005 UTC (18 years, 10 months ago) by johnpye
Minor changes to error reporting

Revision 72 - Directory Listing
Modified Fri Dec 2 14:27:44 2005 UTC (18 years, 10 months ago) by johnpye
Adding a johnpye directory under models

Revision 71 - Directory Listing
Modified Fri Dec 2 13:57:07 2005 UTC (18 years, 10 months ago) by johnpye
Minor changes to error reporting

Revision 70 - Directory Listing
Modified Fri Dec 2 12:11:59 2005 UTC (18 years, 10 months ago) by johnpye
Linking to libf2c.a for FC4 (is there another way?)

Revision 69 - Directory Listing
Modified Fri Dec 2 01:42:40 2005 UTC (18 years, 10 months ago) by johnpye
Sniff tktable location under $tkroot, either $tkroot/lib or $tkroot/share
(the latter is preferred at least on Fedora linux).
Added documentation.

Revision 68 - Directory Listing
Modified Thu Dec 1 08:19:18 2005 UTC (18 years, 10 months ago) by johnpye
Generalised this script for other users; default
install location using this script is ~/ascroot
Everything should 'just work' if you've installed the 
tcl/tk RPMs at http://pye.dyndns.org/ascend or if you
have tcl/tk installed in your home directory under ~/tk

Revision 67 - Directory Listing
Modified Wed Nov 30 16:31:29 2005 UTC (18 years, 10 months ago) by johnpye
Standardised the "if seen" #defines to [ASC|ASCTK|ASCPY|ASCXX]_FILENAME_H
Fixed compile on FC3

Revision 66 - Directory Listing
Modified Wed Nov 30 09:33:54 2005 UTC (18 years, 10 months ago) by johnpye
Fixing a typo

Revision 65 - Directory Listing
Modified Wed Nov 30 09:31:55 2005 UTC (18 years, 10 months ago) by johnpye
Add error.c to autotools and jam build files

Revision 64 - Directory Listing
Modified Wed Nov 30 06:06:46 2005 UTC (18 years, 10 months ago) by johnpye
Moved non-Tcl parts of qlfdid to base/generic.
Moved non-Tcl parts of SimsProc to base/generic/compiler/simlist (changeset 96).
Moved g_compiler_timing to base/generic/compiler/simlist.

Revision 63 - Directory Listing
Modified Wed Nov 30 06:03:46 2005 UTC (18 years, 10 months ago) by johnpye
SI 'litre' and 'L' measure

Revision 62 - Directory Listing
Modified Wed Nov 30 05:53:20 2005 UTC (18 years, 10 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 61 - Directory Listing
Modified Mon Nov 14 02:37:20 2005 UTC (18 years, 11 months ago) by jds
Minor bug fixes, extend unit tests to solver:

minor doc changes - compiler/func.h, general/list.h, solver/mtx.h, utilities/mem.h
solver/example - upgraded examples so they run under current system
solver/slv_common.[ch] - added unit tests, minor bug fixes, extended vector_data functions
utilities/ascDynaLoad.c - bug fix on *nix so dlopen, dlsym not called with NULL arguments

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 57 - Directory Listing
Modified Sat Oct 1 01:38:26 2005 UTC (19 years ago) by jds
Minor jam updates.

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 54 - Directory Listing
Modified Tue Aug 2 11:20:09 2005 UTC (19 years, 2 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 53 - Directory Listing
Modified Fri Jul 1 15:06:17 2005 UTC (19 years, 3 months ago) by ben.allan
made solver/rootfind.h fatal in case any one uses it.

Revision 52 - Directory Listing
Modified Sat May 21 06:14:31 2005 UTC (19 years, 4 months ago) by ben.allan
moved print vtable struct into a separate header
as only implementers of the printtype need to see
it. callers on print functions do not.


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, 6 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 49 - Directory Listing
Modified Tue Apr 12 23:36:01 2005 UTC (19 years, 6 months ago) by ben.allan
fixed the problems with return codes jerry found.

Revision 48 - Directory Listing
Modified Sat Apr 9 13:04:03 2005 UTC (19 years, 6 months ago) by jds
Fix typo in utilities/ascConfig.h.  mea culpa.
Update WinVC7 project files.

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 45 - Directory Listing
Modified Sat Mar 5 01:53:39 2005 UTC (19 years, 7 months ago) by ben.allan
Split the tcl-io redirects out of the ascend core and moved
it to the tcltk98 interface directory. In the core
is now an expanded facility. by default  Driver.c
inits this facility to redirect stderr/out to tcl io channels.
It is also possible to add additional stderr/out
output clients for example to extra log files.

This has not been tested on windows.

in theory, we now have a tcl free core for ascend.


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

Revision 42 - Directory Listing
Modified Wed Feb 9 17:36:43 2005 UTC (19 years, 8 months ago) by ben.allan
got rid of config.status from dependencies. bad idea.

Revision 41 - Directory Listing
Modified Wed Feb 9 17:26:11 2005 UTC (19 years, 8 months ago) by ben.allan
converted wishvar to m4 macro so we don't need to find config
subdir at configure time.
regenerated configure using ac213

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

Revision 39 - Directory Listing
Modified Wed Jan 19 16:14:32 2005 UTC (19 years, 8 months ago) by ben.allan
oops.

Revision 38 - Directory Listing
Modified Wed Jan 19 05:47:44 2005 UTC (19 years, 8 months ago) by ben.allan
got rid of config.status, which is generated by
running configure, added a start at doxygen.
messing up reconfig, which should be generated by configure
and not committed (but we'll fix that later).

Revision 37 - Directory Listing
Modified Wed Dec 29 19:09:41 2004 UTC (19 years, 9 months ago) by aw0a
add configure

Revision 36 - Directory Listing
Modified Wed Dec 29 18:59:31 2004 UTC (19 years, 9 months ago) by aw0a
added missing unixAC213/config.status file

Revision 35 - Directory Listing
Modified Wed Dec 29 15:05:47 2004 UTC (19 years, 9 months ago) by aw0a
corrections to make ascend compile in parallel tree

Revision 34 - Directory Listing
Modified Sun Dec 26 20:35:09 2004 UTC (19 years, 9 months ago) by ben.allan
fixed missing close comment in the two files i did by hand.

Revision 33 - Directory Listing
Modified Sun Dec 26 20:06:01 2004 UTC (19 years, 9 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 (19 years, 9 months ago) by aw0a
updating configure.in - still not correct

Revision 31 - Directory Listing
Modified Thu Dec 16 15:21:59 2004 UTC (19 years, 10 months ago) by aw0a
corrections to configure.in - not totally successful but here it is

Revision 30 - Directory Listing
Modified Thu Dec 9 19:11:29 2004 UTC (19 years, 10 months ago) by aw0a
removing old configure stuff

Revision 29 - Directory Listing
Modified Thu Dec 9 19:08:09 2004 UTC (19 years, 10 months ago) by aw0a
removed ascend4 subdirectory - replaced by generic, etc.

Revision 28 - Directory Listing
Modified Thu Dec 9 18:54:52 2004 UTC (19 years, 10 months ago) by aw0a
corrected Driver.c to point at correct models subdirectory

Revision 27 - Directory Listing
Modified Thu Dec 9 18:22:50 2004 UTC (19 years, 10 months ago) by aw0a
Correcting package checkin

Revision 26 - Directory Listing
Modified Thu Dec 9 16:25:02 2004 UTC (19 years, 10 months ago) by aw0a
adding lib directory less Makefile

Revision 25 - Directory Listing
Modified Thu Dec 9 16:18:40 2004 UTC (19 years, 10 months ago) by aw0a
goofed: remove executable and Makefile from bin directory

Revision 24 - Directory Listing
Modified Thu Dec 9 16:16:47 2004 UTC (19 years, 10 months ago) by aw0a
add bin subdirectory to repository

Revision 23 - Directory Listing
Modified Thu Dec 9 16:08:36 2004 UTC (19 years, 10 months ago) by aw0a
adding reconfig to repository

Revision 22 - Directory Listing
Modified Thu Dec 9 16:04:34 2004 UTC (19 years, 10 months ago) by aw0a
adding missing files

Revision 21 - Directory Listing
Modified Thu Dec 9 02:03:34 2004 UTC (19 years, 10 months ago) by aw0a
fixed environment vars

Revision 20 - Directory Listing
Modified Tue Dec 7 20:56:01 2004 UTC (19 years, 10 months ago) by aw0a
updating all things I have changed to make configure work

Revision 19 - Directory Listing
Modified Tue Dec 7 20:55:18 2004 UTC (19 years, 10 months ago) by aw0a
updating Makefiles in tcl/interface stuff

Revision 18 - Directory Listing
Modified Tue Dec 7 20:53:37 2004 UTC (19 years, 10 months ago) by aw0a
updating configure.in and Makefile.in files throughout

Revision 17 - Directory Listing
Modified Tue Dec 7 17:37:58 2004 UTC (19 years, 10 months ago) by aw0a
moved interface directory one level deeper in tree

Revision 16 - Directory Listing
Modified Thu Nov 25 22:52:42 2004 UTC (19 years, 10 months ago) by ben.allan
replaced nonportable strdup with ascend equivalent.

Revision 15 - Directory Listing
Modified Fri Nov 19 15:08:44 2004 UTC (19 years, 10 months ago) by aw0a
putting configure.in there so Ben can look at it

Revision 14 - Directory Listing
Modified Thu Nov 18 06:17:50 2004 UTC (19 years, 10 months ago) by ben.allan
Lots of patches to enable debugging with valgrind and
gdb (conditional use of signal.h and friends, pool and friends).
Bug fix for compiler anontype.c that was breaking
arts model under relation sharing.

Revision 13 - Directory Listing
Modified Thu Nov 18 06:02:19 2004 UTC (19 years, 11 months ago) by ben.allan
test of a fix in a loop exit condition in anontype.c
that cause distinct types to be labeled as equal.

Revision 12 - Directory Listing
Modified Sat Nov 13 20:52:45 2004 UTC (19 years, 11 months ago) by aw0a
committing partly modified configure.in plus the moving of config/

Revision 11 - Directory Listing
Modified Sat Nov 13 16:45:56 2004 UTC (19 years, 11 months ago) by aw0a
moving things to base/generic

Revision 10 - Directory Listing
Modified Sat Nov 13 16:40:11 2004 UTC (19 years, 11 months ago) by aw0a
try again to commit moving tcl stuff

Revision 9 - Directory Listing
Modified Fri Nov 12 22:39:20 2004 UTC (19 years, 11 months ago) by aw0a
first pass at housekeeping repository

Revision 8 - Directory Listing
Modified Thu Nov 11 22:08:47 2004 UTC (19 years, 11 months ago) by aw0a
added ivp test model that breaks compiler

Revision 7 - Directory Listing
Modified Thu Nov 11 20:32:47 2004 UTC (19 years, 11 months ago) by ben.allan
added example driver script that can be site tailored.
well, the start of one anyway.
updated configure to deal with tk/tcl8.3. still need
to update some of the help messages to refer to tktable 2.8.

Revision 6 - Directory Listing
Modified Mon Nov 8 00:46:14 2004 UTC (19 years, 11 months ago) by aw0a
added ascend shell script to ascend4/bin directory

Revision 5 - Directory Listing
Modified Sun Nov 7 19:45:14 2004 UTC (19 years, 11 months ago) by aw0a
adding ivp models to model library

Revision 4 - Directory Listing
Modified Sun Nov 7 17:17:52 2004 UTC (19 years, 11 months ago) by aw0a
MAX_MINOR added as solver parameter for QRSlv

Revision 3 - Directory Listing
Modified Sat Nov 6 14:14:35 2004 UTC (19 years, 11 months ago) by aw0a
remove debug printing from slv3.c

Revision 2 - Directory Listing
Modified Fri Nov 5 21:21:36 2004 UTC (19 years, 11 months ago) by aw0a
corrected runaway minor loop problem exposed by Helder

Revision 1 - Directory Listing
Added Fri Oct 29 20:54:12 2004 UTC (19 years, 11 months ago) by aw0a
Setting up web subdirectory in repository

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