summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12059] Purpose: VMS portElena Pourmal2006-03-091-0/+49
| | | | | | | | | | Description: added command file to build C++ tests Solution: Platforms tested: VMS server Misc. update:
* [svn-r12058] Purpose: VMS portElena Pourmal2006-03-091-0/+88
| | | | | | | | | | Description: command file to build C++ library Solution: Platforms tested: VMS server Misc. update:
* [svn-r12057] Purpose: VMS portElena Pourmal2006-03-091-0/+108
| | | | | | | | | | Description: command file to build C++ examples Solution: Platforms tested: VMS server Misc. update:
* [svn-r12056] Purpose: VMS portElena Pourmal2006-03-091-0/+32
| | | | | | | | | | Description: command file to copy other command files to the appropriate directories. Solution: Platforms tested: VMS server Misc. update:
* [svn-r12055] Purpose: VMS portElena Pourmal2006-03-091-5/+18
| | | | | | | | | | | | | | Description: By default on VMS system file cannot be opened twice; also VMS has file versioning. This brakes some of our tests. Solution: Tests are commented out with H5_CANNOT_OPEN_TWICE and H5_HAVE_FILE_VERSIONS that are defined in the vms/h5pubconf.h file only. This change cannot affect any other platform. Platforms tested: heping, VMS server Misc. update:
* [svn-r12054] Purpose: VMS portElena Pourmal2006-03-092-0/+21
| | | | | | | | | | | | Description: Made small changes to sec2 driver to reflect that VMS systems ino_t is 1dim array of size 3; all changes are marked with H5_VMS variable. Defined HDremove macro for VMS to remove multiple versions of the files. Solution: Platforms tested: heping, VMS server Misc. update:
* [svn-r12053] Purpose: VMS portElena Pourmal2006-03-091-0/+4
| | | | | | | | | | | | Description: defined H5_FC_FUNC_(name, NAME) for VMS since we cannot run autoconf on that system Solution: Used append methos to form the string; this may become the change for all platforms after more testing Platforms tested: heping, VMS server Misc. update:
* [svn-r12052] Purpose: VMS portElena Pourmal2006-03-091-3/+12
| | | | | | | | | | | Description: insert method didn't work for VMS. Solution: Used append methos to form the string; this may become the change for all platforms after more testing Platforms tested: heping, VMS server Misc. update:
* [svn-r12051] Purpose: VMS portElena Pourmal2006-03-091-0/+23
| | | | | | | | | | Description: added new files under the vms directory Solution: Platforms tested: heping, VMS server Misc. update:
* [svn-r12045] Purpose:MuQun Yang2006-03-091-0/+28
| | | | | | | | | | | | | Setting appropriate macro during configuration. Description: We found special collective IO doesn't work in mpich 1.2.5 and 1.2.6. Solution: Use this script to detect this during configuration and set the correct macro. Platforms tested: heping,mir and copper Misc. update:
* [svn-r12044] Purpose:MuQun Yang2006-03-092-26/+236
| | | | | | | | | | | | | | | Add new tests Description: Collective IO doesn't work for some platforms/mpio packages when more than one process has no contributions to IO. Solution: 1. Add a collective IO test to verify the correctness of the library when more than one process has no contributions to IO. 2. Add the similar MPI-IO test in t_mpi to help us maintain in more platforms. Platforms tested: heping, mir, copper Misc. update:
* [svn-r12043] Purpose:MuQun Yang2006-03-091-0/+4
| | | | | | | | | | | | Add some descriptions about MPICH collective IO bug. Description: Solution: Platforms tested: Misc. update:
* [svn-r12042] Purpose:Fang Guo2006-03-091-11/+11
| | | | | | | | | | | Modify copyright information Description: copyright check failed. Modify them to correct format. Solution: Platforms tested: Misc. update:
* [svn-r12041] Purpose:Fang Guo2006-03-095-55/+60
| | | | | | | | | | | Modify copyright information Description: Copyright check failed. Modify them to the correct format Solution: Platforms tested: Misc. update:
* [svn-r12040] Purpose:Fang Guo2006-03-071-2/+2
| | | | | | | | | | | Move gifconv dll project files Description: Solution: Platforms tested: Misc. update:
* [svn-r12039] Purpose:Fang Guo2006-03-072-246/+0
| | | | | | | | | | | Remove gifconv project files Description: Solution: Platforms tested: Misc. update:
* [svn-r12038] Purpose:Fang Guo2006-03-071-1840/+1844
| | | | | | | | | | | Update all.sln Description: Solution: Platforms tested: Misc. update:
* [svn-r12037] Purpose:Fang Guo2006-03-072-0/+236
| | | | | | | | | | | Maintenance on Windows Description: Move gifconv project files Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12036] Purpose:Fang Guo2006-03-072-22/+58
| | | | | | | | | | | Maintenance on Windows Description: Changes on project settings Solution: Platforms tested: Misc. update:
* [svn-r12035] Purpose:Fang Guo2006-03-071-2/+2
| | | | | | | | | | | | | | Description: Two functions (HDsrand and HDrand) are not declared. They caused compiling errors on Windows. Declare these two functions: H5_DLL int HDrand(); H5_DLL void HDsrand(unsigned int seed); Solution: Platforms tested: Windows XP and heping Misc. update:
* [svn-r12034] Purpose:Fang Guo2006-03-071-5/+7
| | | | | | | | | | | | | Move gifconv project files Add in More HL examples Remove duplicated source files under windows Description: Solution: Platforms tested: Misc. update:
* [svn-r12033] Purpose:Fang Guo2006-03-073-273/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove duplicated source code files Solution: Platforms tested: Misc. update:
* [svn-r12032] Purpose:Fang Guo2006-03-071-31/+7
| | | | | | | | | | | Maintenance on Windows Description: Batch file improvement Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12031] Purpose:Fang Guo2006-03-071-3/+17
| | | | | | | | | | | Maintenance on Windows Description: Include more hl examples and batch file improvement Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12030] Purpose:Fang Guo2006-03-071-7/+67
| | | | | | | | | | | Maintenance on Windows Description: More hl examples added Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12029] Purpose:Fang Guo2006-03-072-0/+212
| | | | | | | | | | | Maintenance on Windows Description: Add in hl examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12028] Purpose:Fang Guo2006-03-071-0/+105
| | | | | | | | | | | Maintenance on Windows XP Description: Add in hl examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12027] Purpose:Fang Guo2006-03-071-0/+107
| | | | | | | | | | | Maintenance on Windows Description: Add in hl examples Solution: Platforms tested: Misc. update:
* [svn-r12026] Purpose:Fang Guo2006-03-072-0/+202
| | | | | | | | | | | Maintenance on Windows Description: Move gifconv two project files Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12025] Purpose:Fang Guo2006-03-072-246/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove gifconv two project files Solution: Platforms tested: Misc. update:
* [svn-r12024] Purpose:Fang Guo2006-03-072-0/+30
| | | | | | | | | | | Maintenance on Windows Description: Add H5dbg.c into project file Solution: Platforms tested: Misc. update:
* [svn-r12023] Purpose:Fang Guo2006-03-071-17/+29
| | | | | | | | | | | Maintenance on Windows Description: Move gifconv from windows\tools\ to windows\hl\tools Solution: Platforms tested: Misc. update:
* [svn-r12022] Purpose: Small bug fixElena Pourmal2006-03-071-1/+1
| | | | | | | | | | | | | | Description: Return value from H5Pget_layout is 0 for the compact datasets; It was assumed in the code that it was always greater than 0; therefore assertion failed when h5stat walked a compact dataset. Solution: Fixed assertion statement Platforms tested: h5stat doesn't have testscript yet; tested manually with tfilters.h5 file on heping. Fix is too minor to test it on multiple platforms. Misc. update:
* [svn-r12021] Purpose:Leon Arber2006-03-071-2/+2
| | | | | | | | | | | | | | | Bug fix. Description: Fix typo. srand/srandom don't return anything, so don't attempt to return their value. Solution: Platforms tested: heping Misc. update:
* [svn-r12019] Purpose:Leon Arber2006-03-077-20/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix/Feature Description: Modify the library to use rand_r, when available, instead of srand. If rand_r is not available, it will try to use srandom/random, and then finally fall back to srand/rand. Solution: A couple places in the library use the srand() function to seed the random number generator. This can cause problems on certain platforms and could theoretically cause problems for users who expect a certain sequence of random numbers following their own call to srand(). Most platforms have an implementation of rand_r, which is identical to rand, except that it allows for explicit storage of the seed value. The configure script will now check for the existence of rand_r to facilitate its use in the library. Two new functions are added, to replace the macros HDsrand/HDrand. These functions are HDrand and HDsrand. HDrand will call rand_r, if available, or random(), if available, and fall back to rand() if neither of those is available. HDsrand will store the seed value locally, if rand_r is available. Otherwise, it will call srandom if available, and fall back to srand otherwise. Platforms tested: heping, mir. Really need to test on Red Storm, since that platform motivated this fix, but the machine is currently not available. Misc. update:
* [svn-r12018] Purpose:Quincey Koziol2006-03-071-2/+0
| | | | | | | | | | Bug fix Description: Uncomment tests Platforms tested: Linux 2.4 (mir) - 64-bit
* [svn-r12017] Purpose:Quincey Koziol2006-03-072-3/+3
| | | | | | | | | | | | | | Bug fix Description: Correct problem with new log2(n) routine on 64-bit machines. Solution: Put some casts in to make certain that the values are computed as 32-bit integers. Platforms tested: Linux 2.4 (mir) - 64-bit
* [svn-r12011] Purpose:Pedro Vicente Nunes2006-03-062-27/+41
| | | | | | | | | | | | | update of makefiles for HL examples Description: Solution: Platforms tested: linux Misc. update:
* [svn-r12009] Purpose:Pedro Vicente Nunes2006-03-0623-40/+223780
| | | | | | | | | | | | | | add examples Description: add examples for HL (image, table and dimension scales) Solution: Platforms tested: linux Misc. update:
* [svn-r12008] Purpose:Quincey Koziol2006-03-061-1/+3
| | | | | | | | | | | Bug fix (sorta) Description: Disable the fractal heap tests until I can look into them more thoroughly. (they are failing on 64-bit machines currently) Platforms tested: None - trivial change.
* [svn-r12007] Purpose:Quincey Koziol2006-03-051-1/+1
| | | | | | | | | | Bug fix Description: Fix typo in H5HF_dblock_debug() prototype Platforms tested: FreeBSD 4.11 (sleipnir)
* [svn-r12004] Purpose:Quincey Koziol2006-03-0422-219/+1796
| | | | | | | | | | | | | | | | | New feature & code cleanup Description: Update fractal heap to be able to insert objects into a direct block hanging off the header. Extract "octal dump" code into separate routine so that both the local heaps & fractal heaps can use it. Other code cleanups & support to get this far. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4
* [svn-r12003] Purpose:Quincey Koziol2006-03-042-32/+39
| | | | | | | | | | | Code cleanup Description: Fix some warnings & formatting issues Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4
* [svn-r12002] Purpose:James Laird2006-03-032-0/+879
| | | | | | | Moving gif2h5 from tools/ to hl/tools Description: Missed cvs adding hl/tools/Makefiles
* [svn-r12001] Purpose:James Laird2006-03-0322-3675/+51
| | | | | | | | | | | | | | | | | | | Moved gif2h5 tool to hl directory Description: Added a tools directory under the hl directory and moved the gif2h5 tool to that directory. Solution: The gif2h5 tool was originally built in the tools directory, but this introduced dependency issues that required special checks in the Makefiles.am and required the top-level build order to be changed because it depended on the HL library. For simplicity in the Makefiles now and in the future, the gif2h5 tool was moved to be underneath the hl library. Platforms tested: mir, copper, modi4, shanti
* [svn-r11999] Purpose:Fang Guo2006-03-021-1/+1
| | | | | | | | | | | | Maintenance on Windows Description: Correct echo errors. Echo Start building C++ libraries when start building both C/C++. Solution: Platforms tested: Misc. update:
* [svn-r11995] Purpose:Pedro Vicente Nunes2006-03-011-1/+4
| | | | | | | | | | | | | | code improvement Description: add explaining comments to the functions Solution: Platforms tested: none Misc. update:
* [svn-r11994] Purpose:James Laird2006-03-013-0/+156
| | | | | | | Adding HL examples Description: Forgot to 'cvs add' example files.
* [svn-r11993] Purpose:James Laird2006-03-014-29/+44
| | | | | | | | | | | | | | Added HL examples Description: Examples existed for the HL lite, image, and table interfaces, but were never included in the distro... until now! Solution: Added source files to CVS, updated Makefile and MANIFEST. Platforms tested: mir, heping, shanti
* [svn-r11992] Purpose:Albert Cheng2006-03-012-5/+4
| | | | | | | | | | | | Improvement. Description: The t_cache takes a long long time to run and it tests HDF5 calls. Move it to the back and let more basic tests to run first so that basic features are tested first. Platforms tested: Tested in heping with pp.