summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9383] Purpose:Robert E. McGrath2004-10-081-0/+1
| | | | | | | | | | | | | | Putting 'h5jam' in the 1.6 branch Description: Solution: Platforms tested: verbena, arabica, cobalt Misc. update:
* [svn-r9306] Purpose: Post 1.6.3 release maintenanceElena Pourmal2004-09-221-1/+1
| | | | | | | | | | Description: Changed the version number to 1.6.3-post0 Solution: ran bin/h5vers script on eirene Platforms tested: Misc. update:
* [svn-r9304] Purpose: Release maintenancehdf5-1_6_3Elena Pourmal2004-09-221-1/+1
| | | | | | | | | | Description: I changed the version number to 1.6.3 Solution: Ran bin/h5vers -s 1.6.3 on eirene Platforms tested: Misc. update:
* [svn-r9263] Purpose: Maintenance for 1.6.3 third round of testingElena Pourmal2004-09-151-1/+1
| | | | | | | | | | | Description: Created test tar ball and changed version to 1.6.3-pre4 using bin/h5vers script on eirene Solution: Platforms tested: Misc. update:
* [svn-r9245] Purpose:Frank Baker2004-09-131-0/+1
| | | | | | Add directory hdf5/doc/html/cpplus_RM/header_files to configure. Platforms tested: eirene
* [svn-r9242] Purpose:Frank Baker2004-09-101-0/+1
| | | | | | Add the directory hdf5/doc/html/cpplus_RM/. Platforms tested: eirene
* [svn-r9236] Purpose: Maintenance for the second round of testingElena Pourmal2004-09-091-1/+1
| | | | | | | | | | Description: I created a tar ball and changed version to 1.6.3-pre3 Solution: run bin/h5vers on eirene Platforms tested: eirene Misc. update:
* [svn-r9181] Purpose: Maintenance for the hdf5-1.6.3 testingElena Pourmal2004-09-011-1/+1
| | | | | | | | | | | | | | | Description: After discussing with Albert: I changed the version to hdf5-1.6.3-pre1 and created a tar ball for the first round of testing. Then I changed the version to hdf5-1.6.3-pre2 and now I am committing the changes. pre1 on ftp is the same as snap6 :-) Solution: Platforms tested: Misc. update:
* [svn-r9177] Snapshot version 1.6 release 3 (snap5)HDF Admin2004-08-301-1/+1
|
* [svn-r9135] Snapshot version 1.6 release 3 (snap4)HDF Admin2004-08-231-1/+1
|
* [svn-r9062] James Laird2004-08-111-17/+18
| | | | | | | | | | | | | Purpose: Bug fix Description: Fixed configure script so that gettimeofday test uses cached variables Platforms tested: sleipnir, copper, arabica, verbena Misc. update:
* [svn-r9055] Snapshot version 1.6 release 3 (snap3)HDF Admin2004-08-091-1/+1
|
* [svn-r8989] Purpose:Quincey Koziol2004-08-021-165/+198
| | | | | | | | | | | | | | Backport feature Description: Backport Kent's collective chunk I/O work to date into the release branch. Also, minor code cleanups, etc. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel IRIX64 6.5 (modi4) h5committested
* [svn-r8980] Snapshot version 1.6 release 3 (snap2)HDF Admin2004-08-021-1/+1
|
* [svn-r8948] Purpose:Quincey Koziol2004-07-261-1/+1
| | | | Bump version # after making snapshot
* [svn-r8940] Snapshot version 1.6 release 3 (snap0)HDF Admin2004-07-261-1/+1
|
* [svn-r8939] Purpose:Albert Cheng2004-07-231-1/+1
| | | | Updated the library version to 1.6.3-snap0.
* [svn-r8937] James Laird2004-07-231-1/+32
| | | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Modification time test (mtime) would die silently on some systems. This is because the code is very system-dependant (it relies on getting the current time and the timezone from the OS). Solution: mtime test now uses TEST_ERROR macro to print "FAILED" and to output where the failure occurred. Configure script is a little smarter about whether gettimeofday() function returns the timezone correctly. Further bugs will need to be addressed on a system-by-system basis. Platforms tested: sleipnir, arabica, verbena, copper, windows (VC7)
* [svn-r8804] Snapshot version 1.6 release 2 (post8)HDF Admin2004-07-051-1/+1
|
* [svn-r8753] Nat Furrer2004-06-281-0/+28
| | | | | | | | | | | | | | | | | | | Purpose: Handled SZIP without the encoder present. Description: It is now an error for a user to try to create, extend, or write to a dataset without the encoder present in their SZIP library. Added H5Zget_filter_info to provide users with a way to query HDF5 about the presence (or lack thereof) of the SZIP encoder. Platforms tested: Windows Verbena Arabica Copper Misc. update:
* [svn-r8710] Snapshot version 1.6 release 2 (post7)HDF Admin2004-06-211-1/+1
|
* [svn-r8685] Purpose:Quincey Koziol2004-06-141-1/+1
| | | | Bump version # after making snapshot for user.
* [svn-r8629] Purpose:Quincey Koziol2004-06-091-13/+21
| | | | | | | | | | | | Update shell scripts Description: Switch to generating the testh5dump.sh script at configure time, so we can determine which filters are available to test. Platforms tested: FreeBSD 4.9 (sleipnir) too small to require h5committest
* [svn-r8621] Snapshot version 1.6 release 2 (post5)HDF Admin2004-06-071-1/+1
|
* [svn-r8530] Snapshot version 1.6 release 2 (post4)HDF Admin2004-05-161-1/+1
|
* [svn-r8419] Snapshot version 1.6 release 2 (post3)HDF Admin2004-04-261-1/+1
|
* [svn-r8397] Purpose:Pedro Vicente Nunes2004-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | h5repack in 1.6 Description: 2 functions we re added to /src: H5Premove filter and H5Iget_file_id Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8300] Purpose:Albert Cheng2004-04-051-22/+0
| | | | | | | | | | | | | | Cleanup Description: Removed FPHDF configure and test file since it is not implemented in v1.6. Platforms tested: Only tested in Sol parallel. Misc. update: Update MANIFEST.
* [svn-r8237] Snapshot version 1.6 release 2 (post2)HDF Admin2004-03-081-1/+1
|
* [svn-r8217] Snapshot version 1.6 release 2 (post1)HDF Admin2004-02-231-1/+1
|
* [svn-r8205] Snapshot version 1.6 release 2 (post0)HDF Admin2004-02-161-1/+1
|
* [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 releaseElena Pourmal2004-02-121-1/+1
| | | | | | | | | | | Description: I updated HISTORY.txt and RELEASE.txt files, and ran bin/h5vers to change version number to 1.6.2-post0 Solution: Platforms tested: Misc. update:
* [svn-r8193] Purpose: Maintenance for hdf5-1.6.2 releaseElena Pourmal2004-02-121-1/+1
| | | | | | | | | | | | Description: Changed version to be 1.6.2 and ran bin/release. Since several files are changed, I am checking them in before tagging the release Solution: Platforms tested: eirene Misc. update:
* [svn-r8147] Purpose: MiantenanceElena Pourmal2004-02-021-1/+1
| | | | | | | | | | | Description: Changed version to 1.6.2-pre2 after creating a tar ball for testing. Tar ball is on the FTP site, testing announcement will follow. Solution: Used bin/h5vers on eirene Platforms tested: N/A Misc. update:
* [svn-r8146] Purpose: Maintenance for hdf5-1.6.2-pre1 testingElena Pourmal2004-02-021-1/+1
| | | | | | | | | | | Description: Changed version number to 1.6.2-pre1 before creating a tar ball for testing. Solution: Used bin/h5vers script on eirene Platforms tested: N/A Misc. update:
* [svn-r8081] Purpose:Quincey Koziol2004-01-191-1/+1
| | | | Bump version number after creating snapshot for user.
* [svn-r8078] Snapshot version 1.6 release 1 (post18)HDF Admin2004-01-191-1/+1
|
* [svn-r8059] Purpose:Quincey Koziol2004-01-131-1/+1
| | | | Bump version # after creating another snapshot for a user.
* [svn-r8055] Purpose:Quincey Koziol2004-01-131-1/+1
| | | | Bump revision number after creating snapshot for user testing.
* [svn-r8052] Snapshot version 1.6 release 1 (post15)HDF Admin2004-01-121-1/+1
|
* [svn-r8034] Purpose: MaintenanceElena Pourmal2004-01-071-1/+1
| | | | | | | | | | | Description: Bump up the version number before giving a tar ball to the MAC HDF5 Fortran user. Solution: run bin/h5vers on eirene Platforms tested: N/A Misc. update:
* [svn-r8029] Purpose:Quincey Koziol2004-01-061-1/+1
| | | | Bump version number after making a snapshot for a user.
* [svn-r8016] Snapshot version 1.6 release 1 (post12)HDF Admin2004-01-051-1/+1
|
* [svn-r8010] Purpose:Quincey Koziol2003-12-311-1/+18
| | | | | | | | | | | | | | | | | Bug fix Description: Add special-case handling to floating-point conversion tests to avoid problems with denormalized values on Cray T3E & T90 platforms. (Still not working on Cray SV1, but at least it's closer). Solution: Detect denormalized values and don't try to operate on them on the Crays. Platforms tested: FreeBSD 4.9 (sleipnir) Cray T3E (hubble.cray.com) Cray T90 (gypsy.cray.com)
* [svn-r8002] Purpose:Quincey Koziol2003-12-311-1/+1
| | | | Bump snapshot version after creating bugfix snapshot for user.
* [svn-r7992] Purpose:Quincey Koziol2003-12-291-29/+0
| | | | | | | | | | | | Code cleanup Description: Note in the release notes that the short MPI-I/O bug has been fixed and also clean up the configure.in a bit. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7983] Snapshot version 1.6 release 1 (post9)HDF Admin2003-12-291-1/+1
|
* [svn-r7975] Snapshot version 1.6 release 1 (post8)HDF Admin2003-12-221-1/+1
|
* [svn-r7956] Snapshot version 1.6 release 1 (post7)HDF Admin2003-12-151-1/+1
|
* [svn-r7952] Purpose:Quincey Koziol2003-12-131-1/+1
| | | | Bug snapshot version after creating tar file for user to test bugfix.