summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13324] Changed the default Fortran compiler for gcc from pgf90 to g95.Albert Cheng2007-02-171-2/+6
|
* [svn-r13323] Fixed unused parameter warnings in H5C.cJohn Mainzer2007-02-161-2/+24
|
* [svn-r13322] Added new Windows project file, h5mkgrp for new tool, and ↵Scott Wegner2007-02-162-0/+125
| | | | updated all.dsw workspace to include it.
* [svn-r13321] revised attribute ordering done for the library makes h5diff to ↵Pedro Vicente Nunes2007-02-161-681/+681
| | | | | | output attributes in another order
* [svn-r13319] Added Caution message of the limit of the -fix feature.Albert Cheng2007-02-151-1/+15
|
* [svn-r13314] Updated copyright notice.Albert Cheng2007-02-149-18/+27
|
* [svn-r13313] Added HTML files fixing feature.Albert Cheng2007-02-141-0/+3
| | | | Tested: kagiso.
* [svn-r13312] Updated copyright notice.Albert Cheng2007-02-1447-130/+177
|
* [svn-r13311] Updated copyright notice.Albert Cheng2007-02-1431-156/+186
| | | | | Test: Just visual inspection as these are all comments changes.
* [svn-r13310] Aded recognition of Perl script file s (*.pl) and Makefile.dist.Albert Cheng2007-02-141-1/+5
|
* [svn-r13309] Added some cosmetic hash marks.Albert Cheng2007-02-141-2/+2
| | | | No need to test as it is trival comment.
* [svn-r13308] Skip README file too.Albert Cheng2007-02-141-0/+3
|
* [svn-r13307] ImprovementAlbert Cheng2007-02-141-25/+60
| | | | | Separated the file type guessing from UNKNOWN_TYPE into a function itself to be used by other routines later. Added debug printing feature.
* [svn-r13306] Description:Quincey Koziol2007-02-142-56/+59
| | | | | | | | | | | 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)
* [svn-r13305] Description:Quincey Koziol2007-02-141-411/+406
| | | | | | | Clean up indentation. Tested on: Linux/32 2.6 (chicago)
* [svn-r13304] Description:Quincey Koziol2007-02-145-62/+97
| | | | | | | | 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)
* [svn-r13303] Description:Quincey Koziol2007-02-142-56/+56
| | | | | | | | | 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)
* [svn-r13302] Description:Quincey Koziol2007-02-142-109/+109
| | | | | | | | 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)
* [svn-r13301] Description:Quincey Koziol2007-02-148-467/+639
| | | | | | | | | | | 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)
* [svn-r13300] Description:Quincey Koziol2007-02-142-0/+4
| | | | | | | | | 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
* [svn-r13299] Description:Quincey Koziol2007-02-143-15/+25
| | | | | | | | | | | | 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)
* [svn-r13297] Description:Quincey Koziol2007-02-1424-87/+721
| | | | | | | | | | | | | | | | 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)
* [svn-r13296] Pedro Vicente Nunes2007-02-143-2/+2
| | | | temporary fix for a daily test failure
* [svn-r13295] Description:Quincey Koziol2007-02-142-2/+11
| | | | | | | | | 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)
* [svn-r13294] Description:Quincey Koziol2007-02-135-31/+415
| | | | | | | | | | | | 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
* [svn-r13293] Description:Quincey Koziol2007-02-132-20/+37
| | | | | | | | | | | 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)
* [svn-r13292] Description:Quincey Koziol2007-02-1310-242/+354
| | | | | | | | | | | | | | | 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)
* [svn-r13291] Description:Quincey Koziol2007-02-131-9/+8
| | | | | | | | Clean up comments Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13288] Description:Quincey Koziol2007-02-134-987/+988
| | | | | | | | | | | | | 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)
* [svn-r13287] Description:Quincey Koziol2007-02-1312-361/+605
| | | | | | | | | | | | | 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)
* [svn-r13286] Pedro Vicente Nunes2007-02-132-3/+3
| | | | replaced a dataset type from H5T_NATIVE_CHAR to H5T_NATIVE_SCHAR
* [svn-r13285] Pedro Vicente Nunes2007-02-125-86/+2
| | | | remove a test that was incorrectly added previously, that was not the feature that had to be tested
* [svn-r13283] Pedro Vicente Nunes2007-02-125-2/+88
| | | | added a test for the printing of long long numbers greater than 4GB
* [svn-r13282] Skip this test if the driver is direct and the express test mode isRaymond Lu2007-02-121-2/+9
| | | | set on because it takes too long on copper.
* [svn-r13281] new files for h5dump testsPedro Vicente Nunes2007-02-121-0/+5
|
* [svn-r13280] Pedro Vicente Nunes2007-02-129-12037/+6717
| | | | 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
* [svn-r13278] The test case "complex group hierarchy" takes too long on ↵Raymond Lu2007-02-121-0/+18
| | | | | | | copper when running with direct driver. Skip this test if direct driver is used and the express test mode is set on.
* [svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1)HDF Tester2007-02-119-24/+28
|
* [svn-r13274] Description:Quincey Koziol2007-02-093-12/+39
| | | | | | | | | 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)
* [svn-r13273] The function test_copy_group_deep takes too long on copper when ↵Raymond Lu2007-02-081-2/+15
| | | | | | | 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."
* [svn-r13272] Description:Quincey Koziol2007-02-087-81/+147
| | | | | | | | Checkpoint attribute creation order coding on "by index" routines. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13270] Description:Quincey Koziol2007-02-083-435/+1001
| | | | | | | | | | | 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)
* [svn-r13269] Updated or added with THG copyright.Albert Cheng2007-02-0834-62/+135
|
* [svn-r13268] Added VMS COMMAND files support.Albert Cheng2007-02-081-0/+43
| | | | Tested: kagiso.
* [svn-r13267] Description:Quincey Koziol2007-02-088-90/+404
| | | | | | | | | 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)
* [svn-r13266] Updated it to generate the THG copyright notice.Albert Cheng2007-02-071-2/+3
| | | | | Tested: in kagiso via bin/reconfigure and then svn diff to see the effect.
* [svn-r13265] Changed Makefile to use only the single hash mark style of ↵Albert Cheng2007-02-071-11/+19
| | | | copyright notice.
* [svn-r13264] Updated Makefile.am with new THG copyright notice.Albert Cheng2007-02-0778-156/+234
| | | | Ran reconfigure to generate the Makefile.in files.
* [svn-r13263] hand edited the copyright notice.Albert Cheng2007-02-071-2/+3
|
* [svn-r13262] Added missing copyright notices.Albert Cheng2007-02-072-0/+25
| | | | Tests: just visual inspection as these are just remarks.