summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12517] Description:Quincey Koziol2006-07-3112-3574/+7097
| | | | | | | | | | | | | | | Fix the last scattered bunch of problems with the object deletion code, which appears to be completely working now (for objects that are stored within heap blocks - standalone objects aren't implemented yet). Also, re-work the regression test to speed up some of the existing tests and add in 100-200 more combinations of tests - overall, its probably even slower than it was... :-/ Tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (chicago) Mac OS X (amazon)
* [svn-r12515] Pedro Vicente Nunes2006-07-282-2/+2
| | | | | | updated the usage message with new info for the binary output option tested: linux
* [svn-r12514] Scale+offset filter is not supported by h5repack; commented out ↵Elena Pourmal2006-07-281-19/+26
| | | | | | the tests. This command script cannot tell reliably if tests passed. More work is needed.
* [svn-r12513] Pedro Vicente Nunes2006-07-289-15/+193
| | | | | new feature h5dump binary output. use little and big endian type conversions
* [svn-r12512] Added check_h5repack.com file to MANIFESTElena Pourmal2006-07-271-0/+1
|
* [svn-r12511] Added command file to test h5repack and fixed command file to ↵Elena Pourmal2006-07-272-1/+172
| | | | | | build the tool. Test command file is not quite working yet.
* [svn-r12510] add a test for a missing file namePedro Vicente Nunes2006-07-271-0/+10
| | | | test: linux
* [svn-r12509] Added command file to test h5diff utility.Elena Pourmal2006-07-272-0/+335
| | | | All tests passed on the VMS server.
* [svn-r12508] MuQun Yang2006-07-275-416/+1
|
* [svn-r12507] Accidently add some windows specific files into subversion.MuQun Yang2006-07-271-101/+0
| | | | Now delete them. Sorry for the mistake.
* [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