AuthorCommitMessageCommit dateIssues
Albert ChengAlbert Cheng
5e1bee4f600[svn-r13311] Updated copyright notice.Test: Just visual inspection as these are all comments changes.
Albert ChengAlbert Cheng
93106a5ed1e[svn-r13310] Aded recognition of Perl script file s (*.pl) and Makefile.dist.
Albert ChengAlbert Cheng
e2af691388a[svn-r13309] Added some cosmetic hash marks.No need to test as it is trival comment.
Albert ChengAlbert Cheng
a90f77e038b[svn-r13308] Skip README file too.
Albert ChengAlbert Cheng
476f98ab1be[svn-r13307] ImprovementSeparated the file type guessing from UNKNOWN_TYPE into a function itself to be used by other routines later. Added debug printing feature.
Quincey KoziolQuincey Koziol
cec2dd60858[svn-r13306] Description: Mask off the storage utilization for the h5ls output, so that the h5ls output is more portable (VL datatype size is reported as the memory size instead of the file size, making the storage utilization incorrect - entered in bugzilla)Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
9c9bebf8399[svn-r13305] Description: Clean up indentation.Tested on: Linux/32 2.6 (chicago)
Quincey KoziolQuincey Koziol
37a57858d5c[svn-r13304] Description: Fix new API routines to use same pattern of arguments for specifying an object as the new H5G/L/O API routines.Tested on: Linux/32 2.6 (chicago)
Quincey KoziolQuincey Koziol
efc45d5aab2[svn-r13303] Description: Blank out the modification time, to eliminate another portability issue.Tested on: Linux/32 2.6 (chicago) FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
Quincey KoziolQuincey Koziol
7b54b0d7870[svn-r13302] Description: Use the '-S' command line flag for h5ls, to make the output portable.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
f6a22fb0de3[svn-r13301] Description: Add '-p' flag to h5copy tool, to create intermediate "parent" groups that don't exist in destination file yet. Add more tests to h5copy script. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
8891e2433a9[svn-r13300] Description: Add mention of the h5copy & h5mkgrp tools to the release notes. Update documentation for the "--private" flag in release script Tested on: None - just text/comment changes
Quincey KoziolQuincey Koziol
847f01442b2[svn-r13299] Description: Put paths to testfile input & output directories in one place, making it easier to modify them if we choose to re-arrange our testfile locations in the future (this should probably be carried over to other test scripts). Make h5copy exit more cleanly if no command line parameters are given. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
bb392083b2a[svn-r13297] Description: Add small 'h5mkgrp' tool to create groups in an HDF5 file from the command line, allowing the group structure for a file to be created in a script. This tool closely follows the 'mkdir' command line tool in UNIX/Linux. Allow tool library applications to pass a FAPL to the h5tool_fopen() call, giving some additional flexibility to tools which are adding objects to an existing HDF5 file (like h5copy & h5mkgrp). Fix missing files in MANIFEST from previous checkin(s). Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Pedro Vicente NunesPedro Vicente Nunes
df075c5b926[svn-r13296] temporary fix for a daily test failure
Quincey KoziolQuincey Koziol
74754706cf0[svn-r13295] Description: Fix bug in "create intermediate groups" code which was carrying too much information from parent to child group.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
a5662c49788[svn-r13294] Description: Add empty & "full" groups to source HDF5 file and test copying them. Test renaming objects during copy Test specifying root group path for source & destination objects Tested on: Linux/32 2.6 (chicago) Too minor to require more tests
Quincey KoziolQuincey Koziol
c6b3059a92b[svn-r13293] Description: Refactor h5copy testing script to abstract out some of the common behavior, obey the "HDF5_NOCLEANUP" environment variable, delete any output file left over from a previous run, add a "test variation" parameter to output file name for adding next sequence of test variations, etc.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
d3c5ab50fc8[svn-r13292] Description: Add feature to h5copy to allow it to add an object to an existing file, instead of blowing away existing file. Modify h5tools_fopen() routine to take access flags, so it can be used to open an existing file for writing. Added check to h5copy test script that verifies it has produced a file with the correct structure. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
1603adeaee4[svn-r13291] Description: Clean up commentsTested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
4b23b175280[svn-r13288] Description: Fix core dump for iterating over attributes and not passing in a "starting point". Update output files missed in previous checkin. This change essentially reverses a previous change of attribute ordering, leaving the output of h5dump & h5ls compatible with 1.6.x Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
56e63bdeea4[svn-r13287] Description: Add H5Aget_info_by_idx & H5Aget_name_by_idx routines, along with refactoring underlying indices code to handle those sort of queries. Simplify the link callback routines a bit. Minor other cleanups. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Pedro Vicente NunesPedro Vicente Nunes
46e24b92bfa[svn-r13286] replaced a dataset type from H5T_NATIVE_CHAR to H5T_NATIVE_SCHAR
Pedro Vicente NunesPedro Vicente Nunes
57189d8a82f[svn-r13285] remove a test that was incorrectly added previously, that was not the feature that had to be tested
Pedro Vicente NunesPedro Vicente Nunes
c8fb91983ee[svn-r13283] added a test for the printing of long long numbers greater than 4GB
Raymond LuRaymond Lu
0f83bd0964b[svn-r13282] Skip this test if the driver is direct and the express test mode isset on because it takes too long on copper.
Pedro Vicente NunesPedro Vicente Nunes
068e29b9f14[svn-r13281] new files for h5dump tests
Pedro Vicente NunesPedro Vicente Nunes
319ad4c84b5[svn-r13280] 2 tests that were previously incorporated inside the array indices test file were separated from it. These are a test with a dataset with dimensions greater tan 4GB and a test to read by hyperslabs
Raymond LuRaymond Lu
aaa8bba3544[svn-r13278] The test case "complex group hierarchy" takes too long on copper when runningwith direct driver. Skip this test if direct driver is used and the express test mode is set on.
Private HDFPrivate HDF
146dc710d8c[svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1)
Quincey KoziolQuincey Koziol
140c0c9db29[svn-r13274] Description: Relax restriction on the "location ID" for attribute operations to allow file IDs to be used as the location ID. If a file ID is used, the attribute operations will occur on the file's root group.Tested on: FreeBSD/32 6.2 (duty)
Raymond LuRaymond Lu
487d82bf58a[svn-r13273] The function test_copy_group_deep takes too long on copper when tested with Direct driver.Added the express mode check and driver check to it. Skip it if the express mode is greater than 1 and the driver is "direct."
Quincey KoziolQuincey Koziol
494f46639df[svn-r13272] Description: Checkpoint attribute creation order coding on "by index" routines.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
1e5e6baad11[svn-r13270] Description: Clean up some of the file space allocation formatting. Beef up the attribute creation order tests to make certain they are handling shared atributes correctly (which they apparently are :-) Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
Albert ChengAlbert Cheng
338e7920fb5[svn-r13269] Updated or added with THG copyright.
Albert ChengAlbert Cheng
7b8a112b5f2[svn-r13268] Added VMS COMMAND files support.Tested: kagiso.
Quincey KoziolQuincey Koziol
e4d94d79437[svn-r13267] Description: Add more support for creation order index operations to attributes: get deletions & compact<->dense storage transitions working.Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
Albert ChengAlbert Cheng
d45c7c031f7[svn-r13266] Updated it to generate the THG copyright notice.Tested: in kagiso via bin/reconfigure and then svn diff to see the effect.
Albert ChengAlbert Cheng
9a4eefa78fd[svn-r13265] Changed Makefile to use only the single hash mark style of copyright notice.
Albert ChengAlbert Cheng
a7cac4a1941[svn-r13264] Updated Makefile.am with new THG copyright notice.Ran reconfigure to generate the Makefile.in files.
Albert ChengAlbert Cheng
ba4f40d3709[svn-r13263] hand edited the copyright notice.
Albert ChengAlbert Cheng
46a8a795f88[svn-r13262] Added missing copyright notices.Tests: just visual inspection as these are just remarks.
Albert ChengAlbert Cheng
84fa11d2c72[svn-r13261] Updated copyright notices.Tested: visual inspection as they are all just comments.
Albert ChengAlbert Cheng
2e63164fb84[svn-r13260] Added back a closing comment line.
Albert ChengAlbert Cheng
f58be09c77f[svn-r13259] Separated the processing of Shell-script files from Make-style files.Tested in kagiso.
Albert ChengAlbert Cheng
26b908439db[svn-r13258] Updated copyright notice in Windows batch files.
Albert ChengAlbert Cheng
20d4da38d02[svn-r13257] Added missing copyright notice.Tested: kagiso.
Albert ChengAlbert Cheng
42f1acfcd73[svn-r13256] Updated fortran source code with new THG copyright.Tested: kagiso.
Albert ChengAlbert Cheng
c2397f3038a[svn-r13255] Updated Copyright notice.Tested in Kagiso.
James LairdJames Laird
5dd40af99f7[svn-r13254] Cleaned up superblock extension code and added some more helpful comments.Tested on Windows, smirom, and kagiso.