Log of /release/3.0_win/lib
Directory Listing
Revision
2630 -
Directory Listing
Modified
Wed Aug 26 03:36:02 2009 UTC
(11 years, 7 months ago)
by
jfenwick
Making a branch for releasing 3.0 on windows
Revision
2591 -
Directory Listing
Modified
Thu Aug 6 00:11:49 2009 UTC
(11 years, 8 months ago)
by
jfenwick
Original Path:
release/3.0/lib
Release 3.0
Any bug reports are to quote Linus Torvalds "..evil lies".
Revision
2463 -
Directory Listing
Modified
Tue Jun 9 03:51:23 2009 UTC
(11 years, 10 months ago)
by
jfenwick
Original Path:
trunk/lib
Added an svn-ignore, added changes and references section to user guide.
Revision
2199 -
Directory Listing
Modified
Thu Jan 8 06:10:52 2009 UTC
(12 years, 3 months ago)
by
jfenwick
Original Path:
trunk/lib
Misc fixes:
Added some svn:ignore properties for output files that were cluttering things up.
Lazy fixes:
Fixed shape calculations for TRACE and TRANSPOSE for rank>2.
Adjusted unit test accordingly.
As a Temporary change to DataC.cpp to test for lazy data in DataC's expanded check.
This is wrong but would only affect people using lazy data.
The proper fix will come when the numarray removal code moves over from the branch.
Made tensor product AUTOLAZY capable.
Fixed some bugs resolving tensor products (incorrect offsets in buffers).
Macro'd some stray couts.
- It appears that AUTOLAZY now passes all unit tests.
- It will not be _really_ safe for general use until I can add COW.
- (Everything's better with COW)
Revision
2063 -
Directory Listing
Modified
Wed Nov 19 04:59:43 2008 UTC
(12 years, 5 months ago)
by
jfenwick
Original Path:
trunk/lib
- Removed some deprecated directories.
- Removed the pythfilter script for converting python doco into c++ stubs. The license was unspecified and we don't use it.
- Suppressed long long warnings on gcc (the Mac complained).
- svn:ignored Mac library suffixes in lib directory
Revision
1388 -
Directory Listing
Modified
Fri Jan 11 07:45:58 2008 UTC
(13 years, 3 months ago)
by
trankine
Original Path:
trunk/lib
And get the *(&(*&(* name right
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(13 years, 3 months ago)
by
trankine
Original Path:
temp/lib
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
1384 -
Directory Listing
Modified
Fri Jan 11 02:29:38 2008 UTC
(13 years, 3 months ago)
by
phornby
Original Path:
temp_trunk_copy/lib
Make a temp copy of the trunk before checking in the windows changes
Revision
1246 -
Directory Listing
Added
Mon Aug 13 22:09:00 2007 UTC
(13 years, 8 months ago)
by
phornby
Original Path:
trunk/lib
Add the esys and lib directories to the repository.
Remove the IS_WINDOWS_PLATFORM from the SConscripts, and
do the logic once in SConstruct.
SConstruct now includes example options files if the hostname_options file is not present.
This needs some more work for the altix.
The tests now depend upon the build target. This is important it seems, as there appears to be the
possibility of calling linking different libraries
against incompatible versions of sub-libraries.
This addressed most of the exceptions we were getting on windows.
All the useNetCDF logic is now done by SConstruct.
Made the init_target part of the build alias so that __ini__.py is created on a fresh checkout.
py_tests mostly pass on windows, only need to track down the exception in run_tests.