summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14489] Maintenance: I am reverting Pedro's change since we have 1.8 ↵Elena Pourmal2008-02-041-0/+4
| | | | | | branch code freeze. No changes are allowed until official announcement.
* [svn-r14488] uncomment a call to H5Dset_extent in the delete records functionPedro Vicente Nunes2008-02-041-4/+0
| | | | | | | this function was done in 2002 but was at a time (2003-2006) previewed not to be used it is now being used again tested: windows, linux
* [svn-r14486] Purpose: Update Windows documentation on 1.6 API compatibilityScott Wegner2008-02-041-23/+40
| | | | | | | Description: Wrote documentation on how to use the 1.6 API for a user application-- this replaces the outdated documentation we previously had. Tested: VS2005 with HDFEOS5
* [svn-r14485] Update Platforms Tested and Supported Configuration Features ↵Larry Knox2008-02-021-64/+64
| | | | sections.
* [svn-r14484] Maintenance: Changed version number to 1.8.0 in preparation for ↵Elena Pourmal2008-02-015-15/+15
| | | | | | the release.
* [svn-r14470] Purpose: Fixing configure problem on IRIX64.Mike McGreevy2008-01-304-8/+8
| | | | | | | | | | | | | | | Description: IRIX64 failed to build tools/h5import, as well as c++/test with szip. This is because IRIX is very picky when it comes to linking libraries, and must be done in specific order. (other UNIXes are not as such, and thus the problem wasn't present). Solution: Rearrange the order in which the libraries are linked on the compiler line by sorting the line that assigns libraries into the LDADD variable in the Makefile.am's of the two respective directories. Tested: IRIX64, kagiso, smirom
* [svn-r14468] Update windows support information. MuQun Yang2008-01-291-12/+12
|
* [svn-r14467] update release.txt fileMuQun Yang2008-01-291-2/+2
|
* [svn-r14466] Update installation file on windowsMuQun Yang2008-01-291-11/+39
|
* [svn-r14463] Purpose: Updating shared library version number for 1.8.0 release.Mike McGreevy2008-01-283-7/+7
| | | | | | | | | | | Description: config/lt_vers.am was updated as follows due to changes in API since last version update: LT_VERS_INTERFACE = 5 LT_VERS_REVISION = 0 LT_VERS_AGE = 0 Tested: kagiso
* [svn-r14460] Maintenance: Created rc2 tar ball and released to the ftp server;Elena Pourmal2008-01-275-16/+16
| | | | Changed version number to hdf501.8.0-rc3 using bin/h5vers script
* [svn-r14459] Purpose: Small patch to Windows install scriptScott Wegner2008-01-251-2/+2
| | | | | Description: A user pointed out that one of our Fortran dependencies wasn't getting installed correctly due to a wrong path in our install file. After reviewing, I've applied the patch that he's proposed.
* [svn-r14458] Fixed coredump under production 64-bit solaris.John Mainzer2008-01-251-13/+30
| | | | | | | | | | | | | | | | As best I can tell, H5C_make_space_in_cache() was accessing memory that had been deallocated -- however the bug was easy to mask, and jumped around even in different runs of the same executable. While I was never able to generate a definitive test case that exposed exactly where the core dump occured, I was able to generate print statement traces which made it clear that I was accessing freed memory. In any case, reworking the code to avoid the reference to freed cache entries seems to have fixed the problem. Tested serial production on Phoenix, and commit tested. Also, partial tests Linew.
* [svn-r14456] aligned textPedro Vicente Nunes2008-01-241-9/+9
|
* [svn-r14454] Description:Quincey Koziol2008-01-241-0/+7
| | | | | Update the release notes with comment about addressing the "AURA format corruption" bug.
* [svn-r14450] Fixed metadata cache performance bug introduced while adding ↵John Mainzer2008-01-231-11/+12
| | | | | | | | | | | code to detect and handle the case in which the skip list or LRU is modified out from under a scan of same by the flush callback of the entry under consideration. Test serial debug, serial production, and parallel debug on phoenix, and commit tested.
* [svn-r14448] Maintenance: Released version hdf5-1.8.0-rc1 to the public fTP ↵Elena Pourmal2008-01-217-18/+18
| | | | | | | | server and changed the version to hdf5-1.8.0-rc2 using bin/h5vers script. Platforms tested: ran test for hdf5-1.8.0-rc1 source on kagiso after craeting public tar ball.
* [svn-r14447] Purpose: Fix output directory for h5reparttst projectScott Wegner2008-01-211-2/+2
| | | | | | | | Description: For some reason, the h5reparttst output folder wasn't set correcty for 64-bit Windows. This may have gotten accidentally changed with other intermediate project file changes. Tested: VS2005 on WinXP x64
* [svn-r14445] Added code to detect the situation in which a metadata cache ↵John Mainzer2008-01-203-48/+548
| | | | | | | | | | | | | | entry flush callback functions modifies the skip list or LRU out from under a partial or complete flush of the cache. This is a test for a situation that should not occur, but we test anyway. Also added code to skip longer tests in cache_api in express tests. Tested serial and parallel on phoenix (debian --x86-32), and commit test. Elena commit tested as well, and ran a manual test under MacOS X.
* [svn-r14443] Purpose: Update Windows h5dump test scriptPurpose: Update ↵Scott Wegner2008-01-181-5/+7
| | | | | | | | | | Windows h5dump test script Description: There was another update to the main h5dump test script. This checkin brings those edits to the Windows script as well. Tested: VS2005 w/ WinXP
* [svn-r14442] Modified metadata cache to adapt more quickly to the insertion of aJohn Mainzer2008-01-1814-78/+3071
| | | | | | | | | | | | | | | | | large entry, or to a large increases in the size of an existing entry. This required some additions to the cache configuration structure, and thus will require changes in the metadata cache documentation. The basic idea is to monitor the size of entries as they are loaded, inserted, or increased in size. If the size of the entry (or increase) exceeds some user selected fraction of the size of the cache, increase the size of the cache. Note that this fix was designed quickly -- while it deals with the use case that exposed the problem, we may have to revisit the issue later. Tested serial and parallel on Phoenix, and h5committest.
* [svn-r14439] more features and bugsPedro Vicente Nunes2008-01-161-0/+8
|
* [svn-r14438] add mention to bugs fixedPedro Vicente Nunes2008-01-161-6/+10
|
* [svn-r14437] bug fix for h5dump subsetting (deal with blocks)and new test runsPedro Vicente Nunes2008-01-167-79/+166
| | | | | | | | | | | | | | | | | | | | | | | | | add a check for block overlap after the command line parsing * Algorithm * * In a inner loop, the parameters from SSET are translated into temporary * variables so that 1 row is printed at a time (getting the coordinate indices * at each row). * We define the stride, count and block to be 1 in the row dimension to achieve * this and advance until all points are printed. * An outer loop for cases where dimensionality is greater than 2D is made. * In each iteration, the 2D block is displayed in the inner loop. The remaining * slower dimensions above the first 2 are incremented one at a time in the outer loop * * The element position is obtained from the matrix according to: * Given an index I(z,y,x) its position from the beginning of an array * of sizes A(size_z, size_y,size_x) is given by * Position of I(z,y,x) = index_z * size_y * size_x * + index_y * size_x * + index_x * tested: windows, linux
* [svn-r14436] Purpose: Fix minor bug in VS.NET project fileScott Wegner2008-01-161-1/+1
| | | | | | | | Description: It seems that during the conversion, one project (h52gifdll) began using the wrong Runtime-library settings. This was causing Link errors for only the Release DLL build. This has been fixed now. Tested: VS.NET on WinXP
* [svn-r14435] Purpose: Update RELEASE.txt for WindowsScott Wegner2008-01-161-19/+16
| | | | | Description: Updated level of support for MinGW, Windows XP x64 and Windows Vista. Also noted that VS6 is no longer supported.
* [svn-r14434] Purpose: Minor updates to compiler-specific Windows documentationScott Wegner2008-01-162-26/+6
| | | | | Description: After doing a quick review of the documentation, I found a few points that had been overlooked before.
* [svn-r14433] Purpose: Fix reference in the Windows batch-build scriptScott Wegner2008-01-161-24/+1
| | | | | Description: In the Windows command line build script, there was a reference to the "typegen" project, which generates h5detect before HDF5 is built. Now, we integrate h5detect into the overall build process, and typegen has been removed. This checkin removes the reference in the batch script. This fixes bugzilla bug 1021.
* [svn-r14432] Purpose: Update Windows documentation concerning VS6Scott Wegner2008-01-164-173/+7
| | | | | Details: We no longer support Visual Studio 6.0, so we note it in the documentation. Also, updated the path references in VS.NET documentation
* [svn-r14431] Purpose: Fix MANIFESTScott Wegner2008-01-161-2/+0
| | | | | | | | Description: Minor edit to MANIFEST, delete a few entries I missed last time. This brings it up to date. Tested: chkmanifest on smirom
* [svn-r14430] Purpose: Remove stray references to Fortran projects in VS.NETScott Wegner2008-01-161-542/+192
| | | | | Description: We no longer have support for Fortran in VS.NET, so we remove references to any Fortran projects.
* [svn-r14429] Purpose: Initial MANIFEST updateScott Wegner2008-01-161-269/+207
| | | | | Description: Update the MANIFEST for the files I've just addeed/removed.
* [svn-r14428] Purpose: Rename vs6 folder to vnetScott Wegner2008-01-16204-0/+0
| | | | | Description: We are removing VS6 support in HDF5 1.8, so our windows_vs6 folder now becomes windows_vnet.
* [svn-r14427] Purpose: First step in removing VS6 support in final HDF5 1.8Scott Wegner2008-01-16470-45253/+65158
| | | | | Description: This is the first step in a series of commits that will remove VS6 support. In doing so, we'll need to convert our projects to VS.NET format, to maintain VS.NET C support. In this commit, I've converted all VS6 projects, and removed any Fortran remnants. I haven't updated the MANIFEST because I have a few more add/deletes, but I'll do that soon.
* [svn-r14426] Purpose: Update Windows h5dump test scriptScott Wegner2008-01-161-5/+10
| | | | | | | | Description: There were a number of updates to the main h5dump test script. This checkin brings those edits to the Windows script as well. Tested: VS2005 w/ WinXP
* [svn-r14424] Description:Quincey Koziol2008-01-161-1/+1
| | | | | | | Correct typo in C++ example program Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14422] Description:Quincey Koziol2008-01-151-3/+2
| | | | | | | Clean up thread safety code a bit more... Tested on: Mac OS X/32 10.5.1 (amazon) w/threadsafe
* [svn-r14421] Description:Quincey Koziol2008-01-158-15/+20
| | | | | | | Minor cleanups and clarifications to prototype information. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14420] Description:Quincey Koziol2008-01-1521-131/+125
| | | | | | | | Correct the prototype for H5Sselect_elements() to take an 'hsize_t *' for the coordinates, instead of 'hsize_t **'. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14419] Description:Quincey Koziol2008-01-152-34/+21
| | | | | | | | Streamline threadsafety code to be simpler and reduce latency of holding locks. Tested on: Mac OS X/32 10.5.1 (amazon) w/threadsafe
* [svn-r14417] Description:Quincey Koziol2008-01-151-36/+40
| | | | | | | | Handled truncated files better, when the truncation falls in decoding a local heap. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14416] Purpose: Add source files to Windows projectsScott Wegner2008-01-158-12/+104
| | | | | | | | Description: This catches up Windows to most of the new source files that have been added. Specifically, H5FDpkg.h and H5FDspace.c have been added to the library projects, and tcoords.c has been added to testhdf5. This goes for VS2005 and VS6 project files. Tested: Only built, VS2005
* [svn-r14415] Changed default to enable-production to prepare for formal release.Albert Cheng2008-01-152-5/+5
| | | | | | Tested: kagiso only. Not need for h5committest since it is a configure simple change. If it works correct in kagiso, it should work the same for all other machines.
* [svn-r14414] revert the subsetting calls of h5dump to 1 size block, still a ↵Pedro Vicente Nunes2008-01-154-27/+15
| | | | | | bug with size > 1 tested: linux
* [svn-r14413] Description:Quincey Koziol2008-01-1422-62/+62
| | | | | | | | | | | | | | | | | | | Change H5P[gs]et_format_bounds() => H5P[gs]et_libver_bounds() and also enumerated values H5F_FORMAT_{EARLIEST, LATEST} => H5F_LIBVER_{EARLIEST, LATEST} Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
* [svn-r14412] more progress on the block hyperslab bug, clean code Pedro Vicente Nunes2008-01-142-18/+10
| | | | | | modified the 3D test case for subsetting with block and stride factors tested: windows, linux
* [svn-r14411] more progress on the block hyperslab bug, clean code Pedro Vicente Nunes2008-01-142-12/+10
| | | | | | | modified the 2D test case for subsetting with block and stride factors tested: windows, linux
* [svn-r14410] code cleaningPedro Vicente Nunes2008-01-141-8/+6
|
* [svn-r14409] more progress on the block hyperslab bug, clean code Pedro Vicente Nunes2008-01-143-14/+28
| | | | | | modified the 1D test case for subsetting with block and stride factors tested: windows, linux
* [svn-r14408] Pedro Vicente Nunes2008-01-141-2/+9
| | | | | | | more progress on the block hyperslab bug, clean code tested: windows, linux