summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9590] Snapshot version 1.6 release 4 (snap0).Albert Cheng2004-11-291-2/+2
| | | | | | | This replaced the snapshot release 1.6.4-pre1 which had the wrong release string because -preN is reserved for Pre-release test versions. Snapshot releases are named as -snapN for the release branch.
* [svn-r9589] Snapshot version 1.6 release 4 (pre1)HDF Admin2004-11-291-2/+2
|
* [svn-r9582] Purpose:Quincey Koziol2004-11-271-3/+3
| | | | | | | | | | | | | | | | | | | | Add new internal data structure Description: Add an implementation of skip lists to the library (see comment in src/H5SL.c for references to the papers describing them) as a potential replacement for our current threaded, balanced binary tree container. Skip lists are much simpler to implement and should be faster to use. Also, added new error codes to release branch, so bump the minor version number to indicate that the library is no longer perfectly compatible with the 1.6.3 release. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Too minor to require further testing (the skip lists aren't actually used by any library code yet)
* [svn-r9528] Snapshot version 1.6 release 3 (post1)HDF Admin2004-11-151-2/+2
|
* [svn-r9456] Snapshot version 1.6 release 3 (post0)HDF Admin2004-10-251-2/+2
|
* [svn-r9308] Purpose: Post 1.6.3 release maintenanceElena Pourmal2004-09-221-2/+2
| | | | | | | | | | Description: Changed 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-2/+2
| | | | | | | | | | 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-2/+2
| | | | | | | | | | | 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-r9236] Purpose: Maintenance for the second round of testingElena Pourmal2004-09-091-2/+2
| | | | | | | | | | 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-r9182] Purpose: Maintenance for the hdf5-1.6.3 testingElena Pourmal2004-09-011-2/+2
| | | | | | | | | | | | | | | 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-2/+2
|
* [svn-r9171] Purpose:Albert Cheng2004-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | "bug fix" sort of. Description: The current mpicc at TG-NCSA recognizes uint64_t but not int64_t. hdf5 code rightly assumes when the unsigned type is defined, the corresponding signed type should be valid too. So, when it detected uint64_t is valid, it went ahead using int64_t which ended in compiling failure. Solution: Changed the detection to check on int64_t instead. This does not change any logic, just goes around the mpicc compiler error at TG-NCSA. Platforms tested: h5committested and tested at TG-NCSA (pp) too. Misc. update:
* [svn-r9153] Elena Pourmal2004-08-251-0/+2
| | | | | | | | | | | | | | | Purpose: Maintenance/bug fix Description: On OSF1 C++ compilation failed complaining about stdint.h file being missing. Solution: By Binh-Minh's suggestion: include stdint.h file only when __cpluplus is NOT defined. inttypes.h is used by C++ compiler; it is more common than stdint.h Platforms tested: OSF1 (lemieux), Solaris 2.8 (sol), AIX 5.1 (copper) Misc. update:
* [svn-r9135] Snapshot version 1.6 release 3 (snap4)HDF Admin2004-08-231-2/+2
|
* [svn-r9055] Snapshot version 1.6 release 3 (snap3)HDF Admin2004-08-091-2/+2
|
* [svn-r8980] Snapshot version 1.6 release 3 (snap2)HDF Admin2004-08-021-2/+2
|
* [svn-r8948] Purpose:Quincey Koziol2004-07-261-2/+2
| | | | Bump version # after making snapshot
* [svn-r8940] Snapshot version 1.6 release 3 (snap0)HDF Admin2004-07-261-2/+2
|
* [svn-r8939] Purpose:Albert Cheng2004-07-231-3/+3
| | | | Updated the library version to 1.6.3-snap0.
* [svn-r8804] Snapshot version 1.6 release 2 (post8)HDF Admin2004-07-051-2/+2
|
* [svn-r8710] Snapshot version 1.6 release 2 (post7)HDF Admin2004-06-211-2/+2
|
* [svn-r8685] Purpose:Quincey Koziol2004-06-141-2/+2
| | | | Bump version # after making snapshot for user.
* [svn-r8621] Snapshot version 1.6 release 2 (post5)HDF Admin2004-06-071-2/+2
|
* [svn-r8530] Snapshot version 1.6 release 2 (post4)HDF Admin2004-05-161-2/+2
|
* [svn-r8419] Snapshot version 1.6 release 2 (post3)HDF Admin2004-04-261-2/+2
|
* [svn-r8237] Snapshot version 1.6 release 2 (post2)HDF Admin2004-03-081-2/+2
|
* [svn-r8217] Snapshot version 1.6 release 2 (post1)HDF Admin2004-02-231-2/+2
|
* [svn-r8205] Snapshot version 1.6 release 2 (post0)HDF Admin2004-02-161-2/+2
|
* [svn-r8195] Purpose: Maintenance after hdf5-1.6.2 releaseElena Pourmal2004-02-121-2/+2
| | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | 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-3/+3
| | | | | | | | | | | 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-2/+2
| | | | Bump version number after creating snapshot for user.
* [svn-r8078] Snapshot version 1.6 release 1 (post18)HDF Admin2004-01-191-2/+2
|
* [svn-r8059] Purpose:Quincey Koziol2004-01-131-2/+2
| | | | Bump version # after creating another snapshot for a user.
* [svn-r8055] Purpose:Quincey Koziol2004-01-131-2/+2
| | | | Bump revision number after creating snapshot for user testing.
* [svn-r8052] Snapshot version 1.6 release 1 (post15)HDF Admin2004-01-121-2/+2
|
* [svn-r8034] Purpose: MaintenanceElena Pourmal2004-01-071-2/+2
| | | | | | | | | | | 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-2/+2
| | | | Bump version number after making a snapshot for a user.
* [svn-r8016] Snapshot version 1.6 release 1 (post12)HDF Admin2004-01-051-2/+2
|
* [svn-r8002] Purpose:Quincey Koziol2003-12-311-2/+2
| | | | Bump snapshot version after creating bugfix snapshot for user.
* [svn-r7983] Snapshot version 1.6 release 1 (post9)HDF Admin2003-12-291-2/+2
|
* [svn-r7975] Snapshot version 1.6 release 1 (post8)HDF Admin2003-12-221-2/+2
|
* [svn-r7956] Snapshot version 1.6 release 1 (post7)HDF Admin2003-12-151-2/+2
|
* [svn-r7952] Purpose:Quincey Koziol2003-12-131-2/+2
| | | | Bug snapshot version after creating tar file for user to test bugfix.
* [svn-r7945] Purpose:Quincey Koziol2003-12-131-2/+2
| | | | 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-2/+2
|
* [svn-r7902] Snapshot version 1.6 release 1 (post3)HDF Admin2003-12-011-2/+2
|
* [svn-r7874] Snapshot version 1.6 release 1 (post2)HDF Admin2003-11-241-2/+2
|
* [svn-r7855] Snapshot version 1.6 release 1 (post1)HDF Admin2003-11-171-2/+2
|