Log of /trunk/ascxx
Directory Listing
Revision
3313 -
Directory Listing
Modified
Sun Jan 7 02:54:31 2018 UTC
(5 years, 11 months ago)
by
jpye
env_import_default modified to not replace values in the current env if they already exist.
bintoken.c BinTokenSetOptionsDefault implemented making direct call to gcc, and optional env vars to specific file -L and -I locations.
Revision
3309 -
Directory Listing
Modified
Sat Jan 6 01:45:53 2018 UTC
(5 years, 11 months ago)
by
jpye
added new 'env_import_default'
Revision
3258 -
Directory Listing
Modified
Wed Nov 15 04:57:56 2017 UTC
(6 years ago)
by
jpye
Merged relerrorlist branch back to trunk.
Revision
3106 -
Directory Listing
Modified
Wed Jun 1 03:27:36 2016 UTC
(7 years, 6 months ago)
by
jpye
fixes bug 591 (thanks Georgy for the patch).
Revision
2904 -
Directory Listing
Modified
Mon Apr 13 04:58:01 2015 UTC
(8 years, 8 months ago)
by
jpye
changes to tm_time.c to support Windows (testing ongoing)
Revision
2879 -
Directory Listing
Modified
Sat Mar 28 14:38:14 2015 UTC
(8 years, 8 months ago)
by
jpye
removed debug output after fixing bug 564.
Revision
2874 -
Directory Listing
Modified
Thu Mar 26 08:22:56 2015 UTC
(8 years, 8 months ago)
by
jpye
update test names.
commenting about compiler.h functions.
revised comment about building runqrslv.
Revision
2824 -
Directory Listing
Modified
Tue Feb 17 06:55:13 2015 UTC
(8 years, 9 months ago)
by
jpye
replace some missing svn:ignore rules on various directories
Revision
2803 -
Directory Listing
Modified
Fri Jul 18 13:39:48 2014 UTC
(9 years, 4 months ago)
by
jpye
reduced debug output
Revision
2798 -
Directory Listing
Modified
Thu Jul 17 08:34:52 2014 UTC
(9 years, 4 months ago)
by
jpye
more suppression of CONSOLE_DEBUG messages
Revision
2792 -
Directory Listing
Modified
Thu Jul 10 03:28:36 2014 UTC
(9 years, 5 months ago)
by
jpye
pass filename to Simulation::write instead of file pointer, overcome cross-platform issues.
Revision
2787 -
Directory Listing
Modified
Wed Jun 25 06:07:49 2014 UTC
(9 years, 5 months ago)
by
jpye
remove seetInteger from Registry class, not needed.
fix #include paths in scanner.l
Revision
2715 -
Directory Listing
Modified
Sun Sep 1 12:29:23 2013 UTC
(10 years, 3 months ago)
by
jpye
reviewing mingw32 build.
changing detection of glade directory on windows.
Revision
2713 -
Directory Listing
Modified
Sun Aug 18 11:36:17 2013 UTC
(10 years, 3 months ago)
by
jpye
compiler warnings...
Revision
2707 -
Directory Listing
Modified
Sat Aug 17 10:57:58 2013 UTC
(10 years, 3 months ago)
by
jpye
build on MinGW-w64
Revision
2701 -
Directory Listing
Modified
Thu May 9 07:04:41 2013 UTC
(10 years, 7 months ago)
by
jpye
Fixing a few warnings from clang.
Revision
2684 -
Directory Listing
Modified
Tue Feb 26 01:56:46 2013 UTC
(10 years, 9 months ago)
by
sreenatha
Merging GSOC2012 contributions from Sreenatha, after some modifications made to fix minor bugs -- jpye.
Revision
2649 -
Directory Listing
Modified
Wed Dec 12 12:39:25 2012 UTC
(11 years ago)
by
jpye
Fixing GPL header, removing postal address (rpmlint incorrect-fsf-address)
Revision
2628 -
Directory Listing
Modified
Wed May 16 20:40:56 2012 UTC
(11 years, 6 months ago)
by
grivan
Merge changes from grivan2 branch (r3261-4126) to trunk, so that Saheb can use it.
Revision
2600 -
Directory Listing
Modified
Wed Apr 18 23:28:26 2012 UTC
(11 years, 7 months ago)
by
jpye
Working on bug with integratorreporter on Ubuntu 12.04.
Revision
2598 -
Directory Listing
Modified
Tue Apr 17 21:00:29 2012 UTC
(11 years, 7 months ago)
by
jpye
Rename to StudyReporter in studyreporter.py (seems to be duplication from solverreporter.py?).
Fixed some unit conversions in tmy3.c, test file seems correct now (to float precision at least).
Suppressed some debug output to try to speed up Study feature, not there yet.
Revision
2589 -
Directory Listing
Modified
Tue Apr 10 23:46:00 2012 UTC
(11 years, 8 months ago)
by
jpye
Testing CONOPT on 64-bit Fed 16.
Revision
2579 -
Directory Listing
Modified
Wed Mar 14 23:05:32 2012 UTC
(11 years, 8 months ago)
by
jpye
Workaround for bug 494. Very close to the changes that Grivan suggested in changeset 3482.
ASCEND now working in Fedora 16 with SWIG 2.0.4.
Revision
2493 -
Directory Listing
Modified
Sun Aug 14 09:17:13 2011 UTC
(12 years, 4 months ago)
by
jpye
Working on new installer for Windows 7 (32-bit, should work with XP as well)
Revision
2461 -
Directory Listing
Modified
Mon Apr 25 09:09:57 2011 UTC
(12 years, 7 months ago)
by
jpye
Working on P&W Ex 9.7. Some minor cleanup of other files.
Revision
2432 -
Directory Listing
Modified
Sun Mar 27 01:30:29 2011 UTC
(12 years, 8 months ago)
by
jpye
Fixing tests for case where var absent.
Revision
2419 -
Directory Listing
Modified
Tue Mar 15 12:32:20 2011 UTC
(12 years, 8 months ago)
by
jpye
Fix accidental packaging of ascpy.py from old dir structure.
Fix default bintoken behaviour to NOT building bintokens.
Remove redundant -static-libstdc++ caluse in ascxx/SConscript.
Revision
2416 -
Directory Listing
Modified
Tue Mar 15 06:39:55 2011 UTC
(12 years, 9 months ago)
by
jpye
Add flags for static libstdc++ with MinGW (needed for GCC 4.x).
Switch NSIS installer to depend on PyGTK All-in-one installer, instead of the
separate PyGTK, PyCairo, PyGObject and GTK+ packages.
Revision
2413 -
Directory Listing
Modified
Mon Mar 14 22:41:07 2011 UTC
(12 years, 9 months ago)
by
jpye
Trying to fix support for Windows 7. Still work to be done.
Revision
2407 -
Directory Listing
Modified
Tue Mar 1 07:43:18 2011 UTC
(12 years, 9 months ago)
by
jpye
Fixes bug 490.
Revision
2396 -
Directory Listing
Modified
Mon Feb 28 05:15:02 2011 UTC
(12 years, 9 months ago)
by
jpye
turn off bintoken messages to GUI.
Revision
2395 -
Directory Listing
Modified
Mon Feb 28 01:30:17 2011 UTC
(12 years, 9 months ago)
by
jpye
Add support for reporting block status in Diagnose window.
Revision
2394 -
Directory Listing
Modified
Thu Feb 24 01:43:46 2011 UTC
(12 years, 9 months ago)
by
jpye
Merged changes from Grivan's GSOC2010 project, branches/grivan, r2824:3253.
This brings the new canvas code into trunk.
Revision
2391 -
Directory Listing
Modified
Tue Feb 22 00:58:14 2011 UTC
(12 years, 9 months ago)
by
jpye
Fix error with launching installed version of ASCEND PyGTK. Fixes bug 486.
Revision
2389 -
Directory Listing
Modified
Tue Feb 15 05:27:29 2011 UTC
(12 years, 9 months ago)
by
jpye
Fix binary compilation with PyGTK GUI. Some problems still with the implementation.
Revision
2388 -
Directory Listing
Modified
Tue Feb 15 03:36:18 2011 UTC
(12 years, 9 months ago)
by
jpye
Added test suite for bintokens, now working correctly in test environment.
Revision
2357 -
Directory Listing
Modified
Sat Jan 8 12:31:33 2011 UTC
(12 years, 11 months ago)
by
jpye
Weird work-around for SWIG 1.3.29 on CentOS 5.5.
Revision
2341 -
Directory Listing
Modified
Mon Dec 27 03:15:12 2010 UTC
(12 years, 11 months ago)
by
jpye
Fixed issue with different-sized sparsity in eval_jac_g and relman_jacobian_count.
Need to work out next what is happening with the hessian of the lagrangian and its sparsity matrix.
Revision
2340 -
Directory Listing
Modified
Sun Dec 26 11:40:15 2010 UTC
(12 years, 11 months ago)
by
jpye
Tracking down source of crash in IPOPT. Seems to be a problem with nnzJ being calculated inconsistently?
Revision
2329 -
Directory Listing
Modified
Wed Dec 22 12:52:47 2010 UTC
(12 years, 11 months ago)
by
jpye
Suppressing some console output.
Added test case that current crashes ASCEND/IPOPT with a memory error.
Issue with library.cpp not containing any way to free libascend memory.
Revision
2327 -
Directory Listing
Added
Wed Dec 22 07:17:24 2010 UTC
(12 years, 11 months ago)
by
jpye
Merging in refactor of the C++ code, which is moved out of 'pygtk' and into 'ascxx'.
Adding support for IPOPT 3.9.1, the current latest version.
Support in dtar for parallel builds (possibly needs some testing still).