1. JPSS
  2. h5edit

Commits

AuthorCommitMessageCommit dateIssues
Albert ChengAlbert Cheng
ec3e7439e9aHistroy: Holds previous versions of RELEASE.txt (was Release_Notes) RELEASE.txt: Release_Notes: Renamed Release_Notes as RELEASE.txt INSTALL: Added to show installation instructions.
Albert ChengAlbert Cheng
7d16a54decaRenamed it from index.html to h5edit_home.html because:1) plan to use index.html for the index of all h5edit documents in this directory; 2) This file is really meant as a h5edit product home page of a higher level.
Albert ChengAlbert Cheng
6da86ccc48aRenamed it from index.html to h5edit_home.html because:1) plan to use index.html for the index of all h5edit documents in this directory; 2) This file is really meant as a h5edit product home page of a higher level.
Albert ChengAlbert Cheng
fc662b873a4Rename Release_Notes as RELEASE.txt.
Albert ChengAlbert Cheng
f303a37a878src/main.c: src/misc.c: Changed initial value of dryrun_g from 0 to symbol FALSE(0). Changed help message to reflect --dryrun is to be supported in the future. test/testfiles/*.edit: Changed help message to reflect --dryrun is to be supported in the future.Tested: jam.
Albert ChengAlbert Cheng
3a2994209bfMoved doc/README to top level README.
Albert ChengAlbert Cheng
3d614e0ca68Added comment that --dryrun is not implemented yet.
Albert ChengAlbert Cheng
a1f78256637This is the H5edit product home page.This is the initial addition.
Albert ChengAlbert Cheng
885a3c5af33Updated Reference manual with the missing option of --version.Added version information in the footnote.
Albert ChengAlbert Cheng
8ad5d6e5795Formalize version information consists of Major, minor version numbers and release, plus when they should be changed. Added --version option to the text of help page.Updated expected output file in testfiles to reflect the addition of --version. Tested: Jam
Albert ChengAlbert Cheng
3589600edd6Added code to support for the case of combined syntax, will try open target object as a dataset first; if not found, try as a group. Then apply the command request (delete or create).Tested: jam, koala, linew, heiwa.
Albert ChengAlbert Cheng
9eb3f5d917dChanged the combined syntax tests to contain no DATASET or GROUP keyword. Expected h5edit should try it as an attribute of a dataset, if not found, then try as of a group.Tested: Jam.
Albert ChengAlbert Cheng
3f9194ca50fAdded the feature that support create command with a single combined targetobject/attribute syntax. Added tests for this feature too.Tested: Jam, koala, linew, heiwa. --------------------------------------------------------
Albert ChengAlbert Cheng
8bccd09af3eUse NULL instead of attribute_name in the case of combined target-object/attribute syntax since we know attribute_name is not defined. A tiny bit more accurate.Tested: Jam.
Albert ChengAlbert Cheng
a0be3de3469Added the feature that support delete command with a single combined targetobject/attribute syntax. Added tests for this feature too.Tested: Jam, koala, linew, heiwa.
Albert ChengAlbert Cheng
39f492d06e4Problem: the lex scanner did not cover whitespaces (space, TAB, newline) correctly, ended up "leaking" them to output.Solution: Added scan case to ignore whitespaces. Also added a catchall in case some input is not covered. The expected output files used to contain spaces. All changed to empty files because nothing should be leaked any more. These files should be replaced by a single empty file later. Tested: jam, koala, heiwa, linew.
Albert ChengAlbert Cheng
c0a2ccdb452Created Release_notes (explaining what is installed and changes)and History (a copy of past Release_notes).
Albert ChengAlbert Cheng
42fac489c0dReplaced cshell style output redirect with the proper shell syntax.
Albert ChengAlbert Cheng
b7945229361Changed the Datatype definition to have a default of Native Floatand the Dataspace definition to have a default of SCALAR. (Did not like the repeated coding of defaults. Need to clean them up later.)
Albert ChengAlbert Cheng
f8f183384b1Changed the DATA keyword to be optional.Changed the tests to reflect the optional keyword too.
Albert ChengAlbert Cheng
2ac5100e8deChanged the SIMPLE keyword to be optional.Changed tests to not use SIMPLE keyword.
Albert ChengAlbert Cheng
ab3d5a3ce0cRemoved the need of those brackets around the data space definition.Changed most tests to not using the optional DATASPACE keyword.
Albert ChengAlbert Cheng
fff6ac7cafbChanged the command syntax such that the keywords DATATYPE and DATASPACE to be optional. Also removed the need of that brackets around the data type defitions.Changed most tests to not using the optional DATATYPE keyword.
Albert ChengAlbert Cheng
b2ee2732959Changed the command syntax to:<command> <target-object> <attributes name> [<attribute-definition>] It allows the tool to open the target-object first, and also allow the a very long and complext attribute-definition.
Albert ChengAlbert Cheng
80a7456cfc9The HDF5 library error stack was printed automatically. The stack dumping usually is not too helpful for most tool users. The output also contains HDF5 version numbers, source directory paths, making the test output comparison very system dependent.Changed it so that error stack does not get printed by default. (May need to add a switch to turn it on (or not to turn it off) when one wants to debug the tool.
Larry KnoxLarry Knox
bf95a18ac9eTesth5edit should fail if \"expected output\" files are missing. Add expected file for teth5edit --versionTested on jam.
Larry KnoxLarry Knox
09924d7a3c2Print "MISSING FILE" if output or expected files are not found.
Albert ChengAlbert Cheng
2749d50f5bcAdded option --version which prints the version information of h5edit.Tested: jam and amani. (note that testh5edit.sh does not know the expected output file does not exit. This is not right and needs fixing.)
Larry KnoxLarry Knox
f3cf8d24dafRemove block from top level Makefile.am that causes make check to run tests twice.
Larry KnoxLarry Knox
4d426ee16e8Add floating point tests, test to add already existing attribute, tests to add attributes to nonexistant objects, and tests to delete nonexisting attributes or attributes from non-existing objects. Tested on jam
Albert ChengAlbert Cheng
40e609f34b4Added a README file for the intial beta release.
Albert ChengAlbert Cheng
c5822751979Added the h5edit User Guide, in MS-Word format and the generated PDF format.
Albert ChengAlbert Cheng
f447f5c6662Added the PDF version of h5edit page, derived from MS-Word version.
Albert ChengAlbert Cheng
0667bd05947Added CREATE strings type attributes test.Tested: jam and amani.
Albert ChengAlbert Cheng
c955b2e4496Added a test of using command-file.Tested: passed in Jam and Amani but filed in heiwa and linew.
Larry KnoxLarry Knox
6245fa20c1dRemove old test.
Larry KnoxLarry Knox
9bff81958fdAdded tests for creating signed and unsigned integer types. Tested on jam.
Larry KnoxLarry Knox
db9413d139fRemove # from test command line.
Albert ChengAlbert Cheng
737dd219990Added support for reading data from SIMPLE (multiple dimension array) of string data. Added support for reading commands from command file.Tested: jam(linux), amani(linux64), linew(solaris32), heiwa(PPLinux).
Albert ChengAlbert Cheng
8c6a36fc83dChanged local pathed h5dump to simply h5dump so that it has a better chance to work in all systems.Tested: dove-linux (a VM linux module)
Albert ChengAlbert Cheng
f8b9a9268dbAdded support for string type attribute (limited to null-terminated strings for SCALAR data space.)Test: jam
Larry KnoxLarry Knox
bff5748f775Add reference files for 2 delete test cases. Modify testh5edit.sh to correct Pass/Fail logic involving diffs of data files and output files.Tested on jam.
Larry KnoxLarry Knox
fb10401e568Diff hdf5 file produced against expected hdf5 file.Tested jam.
Albert ChengAlbert Cheng
fe689c4c24eAdded support of quote strings (both single or double quoted). Added quoted strings as legal attribute or target object names.Tested: jam.
Albert ChengAlbert Cheng
6a42ea0cd05added feature to be able to read attribute data and write them out.Tested: jam.
Albert ChengAlbert Cheng
a9cbe5618c1Added floating point attribute type. Added SCALAR and SIMPLE data space supports.Tested: jam.
Albert ChengAlbert Cheng
abd8d98eae6Added floating point attribute type. Added SCALAR and SIMPLE data space supports.Tested: jam.
Albert ChengAlbert Cheng
a554aaac5ccImplemented the create command (takes only integers type, assume scalart space and not data yet.).Tested: Jam.
Albert ChengAlbert Cheng
7795361dafaAdded ability to delete from group objects.Tested: jam.
Albert ChengAlbert Cheng
b53ef60ec3edatafile1.h5: success.edit: Two new files added into the testfiles directory to support the testing of the DELETE command.testh5edit.sh: Added the COPYFILE code, the nocheck feature, and cleaned some bugs. Makefile.am: Just some white space cosmetic changes. Tested: Jam