summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8765] Purpose: New feature and its test.Raymond Lu2004-06-301-0/+1
| | | | | | | | | | | Description: Added new API H5Fget_name and new test program called filename.c. This function returns the name of the file by object ID(file, group, dataset, named datatype, and attribute) which belongs to the file. Platforms tested: h5committest and fuss. Misc. update: MANIFEST and RELEASE.txt
* [svn-r8715] Purpose:Pedro Vicente Nunes2004-06-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | h5dump output change, new tests Description: the storage layout output format the storage layout output format had some changes same for the user defined filter add an option (-y) for not printing the array indices (default is print indices ) the option for escaping non printable characters covers all characters (default is not escape) (this might be not very portable, the test files are tstring.ddl and tstringe.ddl ) add tests for the new options Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8713] Purpose: Bug fix.Raymond Lu2004-06-211-0/+2
| | | | | | | | | | | | | | | Description: This is the second effort to correct XML dumper after adding null dataspace test for attribute and dataset. Since XML schema hasn't been updated for null space, took out null space test from tdset.h5 and tattr.h5 and put it into a seperate file, tnullspace.h5. Only h5dump tests this null space file; XML dumper doesn't do it at this moment. We'll wait until XML schema is updated first. Platforms tested: h5committest and RH 8(fuss) Misc. update: MANIFEST(added two new files in tools/testfiles, tnullspace.h5 and tnullspace.ddl)
* [svn-r8711] Fixed bugs in H5I code, updated manifest.James Laird2004-06-211-0/+1
|
* [svn-r8644] Purpose: h5dump new featuresPedro Vicente Nunes2004-06-101-0/+17
| | | | | | | | | | | | | | | | | | | | | | | Description: added the code for print strings with new line and display the path of references (new source files h5tools_ref.c and .h ) added a test suite in testh5dump.sh.in for ( note : to create testh5dump.sh , one must redo ./configure; this detects the availability of filters and generates testh5dump.sh accordingly) 1) storage layout 2) fill value 3) print reference with path 4) print strings with new lines 5) filters Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8627] Purpose:Quincey Koziol2004-06-091-1/+1
| | | | | | | | | | | | Update shell scripts Description: Switch to generating the testh5dump.sh script at configure time, so we can determine which filters are available to test. Platforms tested: FreeBSD 4.9 (sleipnir) too small to require h5committest
* [svn-r8622] Purpose:Pedro Vicente Nunes2004-06-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | h5dump new version Description: added the changes already made for 1.6 support for dumping of 1) filters 2) storage layout 3) fill value 4) comments 5) superblock 6) file contents 7) array indices Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8618] Purpose:Quincey Koziol2004-06-051-4/+4
| | | | Fix makefiles, dependencies & manifest after source file rename.
* [svn-r8603] Purpose:Quincey Koziol2004-06-021-3/+0
| | | | Remove the C++ files that were removed from the repo.
* [svn-r8590] Purpose:Quincey Koziol2004-05-271-0/+3
| | | | | | | | | | | | | | | | | | | | | Code optimization & bug fix Description: When dimension information is being stored in the storage layout message on disk, it is stored as 32-bit quantities, possibly truncating the dimension information, if a dimension is greater than 32-bits in size. Solution: Fix the storage layout message problem by revising file format to not store dimension information, since it is already available in the dataspace. Also revise the storage layout data structures to be more compartmentalized for the information for contiguous, chunked and compact storage. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel Solaris 2.7 (arabica) h5committest
* [svn-r8589] Purpose: bug fixRaymond Lu2004-05-271-0/+1
| | | | Misc. update: update MANIFEST for adding h5diff_81.txt
* [svn-r8536] Purpose: Update MANIFESTBinh-Minh Ribler2004-05-181-0/+4
| | | | | | | | | Description: Added these lines ./c++/src/H5ArrayType.cpp ./c++/src/H5ArrayType.h ./c++/src/H5VarLenType.cpp ./c++/src/H5VarLenType.h
* [svn-r8479] Purpose:Albert Cheng2004-05-031-2/+2
| | | | | | | | | | | | | New Feature Description: Add the data transform function, H5Pset_transform(). Platforms tested: "h5committested". Copper was down. Ran parallel tests in sol instead. Misc. update:
* [svn-r8320] Purpose:Pedro Vicente Nunes2004-04-081-0/+2
| | | | | | | | | | | | | | | | new tests for h5repack Description: added more tests both to the test program and shell script that test a variation of different filter converssions Solution: Platforms tested: linux Misc. update:
* [svn-r8318] Purpose:Pedro Vicente Nunes2004-04-071-0/+4
| | | | | | | | | | | | | | | | | | | | new tests for h5repack Description: added tests that do layout type to layout type conversion in a matrix of 9 between compact, contiguous and chunking Solution: Platforms tested: linux afs has problems; I could not telnet to sol and copper, arabica is really slow (meaning waiting 1 minute for a typed character) and the writing of a file gave an error arabica 181% afs: failed to store file (145) afs: failed to store file (145) Misc. update:
* [svn-r8285] Purpose:Pedro Vicente Nunes2004-03-261-0/+1
| | | | | | | | | | | | new file in /test/gen_filters.c Description: Solution: Platforms tested: Misc. update:
* [svn-r8247] Purpose:Pedro Vicente Nunes2004-03-101-0/+2
| | | | | | | | | | | | added the 2 binary files to list Description: Solution: Platforms tested: Misc. update:
* [svn-r8229] Purpose:Pedro Vicente Nunes2004-03-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) new function for tools library 2) new test script for h5repack Description: 1) currently all the tools (h5dump, h5diff, etc) do not check if a filter is available for reading some dataset that might have a filter not available on the current configuration (the behaviour of the tools until now was to trigger a library error, saying that the dataset cannot be read due to the lack of the filter) Solution: 1) added a new function h5tools_canreadf that checks if a dataset can be read depending on the availability of filters. this function was added in calls for h5diff and h5repack. instead of triggering the library error, a message is printed, saying that the dataset cannot be read (the print is optional, it is on on verbose mode) 2) added a shell script that tests the commannd line tool behaviour of h5repack the script does a series of runs of h5repack with several options on the same file (this file test4.h5 was added to the testfiles dir). then, it runs the h5diff tool, with the input and output files , in each run. the goal of the test is also to check item 1) . the binary file was saved with filters that might not be available on other configurations Platforms tested: linux (all filters enabled) linux (some filters disabled) solaris (some filters disabled) AIX (some filters disabled) windows (all filters on and off ) Misc. update:
* [svn-r8126] Purpose:Quincey Koziol2004-01-311-0/+2
| | | | | | | | | | | | | | | | | Bug fix/optimization Description: Address slowdown in MPI-I/O file metadata operations that was introduced mid-stream. We now _require_ a POSIX compliant parallel file system for the MPI-I/O file driver (as well as for the MPI-POSIX file driver). Also optimized file open operation when the file is being created by reducing the number of collective & syncronizing calls. Additionally, refactor the MPI routines into a common place, eliminating duplicated code. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committest
* [svn-r8033] Elena Pourmal2004-01-061-0/+1
| | | | | | | | | | | | | | Purpose: Maintenance Description: Fortran APIs MAC OS X port for IBM XL Fortran compiler Solution: Brought back changes from 1.6 branch Platforms tested: pommier, h5comittested; this time h5committest complained about copperpp directory and didn't run; tests on verbena and sol passed. Misc. update:
* [svn-r8022] Purpose:Quincey Koziol2004-01-061-0/+1
| | | | | | | | | | | | | Code cleanup Description: Refactor library testing framework (used for the testhdf5 & ttsafe tests) to remove almost all of the duplicated code, moving the common code into a new 'testframe.c' source file. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o thread-safety h5committest
* [svn-r7998] Purpose:Pedro Vicente Nunes2003-12-301-0/+1
| | | | | | | | | | | | new h5repack file Description: Solution: Platforms tested: Misc. update:
* [svn-r7995] Purpose:Pedro Vicente Nunes2003-12-291-0/+3
| | | | | | | | | | | | new files for h5repack Description: Solution: Platforms tested: Misc. update:
* [svn-r7963] Purpose:Pedro Vicente Nunes2003-12-161-2/+5
| | | | | | | | | | | | added new source files for h5repack Description: Solution: Platforms tested: Misc. update:
* [svn-r7913] Purpose:Pedro Vicente Nunes2003-12-041-5/+2
| | | | | | | | | | | | | | | | | code clean Description: separated the h5repack code in several modules Solution: Platforms tested: linux IRIX solaris Misc. update:
* [svn-r7906] Purpose:Pedro Vicente Nunes2003-12-021-13/+10
| | | | | | | | | | | | added the new h5diff files Description: Solution: Platforms tested: Misc. update:
* [svn-r7849] Purpose:Quincey Koziol2003-11-141-0/+4
| | | | Update manifest with new files.
* [svn-r7840] Purpose:Bill Wendling2003-11-121-0/+2
| | | | | | | | | | Update Description: Added H5DZ*.c files. Platforms tested: Ran bin/chkmanifest
* [svn-r7813] Purpose:Pedro Vicente Nunes2003-11-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | h5diff new feature Description: added compare for attributes a new options flag (-a) was added to the options structure. it is 0 by default (no compare ) the output of the compare is the same that for datasets, and all the other flags also apply for attributes (the memory compare is done in the same function diff_array) all the other requirements for compare of datasets (type, space) are identical too Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7775] Purpose:Pedro Vicente Nunes2003-10-281-0/+1
| | | | | | | | | | | | updated manifest for the tools h5diff changes Description: Solution: Platforms tested: Misc. update:
* [svn-r7769] Purpose:Pedro Vicente Nunes2003-10-281-9/+8
| | | | | | | | | | | | | moved h5diff "public API" routines to tools/lib folder Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7752] Frank Baker2003-10-271-12/+0
| | | | | | | | Purpose: Removing the files hdf5/doc/html/fortran/h5*_FORTRAN.html as the content has been integrated into the files hdf5/doc/html/RM_H5*.html
* [svn-r7714] Elena Pourmal2003-10-231-1/+0
| | | | | | | | | | | | | Purpose: Maintenance Description: h5createU8 utility is an old h5import utility; removed Solution: Platforms tested: arabica Misc. update:
* [svn-r7707] Purpose:Pedro Vicente Nunes2003-10-221-2/+19
| | | | | | | | | | | | added the new h5diff and h5repack to the list Description: Solution: Platforms tested: Misc. update:
* [svn-r7630] Raymond Lu2003-10-141-0/+1
| | | | Misc. update: MANIFEST for adding perform/perf_meta.c
* [svn-r7610] Purpose:Quincey Koziol2003-10-131-2/+0
| | | | | | | | | | | | | Code cleanup Description: Removed "H5Git" routines, now that there are library routines which perform the same functionality. Platforms tested: FreeBSD 4.9 (sleipnir) Linux 2.4 (verbena) w/FORTRAN too minor for h5committest
* [svn-r7549] Purpose:Quincey Koziol2003-10-061-0/+3
| | | | Add new name datatype in attributes files
* [svn-r7525] Purpose: Update MANIFESTRaymond Lu2003-09-301-1/+1
| | | | Misc. update: clean it up for error test
* [svn-r7521] Purpose: bug fixRaymond Lu2003-09-291-1/+1
| | | | | | | | | Description: The standard output from Error API test has some non-standard message like path name or line number. Solution: use sed to remove any non-standard information in testerror.sh Platforms tested: h5committest
* [svn-r7518] Purpose:Albert Cheng2003-09-271-1/+1
| | | | | | | Corrected an error entry. Platforms tested: bin/chkmanifest
* [svn-r7510] Purpose:Albert Cheng2003-09-251-0/+1
| | | | Updated.
* [svn-r7506] Purpose: Add backward compatbility with v1.6 for Error API; ↵Raymond Lu2003-09-241-2/+9
| | | | | | | | | | | | | | | change error tests to avoid printing error messages. Description: If enable-hdf5v1_6 is configured in, make some functions compatible with v1.6. Error test program print out some error messages as it succeeds. Solution: Use #ifdef H5_WANT_H5_V1_6_COMPAT statements. Use shell script to compare error test output with the standard one. Platforms tested: h5committest
* [svn-r7501] Purpose:Pedro Vicente Nunes2003-09-191-0/+1
| | | | | | | | | added the Dependencies file of h5repack Makefile to the list Misc. update:
* [svn-r7496] Purpose:Pedro Vicente Nunes2003-09-191-0/+5
| | | | | | | | | | | | included the new tool h5repack in the configure files Platforms tested: linux (small change) Misc. update:
* [svn-r7451] Purpose:Quincey Koziol2003-09-101-0/+1
| | | | Add new VLTypes.html Tech Note
* [svn-r7422] Dan Wells2003-08-271-4/+0
| | | | | | | | | | | | | | Purpose: Bug fix Description: pablo build failed. Solution: Fixed the makefile so that the needed header files are again created on the fly. Platforms tested: modi4, copper, verbena, arabica Misc. update:
* [svn-r7402] Purpose:Quincey Koziol2003-08-251-0/+3
| | | | | | | Update manifest Description: Add new test files for "complex" compound datatype.
* [svn-r7356] Dan Wells2003-08-131-1/+5
| | | | | | | | | | | | | Purpose: Bug fix. Description: Parallel make fails because Pablo IDs are not assigned. Solution: Extracted the Pablo IDs into header files and added them to the pablo subdirectory instead of creating them on the fly. Platforms tested: h5committested by Albert Misc. update: Have updated MANIFEXT
* [svn-r7353] Purpose:Quincey Koziol2003-08-131-0/+6
| | | | | | | | | | Added new files Description: Added new error headers & perl scripts, etc. Platforms tested: h5committested
* [svn-r7340] Purpose:Albert Cheng2003-08-111-1/+0
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update: