summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1515] Changes since 19990715Robb Matzke1999-07-1912-317/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./Makefile.in [1.3] ./examples/Makefile.in [1.3] ./pablo/Makefile.in [1.3] ./src/Makefile.in [1.3] ./test/Makefile.in [1.3] ./testpar/Makefile.in [1.3] ./tools/Makefile.in [1.3] ./config/commence.in [1.3] ./config/conclude.in [1.3] ./config/depend.in [1.3] Added a `.PATH' target for Irix pmake which is identical to the VPATH used by most other `make' programs. Irix 6.5 (or 6.4?) and later `make' ignores VPATH. Started all beginning-of-line comments with `##' instead of just `#' because Irix `pmake' barfs on things like the following because it sees the `# if' as a directive: # make will barf on the following line # if running Irix pmake ./config/commence.in [1.3] Added empty definitions for optional `make' macros because Irix pmake complains if it sees a macro which has never been defined. The main body of the Makefiles can redefine these macros to whatever they need.
* [svn-r1514] ./bin/release [1.2, 1.3]Robb Matzke1999-07-191-2/+6
| | | | | | The SunOS 5.6 version of `sed' must have slashes as delimiters so I made sure that's all that's used in this script even though it makes one pattern almost unreadable.
* [svn-r1513] moved the string after the arrayPatrick Lu1999-07-191-0/+0
|
* [svn-r1512] moved the array before the string in the struct for tstr.h5Patrick Lu1999-07-191-1/+1
|
* [svn-r1508] Updated DDL files for new dumper output.Quincey Koziol1999-07-183-81/+81
|
* [svn-r1507] Uncommented VL datatypes in compound datatypes test, since it's ↵Quincey Koziol1999-07-184-4/+6
| | | | | | working now. Some other memory leaks in the tests fixed.
* [svn-r1506] Bug fixes to get VL datatype fields in compound datatypes ↵Quincey Koziol1999-07-174-40/+26
| | | | | | working. Also, some memory leaks plugged in other routines.
* [svn-r1505] Regenerated scriptQuincey Koziol1999-07-171-359/+442
|
* [svn-r1500] Changed the default action for the search of HDF4 library and ↵Albert Cheng1999-07-162-2/+2
| | | | | | | header files to try locating them under /usr/ncsa/{lib,include} first. (/usr/ncsa/ is the default location for non-vendor software.)
* [svn-r1498] Updated the expected output file since h5dumptst has changed theAlbert Cheng1999-07-161-0/+0
| | | | content of the corresponding h5 file.
* [svn-r1496] added a -w option so people can change the width of the ↵Patrick Lu1999-07-161-7/+21
| | | | | | output(number of cols) not added to the release only the development
* [svn-r1495] Corrections and small bugfixes to VL testing.Quincey Koziol1999-07-161-20/+52
|
* [svn-r1494] Lots of various bug-fixes on VL datatypes. VL datatype fields ↵Quincey Koziol1999-07-166-104/+115
| | | | | | | in compound datatypes aren't yet working, but other ways of using them (vlen atomic, vlen compound and vlen vlen atomic, etc.) are working.
* [svn-r1491] removed teh extra funtion that wasn't being used and now if thePatrick Lu1999-07-161-159/+7
| | | | indentation is greater than the number of columns it will generate an error
* [svn-r1488] Patrick Lu1999-07-161-0/+0
| | | | | update teh projects for the dumpdll and the dump tool so that it does not have the dumputil.c file listed anymore
* [svn-r1486] ./src/H5B.c [1.2, 1.3]Robb Matzke1999-07-164-7/+7
| | | | | | | ./src/H5Fistore.c [1.2, 1.3] ./src/H5Sall.c [1.2, 1.3] Replaced second argument of HGOTO_ERROR/HRETURN_ERROR with a minor error symbol (H5E_INTERNAL is a major error symbol).
* [svn-r1484] ./tools/h5tools.c [1.2, 1.3]Robb Matzke1999-07-141-30/+32
| | | | | | | | | | Fixed a bug reported by Albert: the indices for data printed by h5ls were starting over at zero for each pass through the strip mining loop. Fixed indentation in one function. Replaced commented-out code by #if 0
* [svn-r1481] reordered the tests in the test_vltypes function.Patrick Lu1999-07-141-4/+4
| | | | | | caused some strange problems on NT. crashed if the test for the compound type was second when called from the command line but not if i clicked on the icon. strange but this seemed to make it better
* [svn-r1480] Patrick Lu1999-07-141-0/+0
| | | | changed the settings for the dll project
* [svn-r1477] ./h5ls.c [1.2, 1.3]Robb Matzke1999-07-131-8/+7
| | | | Fixed usage message.
* [svn-r1476] ./src/H5D.c [1.2, 1.3]Robb Matzke1999-07-133-0/+5
| | | | | | | | ./src/H5P.c [1.2, 1.3] ./src/H5T.c [1.2, 1.3] Added definitions for H5D_operator_t, H5MM_allocate_t, and H5MM_free_t and regenerated tracing calls for the affected API functions.
* [svn-r1475] ./config/gnu-flags [1.2, 1.3]Robb Matzke1999-07-131-18/+30
| | | | A warning is printed for all versions of EGCS before 2.91.67.
* [svn-r1474] ./bin/h5vers [1.3]Robb Matzke1999-07-132-2/+8
| | | | | | | | | Added `use strict' and declared some variables. ./bin/trace [1.2, 1.3] Added definitions for H5D_operator_t, H5MM_allocate_t, and H5MM_free_t and regenerated tracing calls for the affected API functions.
* [svn-r1473] ./INSTALL [1.2, 1.3]Robb Matzke1999-07-132-18/+18
| | | | Updated version numbers. Fixed a couple typos.
* [svn-r1465] src/H5Fmpio.c:Albert Cheng1999-07-123-6/+6
| | | | | | | | | | | | | Removed the unnecessary #include of mpi.h and mpio.h. (They are included already in H5public.h when applicable.) Changed couple debug printing to be controlled like the others. src/H5public.h: Officially, mpio.h should be in mpi.h but MPIO are not always supported by the vendor yet. Make the #include of mpio.h conditional when it is not in mpi.h. testpar/testphdf5.h: Removed the unnecessary #include of mpi.h and mpio.h. (They are included already in H5public.h when applicable.)
* [svn-r1463] added projects on the alpha for the tools lib and the h5 dumptest.Patrick Lu1999-07-121-0/+0
|
* [svn-r1460] Removed DOS386 macro. It was used for some special code in TFLOP.Albert Cheng1999-07-111-1/+1
| | | | | That had been replaced by the more appropriate TFLOP predefined macro __PUMAGON__.
* [svn-r1458] Changed the disable-shared to be default only if not set.Albert Cheng1999-07-101-3/+26
| | | | | Added cached sizes for the leastN_t and fastN_t types which are not defined as system types for TFLOP.
* [svn-r1457] Patrick Lu1999-07-091-1/+1
| | | | fixed the unnamed data type bug(wasn't printing the root slash)
* [svn-r1454] Patrick Lu1999-07-091-1/+1
| | | | removed the comma at the end of the enum data type
* [svn-r1452] Updated installation instruction provided by Richard Hedges of LLNL.Albert Cheng1999-07-081-5/+21
|
* [svn-r1448] Added two IBM specific configuration files which are provided byAlbert Cheng1999-07-083-0/+87
| | | | Richard Hedges of LLNL.
* [svn-r1446] Makefile.ibmsp is no longer needed. Configure generates the rightAlbert Cheng1999-07-082-96/+0
| | | | Makefile for it.
* [svn-r1445] Fixed regular expression in sedQuincey Koziol1999-07-071-1/+1
|
* [svn-r1444] Added missing files to manifestQuincey Koziol1999-07-072-1/+3
|
* [svn-r1441] Regenerated HDF5 testfiles.Quincey Koziol1999-07-0713-0/+0
|
* [svn-r1440] Fixed distclean targetQuincey Koziol1999-07-071-1/+5
|
* [svn-r1437] Changed version number of development code to 1.3.0Quincey Koziol1999-07-062-3/+3
|
* [svn-r1436] Made perl script more portable.Quincey Koziol1999-07-061-1/+5
|
* [svn-r1431] hdf5-1_2_1hdf5-1_2_0betahdf5-1_2_0-beta1-update2hdf5-1_2_0Elena Pourmal1999-07-061-42/+30
| | | | | | | | Example was modified to use references to different objects. Missing calls to release dataset handles and to free memory buffers were added. Tested on baldric.
* [svn-r1430] Fixed some dumb typos.Albert Cheng1999-07-061-3/+3
|
* [svn-r1429] Patrick Lu1999-07-064-7/+7
| | | | update the ddl so the occurences of H5T_STD_I8LE are not big endian
* [svn-r1428] Patrick Lu1999-07-061-2/+2
| | | | fixed some more bugs
* [svn-r1427] Patrick Lu1999-07-061-7/+8
| | | | fixed some bugs with creating the files
* [svn-r1426] Patrick Lu1999-07-061-0/+6
| | | | | | | | had to conditional compile some code out for the debug version of this file on windows. the microsoft c run time lib calls special versions of free and malloc in the debug mode. this code causes problems for the library(crashes) so i am taking the statements out in this version(win32 and debug) until i can figure out a way around the problem
* [svn-r1425] Frank Baker1999-07-066-59/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RM_H5S.html Dataspaces.html H5Sselect_hyperslab H5Sselect_elements Add H5S_SELECT_OR operator. Converted operator list to a table. H5Sextent_copy Corrected source and destination descriptions. (RM_H5S.html only) H5Screate Removed unused H5S_NONE dataspace type. H5Sset_extent_none Corrected reset class type to H5S_NO_CLASS (previously said H5S_NONE). RM_H5G.html H5Gget_linkval Corrected descriptions of 'loc_id', 'name', and 'value'. Corrected "Purpose". Emphasized need to call H5Gget_objinfo first. H5Gset_comment H5Gget_comment Corrected description of 'loc_id'. H5Gget_objinfo Corrected description of 'loc_id'. Added H5G_TYPE to list of valid values of 'type'. RM_H5F.html ExternalFiles.html H5Fmount H5Funmount Corrected description of 'loc_id'. Changed function descriptions in ExternalFiles.html to correspond to RM. RM_H5T.html Moved H5Tget_class and H5Tget_size to "General Datatype Operations" in top index.
* [svn-r1424] Pulled CVS checkout codes to form a new partition of checkout thatAlbert Cheng1999-07-061-18/+36
| | | | | | | | does cvs checkout only. Moved the "make distclean" code from the "test" to the "release" part. (A distclean should definitely be applied as part of the release command. Also, test might fail for other silly reason, like AFS temporary out. The distclean blew away the option of trying the tests by hand.
* [svn-r1423] Patrick Lu1999-07-061-0/+0
| | | | | updated the dumptst project so that it finds the file(the location was moved into the tools directory)
* [svn-r1422] Patrick Lu1999-07-061-0/+6
| | | | | added entries to the new files I added to the testfile dir(tenum.h5 tenum.ddl tobjref.h5 tobjref.ddl tdatareg.ddl tdatareg.h5)
* [svn-r1421] Divide the whole script into two parts, test and release, so ↵Albert Cheng1999-07-041-53/+139
| | | | | | | | | | | | | | | | that the two tasks can be done selectively. This is mainly to allow doing the test without running the release part automatically. After this is tested out more to work fine, the "cvs checkout" part will be pulled out also, so that it is possible to stage the cvs checkout during the daytime when user is around to provide the AFS token. The test part can be done at night by cron, provided the latest source has been "staged". Following a successful test, the user can do the release part by hand later, again with AFS tokens. Also added options for using different locations of HDF4 library and the ARCHIVE areas. Making it useful for different machines setup.