Log of /branches/RW_WIN32/escript/test
Directory Listing
Revision
221 -
Directory Listing
Modified
Thu Nov 24 11:23:33 2005 UTC
(16 years, 8 months ago)
by
phornby
Builds on Linux. Changes to path names in top level
SConstruct will break the windows build. I've done my best
to not change anything else that would break windows, but
something might have slipped past.
Please check the finley_UnitTests.cpp, bruce_UnitTests.cpp and
escript_UnitTest.cpp (look at the TODO).
Revision
218 -
Directory Listing
Modified
Thu Nov 24 07:42:12 2005 UTC
(16 years, 8 months ago)
by
robwdcock
All C++/C Unit tests now build (using scons) and pass on win32
Revision
186 -
Directory Listing
Modified
Sun Nov 20 10:51:16 2005 UTC
(16 years, 8 months ago)
by
robwdcock
PARTIAL WIN32 PORT
+ Paso, ext_math and mmio libraries build using scons in top level directory
+ Scons build system currently hard coded against RW's third-party library paths.
+ Still lots TODO to complete port and build system
Revision
185 -
Directory Listing
Modified
Sun Nov 20 05:43:12 2005 UTC
(16 years, 8 months ago)
by
robwdcock
Robert Woodcock private branch for win32 port. Will eventually be merged with trunk when build systems are unified.
Revision
184 -
Directory Listing
Modified
Fri Nov 18 06:14:18 2005 UTC
(16 years, 9 months ago)
by
phornby
Original Path:
trunk/escript/test
Remove unnecessary unary +'s from the numarray.array's because this is broken in some
versions of numarray.
Revision
159 -
Directory Listing
Modified
Thu Nov 10 04:01:43 2005 UTC
(16 years, 9 months ago)
by
matt
Original Path:
trunk/escript/test
Added a more comprehensive data equivalence test based on X coordinates.
Revision
158 -
Directory Listing
Modified
Thu Nov 10 03:51:03 2005 UTC
(16 years, 9 months ago)
by
matt
Original Path:
trunk/escript/test
Added finley and bruce rectangle and brick Data archive tests.
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(16 years, 9 months ago)
by
jgs
Original Path:
trunk/escript/test
move all directories from trunk/esys2 into trunk and remove esys2
Revision
152 -
Directory Listing
Modified
Fri Oct 21 08:32:21 2005 UTC
(16 years, 9 months ago)
by
phornby
Original Path:
trunk/esys2/escript/test
DataConstantTestCase.cpp, DataExpandedTestCase.cpp:
Replace
DataExpanded testData1(FunctionSpace(),....)
with
FunctionSpace tmp_fns;
DataExpanded testData1(tmp_fns,shape,data);
for GCC's sake.
Added some profiling to PoissonSolverTest.py.
Revision
95 -
Directory Listing
Modified
Wed Oct 27 00:53:16 2004 UTC
(17 years, 9 months ago)
by
jgs
Original Path:
trunk/esys2/escript/test
disabled testSubtraction test for now - requires setTaggedValue interface
which takes Data object as argument