Log of /trunk/base/disused
Directory Listing
Revision
1353 -
Directory Listing
Modified
Sun Mar 18 01:48:40 2007 UTC
(17 years, 7 months ago)
by
jpye
Removed some redundant #include statments.
Added some explanation of testtmy.a4c (although currently broken with IDA).
Revision
1320 -
Directory Listing
Modified
Tue Mar 6 12:15:21 2007 UTC
(17 years, 7 months ago)
by
jpye
Eliminated linsol, slv0 and slv1: moved the original files to 'disused' and editing out
all reference to them in solvers and related code (including some Tcl/Tk wrapper code)
Revision
1211 -
Directory Listing
Modified
Tue Jan 23 05:09:50 2007 UTC
(17 years, 8 months ago)
by
johnpye
Fixed dependencies on dimen.h and fractions.h.
Revision
1064 -
Directory Listing
Modified
Sun Jan 7 09:15:56 2007 UTC
(17 years, 9 months ago)
by
johnpye
Replaced all Asc_Panic calls with ASC_PANIC, which includes __FUNCTION__, __FILE__, __LINE__ reporting.
Revision
1046 -
Directory Listing
Modified
Fri Jan 5 11:15:16 2007 UTC
(17 years, 9 months ago)
by
johnpye
Several changes to get BinToken compilation active again from PyGTK interface. Still not working but the problems now are in the C layer.
Tidied doc for slvDOF.h
Changed BinTokenSetOptions to saner use of strings -- no more 'taking ownership' of char arrays passed.
Added Compiler.use_binary_compilation option in PyGTK GUI.
Moved all the bintoken stuff out of class Type and into Compiler, where it should be (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
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
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
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
496 -
Directory Listing
Added
Tue Apr 18 07:29:30 2006 UTC
(18 years, 6 months ago)
by
johnpye
Renamed 'dummy' to 'disused'