summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r11982] Purpose:Fang Guo2006-02-281-6/+2
| | | | | | | | | | | Maintenance on Windows Description: Update hdf5 on windows accordint to Quincey's check in Solution: Platforms tested: Misc. update:
* [svn-r11968] Purpose:Quincey Koziol2006-02-271-0/+2
| | | | | | | | | | | | | | Incrementtal checkin Description: Revise & update v2 B-tree code to separate the internal package-specific routines from the library-callable "private" routines. Similar updates for the fractal heap code. Platforms tested: FreeBSD 4.11 (sleipnir) Mac OSX (amazon)
* [svn-r11967] Purpose:Quincey Koziol2006-02-271-0/+8
| | | | | | | | | | | | | | | New feature Description: Check in initial "fractal heap" code, for supporting the group redesign. Also, remove some remnants of the segmented heap/block tracker/B+tree code which I didn't find during the last pass. Platforms tested: FreeBSD 4.11 (sleipnir) Mac OSX (amazon) Linux 2.4
* [svn-r11965] Purpose:Quincey Koziol2006-02-241-24/+0
| | | | | | | | | | | | Maintenance Description: Remove half-built (half-baked? :-) implementation of B+tree, block tracker and segmented heaps. (In preparation for starting the new heap coding) Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 (heping)
* [svn-r11949] Purpose:Fang Guo2006-02-161-1/+1
| | | | | | | | | | | Remove deleteline.bat and add in tooltest.bat Description: Solution: Platforms tested: Misc. update:
* [svn-r11914] Purpose:Fang Guo2006-01-311-0/+2
| | | | | | | | | | | Add in cache_api.dsp and cache_apidll.dsp Description: Solution: Platforms tested: Misc. update:
* [svn-r11896] Purpose:John Mainzer2006-01-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | 1) Add parallel test for metadata cache 2) Split serial test for metadata cache into two parts 3) Fix bug in which cache was flushed needlessly when the cache wasn't full. 4) Performance improvements Description: See above. Solution: See above. Platforms tested: h5committest Misc. update:
* [svn-r11886] Purpose:Quincey Koziol2006-01-231-0/+1
| | | | | | | | | | | | | Code cleanup Description: Check in some of the code cleanups from working on the external link support. (This doesn't include any of the external link features) Platforms tested: FreeBSD 4.11 (sleipnir) Mac OSX.4 (amazon) Linux 2.4
* [svn-r11856] Purpose:James Laird2006-01-031-0/+1
| | | | | | | MANIFEST fix Description: Added src/H5Pacpl.c to manifest.
* [svn-r11832] Purpose: Rename files and change grammar rule.Raymond Lu2005-12-221-3/+3
| | | | | | | | | | | Description: Renamed lex.yy.c to H5LTanalyze.c, y.tab.c to H5LTparse.c, and y.tab.h to H5LTparse.h in hl/src. Changed definition of opaque type to ommit the tag. Changed the test for opaque type in hl/test, too. Platforms tested: h5committest, fuss, and sleipnir. Misc. update: MANIFEST
* [svn-r11824] Purpose:Fang Guo2005-12-201-0/+1
| | | | | | | | | | | maintenance on Windows Description: Move hl c examples to windows/hl/examples Solution: Platforms tested: Misc. update:
* [svn-r11821] Purpose:Fang Guo2005-12-201-15/+20
| | | | | | | | | | | add hl fortran examples and move hl c examples Description: Solution: Platforms tested: Misc. update:
* [svn-r11791] Purpose:James Laird2005-12-131-0/+1
| | | | | | | | | | | Bug fix Description: Fogot to commit file config/examples.am in previous checkin. Solution: The examples.am file contains common Makefile rules for the example directories.
* [svn-r11780] Purpose:James Laird2005-12-091-4/+14
| | | | | | | | | | | | | | | | | Added high-level example directories Description: Refactored common code out of examples Makefiles.am, added high-level example directories, added packet table examples. Solution: Examples now draw from a common config/examples.am file, which contains rules for installing, uninstalling, and cleaning examples. High-level example directories are mostly empty, except for the C and C++ packet table tests. Platforms tested: mir, sleipnir, copper, shanti
* [svn-r11773] Purpose:Leon Arber2005-12-081-0/+1
| | | | | | | | | | | | Added new t_posix_compliant.c file Description: Solution: Platforms tested: Misc. update:
* [svn-r11770] Updated with newly added and removed files.Albert Cheng2005-12-081-1/+1
|
* [svn-r11758] Purpose:Quincey Koziol2005-12-041-0/+3
| | | | | | | | | | | | | New feature Description: Add in a combination of Peter's & my code to support copying variable-length data from one file to another, although currently only supported with contiguous data storage. Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r11723] Purpose:Fang Guo2005-11-151-0/+2
| | | | | | | | | | | Add in two test project files (objcopy.dsp and objcopydll.dsp) Description: Solution: Platforms tested: Misc. update:
* [svn-r11712] Purpose:Quincey Koziol2005-11-151-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New feature Description: Check in baseline for compact group revisions, which radically revises the source code for managing groups and object headers. WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! This initiates the "unstable" phase of the 1.7.x branch, leading up to the 1.8.0 release. Please test this code, but do _NOT_ keep files created with it - the format will change again before the release and you will not be able to read your old files!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! Solution: There's too many changes to really describe them all, but some of them include: - Stop abusing the H5G_entry_t structure and split it into two separate structures for non-symbol table node use within the library: H5O_loc_t for object locations in a file and H5G_name_t to store the path to an opened object. H5G_entry_t is now only used for storing symbol table entries on disk. - Retire H5G_namei() in favor of a more general mechanism for traversing group paths and issuing callbacks on objects located. This gets us out of the business of hacking H5G_namei() for new features, generally. - Revised H5O* routines to take a H5O_loc_t instead of H5G_entry_t - Lots more... Platforms tested: h5committested and maybe another dozen configurations.... :-)
* [svn-r11686] Purpose:Quincey Koziol2005-11-071-0/+2
| | | | | | | | | | | | | | | | | | | New feature Description: Add in baseline "object copy" code from Peter [in the form of a new API routine: H5Gcopy()]. There's still some work to do (like handling variable- length datatypes and possibly support for references) and it hasn't been tested on mounted files yet, but the core functionality is there and working correctly. I've also got a set of patches to update the 1.6 branch with tweaks to keep the branches mostly in sync, but Elena will kill me if I import them before the 1.6.5 release is out... :-) Platforms tested: FreeBSD 4.11 (sleipnir) h5committested
* [svn-r11677] Purpose: UpdateRaymond Lu2005-11-031-0/+5
| | | | | Misc. update: Update for the new feature H5LTtext_to_dtype() with new files in HL library.
* [svn-r11642] Updated.Albert Cheng2005-10-311-0/+1
|
* [svn-r11610] Purpose:Albert Cheng2005-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug fix. Description: The previous way of detecting the MPICH version fails if the suspected $CC does not give the expected MPICH version information. Though no consequence, it generates error messages that alarm users. Also, mpich2 gives the version information as if it were mpich v1.0.2 which was incorrectly included as an earlier version of the origianl mpich. Solution: Implemented a more robust code to detect the version and narrow the recognition down to v1.2.0-v1.2.5. Also, the code were duplicated in two files (linux-gnulibc1 and ia64-linux-gnu). Combined them into a new file called mpich. Platforms tested: Tested in heping using mpicc and mpich2/mpicc and also in tg-ncsa. Misc. update: Updated MANIFEST.
* [svn-r11607] Purpose:Pedro Vicente Nunes2005-10-261-0/+1
| | | | | | | | | | | | | | | | | new h5diff test Description: added a test to the test h5diff script that compares a file to itself. this test is done to test some features of the library that open the same file and the root group twice Solution: Platforms tested: linux solaris Misc. update:
* [svn-r11603] Purpose:James Laird2005-10-251-2/+0
| | | | | | | Bug fix Description: Updated MANIFEST. Sorry!
* [svn-r11567] Purpose:James Laird2005-10-141-1/+1
| | | | | | | | | | | | | | Bug fix Description: Changed the name of a file from the last fix. createnoenc.c is not gen_noencoder.c Solution: This is just a more standard name for the file. Platforms tested: tested in previous check-in; forgot to commit to cvs.
* [svn-r11550] Purpose:Albert Cheng2005-10-111-1/+14
| | | | Updated Copyright notice.
* [svn-r11525] Purpose:Albert Cheng2005-10-111-1/+2
| | | | | | | | | | Feature. Description: Initialization file for chkcopyright. Platforms tested: Hand tested.
* [svn-r11456] Purpose:Fang Guo2005-09-211-0/+2
| | | | | | | | | | | Add in two new project file for tool h5stat Description: Solution: Platforms tested: Misc. update:
* [svn-r11437] Purpose:Albert Cheng2005-09-191-0/+1
| | | | Updated for the added build_h5perf_alone.sh tool.