summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1861] Snapshot version 1.3 release 9Albert Cheng1999-12-092-2/+2
|
* [svn-r1859] * 1999-12-09Robb Matzke1999-12-094-42/+45
| | | | | | | | | | | | | | ** src/H5FDpublic.h Added a #define for H5_HAVE_VFL to make life easier for application programmers. ** config/depend1 A minor tweak to the way GNU systems generate file dependencies for the Makefiles. ** src/H5T.c Fixed a bug with enumeration types not having the correct object header pointer.
* [svn-r1858] Changed the default testfiles to be in /tmp instead of current ↵Albert Cheng1999-12-071-1/+5
| | | | | | | directory. Current directory in which the parallel code is compiled is usually not suitable for parallel I/O test.
* [svn-r1857] Fixed error in decoding hyperslab regions for dataset region ↵Quincey Koziol1999-12-071-1/+1
| | | | | | references. Data is ok in the file, just mixed up when trying to dereference the region.
* [svn-r1855] Use the user MAKE if that has been set.Albert Cheng1999-12-031-3/+6
|
* [svn-r1854] fixed a bugPatrick Lu1999-12-032-2/+2
|
* [svn-r1853] updated these files to reflect the changes in the format for the ↵Patrick Lu1999-12-032-57/+57
| | | | dump output
* [svn-r1852] fixed a bug that i introduced with the last change to this file.Patrick Lu1999-12-031-5/+16
|
* [svn-r1851] updated the output for the dumper so that it prints out compound ↵Patrick Lu1999-12-032-75/+99
| | | | | | | | | | types with out the square braces. also the formatting for the compound types in the dataset part section has been corrected. still need to update the expected outputs so there will be some errors until I get that all checked in...
* [svn-r1850] Snapshot version 1.3 release 8Albert Cheng1999-12-022-2/+2
|
* [svn-r1849] Performance improvement to H5FD_mpio_open: eliminated ↵Robert Kim Yates1999-12-011-19/+38
| | | | unnecessary truncation.
* [svn-r1848] *** empty log message ***Robb Matzke1999-11-233-68/+107
|
* [svn-r1847] ** src/H5T.cRobb Matzke1999-11-233-952/+1081
| | | | | Fixed a bug with enumeration types not having the correct object header pointer.
* [svn-r1846] ** config/depend1Robb Matzke1999-11-231-2/+2
| | | | | A minor tweak to the way GNU systems generate file dependencies for the Makefiles.
* [svn-r1845] Snapshot version 1.3 release 7Albert Cheng1999-11-222-2/+2
|
* [svn-r1844] Changed to use the H5_HAVE_PARALLEL macro names.Albert Cheng1999-11-222-4/+4
|
* [svn-r1843] added a section that gives more detailed descriptions on using ↵Patrick Lu1999-11-191-6/+54
| | | | | | the library and the dll in VC
* [svn-r1842] added the h5pubconf.h filePatrick Lu1999-11-191-0/+0
|
* [svn-r1841] changed the #includes to the new ones defined in H5pubconf.h.Patrick Lu1999-11-191-5/+5
|
* [svn-r1840] update the #includes so it would use the new ones defined in the ↵Patrick Lu1999-11-192-8/+8
| | | | | | H5pubconf.h file. didn't compile otherwise.
* [svn-r1839] added support for displaying nested compound data.Patrick Lu1999-11-181-1/+5
|
* [svn-r1838] Snapshot version 1.3 release 6Albert Cheng1999-11-172-2/+2
|
* [svn-r1837] Cleaned up a few warnings from the SGI compiler.Quincey Koziol1999-11-178-75/+65
|
* [svn-r1836] Mainly fixed a bug in VL datatype comparisons which was causing ↵Quincey Koziol1999-11-1710-1164/+1241
| | | | | | | non-equal VL types to compare as equal. Added some asserts to make certain nothing slips through again. Also cleaned up a few warnings from the SGI compiler.
* [svn-r1835] Cleaned up a few warnings.Quincey Koziol1999-11-171-1/+1
|
* [svn-r1834] Blocked remark # 3201 (parameter unused) since the SGI compiler ↵Quincey Koziol1999-11-171-9/+10
| | | | | | doesn't recognize our "UNUSED" macro and whines a lot about the unused parameters.
* [svn-r1833] changed due to Robb's checkinQuincey Koziol1999-11-171-550/+482
|
* [svn-r1832] * 1999-11-16Robb Matzke1999-11-1611-166/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ** configure.in ** configure [REGENERATED] ** src/H5private.h ** src/H5public.h ** src/Makefile.in Generates an H5pubconf.h file which is just like H5config.h except all the preprocessor symbols have `H5_' prepended. This was done so that the configuration results can be used in public header files without polluting the namespace. ** src/H5.c Added H5I_REFERENCE and H5I_VFL to the API tracing code so their names are printed instead of just numbers. ** src/H5FDstdio.c ** tools/h5import.c ** tools/h5repart.c ** tools/pdb2hdf.c Changed to use the `H5_' versions of configure results since these files include only the public API. ** test/big.c Removed a compiler warning. ** test/h5test.c Removed unused code.
* [svn-r1831] removed the h5detect files from the lib and the dll and included ↵Patrick Lu1999-11-061-0/+0
| | | | | | more libraries in the h5toh4 tool
* [svn-r1830] Snapshot version 1.3 release 5Albert Cheng1999-11-052-2/+2
|
* [svn-r1829] Did a make distclean in the test stage to clean away previous tests.Albert Cheng1999-11-041-1/+10
| | | | Changed _test to check which is the proper name for the testing target.
* [svn-r1826] Got rid of old commented out commands.Albert Cheng1999-11-041-10/+5
| | | | Added uname to show host information automatically.
* [svn-r1820] Updated with deleted fileAlbert Cheng1999-11-041-1/+0
|
* [svn-r1818] Testpar have been integrated. File no longer needed.Albert Cheng1999-11-041-44/+0
|
* [svn-r1816] Snapshot version 1.3 release 4Albert Cheng1999-11-043-472/+555
|
* [svn-r1815] added a definition for the S_ISDIR macro and a typedef for mode_tPatrick Lu1999-11-031-1/+8
|
* [svn-r1814] * 1999-11-03Robb Matzke1999-11-033-13/+25
| | | | | | | | | | | ** config/depend1.in We don't regenerate the Dependencies files if we're compiling in the source tree because `gcc -MM' doesn't output enough information to make the result usable when compiling outside the source tree. ** src/H5config.h.in Regenerated to include HAVE_LIBMPI and HAVE_LIBMPIO because of recent changes to configure.in
* [svn-r1813] moved the globals out of the tools lib(h5findshd.c) into the ↵Patrick Lu1999-11-034-51/+101
| | | | | | | | | h5toh4 tool. had to change some of the functions in the h5findshd.c file since we didn't have the globals anymore. these changes also affected the h5toh5.c file. passes all tests on unix
* [svn-r1812] Updated with recently added and deleted files.Albert Cheng1999-11-031-2/+7
|
* [svn-r1811] Purpose:Albert Cheng1999-11-032-12/+188
| | | | | | | | | | | | | | | | New feature configure.in: When just --enable-parallel is used, will try to test if MPI and MPI-IO library codes are linkable. If not, try -lmpi and -lmpio as the most commonly used library names for them. Also, set default value for RUNPARALLEL if not set. Now, for systems, like SGI Crays where there are the system supported MPI libraries, "./configure --enable-parallel" would configure correctly. Configure: Derived from configure.in via autoconf. Platform tested: SGI O2K.
* [svn-r1809] Updated with new files name and locations.Albert Cheng1999-11-031-2/+2
|
* [svn-r1807] This file wasn't supposed to be part of CVS.Robb Matzke1999-11-021-10682/+0
|
* [svn-r1806] * 1999-11-02Robb Matzke1999-11-028-3474/+3606
| | | | | | | | | | | | | ** bin/rpmsync ** config/depend1.in Tweaks for versions of `make' that can't search directories. ** examples/Dependencies ** src/Dependencies ** test/Dependencies ** testpar/Dependencies ** tools/Dependencies Regenerated all these with more complete path names.
* [svn-r1805] more changes. I found some duplicate functions in the library ↵Patrick Lu1999-11-024-450/+123
| | | | | | | | | | | and the dumper. so i moved the dumper stuff out to the libary. Had to change some functions in h5findshd so they would stop using globals that shouldn't be defined in the lib. I will remove the globals next. also the h5findshd.c has an extra member to the struct for that objects in the table so i added that into the appropriate place. the dumper is working ok now but the h5toh4 is still broken.
* [svn-r1804] updated the file to reflect some changes that were made in V1.2 ↵Patrick Lu1999-11-021-1/+5
| | | | | | that weren't in this file
* [svn-r1802] Changes since 19991019Robb Matzke1999-11-0141-787/+12451
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./MANIFEST ./configure.in ./configure [REGENERATED] Added more checking for `make' features. ./Makefile.in ./doc/Makefile.in ./doc/html/Makefile.in ./doc/html/Tutor/Makefile.in ./examples/Makefile.in ./pablo/Makefile.in ./src/Makefile.in ./test/Makefile.in ./testpar/Makefile.in ./tools/Makefile.in ./config/commence.in ./config/conclude.in ./config/depend.in [REMOVED] ./config/depend1.in [NEW] ./config/depend2.in [NEW] ./config/depend3.in [NEW] ./config/depend4.in [NEW] ./config/dependN.in [NEW] The directory search stuff was moved into commence.in, thereby shortening the Makefile.in prologues. ./doc/html/Dependencies [NEW] ./doc/html/Tutor/Dependencies [NEW] ./examples/Dependencies [NEW] ./src/Dependencies [NEW] ./test/Dependencies [NEW] ./testpar/Dependencies [NEW] ./tools/Dependencies [NEW] The `.distdep' files were all renamed to `Dependencies' to make them more obvious. They are required (but may be empty) in every directory that has a Makefile.in that ends with @CONCLUDE@ (you'll get an obvious error from make if you forgot to create one). ./bin/trace ./src/H5.c Added H5E_major_t and H5E_minor_t although tracing only prints the integer value. ./src/H5E.c ./src/H5Epublic.h Added tracing information. ./src/H5FDcore.c ./src/H5FDfamily.c ./src/H5FDgass.c ./src/H5FDmpio.c ./src/H5FDsec2.c ./src/H5FDstdio.c Fixed places where FUNC_LEAVE() evaluated it's argument more than once. Added tracing information. Wrapped long lines. ./config/gnu-flags Fixed a syntax error when we don't have a gnu compiler.
* [svn-r1801] Purpose:Albert Cheng1999-10-301-11/+31
| | | | | | | | | | | | | | | Bug fix. Description: If the H4DUMP (hdp) is not executable for some reasons (e.g., not in $PATH), it produced zero sized files. The test script did not detect the abnormality but compared the zero sized files the same and concluded the test passed. Solution: Test if H4DUMP can produce valid output. If not, print warning messages. Also check the size of output files to make sure they are reasonably valid. Platform tested: Linux.
* [svn-r1800] moved the code from the dumper that iterates thru the files and ↵Patrick Lu1999-10-294-260/+307
| | | | | | | | stores the info into the tables into the tools lib. h5findshd-had some of the same functions so i removed them for now
* [svn-r1799] got rid of the include of the private header filePatrick Lu1999-10-291-2/+7
|
* [svn-r1798] Changed the URL to use a gass-signon.Albert Cheng1999-10-283-3/+3
|