summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8300] Purpose:Albert Cheng2004-04-051-2/+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-9/+9
|
* [svn-r8217] Snapshot version 1.6 release 2 (post1)HDF Admin2004-02-231-9/+9
|
* [svn-r8205] Snapshot version 1.6 release 2 (post0)HDF Admin2004-02-161-9/+9
|
* [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 releaseElena Pourmal2004-02-121-9/+9
| | | | | | | | | | | 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-9/+9
| | | | | | | | | | | | 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-9/+9
| | | | | | | | | | | 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-9/+9
| | | | | | | | | | | 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-9/+9
| | | | Bump version number after creating snapshot for user.
* [svn-r8078] Snapshot version 1.6 release 1 (post18)HDF Admin2004-01-191-9/+9
|
* [svn-r8059] Purpose:Quincey Koziol2004-01-131-9/+9
| | | | Bump version # after creating another snapshot for a user.
* [svn-r8055] Purpose:Quincey Koziol2004-01-131-9/+9
| | | | Bump revision number after creating snapshot for user testing.
* [svn-r8052] Snapshot version 1.6 release 1 (post15)HDF Admin2004-01-121-9/+9
|
* [svn-r8034] Purpose: MaintenanceElena Pourmal2004-01-071-9/+9
| | | | | | | | | | | 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-9/+9
| | | | Bump version number after making a snapshot for a user.
* [svn-r8016] Snapshot version 1.6 release 1 (post12)HDF Admin2004-01-051-9/+9
|
* [svn-r8010] Purpose:Quincey Koziol2003-12-311-1/+25
| | | | | | | | | | | | | | | | | 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-9/+9
| | | | Bump snapshot version after creating bugfix snapshot for user.
* [svn-r7992] Purpose:Quincey Koziol2003-12-291-1/+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-9/+9
|
* [svn-r7975] Snapshot version 1.6 release 1 (post8)HDF Admin2003-12-221-9/+9
|
* [svn-r7956] Snapshot version 1.6 release 1 (post7)HDF Admin2003-12-151-9/+9
|
* [svn-r7952] Purpose:Quincey Koziol2003-12-131-9/+9
| | | | Bug snapshot version after creating tar file for user to test bugfix.
* [svn-r7945] Purpose:Quincey Koziol2003-12-131-9/+9
| | | | Bump snapshot version number after giving a snapshot w/bugfix to a user.
* [svn-r7919] Snapshot version 1.6 release 1 (post4)HDF Admin2003-12-081-9/+9
|
* [svn-r7903] Change --prefix default to `pwd`/hdf5, a directory in the buildAlbert Cheng2003-12-021-4/+7
| | | | | | | | | | | | directory. This eliminates the problem that the builder may not have permission to install in the default install directory. It also allows multiple builds in the same host or multiple srcdir using the same source. Platforms tested: Eirene plus eyeballing of changes. Misc. update:
* [svn-r7902] Snapshot version 1.6 release 1 (post3)HDF Admin2003-12-011-9/+9
|
* [svn-r7876] Purpose:Quincey Koziol2003-11-241-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Omnibus floating-point bug fix changes Description: There are a number of problems in the floating-point conversion code that were exposed by Ray's recent int<->float checkin: - The 'my_isnan' code in test/dtypes.c was broken and would always return true. The meant that the actual values in the float<->float conversion tests were _never_ checked, hiding the other bugs included in this checkin. - A recent change I made to the type conversion code used "FLT_MIN" instead of "-FLT_MAX" for the most negative 'float' value for the double->float conversion, which meant that any the negative number that was converted from a double to a float would have been mapped to zero, essentially. - A change that Robb appeared to have made ~2.5 years ago to the "generic" float->float conversion routine appears to be incorrect and I've backed it out. - Floating-point conversions on SGI's which converted denormalized values would be mapped to zero instead of being propertly preserved in the new type. This was addressed by an SGI-specific system call to prevent the behavior. Solution: Described above, generally. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest Misc. update: release_docs/RELEASE update forthcoming...
* [svn-r7874] Snapshot version 1.6 release 1 (post2)HDF Admin2003-11-241-9/+9
|
* [svn-r7855] Snapshot version 1.6 release 1 (post1)HDF Admin2003-11-171-9/+9
|
* [svn-r7830] Purpose:Quincey Koziol2003-11-081-61/+0
| | | | | | | | | | | | | | | | | Bug fix & code cleanup Description: Allowing the library to call malloc with a size of 0 bytes causes problems for some users, so we check for allocations of 0 bytes and disallow them now. Cleaned up some code which could call malloc with 0 size. Changed some code calling HDmalloc directly to call H5MM_malloc(), which allows us to check for 0 sized allocations. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7808] Snapshot version 1.6 release 1 (post0)HDF Admin2003-11-031-9/+9
|
* [svn-r7773] Purpose:Bill Wendling2003-10-281-6/+30
| | | | | | | | | | | | | | Update Description: Added check for correctly working basename and xargs programs. Mike McKay was having problems with broken xargs. The basename check was just a good idea. Platforms tested: Linux & Arabica (trivial change already done in mainline branch). Misc. update:
* [svn-r7695] Purpose:Bill Wendling2003-10-221-1/+3
| | | | | | | | | | | | Update Description: Made stream-vfd driver on by default. Platforms tested: Linux (small configuration change) Misc. update:
* [svn-r7661] Purpose: Maintenance after 1.6.1 releaseElena Pourmal2003-10-171-9/+9
| | | | | | | | | | | Description: Changes version to 1.6.1-post0 and updated RELEASE.txt and HISTORY.txt filese fro the new version. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7659] Purpose: MaintenanceElena Pourmal2003-10-171-9/+9
| | | | | | | | | | | | Description: I run bin/release to create an hdf5-1.6.1 release tar ball. Now I am checking in modified files before tagging the release. Solution: N/A Platforms tested: N/A Misc. update:
* [svn-r7633] Purpose: MaintenanceElena Pourmal2003-10-151-9/+9
| | | | | | | | | | Description: Bumped the version number to 1.6.1-pre2 after creating a tar ball for the third round of testing Platforms tested: bin/h5vers -s 1.6.1-pre2 on eirene Misc. update:
* [svn-r7631] Purpose:Albert Cheng2003-10-141-9/+9
| | | | | | | | | Changed version to 1.6.1-pre1 to prepare for release. Platforms tested: "h5committested" Misc. update:
* [svn-r7625] Purpose: MaintenanceElena Pourmal2003-10-141-9/+9
| | | | | | | | | | | Description: Bumped up the version number after creating a tar ball for the second round of testing Solution: N/A Platforms tested: done with bin/h5vers on eirene Misc. update:
* [svn-r7619] Purpose:Bill Wendling2003-10-131-4/+16
| | | | | | | | | | | | Add check Description: Added check that the tr program actually works. Platforms tested: Sol (small fix) Misc. update:
* [svn-r7563] Purpose: MaintenanceElena Pourmal2003-10-071-9/+9
| | | | | | | | | | Description: Increased version number to 1.6.0-post11 after creating a tar ball for testing Platforms tested: eirene Misc. update:
* [svn-r7531] Elena Pourmal2003-10-011-9/+9
| | | | | | | | | | Purpose: Maintenance Description: Changed version to 1.6.0-post10 after creating a release tar ball for a Fortran user. Misc. update:
* [svn-r7503] Snapshot version 1.6 release 0 (post8)HDF Admin2003-09-221-9/+9
|
* [svn-r7486] Purpose:Quincey Koziol2003-09-171-9/+9
| | | | | | | Bump version # after creating bugfix snapshot Platforms tested: None necessary.
* [svn-r7481] Purpose:Quincey Koziol2003-09-161-0/+23
| | | | | | | | | | | | | | | | | Bug fix Description: The MPI_File_set_size() routine on ASCI Red is not able to extend files so that they are larger than 2GB. Solution: Add an extra macro which controls whether MPI_File_set_size() can handle >2GB offsets or if our "older" way of reading a byte, then writing a byte at the appropriate offset should be used. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7470] Purpose:Quincey Koziol2003-09-121-9/+9
| | | | | | | Increment version info after making snapshot for bug #1017 fix. Platforms tested: No testing necessary.
* [svn-r7459] Purpose:Quincey Koziol2003-09-101-9/+9
| | | | | | | Increment version info after making snapshot for bug #1021 fix. Platforms tested: No testing necessary.
* [svn-r7447] Snapshot version 1.6 release 0 (post4)HDF Admin2003-09-081-9/+9
|
* [svn-r7443] Purpose:Quincey Koziol2003-09-041-9/+9
| | | | Snapshot repo for bug fix testing
* [svn-r7437] Snapshot version 1.6 release 0 (post2)HDF Admin2003-09-011-9/+9
|