summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13824] Added new Windows low-level file driver. Eventually, this will ↵Scott Wegner2007-05-311-0/+2
| | | | | | | replace sec2 as the default driver on Windows. However, it still needs some work right now, and is currently not set to build by default. Tested: Visual Studio 2005 (still fails a few tests)
* [svn-r13783] Add t_filter_read.c to MANIFEST.Christian Chilan2007-05-221-0/+1
|
* [svn-r13776] Added Windows project file for new example project (rev 13702). ↵Scott Wegner2007-05-211-0/+2
| | | | | | | Updated test scripts and MANIFEST accordingly. Tested: VS6 on WinXP
* [svn-r13775] Pedro Vicente Nunes2007-05-211-1/+3
| | | | | | | Modified the current h5dump test script to use h5import/h5diff calls to validate the binary output. At this moment it can only be used with the native test, since h5import does not deal with input endianess. tested: linux, sunos 5.10
* [svn-r13734] Added new source files (from rev. 13721) to Windows project files.Scott Wegner2007-05-051-0/+1
| | | | | | | Note: ohdr_gentst currently fails on Windows, and is disabled by default. I'm working with Quincy to get this fixed. Tested: VS6 on WinXP
* [svn-r13721] Description:Quincey Koziol2007-05-011-1/+3
| | | | | | | | | | | | | Add "fail if unknown" and "mark if unknown" flags to object header messages. This gives the library a clean way to tell older libraries that a message should not be just ignored if it's unknown, but that other actions should occur. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13713] Updated MANIFEST for previous revision.Scott Wegner2007-04-301-1/+0
|
* [svn-r13702] Added new example that uses H5Gcreate2 and H5Lexists calls Elena Pourmal2007-04-251-0/+1
| | | | Platforms tested: Linux 2.6 RedHat in Chicago; no access to other machines
* [svn-r13701] Deleted .html versions of Windows documentation, as we have ↵Scott Wegner2007-04-241-5/+0
| | | | | | decided to maintain only .txt versions in the source package. Step-by-step instructions for Windows will eventually be made available on the public website. Updated MANIFEST to reflect changes.
* [svn-r13672] Forgot to include a sub-directory when adding a file to the ↵Scott Wegner2007-04-161-1/+1
| | | | | | | MANIFEST. This checkin fixes is. Tested: kagiso
* [svn-r13667] Added Windows hl test script for gif2hf and h52gif testing to ↵Scott Wegner2007-04-151-0/+1
| | | | | | | | bring up to date with Linux. Updated MANIFEST for new file added. Tested: VS6 on Windows XP
* [svn-r13648] Description:Quincey Koziol2007-04-121-0/+3
| | | | | | | | | | Rename new error handling API routines from H5E<foo>_stack() to H5E<foo>2(). Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty)
* [svn-r13636] Description:Quincey Koziol2007-04-111-0/+3
| | | | | | | | | | | | | | Change H5[D|G|T]<foo>_expand() "temporary" API routines to H5[D|G|T]<foo>2() "versioned" routines. Also added H5[D|G|T](create|commit)_anon() routines to continue to allow "anonymous" objects to be created in a file. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13633] PurposeAlbert Cheng2007-04-111-0/+4
| | | | | | | | | | New feature Description: Added test scripts to test the compiler scripts (h5cc, h5fc and h5c++) Tested platform: Kagiso (serial and pp)
* [svn-r13615] Pedro Vicente Nunes2007-04-091-2/+3
| | | | | | | | | | | bug fixes substituted hize_t array index variables for int stack corruption in the h52gif reading routine, wrote a new routine shell script for gif tests, added check of program return value enabled the gif test script tested: linux pgcc, solaris, linux 64
* [svn-r13589] Pedro Vicente Nunes2007-04-041-1/+0
| | | | | | h5repack code cleaning (required reconfigure) tested: linux (32, 64, parallel), solaris
* [svn-r13573] Pedro Vicente Nunes2007-04-021-1/+2
| | | | | | | | | | | | Bug fixes Reset external file list slots name_offset to a state when created (0) in H5P_dcrt_copy so that it conforms to an assertion in H5D_update_entry_info that assumes the name_offset is 0 at this point this fixes the problem of h5repack and external files, add a new test and files for an external file h5diff, check for an error return in H5D_get_storage_size tested linux 32, 64
* [svn-r13554] Pedro Vicente Nunes2007-03-271-0/+4
| | | | update new files
* [svn-r13497] Description:Quincey Koziol2007-03-111-0/+1
| | | | | | | | | | | | | | | | | | Move ref. count of # of links to an object out of the object header's prefix and make it a header message instead (since it's a "rare" occurence), eliminating some more space for each object in the file. Inserting this "ref. count" message exposed a flaw in the library's mechanism for locating a message to promote to another chunk and replace with a continuation message, which required some additional work to fix. It's still not completely robust, but it's working for more cases now and detects failures robustly. Reduced the minimum size of an object header chunk to just enough to contain a header message prefix and continuation message. Tested on: FreeBSD/32 6.2 (duty)
* [svn-r13472] Description:Quincey Koziol2007-03-061-0/+1
| | | | | | | | Add new object header message to track attribute information (unused currently). Tested on: Mac OS X/32 10.4.8 (amazon)
* [svn-r13444] update with new filePedro Vicente Nunes2007-03-021-0/+1
|
* [svn-r13440] Description:Quincey Koziol2007-03-011-0/+2
| | | | | | | | | | | | | | | | | | | Revise latest form of superblock format pretty drastically, to eliminate unused fields and move rarely used fields into superblock extension. Finished removing last vestiges of references to (never used) i"shared" object header message ID. Added object header messages for non-default v1 B-tree 'K' values and for driver info. Updated testfiles to reflect size changes, etc. Various minor cleanups, etc. Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
* [svn-r13431] Pedro Vicente Nunes2007-02-281-1/+1
| | | | | | Bug fix: the macro used for percentage in the unsigned types needed a cast to signed (the difference can be negative) Unlike the 1.6 branch the unsigned long long conversion to float is supported by H5Tconvert , so the test commented for 1.6 is run (tools/testfiles/h5diff_16_2.txt)
* [svn-r13417] Pedro Vicente Nunes2007-02-271-65/+65
| | | | commented a test that fails cross platforms and renamed files
* [svn-r13406] Pedro Vicente Nunes2007-02-261-69/+76
| | | | update file
* [svn-r13379] Added 'make help' target. This actually runs a script, ↵James Laird2007-02-231-0/+1
| | | | | | | | bin/makehelp (formatting the output in the makefile was pretty hard). Tested that make still works on kagiso; no code changes at all.
* [svn-r13329] Fixed MANIFEST error due to new h5mkgrp windows project.James Laird2007-02-191-0/+1
| | | | Ran bin/chkmanifest on kagiso.
* [svn-r13314] Updated copyright notice.Albert Cheng2007-02-141-2/+3
|
* [svn-r13301] Description:Quincey Koziol2007-02-141-2/+1
| | | | | | | | | | | 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-r13297] Description:Quincey Koziol2007-02-141-0/+18
| | | | | | | | | | | | | | | | 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-r13285] Pedro Vicente Nunes2007-02-121-4/+0
| | | | remove a test that was incorrectly added previously, that was not the feature that had to be tested
* [svn-r13283] Pedro Vicente Nunes2007-02-121-0/+3
| | | | added a test for the printing of long long numbers greater than 4GB
* [svn-r13281] new files for h5dump testsPedro Vicente Nunes2007-02-121-0/+5
|
* [svn-r13246] Forgot to add a file on previous checkin.James Laird2007-02-061-0/+1
|
* [svn-r13212] Purpose: Adding new testBinh-Minh Ribler2007-01-291-0/+1
| | | | | Description: Added c++/test/tfilter.cpp.
* [svn-r13202] Purpose: Adding testsBinh-Minh Ribler2007-01-261-0/+2
| | | | | Description: Added c++/test/tcompound.cpp and c++/test/ttypes.cpp.
* [svn-r13185] Added missing entries of Windows/test directory. Sorted those ↵Albert Cheng2007-01-231-39/+44
| | | | entries too.
* [svn-r13156] Description:Quincey Koziol2007-01-191-0/+1
| | | | | | | | | Begin refactoring code to straighten out the contorted code that handles shared messages. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13141] Added a new batch file for windows tests.MuQun Yang2007-01-121-0/+1
|
* [svn-r13136] Pedro Vicente Nunes2007-01-121-0/+1
| | | | added a new output file to h5dump tests
* [svn-r13116] Description:Quincey Koziol2007-01-061-0/+1
| | | | | | | | | | | | Add support for deleting all the attributes on an object, when they are dense and possibly shared. Also, add some testing routines, for better error detection. Should fix daily test failures also... Tested on: FreeBSD/32 6.1 (duty)
* [svn-r13094] Purpose: Adding new test fileBinh-Minh Ribler2007-01-021-0/+1
| | | | | | | | Description: Added ./c++/test/tvlstr.cpp Tested: Checked with bin/chkmanifest
* [svn-r13079] Description:Quincey Koziol2006-12-191-0/+2
| | | | | | | | | | | | | | | | | | Add more tests for checking that writing to shared attributes works correctly. (Looks like it still has a bug when dense storage is used, which I'll correct shortly). Add testing routine to shared message code, to retrieve reference count for a shared message. Add fractal heap 'op' callback for efficiently computing the hash value of an existing encoded message in the shared message fractal heap. Various minor cleanups and warning placations. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13074] Description:Quincey Koziol2006-12-191-0/+1
| | | | | | | | | | | | | | | | | Add support for opening attributes in dense and/or shared storage by index. Move routines for building and operating on tables of attributes into separate source module. Fix bug where reverting from "dense" to "compact" storage would 'unshare' attributes. Minor code cleanups, etc. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13070] Added shared message example program in hdf5/examples.James Laird2006-12-181-0/+1
| | | | | | Also cleaned up one old API routine in H5Ppublic that isn't used. Tested on smirom and kagiso. More testing to follow.
* [svn-r13064] Pedro Vicente Nunes2006-12-141-0/+5
| | | | | | | | | | | | | | | | | | | Fix several bugs 1) the parsing of subsetting was using atoi to convert the parameter to an int, which caused problems for numbers greater that int. Substitute with atof 2) the printing of indices in the subsetting case was not being done. Solution: calculate the element position at the start of the subsetting using the algorythm Given an index I(z,y,x) its position from the beginning of an array of sizes A(size_z, size_y,size_x) is given by Position of I(z,y,x) = index_z * size_y * size_x + index_y * size_x + index_x And pass that position to the function that dumps data, h5tools_dump_simple_data. 3) several index counters were declared as int, use hsize_t instead 4) modified the test generation program so that it includes test cases for subsetting of 1d, 2d, 3d, and 4d arrays and add these tests to the shell script
* [svn-r13041] Description:Quincey Koziol2006-12-111-0/+1
| | | | | | | | | | | Migrate "internalish" attribute operations into new source code file. Add test & basic support for opening attributes in dense storage (shared attributes not tested or supported yet). Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
* [svn-r13028] Description:Quincey Koziol2006-12-061-0/+4
| | | | | | | | | | | | | | | | | Add first pass of "dense" attribute storage to objects. Lots of parts of this are stubbed out, but all the tests are passing and I'll work on the corner cases soon. Eliminated several unused parameters from object header message callback routines. Other, miscellaneous code cleanups, etc. (and probably some things I've forgotten about... :-) Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) AIX/32 5.? (copper)
* [svn-r12994] Description:Quincey Koziol2006-11-291-0/+1
| | | | | | | | | | | | | | | Propagate object creation properties up into group, dataset and named datatype property lists, when those property lists are retrieved for existing objects in a file. Also, add H5Tget_create_plist() API routine, to allow named datatype property lists to be retrieved for named datatypes. Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir) AIX/32 5.? (copper)
* [svn-r12984] Pedro Vicente Nunes2006-11-271-0/+2
| | | | | | | Added a relative error formula to deal with floating point uncertainty in the comparison of floats and double types. Added new tests for this feature to the file generator program and to the shell script