Log of /trunk/escript/src
Directory Listing
Revision
541 -
Directory Listing
Modified
Mon Feb 20 06:50:39 2006 UTC
(16 years, 11 months ago)
by
jgs
ensure src and dest objects have matching tag sets in setSlice
by adding tags present in src but not in dest to dest using
dest's default value before doing actual slicing
Revision
535 -
Directory Listing
Modified
Fri Feb 17 02:27:06 2006 UTC
(16 years, 11 months ago)
by
jgs
minor comment changes
Revision
519 -
Directory Listing
Modified
Tue Feb 14 05:30:50 2006 UTC
(16 years, 11 months ago)
by
jgs
fix comments for setSlice - were totally misleading!
Revision
513 -
Directory Listing
Modified
Mon Feb 13 04:46:51 2006 UTC
(16 years, 11 months ago)
by
jgs
comment and formatting changes
Revision
509 -
Directory Listing
Modified
Fri Feb 10 03:24:44 2006 UTC
(16 years, 11 months ago)
by
jgs
minor comment changes
Revision
507 -
Directory Listing
Modified
Thu Feb 9 06:13:07 2006 UTC
(16 years, 11 months ago)
by
jgs
minor comment changes
Revision
500 -
Directory Listing
Modified
Tue Feb 7 05:19:07 2006 UTC
(16 years, 11 months ago)
by
jgs
fix a reference indicator
Revision
496 -
Directory Listing
Modified
Tue Feb 7 01:27:14 2006 UTC
(16 years, 11 months ago)
by
jgs
minor fix to DataTagged::getTagNumber
changes to comments and formatting
inline two methods
Revision
484 -
Directory Listing
Modified
Thu Feb 2 02:12:08 2006 UTC
(16 years, 11 months ago)
by
jgs
add remainder of includes to SConscript includes install
Revision
481 -
Directory Listing
Modified
Wed Feb 1 05:57:50 2006 UTC
(16 years, 11 months ago)
by
jgs
add mechanism to install .h files to inc directories
(still need to specify full lists of .h files to install)
Revision
480 -
Directory Listing
Modified
Wed Feb 1 05:15:12 2006 UTC
(16 years, 11 months ago)
by
jgs
rationalise #includes and forward declarations
Revision
478 -
Directory Listing
Modified
Tue Jan 31 02:21:49 2006 UTC
(17 years ago)
by
jgs
rationalise #includes
Revision
477 -
Directory Listing
Modified
Mon Jan 30 07:20:20 2006 UTC
(17 years ago)
by
jgs
rationalise #includes
Revision
474 -
Directory Listing
Modified
Mon Jan 30 04:23:44 2006 UTC
(17 years ago)
by
jgs
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly
Revision
468 -
Directory Listing
Modified
Wed Jan 25 06:50:39 2006 UTC
(17 years ago)
by
jgs
reorganised esysUtils to remove inc directory
Revision
436 -
Directory Listing
Modified
Thu Jan 19 22:36:36 2006 UTC
(17 years ago)
by
gross
bug fixed in integrate method. don;t use a[i,j]=.. to set a value in the numeric::array a but
a[make_tuple(i,j)].
Revision
430 -
Directory Listing
Modified
Wed Jan 11 06:40:50 2006 UTC
(17 years ago)
by
gross
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.
Revision
392 -
Directory Listing
Modified
Tue Dec 20 05:39:30 2005 UTC
(17 years, 1 month ago)
by
gross
Utils added for compilation
Revision
391 -
Directory Listing
Modified
Tue Dec 20 05:36:50 2005 UTC
(17 years, 1 month ago)
by
gross
intreface for setting the number of threads from python
Revision
358 -
Directory Listing
Modified
Wed Dec 14 07:55:19 2005 UTC
(17 years, 1 month ago)
by
cochrane
Updated link to epydoc generated documentation on the web site.
Revision
352 -
Directory Listing
Modified
Wed Dec 14 02:21:37 2005 UTC
(17 years, 1 month ago)
by
jgs
turns out Install() targets should also be made Default()
targets if you want them to actually reliably work!
Revision
288 -
Directory Listing
Modified
Fri Dec 2 01:55:04 2005 UTC
(17 years, 1 month ago)
by
jgs
now automatically build unit tests as required based on dependencies
between unit tests and libraries
Revision
286 -
Directory Listing
Modified
Thu Dec 1 06:40:20 2005 UTC
(17 years, 2 months ago)
by
gross
length method is removed as it is too slow. use length in util.py instead
Revision
285 -
Directory Listing
Modified
Thu Dec 1 06:40:04 2005 UTC
(17 years, 2 months ago)
by
gross
length method is removed as it is too slow. use length in util.py instead
Revision
277 -
Directory Listing
Modified
Wed Nov 30 04:52:39 2005 UTC
(17 years, 2 months ago)
by
jgs
explicitly define dependencies between modules
Revision
223 -
Directory Listing
Modified
Thu Nov 24 23:12:13 2005 UTC
(17 years, 2 months ago)
by
jgs
pass in cc/cxx settings from config file
Revision
192 -
Directory Listing
Modified
Mon Nov 21 04:52:14 2005 UTC
(17 years, 2 months ago)
by
jgs
pass in top level install directory for finley/escript/bruce/paso
libraries when building via top level scons script
Revision
191 -
Directory Listing
Modified
Mon Nov 21 04:10:12 2005 UTC
(17 years, 2 months ago)
by
jgs
push platform dependent compiler flags and include directories up to library level scons files - these will eventually be brought in from external config files
Revision
190 -
Directory Listing
Modified
Mon Nov 21 03:27:42 2005 UTC
(17 years, 2 months ago)
by
jgs
pass in value for esysroot and use this to determine include file locations
Revision
188 -
Directory Listing
Modified
Mon Nov 21 01:20:26 2005 UTC
(17 years, 2 months ago)
by
jgs
explicitly add -fpic option to all compiler options lists
to ensure relocatable code is generated
Revision
181 -
Directory Listing
Modified
Fri Nov 18 04:28:47 2005 UTC
(17 years, 2 months ago)
by
jgs
first draft of config/construct scripts for escript library
Revision
160 -
Directory Listing
Modified
Thu Nov 10 05:09:25 2005 UTC
(17 years, 2 months ago)
by
jgs
fixed a broken constructor - simply didn't work
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(17 years, 2 months ago)
by
jgs
move all directories from trunk/esys2 into trunk and remove esys2