summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [svn-r8216] Snapshot version 1.7 release 18HDF Admin2004-02-221-2/+2
|
* [svn-r8112] Snapshot version 1.7 release 17HDF Admin2004-01-261-2/+2
|
* [svn-r8077] Snapshot version 1.7 release 16HDF Admin2004-01-181-2/+2
|
* [svn-r8051] Snapshot version 1.7 release 15HDF Admin2004-01-111-2/+2
|
* [svn-r8015] Snapshot version 1.7 release 14HDF Admin2004-01-041-2/+2
|
* [svn-r7982] Snapshot version 1.7 release 13HDF Admin2003-12-281-2/+2
|
* [svn-r7974] Snapshot version 1.7 release 12HDF Admin2003-12-211-2/+2
|
* [svn-r7955] Snapshot version 1.7 release 11HDF Admin2003-12-141-2/+2
|
* [svn-r7831] Snapshot version 1.7 release 10HDF Admin2003-11-091-2/+2
|
* [svn-r7807] Snapshot version 1.7 release 9HDF Admin2003-11-021-2/+2
|
* [svn-r7739] Snapshot version 1.7 release 8HDF Admin2003-10-261-2/+2
|
* [svn-r7668] Snapshot version 1.7 release 7HDF Admin2003-10-191-2/+2
|
* [svn-r7605] Snapshot version 1.7 release 6HDF Admin2003-10-121-2/+2
|
* [svn-r7558] Snapshot version 1.7 release 5HDF Admin2003-10-071-2/+2
|
* [svn-r7502] Snapshot version 1.7 release 4HDF Admin2003-09-211-2/+2
|
* [svn-r7472] Snapshot version 1.7 release 3HDF Admin2003-09-141-2/+2
|
* [svn-r7436] Snapshot version 1.7 release 2HDF Admin2003-08-311-2/+2
|
* [svn-r7397] Snapshot version 1.7 release 1HDF Admin2003-08-241-2/+2
|
* [svn-r7350] Purpose:MuQun Yang2003-08-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | Add a macro "elif" for the defination of haddr_t on windows. Description: There are no H5_SIZEOF_LONG_LONG for windows; instead H5_SIZEOF____int64 is used. So for the following macro ifdef-block: #if H5_SIZEOF_HADDR_T ==H5_SIZEOF_INT # define H5_PRINTF_HADDR_FMT "%u" #elif H5_SIZEOF_HADDR_T ==H5_SIZEOF_LONG # define H5_PRINTF_HADDR_FMT "%lu" #elif H5_SIZEOF_HADDR_T ==H5_SIZEOF_LONG_LONG # define H5_PRINTF_HADDR_FMT "%"H5_PRINTF_LL_WIDTH"u" #else # error "nothing appropriate for H5_PRINTF_HADDR_FMT" #endif The error will be generated. Solution: Add another "elif H5_SIZEOF_HADDR_T==H5_SIZEOF___INT64" after the last "elif" above so that it can generate the correct result on windows. Platforms tested: Since the change is so small, only test on windows and linux. Misc. update:
* [svn-r7306] Purpose:Quincey Koziol2003-08-081-0/+14
| | | | | | | | | | | | | Code cleanup Description: Added new macro 'H5_SIZEOF_HADDR_T' to describe the size of an 'haddr_t' Also added a new macro 'H5_PRINTF_HADDR_FMT' for the correct printf() format for displaying an 'haddr_t' Platforms tested: h5committested
* [svn-r7266] Snapshot version 1.7 release 0HDF Admin2003-07-271-2/+2
|
* [svn-r7166] Purpose:Quincey Koziol2003-07-031-3/+3
| | | | | | | | | | Update configuration Description: Now that we've split the tree (Yea!), change the main trunk back to debug on and production off. Also, change the version # to 1.7.0
* [svn-r7146] Purpose:Albert Cheng2003-07-031-4/+4
| | | | | | | | | | | | | | | update for release Description: Set the version information to 1.6.0-pre1 to get ready for v1.6 release. (Not sure why H5F.c got changed--probably done gmake automatically during testing.) Platforms tested: h5committested. Misc. update:
* [svn-r7131] Purpose: Maintenance for the fifth round of testingElena Pourmal2003-07-011-2/+2
| | | | | | | | | | | Description: Bumped version number for 1.5.63 after creating a tar ball for the next round of testing Solution: Platforms tested: Misc. update:
* [svn-r7099] Elena Pourmal2003-06-241-2/+2
| | | | | | | | | | | | | Purpose: Maintenance Description: Bumped the version number to 1.5.62 after creating a tar ball for the fourth round of testing. Solution: run bin/h5vers -s scipt on arabica Platforms tested: N/A Misc. update:
* [svn-r7074] Purpose:Quincey Koziol2003-06-201-2/+2
| | | | Bump version # after another private snapshot for SAF team.
* [svn-r7061] Purpose:Quincey Koziol2003-06-181-2/+2
| | | | Bump version # after creating private snapshot.
* [svn-r7023] Elena Pourmal2003-06-111-2/+2
| | | | | | | | | | | | | Purpose: Maintenance for the third round of testing Description: Increased the version number to 1.5.59 after creating a tar ball for testing. Solution: Platforms tested: Misc. update:
* [svn-r7020] Purpose:Quincey Koziol2003-06-101-2/+2
| | | | Bump version number after making snapshot
* [svn-r6986] Snapshot version 1.5 release 56HDF Admin2003-06-061-2/+2
|
* [svn-r6974] Purpose:Quincey Koziol2003-06-051-2/+2
| | | | | | | | Bump version # Description: Bump the version # of the library after creating snapshot for SAF developers to test with.
* [svn-r6905] Elena Pourmal2003-05-201-2/+2
| | | | | | | | | | | | Purpose: Maintenance for the second round of testing Description: Used bin/h5vers to change version number to 1.5.55 Solution: Platforms tested: arabica Misc. update:
* [svn-r6835] Elena Pourmal2003-05-081-2/+2
| | | | | | | | | | | | | Purpose: Maintenance Description: I changed release version to 1.5.54. Email about tetsing of 1.5.53 will be send after this checkins. Solution: used bin/h5vers -s to change the version number Platforms tested: Done on arabica Misc. update:
* [svn-r6793] Snapshot version 1.5 release 52HDF Admin2003-05-031-2/+2
|
* [svn-r6761] Snapshot version 1.5 release 51HDF Admin2003-04-261-2/+2
|
* [svn-r6643] Snapshot version 1.5 release 50HDF Admin2003-04-121-2/+2
|
* [svn-r6546] Purpose:Bill Wendling2003-03-311-11/+13
| | | | | | | | | | | | Update Description: Updated copyright statement in files which hadn't been updated yet. Platforms tested: Linux (Only comment change) Misc. update:
* [svn-r6483] Snapshot version 1.5 release 49HDF Admin2003-03-151-2/+2
|
* [svn-r6446] Snapshot version 1.5 release 48HDF Admin2003-03-011-2/+2
|
* [svn-r6407] Snapshot version 1.5 release 47HDF Admin2003-02-151-2/+2
|
* [svn-r6373] Purpose:Bill Wendling2003-02-031-10/+25
| | | | | | | | | | | Update Description: Added support for defining what the haddr type is in terms of MPI types. Solution: Include some #defines when we typedef haddr... Platforms tested: Linux (For FPHDF5 stuff)...
* [svn-r6358] Snapshot version 1.5 release 46HDF Admin2003-02-011-2/+2
|
* [svn-r6267] Snapshot version 1.5 release 45HDF Admin2003-01-111-2/+2
|
* [svn-r6223] Purpose:Binh-Minh Ribler2002-12-221-4/+4
| | | | | | | | | | | | | | | | | | | | | | Bug fix - informed by Kent Description: Some identifiers were flagged as unresolved symbols when building with c++ on Windows. The reason is the name of these identifiers were changed by the c++ compiler, also called name mangling. Solution: Moved #ifdef __cplusplus extern "C" { #endif to include the offending identifiers so the c++ compiler will take them as is. Platforms: SunOS 5.7 (arabica) Linux 6.2 (eirene) Windows 2000