summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11884] Snapshot version 1.7 release 57HDF Admin2006-01-221-2/+2
|
* [svn-r11880] Snapshot version 1.7 release 56HDF Admin2006-01-151-2/+2
|
* [svn-r11848] Snapshot version 1.7 release 55HDF Admin2006-01-011-2/+2
|
* [svn-r11836] Snapshot version 1.7 release 54HDF Admin2005-12-251-2/+2
|
* [svn-r11795] Snapshot version 1.7 release 54HDF Admin2005-12-141-2/+2
|
* [svn-r11761] Purpose:Albert Cheng2005-12-051-2/+2
| | | | | | | | | | | | | Unstable format version marker. Description: This marks the Check in baseline for compact group revisions, which radically revises the source code for managing groups and object headers. Earlier versions (1.7.52 or earlier) have the original format. This version and later have the unstable format until further notice. Platforms tested: h5committested.
* [svn-r11489] Snapshot version 1.7 release 51HDF Admin2005-10-021-2/+2
|
* [svn-r11245] Purpose:Quincey Koziol2005-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | Code cleanup Description: Trim trailing whitespace, which is making 'diff'ing the two branches difficult. Solution: Ran this script in each directory: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11204] Snapshot version 1.7 release 50HDF Admin2005-08-071-2/+2
|
* [svn-r11148] Snapshot version 1.7 release 49HDF Admin2005-07-241-2/+2
|
* [svn-r11081] Snapshot version 1.7 release 48HDF Admin2005-07-181-2/+2
|
* [svn-r10744] Snapshot version 1.7 release 47HDF Admin2005-05-151-2/+2
|
* [svn-r10736] Purpose:Quincey Koziol2005-05-071-0/+2
| | | | | | | | | | | Code cleanup Description: Clean up some compiler warnings Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r10707] Purpose:MuQun Yang2005-05-021-1/+1
| | | | | | | | | | | | | | | bug fix, the wrong setting at H5public.h causes library failed to be compiled on windows. Description: "long long" needs to be changed to long_long since "long long" can not be recongized on windows. Solution: Platforms tested: MSVS 6.0 on windows XP Linux 2.4 on heping Misc. update:
* [svn-r10701] James Laird2005-04-291-21/+23
| | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Some platforms (Windows) don't have the long long type, which causes automatic Fortran type matching to fail. A solution is to use HDF5's long_long type. Solution: Changed H5match_types.c to use long_long type. Moved definition of long_long out of H5private.h and into H5public.h. Platforms tested: mir, copper, pommier
* [svn-r10632] Snapshot version 1.7 release 46HDF Admin2005-04-201-2/+2
|
* [svn-r10570] Purpose: MaintenanceElena Pourmal2005-04-071-3/+0
| | | | | | | | | | | Description: Removed support for SRB driver Solution: Removed or modified appropriate files; ran reconfigure to regenerate Makefile.in and configure files. Platforms tested: heping and shanti Misc. update: ran bin/chkmanifest on heping
* [svn-r10130] Purpose:Albert Cheng2005-03-031-5/+0
| | | | | | | Retired GASS driver. Platforms tested: H5committested.
* [svn-r10118] Snapshot version 1.7 release 45HDF Admin2005-03-021-2/+2
|
* [svn-r9727] Purpose:Quincey Koziol2004-12-291-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-) Description: Generally speaking, this is the "signed->unsigned" change to selections. However, in the process of merging code back, things got stickier and stickier until I ended up doing a big "sync the two branches up" operation. So... I brought back all the "infrastructure" fixes from the development branch to the release branch (which I think were actually making some improvement in performance) as well as fixed several bugs which had been fixed in one branch, but not the other. I've also tagged the repository before making this checkin with the label "before_signed_unsigned_changes". Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 FreeBSD 4.10 (sleipnir) w/threadsafe FreeBSD 4.10 (sleipnir) w/backward compatibility Solaris 2.7 (arabica) w/"purify options" Solaris 2.8 (sol) w/FORTRAN & C++ AIX 5.x (copper) w/parallel & FORTRAN IRIX64 6.5 (modi4) w/FORTRAN Linux 2.4 (heping) w/FORTRAN & C++ Misc. update:
* [svn-r9655] Snapshot version 1.7 release 44HDF Admin2004-12-121-2/+2
|
* [svn-r9617] Snapshot version 1.7 release 43HDF Admin2004-12-051-2/+2
|
* [svn-r9527] Snapshot version 1.7 release 42HDF Admin2004-11-141-2/+2
|
* [svn-r9513] Snapshot version 1.7 release 41HDF Admin2004-11-071-2/+2
|
* [svn-r9455] Snapshot version 1.7 release 40HDF Admin2004-10-241-2/+2
|
* [svn-r9357] Snapshot version 1.7 release 39HDF Admin2004-10-031-2/+2
|
* [svn-r9321] Snapshot version 1.7 release 38HDF Admin2004-09-261-2/+2
|
* [svn-r9243] Snapshot version 1.7 release 37HDF Admin2004-09-121-2/+2
|
* [svn-r9209] Snapshot version 1.7 release 36HDF Admin2004-09-051-2/+2
|
* [svn-r9172] Purpose:Albert Cheng2004-08-271-2/+2
| | | | | | | | | | | | | | | | | | | | | "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-r9154] Elena Pourmal2004-08-251-0/+2
| | | | | | | | | | | | Purpose: Maintenance/bug fixes (OSF1 C++ and missing Fortran APIs) Description: bringing 1.6 changes to 1.7 Solution: Platforms tested: OSF1, Solaris 2.8, AIX5.1 Misc. update:
* [svn-r9134] Snapshot version 1.7 release 35HDF Admin2004-08-221-2/+2
|
* [svn-r9089] Snapshot version 1.7 release 34HDF Admin2004-08-151-2/+2
|
* [svn-r9052] Snapshot version 1.7 release 33HDF Admin2004-08-081-2/+2
|
* [svn-r8979] Snapshot version 1.7 release 32HDF Admin2004-08-011-2/+2
|
* [svn-r8888] Purpose:Quincey Koziol2004-07-161-2/+2
| | | | Bump version # after making snapshot
* [svn-r8858] Snapshot version 1.7 release 30HDF Admin2004-07-111-2/+2
|
* [svn-r8803] Snapshot version 1.7 release 29HDF Admin2004-07-041-2/+2
|
* [svn-r8672] Snapshot version 1.7 release 28HDF Admin2004-06-131-2/+2
|
* [svn-r8620] Snapshot version 1.7 release 27HDF Admin2004-06-061-2/+2
|
* [svn-r8531] Snapshot version 1.7 release 26HDF Admin2004-05-161-2/+2
|
* [svn-r8498] Snapshot version 1.7 release 25HDF Admin2004-05-091-2/+2
|
* [svn-r8486] Purpose:HDF Admin2004-05-061-3/+3
| | | | | Reset release number back to 1.7.x by removing the fphdf5-alpha1 sub- release string.
* [svn-r8485] Snapshot version 1.7 release 24 (fph5_alpha1)HDF Admin2004-05-061-2/+2
|
* [svn-r8418] Snapshot version 1.7 release 23HDF Admin2004-04-251-2/+2
|
* [svn-r8385] Snapshot version 1.7 release 22HDF Admin2004-04-181-2/+2
|
* [svn-r8350] Snapshot version 1.7 release 21HDF Admin2004-04-141-2/+2
|
* [svn-r8263] Snapshot version 1.7 release 20HDF Admin2004-03-171-2/+2
|
* [svn-r8228] Purpose:Albert Cheng2004-03-011-3/+3
| | | | | | | | Incremented the release number. The previous one is used by the fphdf5 alpha0 release. Platforms tested: Tested in Eirene with fortran and cxx.
* [svn-r8225] FPHDF5 alpha0 releaseHDF Admin2004-02-271-1/+1
|