JPSS
  1. JPSS

h5edit

Public

Network

 
AuthorCommitMessageCommit Date
Albert ChengAlbert Cheng
d55cc6c5457bin/setversion: Added setversion which does version information changes automatically. configure: configure.ac: doc/RELEASE.txt: src/h5edit.h: README: Changed to v1.0.2-beta1. Reset RELEASE.txt for next release. Tested: koala.
Albert ChengAlbert Cheng
1b350cda2ecPost v1.0.1 releae update. Archived v1.0.1 RELEASE.txt into History.
Albert ChengAlbert Cheng
8fdceb88c39Updated version information release date for v1.0.1 release
Albert ChengAlbert Cheng
5d965b78ee5Added definitions of dataspace and dimension list. Updated for v1.0.1 release
Albert ChengAlbert Cheng
921ecec2defUpdated for v1.0.1 release
Albert ChengAlbert Cheng
8b2c61157cfUpdated for v1.0.1 release
Albert ChengAlbert Cheng
ed75b04d1dbtest/Makefile.in test/Makefile.am The old test/Makefile.am has errors. Bring a new version to give it a clean restart. config/: Adapted from h5check. Give h5edit a clean restart. config/Makefile.am.blank: A Makefile.am template. config/commence.am To be included by all Makefile at the beginning. config/conclude.am: To be included by all Makefile at the end.. bin/newer: Adapted from h5check. Used by conclude.am. Tested: jam (inplace build, srcdir build, full...
Albert ChengAlbert Cheng
2a0b315e06dAdded a reminder that: # When changes are made, remember to change config/commence.am too. This concerns autotool versions.
Albert ChengAlbert Cheng
83e7f42f071Change COPYFILE so that it will not copy if testfile exists and is the same as datafile. This prevents copying datafile to itself. With this, build within the source will not damage original test files.
Albert ChengAlbert Cheng
550e74b7ae2update to 1.0.1 beta2.
Albert ChengAlbert Cheng
9d0e69b160aUpdate to v1.0.1 beta2.
Albert ChengAlbert Cheng
045fa753a8cChanged version number to 1.0.1 beta2
Albert ChengAlbert Cheng
79b7c2d0322configure.ac: Updated version number in AC_INIT to 1.0.1. configure: Generated by bin/reconfigure.
Albert ChengAlbert Cheng
5826232d9c7Makefile.am: Revision 52 was committed by mistake. Restored back to previous revision (r50). Makefile.in: bin/reconfigure generated. test/Makefile.am: Revision 52 was committed by mistake. Restored back to previous revision (r29). test/Makefile.in: bin/reconfigure generated. Tested: jam, koala, heiwa, linew.
Albert ChengAlbert Cheng
085d4fd0f50test/Makefile.am: Fixed the cyclic definition of check_PROGRAMS test/Makefile.in autogenerated. test/Makefile.am configure: Makefile.in: autogenerated by reconfigure. Tested: jam and Koala.
Albert ChengAlbert Cheng
4c071d23b79Updated with bug fix information.
Albert ChengAlbert Cheng
7b610629b35Configure.ac: Added AM_MAINTAINER_MODE to turn off rebuild rules. src/Makefile.in: aclocal.m4: autogenerated.
Albert ChengAlbert Cheng
d0ba5dc1994Added aclocal.m4 so that automake will not be invoked by users who may have a different version.
Albert ChengAlbert Cheng
ed6d6e6c5efAfter release 1.0.0 postmortem reset files. src/h5edit.h: test/testfiles/version.edit: Increased release number. doc/History: doc/RELEASE.txt: README: Move v1.0.0 RELEASE.txt to History. Reset RELEASE.txt to show new version numbers.
Albert ChengAlbert Cheng
a574f2a2b3dCreated an HTML version of h5edit-Command-Language-Defininition.
Albert ChengAlbert Cheng
3b2674ca1e9Created an HTML version of h5edit.
Albert ChengAlbert Cheng
faa3b09e1ccAdded a statement that only creation and deletion of attributes are supported. Other features are to be supported in the future. H5edit_User_Guide.htm: Created an HTML version of the user guide. H5edit_User_Guide.pdf: Autogenerated.
Albert ChengAlbert Cheng
917009d6ba2updated for the release date July 31, 2011.
Albert ChengAlbert Cheng
39b7931c636Updated for the official v1.0.0 release.
Albert ChengAlbert Cheng
e4bdd6a4954Updated for v1.0.0 release
Albert ChengAlbert Cheng
b5159df6650Add PDF version for the Command Lanaguage Definitions
Albert ChengAlbert Cheng
5a343de1198Added copyrights file, COPYING. UPdated README to get ready for v1.0.0 release.
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 Float and 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.