summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12504] Pedro Vicente Nunes2006-07-273-151/+173
| | | | | | | | | | | | bug fix calling h5tools_get_fapl running the mpio driver caused H5FD_pl_copy to fail silently in some conditions. a MPI call was made before MPI_Init. solution: corrected the MPI call to be made after MPI_Init and added error return conditions to H5FD_pl_copy and h5tools_get_fapl tested on copper parallel, mir, shanti
* [svn-r12503] Add a new windows project h5copy.dsp into subversion.MuQun Yang2006-07-271-0/+105
| | | | | | This will generate h5copy on windows. The previous check-in is under the wrong directory.
* [svn-r12502] Add a new windows project h5copy.dsp into subversion.MuQun Yang2006-07-271-0/+101
| | | | This will generate h5copy on windows.
* [svn-r12501] This is a small bug fix.Elena Pourmal2006-07-271-1/+8
| | | | | | | | | | h5ls uses -S flag to display datatype in a machine-readable form. Since VMS is not a case sensitive system, triple quotes around S are needed; fixed. h5ls -w80 -v -S tattr2.h5 test still reports failure due to line 311 in the tattr2.ls file "Modified: XXXX..." Document it for now in the command file.
* [svn-r12500] Add new project directory h5copy to support h5copy tool.MuQun Yang2006-07-274-0/+416
|
* [svn-r12499] Windows project updating:MuQun Yang2006-07-273-1955/+1990
| | | | | | Updating all.dsw,all.sln(for command-line testing only) and binread.dsp. New projects have been added into.
* [svn-r12498] Added script to test h5ls tool on VMS system. All tests passed ↵Elena Pourmal2006-07-262-0/+150
| | | | | | | | | | except for the last one h5ls -w80 -v -S tattr2.h5 h5ls prints "native" for all types instead of the complete datatype definition. I will look into the problem next.
* [svn-r12497] Update MANIFEST so that new windows dsp file binread.dsp is ↵MuQun Yang2006-07-261-0/+1
| | | | | | included. Forgetting updating MANIFEST may be the reason why alpha release doesn't include binread.dsp and causes the problem on windows.
* [svn-r12495] Description:Quincey Koziol2006-07-257-571/+772
| | | | | | | | | | Checkpoint further work on object deletion code for fractal heaps. I believe everything is finally working for this sub-task. More regression tests soon, but I don't foresee any problems. Machines: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago)
* [svn-r12492] Fix compile error for non-debug buildsQuincey Koziol2006-07-231-2/+0
|
* [svn-r12491] Description:Quincey Koziol2006-07-2219-1414/+4315
| | | | | | | | | | Refactored object deletion code for fractal heap to fix scaling problems. Passing all previous tests again now. Tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago) Mac OS X (amazon)
* [svn-r12490] Pedro Vicente Nunes2006-07-211-6/+6
| | | | commented h5copy calls that are failing with mpicc compiler
* [svn-r12489] removed some whitespacePedro Vicente Nunes2006-07-211-12/+2
|
* [svn-r12488] added a missing file to manifestPedro Vicente Nunes2006-07-211-0/+1
|
* [svn-r12487] Pedro Vicente Nunes2006-07-201-3/+1
| | | | updated some comments
* [svn-r12486] added some tests to the h5copy shell scriptPedro Vicente Nunes2006-07-201-6/+24
| | | | tested: shanti, mir
* [svn-r12484] Purpose:Albert Cheng2006-07-201-7/+48
| | | | | | | | | | Upgrade Description: chnaged it from doing CVS-managed files to SVN-managed files. (The use of ed, is real ugly, but ed exists in all Unix systems. May want to consider using awk which is a more powerful and will have a cleaner implementation.)
* [svn-r12483] Removed some white space from h5copy.cPedro Vicente Nunes2006-07-191-11/+11
| | | | | | his line, and those below, will be ignored-- M h5copy/h5copy.c
* [svn-r12482] new tool h5copyPedro Vicente Nunes2006-07-199-14/+1310
| | | | | | | | it uses the API function H5Gcopy to copy groups and datasets from file to file, read from a command line note: the test script is not finished yet tested on heping, copper, shanti
* [svn-r12478] Changed version number to 1.8.0-alpha5 after tagging ↵Elena Pourmal2006-07-174-5/+5
| | | | | | hdf5-1.8.0-alpha4 release with "hdf5_1_8_0_alpha4" tag.
* [svn-r12476] iCommiting files modified by bin/release before tagging ↵hdf5-1_8_0-alpha4Elena Pourmal2006-07-172-2/+2
| | | | hdf5-1.8.0-alpha4
* [svn-r12475] Added source files related to the recent link object changes in ↵Elena Pourmal2006-07-161-2/+2
| | | | the libraary.
* [svn-r12474] Quincey Koziol2006-07-1520-151/+117
| | | | | | | | Clean up some compiler warnings. Tested on: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r12473] Add a windows new project file: binread for read the output ↵MuQun Yang2006-07-151-0/+105
| | | | file from "h5dump -b".
* [svn-r12471] MuQun Yang2006-07-152-1989/+1945
| | | | | | | | | | | | | | | | Updates on windows Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003 Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat. The previous check-in forgot including the dependency of a new project file.
* [svn-r12470] MuQun Yang2006-07-151-8/+68
| | | | | | | | | | Updates on windows Some new source files are added to support new implementation of external links, hdf5dll.dsp needs to updated. Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003
* [svn-r12469] Updates on windowsMuQun Yang2006-07-151-0/+60
| | | | | | | | Some new source files are added to support new implementation of external links, hdf5.dsp needs to updated. Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003
* [svn-r12468] Update for windows MuQun Yang2006-07-152-2030/+2167
| | | | | | | | Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat.
* [svn-r12467] Rename h5stat output file to avoid lower/upper-case filename ↵MuQun Yang2006-07-143-2/+2
| | | | clash on Windows
* [svn-r12465] Add regression test to check that the library handles files ↵Quincey Koziol2006-07-144-47/+427
| | | | | | | | with merged object header messages properly. Too minor to require h5committest
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-14299-49197/+49197
| | | | | | be "CRLF" instead of "native".
* [svn-r12462] Committed a variety of metadata cache related changes:John Mainzer2006-07-1319-268/+4319
| | | | | | | | | | | | | | | | | | | | | | 1) Added trace file support to the metadata cache. This allows capture of all metadata cache calls in trace files for purposes of optimization and debuging. 2) Added an expunge entry function. This allows an entry to be deleteded from the cache without writing it to disk even if it is dirty. 3) Added a function call to resize pinned entries. 4) Added code to deal with entries that are dirty on load. This is needed in support of a bug fix which can alter object headers on load to repair files. 5) Added progress reporting code to the "MDC API smoke check" test in cache_api.c. To enable the progress reporting, set report_progress to TRUE in mdc_api_call_smoke_check(). Tested with h5committest, and a parallel test on phoenix (dual athelon linux box).
* [svn-r12461] Cleaned up the names of some internal API functions, cleaned up ↵starfire2006-07-107-36/+36
| | | | | | | | | comments, fixed a few tests that used incorrect names for H5L APIs (formerly hidden behind H5_GROUP_REVISION ifdefs Mostly cosmetic changes, tested on mir.
* [svn-r12458] Converted to use svn instead of cvs. The cvs setup and ↵HDF Admin2006-07-091-2/+7
| | | | | | commands are still retained for comparison and maybe removed later.
* [svn-r12456] Mark dumper output file as binary, missed during CVS conversionQuincey Koziol2006-07-071-2/+1
|
* [svn-r12455] Purpose:Albert Cheng2006-07-062-16/+24
| | | | | | | | | | | | adjustment Description: These tests (fheap, btree2) are under development and are not used by the library yet. Move them to the end so that their failure do not block other current library code tests. Platforms tested: heping.
* [svn-r12453] Purpose:James Laird2006-07-052-0/+29
| | | | | | | Documentation update Description: Updated MANIFEST and RELEASE.txt for H5L change
* [svn-r12452] Purpose:James Laird2006-07-0558-1560/+3644
| | | | | | | | | | | | | | | | | | | | | | Feature Description: Revised Link APIs. Solution: New link APIs use H5L* H5*create_expand do not create links to the objects created; this must be done manually with H5Llink. Added APIs to link an object given its ID (H5Llink), to copy links (H5Lcopy), and changed creation APIs (H5Lcreate_hard and H5Lcreate_soft) and query API (H5Lget_linkinfo instead of H5Gget_objinfo). All old APIs are still supported in H5Gdeprec.c . Platforms tested: sol, mir, copper Misc. update: Forgot to update MANIFEST and release docs. Will do after checkin.
* [svn-r12450] Description:Albert Cheng2006-07-011-4/+1
| | | | | | | | | The snapshot release directory was temporarily moved to a different directory called unstable_format. Since the format is now back to the normal one, reverse the release directory to the normal place too. Platforms tested: No test since it was a trivial change.
* [svn-r12449] Purpose:Quincey Koziol2006-07-0110-122/+266
| | | | | | | | | | | | | Code checkpoint Description: Revise fractal heap code to support deletions in up to 2nd level deep indirect blocks. Needs some revisions to support deeper indirect blocks... Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago) h5committest
* [svn-r12448] Purpose: Bug fixes/maintenanceElena Pourmal2006-06-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Some "" were missing causing incorrect results in passing an argument string. Solution: Added missing "" Platforms tested: VMS server. There are still problems with the tests that have "string" as an argument, for example: -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5 On VMS "g1" and "dset" are translated in upper case causing h5dump to fail. After figuring out the correct amount of " for VMS I encountered another problem: corresponding DDL file does not have "" around /g1/g1.1/dset1.1.2..... and therefore VMS diff fails. Question: Since command to h5dump is h5dump -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5, why the second line in the tall-5s.ddl has h5dump -d /g1/g1.1/dset1.1.2[0;2;10] tall.h5? If one types the command without "", it fails on UNIX. Misc. update:
* [svn-r12447] Purpose:MuQun Yang2006-06-301-16/+4
| | | | | | | | | | | | | | Update windows project file Description: Eliminate the link to non-existing HL headers. Solution: Platforms tested: windows MSVS 6.0 Won't affect other platforms and too minor to check with other windows compilers. Misc. update:
* [svn-r12446] Purpose: MaintenanceElena Pourmal2006-06-291-7/+234
| | | | | | | | | | | Description: More work on the test script: added all current UNIX tests. Solution: Platforms tested: VMS server; many tests failed but I think it is false negative. will investigate, but for now, let's save the code. Misc. update:
* [svn-r12445] Purpose:Albert Cheng2006-06-291-7/+5
| | | | | | | | | | | | Bug #281 Description: The previous fix for bug #281 was not safe. Files got corrupted in some cases. Needs a more comprehensive fix for it. Undo the unsafe fix for now. Platforms tested: h5committested.
* [svn-r12444] Purpose:Pedro Vicente Nunes2006-06-287-9/+68
| | | | | | | | | | | | | | | | | | | | new feature Description: added support for h5dump to dump binary data using the file type format added one test to the test script that tests this Solution: Platforms tested: mir shanti copper Misc. update:
* [svn-r12443] Purpose:Albert Cheng2006-06-282-34/+40
| | | | | | | | | | | | | | | Added/adjusted Test Express mode. Description: btree2: Added TestExpress mode to skip some long tests (the 5th recursive and the two random tests.) fheap: Changed the express mode messages to be more informative. Un-excluded some tests from express mode. Platforms tested: Red Storm.
* [svn-r12441] Purpose:Pedro Vicente Nunes2006-06-271-51/+46
| | | | | | | | | | | | | | code cleanup Description: changed the name of some variables to match the online documentation Solution: Platforms tested: linux Misc. update:
* [svn-r12440] Purpose:Quincey Koziol2006-06-27151-3162/+3162
| | | | | | | | | | | Code cleanup Description: Trim trailing whitespace in Makefile.am and C/C++ source files to make diffing changes easier. Platforms tested: None necessary, whitespace only change
* [svn-r12439] Purpose:Quincey Koziol2006-06-2620-199/+589
| | | | | | | | | | | | | New feature Description: Check in Peter's code to add support for "shallow copy", "create intermediate groups", "no attributes" and "expand soft links" support. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago) w/ & w/o group-revision enabled h5committest
* [svn-r12438] Purpose:Pedro Vicente Nunes2006-06-261-1/+1
| | | | | | | | | | | | updated some comments Description: Solution: Platforms tested: Misc. update: