summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12488] added a missing file to manifestPedro Vicente Nunes2006-07-211-0/+1
|
* [svn-r12482] new tool h5copyPedro Vicente Nunes2006-07-191-0/+6
| | | | | | | | it uses the API function H5Gcopy to copy groups and datasets from file to file, read from a command line note: the test script is not finished yet tested on heping, copper, shanti
* [svn-r12467] Rename h5stat output file to avoid lower/upper-case filename ↵MuQun Yang2006-07-141-1/+1
| | | | clash on Windows
* [svn-r12465] Add regression test to check that the library handles files ↵Quincey Koziol2006-07-141-0/+2
| | | | | | | | with merged object header messages properly. Too minor to require h5committest
* [svn-r12453] Purpose:James Laird2006-07-051-0/+7
| | | | | | | Documentation update Description: Updated MANIFEST and RELEASE.txt for H5L change
* [svn-r12444] Purpose:Pedro Vicente Nunes2006-06-281-0/+1
| | | | | | | | | | | | | | | | | | | | new feature Description: added support for h5dump to dump binary data using the file type format added one test to the test script that tests this Solution: Platforms tested: mir shanti copper Misc. update:
* [svn-r12437] Purpose:Pedro Vicente Nunes2006-06-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | new feature. h5dump output of binary data Description: a new switch -b FILE_NAME that dumps the contents of memory data to file FILE_NAME in binary form new program binread.c that reads the contents of this file and outputs it to stdout added a test for the h5dump shell script that does a run of -b the binread.c program reads the data used in this run, usage is ./binread FILE_NAME Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r12434] Purpose: MaintenanceElena Pourmal2006-06-221-0/+1
| | | | | | | | | | | | Description: Added support for HPUX11.23 Solution: Added configuration file for the system. Both C, C++, F90, HL 32-bit and 64-bit are supported. Known problems: C++ library will not build in 64-bit mode if shared is enabled. Platforms tested: HPUX 11.23 at UMKC Misc. update:
* [svn-r12429] Purpose: Alpha Open VMS portElena Pourmal2006-06-211-0/+1
| | | | | | | | | | | | | | | | Description: Added a command file for testing tools; it has a framework to do exactly (almost) what UNIX tools test scripts do: - run test tool and save output - compare output with expected result - figure out the difference and - print PASSED /*FAILED* in a manner similar to the UNIX output It needs to be populated with more tests and reused for other tools. Solution: Platforms tested: VMS server Misc. update:
* [svn-r12427] Purpose:Pedro Vicente Nunes2006-06-201-0/+1
| | | | | | | | | | | | new file with HL fortran exampleA Description: Solution: Platforms tested: Misc. update:
* [svn-r12417] Purpose: MaintenanceElena Pourmal2006-06-181-0/+7
| | | | | | | | | | | Description: I added new tests/files for the h5stat tool. MANIFEST was updated accordingly. Solution: Platforms tested: heping, shanti Misc. update:
* [svn-r12416] Purpose: MaintenanceElena Pourmal2006-06-171-0/+3
| | | | | | | | | | | | | | Description: Added test script and two test files in the tools/misc/testfiles directory for testing h5stat tool; modified Makefile.am in tools/misc and configure.in files to run the new test script; reran bin/recofigure to update relevant configuration files; updated MANIFEST Solution: Platforms tested: heping with in place and srcdir builds; will do more testing after the checkin. Misc. update:
* [svn-r12411] Purpose:James Laird2006-06-131-1/+1
| | | | | | | | | | | | | | Bug fix - bugzilla #552 Description: On Cray X1, trying to use : as an argument confused the system. Solution: Added a test in configure to see if : as an argument is bad. If so, skipped the test. Platforms tested: mir, Cray X1 (change to configure only)
* [svn-r12375] Purpose: UpdateRaymond Lu2006-05-241-0/+1
| | | | | | | Solution: Misc. update: added hl/test/dtype_file_readable.txt
* [svn-r12359] Purpose: UpdateRaymond Lu2006-05-191-0/+1
| | | | Misc. update: added hl/test/dtype_file.txt.
* [svn-r12354] Purpose:Pedro Vicente Nunes2006-05-181-0/+1
| | | | | | | | | | | | | manifest update Description: one new file that was not updated yesterday Solution: Platforms tested: Misc. update:
* [svn-r12349] Purpose:Quincey Koziol2006-05-151-1/+8
| | | | | | | | | | | | | | | Code checkpoint Description: Checkpoint fractal heap improvements, as well as move the free space manager code that it's using into a separate package. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4/64 (mir) w/C++ & FORTRAN Linux 2.4/32 (heping) Solaris 2.9 (shanti) AIX 5.? (copper) w/FORTRAN & parallel
* [svn-r12320] Purpose:Quincey Koziol2006-05-021-2/+2
| | | | | | | | | | code cleanup Description: Finish H5FS->H5CS internal API name changes... Platforms tested: FreeBSD 4.11 (sleipnir) w/ & w/o --enable-codestack
* [svn-r12317] Purpose:Quincey Koziol2006-04-301-0/+1
| | | | | | | | | | | | | | | | Code checkpoint Description: More progress on fractal heap, can now re-open an existing heap, although the free space algorithm still needs work. Also, use the new "pinned entry" metadata cache code. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping) Solaris 9 (shanti) Linux 2.4/64 (mir)
* [svn-r12314] Purpose:Quincey Koziol2006-04-291-23/+25
| | | | | | | | | | | | | | Code cleanup Description: Big clean up on high-level library code, including: - Removing include of HDF5 private header file(!) - Reduce number of compiler warnings - Untangle header files, etc. Platforms tested: FreeBSD 4.11 (sleipnir) w/C++ Linux 2.4/64 (mir) w/C++ & FORTRAN
* [svn-r12311] Purpose:John Mainzer2006-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Add pinned entry capability to cache. Description: For frequently accessed cache entries, the protect/unprotect overhead is sometimes a bottleneck. Solution: Allow entries to be pinned in the cache. Pinned entries can't be evicted, but can be flushed or modified. Platforms tested: h5committested -- minus one small typo in test/cache.c whose fix was tested on copper and heping only. Misc. update:
* [svn-r12297] Purpose:Pedro Vicente Nunes2006-04-251-6/+2
| | | | | | | | | | | | | | | | | new feature Description: added support for the printout of dataset region references differences added a new test for this merged the h5diff generator of test files into a single file Solution: Platforms tested: linux 32, 64 solaris Misc. update:
* [svn-r12295] Purpose:James Laird2006-04-211-1/+1
| | | | | | | | | | | | | | | | | | | Several bug fixes Description: Added config file for Cray X1 (previous file was misnamed) Simplified some code in hyperslab.c test that seemed to have been confusing compiler on Cray X1. Fixed typo in config/commence.am Cleaned up hl/src/Makefile.am Solution: All four fixes should be straightforward. The failure on Cray was very difficult to debug, but involved arithmetic errors. This change seems to fix it. Platforms tested: heping, copper, sol, some Cray X1 (more testing when system comes back up)
* [svn-r12292] Purpose:Quincey Koziol2006-04-201-8/+0
| | | | | | | | | | | | | Code maintenance Description: Remove flexible parallel code Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping) Solaris 2.9 (shanti) Linux 2.4/64 (mir)
* [svn-r12283] Purpose:Albert Cheng2006-04-201-0/+1
| | | | | | | | | | Rearragement. Description: Created general HL library header file and moved HL public headers to it. Platforms tested: h5committested.
* [svn-r12281] Purpose:Albert Cheng2006-04-191-1/+1
| | | | | | | | | | | | | | Bug fix. Description: ./hl/src/H5LTparse.h was marked as DO_NOT_DISTRIBUTE by mistake. It should not be installed but must be present for building. Solution: Fixed. Platforms tested: Should work.
* [svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 releaseElena Pourmal2006-04-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | Description: Here is what I did: modified MANIFEST according Quincey's instructions to fix the problem exposed by bin/release (compilation fails because some header files were not included in the distribution) fixed small typo and modified include_HEADERS line in src/Makefile.am to address the problem exposed by bin/release ran bin/h5vers to change version number to 1.8.0-alpha0 ran bin/release to release tar ball to the ftp server Solution: Platforms tested: mir MANY,MANY,MANY times Misc. update:
* [svn-r12268] Purpose:Albert Cheng2006-04-171-2/+0
| | | | Updated with removed files.
* [svn-r12263] Purpose: MaintenanceElena Pourmal2006-04-161-0/+1
| | | | | | | | | | Description: Added installation instructions (draft) for VMS system. Solution: Platforms tested: N/A Misc. update:
* [svn-r12258] Purpose:Quincey Koziol2006-04-151-0/+4
| | | | | | | | | | | | | | | | | | | Code checkpoint Description: Add in more fractal heap support for odd allocation patterns (entries that are too large for various block sizes, etc.) Broke out fractal heap code into more source code modules. Refactored fractal heap test to make it more understandable and maintainable for the long term. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping) Linux 2.4/64 (mir) Solaris 2.9 (shanti)
* [svn-r12250] Purpose: MaintenanceElena Pourmal2006-04-141-0/+6
| | | | | | | | | | | Description: Added new VMS command files to run tests and examples for C, C++ and Fortran Solution: Platforms tested: Misc. update:
* [svn-r12239] Purpose: UpdateRaymond Lu2006-04-141-1/+1
| | | | | | | Description: Mark hl/src/H5LTparse.h as undistributed. Platforms tested: ran bin/chkmanifest.
* [svn-r12231] Purpose:Pedro Vicente Nunes2006-04-121-1/+0
| | | | | | | | | | | | fix, forgot to cvs remove one file of the privious check in Description: Solution: Platforms tested: Misc. update:
* [svn-r12229] Purpose:Pedro Vicente Nunes2006-04-121-6/+10
| | | | | | | | | | | | | | | | | | | | | new feature Description: 1) separated the HL library into "public" and "private" header files, with the same caracteristics as the basic library 2) added the public headers to hdf5.h (with a conditional include macro, defined in configure.in) 3) added the path to HL in all Makefile.am 's , because of the inclusion in hdf5.h Solution: Platforms tested: linux 32, 64 AIX solaris with fortran and c++ (one packet table example fails) Misc. update:
* [svn-r12214] Purpose:Quincey Koziol2006-04-101-5/+5
| | | | | | | | | | | | | Code cleanup Description: Don't install empty public header files. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
* [svn-r12171] Purpose:Pedro Vicente Nunes2006-03-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | bug fixes Description: h5dump/h5ls were not displaying long doubles correctly Solution: 1) the print datatype functions were incorrectly testing for the valid return value from H5Tequal, (TRUE), causing the display of an incorrect name of a dataype in error cases from H5Tequal 2) h5tools_print_str did not have a case for native long double 3) added a file generator for a long double dataset 4) added one script test for the long double data (commented , some sytems don't have a native long double match, and the output differs) 5) added a vms file and h5dump script test Platforms tested: linux 32, 64 solaris AIX Misc. update:
* [svn-r12168] Purpose:Fang Guo2006-03-281-0/+2
| | | | | | | | | | | Maintenance on Windows Description: Add in cross_read(dll) tests on Windows Solution: Platforms tested: Misc. update:
* [svn-r12151] Purpose: New testRaymond Lu2006-03-241-0/+5
| | | | | | | | | | | | | Description: cross_read.c is a new program to test reading data created on an OpenVMS, a little-endian, and a big-endian machine. The three data files are vms_data.h5, be_data.h5, and le_data.h5. To generate these data files, run gen_cross.c on these machines and change the file names. Platforms tested: fuss and h5committest Misc. update: MANIFEST
* [svn-r12146] Purpose:Pedro Vicente Nunes2006-03-231-0/+1
| | | | | | | | | | | | | | | | | bug fix Description: percent relative error was done using integer arythmetic; use floating point instead added the case for unsigned long long integer to float conversion Solution: Platforms tested: linux (32,64) AIX solaris Misc. update:
* [svn-r12134] Purpose:Pedro Vicente Nunes2006-03-221-0/+1
| | | | | | | | | | | | | | | | | | bug fix Description: 1) added a more explainative usage message 2) the percent relative error for the integer type (division) was being done using integer arythmetic; use floating point arythmetic instead 3) added a new test for integer percent Solution: Platforms tested: linux (32,64) AIX solaris Misc. update:
* [svn-r12092] Purpose:Pedro Vicente Nunes2006-03-151-0/+3
| | | | | | | | | | | | | | | | bug fix, new features Description: when comparing links , the output for the number of differences found was not being done Solution: print it add 3 more tests that test the output of differences for 1) groups 2) datatypes 3) links Platforms tested: linux Misc. update:
* [svn-r12084] Purpose:Quincey Koziol2006-03-131-0/+3
| | | | | | | | | | | | | | | | Code checkpoint Description: The fractal heap code is reasonably stable and is passing all its current tests, so checkpoint everything with CVS. Also, add "statistics" module for v2 B-trees code, which is only a stub right now. Platforms tested: FreeBSD 4.11 (sleipnir) Mac OSX (amazon) Linux 2.4 (chicago)
* [svn-r12073] Purpose: Bug fixElena Pourmal2006-03-101-0/+3
| | | | | | | | | | | | Description: I ran bin/chkmanifest BEFORE adding files to CVS. Therefore script ignored all new files and reported success. Solution: Added missing files and told myself to remember this next time. Platforms tested: heping with bin/chkmanifest Misc. update:
* [svn-r12051] Purpose: VMS portElena Pourmal2006-03-091-0/+23
| | | | | | | | | | Description: added new files under the vms directory Solution: Platforms tested: heping, VMS server Misc. update:
* [svn-r12040] Purpose:Fang Guo2006-03-071-2/+2
| | | | | | | | | | | Move gifconv dll project files Description: Solution: Platforms tested: Misc. update:
* [svn-r12034] Purpose:Fang Guo2006-03-071-5/+7
| | | | | | | | | | | | | Move gifconv project files Add in More HL examples Remove duplicated source files under windows Description: Solution: Platforms tested: Misc. update:
* [svn-r12009] Purpose:Pedro Vicente Nunes2006-03-061-0/+18
| | | | | | | | | | | | | | add examples Description: add examples for HL (image, table and dimension scales) Solution: Platforms tested: linux Misc. update:
* [svn-r12004] Purpose:Quincey Koziol2006-03-041-0/+1
| | | | | | | | | | | | | | | | | New feature & code cleanup Description: Update fractal heap to be able to insert objects into a direct block hanging off the header. Extract "octal dump" code into separate routine so that both the local heaps & fractal heaps can use it. Other code cleanups & support to get this far. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4
* [svn-r12001] Purpose:James Laird2006-03-031-12/+13
| | | | | | | | | | | | | | | | | | | Moved gif2h5 tool to hl directory Description: Added a tools directory under the hl directory and moved the gif2h5 tool to that directory. Solution: The gif2h5 tool was originally built in the tools directory, but this introduced dependency issues that required special checks in the Makefiles.am and required the top-level build order to be changed because it depended on the HL library. For simplicity in the Makefiles now and in the future, the gif2h5 tool was moved to be underneath the hl library. Platforms tested: mir, copper, modi4, shanti
* [svn-r11993] Purpose:James Laird2006-03-011-0/+3
| | | | | | | | | | | | | | Added HL examples Description: Examples existed for the HL lite, image, and table interfaces, but were never included in the distro... until now! Solution: Added source files to CVS, updated Makefile and MANIFEST. Platforms tested: mir, heping, shanti