summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14423] Description:Quincey Koziol2008-01-1517-54/+51
| | | | | | | | Change the 'coord' parameter for H5Sselect_elements() from 'hsize_t **' to 'hsize_t *' in this branch also. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14418] Description:Quincey Koziol2008-01-151-1/+4
| | | | | | | | Handled truncated files better, when the truncation falls in decoding a local heap. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14405] bug fix: a type ID was not closedPedro Vicente Nunes2008-01-1412-13/+49
| | | | tested: linux
* [svn-r14404] Snapshot version 1.6 release 6 (post4)HDF Tester2008-01-1310-36/+36
|
* [svn-r14403] Description:Quincey Koziol2008-01-139-10/+176
| | | | | | | | | | | | | | | | | | | | | Add work-around to allow reading files that were produced with a buggy earlier version of the library, which could create objects with the wrong object header message count. There is now a configure flag "--enable-strict-format-checks" which triggers a failure on reading a file with this sort of corruption (when enabled) and allows the object to be read (when disabled). The default value for the "strict-format-checks" flag is yes when the "debug" flag is enabled and no when the "debug" flag is disabled. Note that if strict format checks are disabled (allowing objects with this particular kind of corruption to be read) and the file is opened with write access, the library will re-write the object header for the corrupt object with the correct # of object header messages. This closes bugzilla bug #1010. Tested on: Linux/32 2.6 (kagiso) FreeBSD/64 6.2 (liberty)
* [svn-r14401] After added tcoords.c, the Makefile.in wasn't updated properly. ↵Raymond Lu2008-01-112-3/+3
| | | | | | | | The object file tcoords.o and tcoords.lo weren't cleaned by "gmake clean". Corrected it. Tested on smirom. Simple change.
* [svn-r14392] Changed the way that file name string is represented because it ↵Raymond Lu2008-01-101-2/+4
| | | | | | | | caused a failure for PGI compilers. Tested on smirom with PGI compiler. Simple change.
* [svn-r14391] Updated for adding test/tcoords.c.Raymond Lu2008-01-101-0/+1
|
* [svn-r14388] Clean up the code.Raymond Lu2008-01-091-12/+0
| | | | Tested on smirom.
* [svn-r14387] Changed some test cases to use H5Sselect_elements instead of ↵Raymond Lu2008-01-091-6/+28
| | | | | | | | H5Sselect_hyperslab for test purpose. Tested on smirom only. Simple changes.
* [svn-r14386] Bug fix for #956. The calculation of the coordinates for ↵Raymond Lu2008-01-099-17/+558
| | | | | | | | | | dataspace selection went wrong when the selection of some dimensions are full and these dimensions are optimized through "flattenning". The calculation of the coordinates wasn't general enough in H5Shyper.c. Also added a test program for it. Tested on smirom only because the same code was tested on 3 platforms for v1.8.
* [svn-r14347] Snapshot version 1.6 release 6 (post3)HDF Tester2007-12-1610-38/+38
|
* [svn-r14332] Purpose: Remove stream vfd references in Windows projectsScott Wegner2007-12-101-0/+0
| | | | | | | | Description: H5FDstream.[ch] was recently removed from the source code. This checkin removed its references in our Windows project files, as well as a reference to a previously-disabled test for the stream-vfd. Tested: VS6 on WinXP
* [svn-r14330] Snapshot version 1.6 release 6 (post2)HDF Tester2007-12-0910-38/+38
|
* [svn-r14329] Run make depend to regenerate all these Dependencies files afterAlbert Cheng2007-12-0726-1125/+758
| | | | removing the stream-vfd.
* [svn-r14328] Update it to generate the appropriate THG copyright notice.Albert Cheng2007-12-071-15/+16
| | | | Tested in kagiso by running make depend.
* [svn-r14323] Removed ./test/tarray.c by mistake in the last commit.Albert Cheng2007-12-061-0/+1
| | | | Fixed it.
* [svn-r14322] Description:Albert Cheng2007-12-0623-2992/+23
| | | | | | | Removed the stream-vfd from the basic library code. Platforms tested: Kagiso (serial and parallel).
* [svn-r14321] Folded cummulated changes from development version into this ↵Albert Cheng2007-12-041-39/+118
| | | | | | | | | | | | | branch. Changes include: 1. Added the ability to locate szlib libraries in THG hosts. 2. Added support of -fortran: add --enable-fortran -cxx: add --enable-cxx -pp: add --enable-parallel Tested: h5committested.
* [svn-r14314] Snapshot version 1.6 release 6 (post1)HDF Tester2007-12-0210-38/+38
|
* [svn-r14296] Folded cummulated changes from development version into this ↵Albert Cheng2007-11-281-114/+43
| | | | | | | | | | | | | branch. Changes include: 1. Updated the help page that install directory is no longer hardset. 2. Remove old code no longer used (LOCATE_GASS, LOCATE_FORTRAN, LOCATE_HDF4. Added new option to locate szlib. 3. Splitted the "make check" into "make check-s" and "make check-p" so that it is clearer which nature of tests are being tested. Tested: kagiso.
* [svn-r14263] Snapshot version 1.6 release 6 (post0)HDF Tester2007-11-1611-169/+681
|
* [svn-r14257] Description:Frank Baker2007-11-131-5/+7
| | | | | Corrected broken link to "Supported Configurations" table. Tested: Firefox
* [svn-r14254] Purpose: Update FTP location for Windows external library binariesScott Wegner2007-11-131-4/+4
| | | | | | | | Description: We recently uploaded new versions of our external library binaries to support more compiler configurations. This check-in is to point to the new location in our documentation. Tested: None
* [svn-r14176] Description:Quincey Koziol2007-10-021-6/+8
| | | | | | | Minor fixes to avoid memory leaks when 'realloc' fails. Tested on: Linux/32 2.6 (chicago)
* [svn-r14169] Description:Quincey Koziol2007-10-021-4/+7
| | | | | | | | | Avoid memory leak when realloc() fails during attempt to get larger buffer as we are decompressing deflated data. Tested on: FreeBSD/32 6.2 (duty) Linux/32 2.6 (kagiso)
* [svn-r14152] Description:Frank Baker2007-09-191-4/+0
| | | | | H5Eclear, H5walk: Deleted some potentially-confusing, extraneous text. Tested: Firefox
* [svn-r14151] Description:Frank Baker2007-09-192-3/+11
| | | | | Add a few appropriate paragraph breaks. Tested: Firefox
* [svn-r14143] Purpose: Fix bug in Windows install scriptScott Wegner2007-09-121-0/+0
| | | | | | | | Description: A user brought it to our attention that, although hdf5_hl DLLs are built, they aren't installed. After looking around, we were also missing C++ header files, and the h52gif/gif2h5 tools. This checkin fixes all of those issues. I've also sent Barbara new binaries for the ftp. Tested: VS6/VNET/VS2005 on WinXP
* [svn-r14135] Description:Albert Cheng2007-09-052-7/+23
| | | | | | | | | | Changed to use mpicc and mpif90 as the default CC and F9X if parallel is enabled, provided mpicc and mpif90 is available. Platform Tested: tg-login using parallel and serial mode. Did not tested in other platforms because only tg-login is the only ia64 platform around.
* [svn-r14113] In H5Dwrite and H5Dread, let the data buffer point to a fake ↵Raymond Lu2007-08-241-0/+24
| | | | | | | | | | | address if the application passes in an empty buffer. This is mainly for MPIO programs that some processes may not have any data to write or read but still participate the I/O. This solution solves some MPI's problem like the ChaMPIon on tungsten which doesn't support empty buffer. Tested on tungsten only because the change is simple and the same change for v1.7 has been tested on multiple machines.
* [svn-r14111] Document MPI-IO compiler problems on Tungsten.MuQun Yang2007-08-241-0/+22
|
* [svn-r14107] Lable the three files just added as "DO NOT DISTRIBUTE".Frank Baker2007-08-231-3/+3
|
* [svn-r14106] Add 3 new files that are used in the documentation ↵Frank Baker2007-08-231-0/+3
| | | | PDF-generating process.
* [svn-r14105] Description:Frank Baker2007-08-2335-42/+346
| | | | | | | | | Changes from creating the Release 1.6.6 PDFs: repagination, a few really minor copy edits, page header corrections, table of contents updates, print versus electronic text selection flags. New files in ed_libs/, which are tools in the PDF process. Footer_Null.lbi, NavBar_RM_Null.lbi, NavBar_ADevG_Null.lbi
* [svn-r14102] Description:Quincey Koziol2007-08-231-0/+4
| | | | Update bug fixes for next release.
* [svn-r14100] Description:Quincey Koziol2007-08-231-17/+14
| | | | | | | | | | Correct a couple of bugs in error API routines: - Don't clear the existing error stack when pushing an error with the H5Epush() API routine - Return the callback's return value from H5Ewalk() Tested on: Mac OS X/32 10.4.10 (amazon)
* [svn-r14095] Maintenance after the 1.6.6 release: changed version to ↵Elena Pourmal2007-08-1910-168/+654
| | | | | | 1.6.6-post0 and modified RELEASE.txt and HISTROY.txt files.
* [svn-r14092] Maintenance before 1.6.6 release:hdf5-1_6_6Elena Pourmal2007-08-1610-313/+343
| | | | | | | version number was changed to 1.6.6 using the bin/h5vers script other files were modified with the bin/release script Platfomrs tested: kagiso with fortran and c++
* [svn-r14091] Make the document more clear on fortran support.MuQun Yang2007-08-151-1/+7
|
* [svn-r14090] Description:Frank Baker2007-08-153-20/+18
| | | | | Revert to describing the documentation for this release as included in the released source code tar ball.
* [svn-r14089] Description:Frank Baker2007-08-151-11/+137
| | | | | | | | Added h5dread_vl_f and h5dwrite_vl_f. Added notes that Fortran uses two subroutines for each of H5Dread and H5Dwrite rather than the usual 1-to-1 relationship. Tested: Firefox
* [svn-r14088] Description:Frank Baker2007-08-15179-261/+312
| | | | | | Newly-generated version of C++ Reference Manual, with relative links. Tested: Firefox
* [svn-r14087] Description:Frank Baker2007-08-1514-44/+44
| | | | | | | | | Modified coding for Doxygen-generated C++ Reference Manual such that links to C Reference Manual are relative links within the doc set. Changed documentation link on front page of C++ RM to HDF5 docs index. Tested: Tested on tejeda, Mac Intel OS 10.4, with C++ enabled. Changes limited to comment fields, so this should be sufficient.
* [svn-r14080] Revised with newest information.Albert Cheng2007-08-131-158/+117
|
* [svn-r14079] Description:Frank Baker2007-08-131-3/+3
| | | | | | Update release 1.6.6. date. Tested: Firefox
* [svn-r14078] Description:Frank Baker2007-08-1328-31/+30
| | | | Updata release/date footer for Release 1.6.6/August 2007.
* [svn-r14077] Purpose: Minor Windows documentation updatesScott Wegner2007-08-135-78/+29
| | | | | | | | Description: Made simple changes to Windows documentation, mostly correcting supported compilers. Tested: chkmanifest
* [svn-r14076] Description:Frank Baker2007-08-131-11/+60
| | | | | | | Document new tool options: h5repack -n Includes note regarding change in default behavior. h5dump -b B (or h5dump --binary=B)
* [svn-r14075] Description:Frank Baker2007-08-102-9/+30
| | | | Revisions regarding removal of documentation from source code tar ball.