summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1738] Took out the "UNUSED" macros from the parameter lists, they were ↵Quincey Koziol1999-10-092-3/+3
| | | | | | confusing the HP compiler.
* [svn-r1733] Change section 4.- to "asked, but not required" from "must"Barbara Jones1999-10-071-3/+3
|
* [svn-r1732] Changes since 19991007Robb Matzke1999-10-077-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./src/H5FDcore.c Includes private headers instead of public in order to use the `UNUSED' macro. ./src/H5FDpublic.h Includes H5public.h just in case. ./src/H5P.c Removed two unused variables in H5P_copy() ./src/H5FDgass.h Fixed a C++ comment after a `#endif' ./src/Makefile.in The H5FDgass.h file is public and must be installed in order for applications to be able to use HDF5. ./tools/h5tools.c Removed an unused variable.
* [svn-r1731] Snapshot version 1.3 release 1Albert Cheng1999-10-062-2/+2
|
* [svn-r1730] Close & re-open the file to make certain that the VL datatype ↵Quincey Koziol1999-10-061-1/+41
| | | | | | information is being written correctly.
* [svn-r1729] Put in "alias" for old H5P_DATASET_XFER to map it to the new ↵Quincey Koziol1999-10-061-0/+4
| | | | | | H5P_DATA_XFER. This should eventually be deprecated and the alias removed.
* [svn-r1728] Corrected two bugs in VL types, one in which the wrong length of ↵Quincey Koziol1999-10-061-4/+8
| | | | | | | the buffer needed for the object header was being computed and another in incorrectly decoding the "base" type of the VL type.
* [svn-r1727] Updated it with new file.Albert Cheng1999-10-061-0/+1
|
* [svn-r1725] updated the config file to print the long longPatrick Lu1999-10-061-0/+0
|
* [svn-r1710] put in an entry for the objectids that i dump with the verbose ↵hdf5-1_3_1Patrick Lu1999-10-011-12/+16
| | | | option
* [svn-r1709] *** empty log message ***Patrick Lu1999-10-011-2/+6
|
* [svn-r1708] Turned off compression feature if zlib.h is off.Albert Cheng1999-10-011-0/+3
|
* [svn-r1707] Changed to different locations or filenames.Albert Cheng1999-10-014-256/+3
| | | | | | INSTALL.ascired -> INSTALL_TFLOPS INSTALL.ibm.sp.parallel -> bin/config_para_ibm_sp.sh INSTALL_parallel.ascired -> bin/config_para_tflops.sh
* [svn-r1705] update the testhdf5 and testhdf5dll projects to include the new filePatrick Lu1999-10-011-0/+0
|
* [svn-r1704] Used n.m. numbers to identify paragraphs. Added a table of content.Albert Cheng1999-10-011-38/+83
|
* [svn-r1702] Closed some more memory leaks on failure conditions...Quincey Koziol1999-10-011-0/+6
|
* [svn-r1701] Closed a couple more resouce leaks..Quincey Koziol1999-09-302-1/+3
|
* [svn-r1700] Changed names of files to better reflect their purposes.Albert Cheng1999-09-303-0/+253
| | | | | | | | | INSTALL.ascired: Becomes INSTALL_TFLOPS. INSTALL_parallel.ascired: Becomes bin/config_para_tflops.sh INSTALL.ibm.sp.parallel: Becomes bin/config_para_ibm_sp.sh
* [svn-r1697] Changes since 19990915Robb Matzke1999-09-306-96/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./src/H5public.h We undefine a bunch of things that could get redefined in the config file because some customers have applications that include headers from multiple packages, all of which might be using autoconf. Include <stdint.h> for the C9x types. ./test/h5test.h More flushing of stdout for when testing is redirected down a pipe. ./tools/h5ls.c Added a `-S' or `--simple' switch which causes the output to be simplified somewhat for easier parsing by other scripts. For instance, characters are escaped using a very simple mechanism instead of C's more complicated backslash notation, data doesn't have `{}' or `[]' characters interspersed for compound and array types, and data is printed with exactly one element per line. This switch is now used by an HDF5-to-HTML CGI script being developed for the DMF people. ./tools/h5tools.c ./tools/h5tools.h The repeat threshold which controls how strings are printed when a character repeats a bunch of times is now settable at runtime instead of compile time. The default is to show all characters, like "abceeeeeeeeeeeeeeeeeeeeeeeeeeeeeefgh" But if you set it to something like 5 then any sequence of 5 or more characters is replaced by something shorter, like: "abc" 'e'x30 "fgh" or Added an `str_locale' property which describes how to escape special characters in strings. The default is C-like escapes but an alternative is ESCAPE_HTML which replaces all non-alphanumeric characters with a 3-character HTML escape of the form `%XX' Fixed a bug where empty strings didn't even have the quote characters printed. Now empty strings show up as `""' instead of absolutely nothing. Added a `per_line' property which controls the maximum number of elements which will appear per line of output. The default is infinity but in practice the right margin causes line breaks. By setting the `per_line' value to one and the right margin to a very large value one can achieve output with exactly one element per line.
* [svn-r1696] Closed file handle leak for some failure cases.Quincey Koziol1999-09-302-4/+5
|
* [svn-r1695] Fixed various compiler warnings..Quincey Koziol1999-09-308-17/+20
|
* [svn-r1694] Fixed various compiler warningsQuincey Koziol1999-09-302-3/+3
|
* [svn-r1693] removed the last warnings from herePatrick Lu1999-09-293-6/+6
|
* [svn-r1691] Portability tweaks and warnings fixedQuincey Koziol1999-09-295-4/+16
|
* [svn-r1690] Added VL string test code.Quincey Koziol1999-09-294-3/+265
|
* [svn-r1689] Mainly adding support for "native" variable-length strings (C ↵Quincey Koziol1999-09-2918-630/+824
| | | | | | | | only currently), but I fixed lots of misc. compiler warnings in other code and also tracked down the memory overwrite bug that was causing the development branch to core dump on most machines.
* [svn-r1688] Added missing vector Cray (x90 series) configuration file.Quincey Koziol1999-09-291-0/+138
|
* [svn-r1686] updated the testing section to reflect the changes in the ↵Patrick Lu1999-09-281-16/+9
| | | | | | testing with the new bat files
* [svn-r1685] removed the bat files that were used for testing and replaced ↵Patrick Lu1999-09-281-0/+0
| | | | | | them with 2 bat files that take command line arguments to determine which test to run
* [svn-r1683] Did some cleanup.Albert Cheng1999-09-281-18/+4
|
* [svn-r1682] Added the ability to accept command line arguements.Albert Cheng1999-09-281-1/+1
|
* [svn-r1672] bin/ltconfig:Albert Cheng1999-09-282-5/+9
| | | | | | | | | | | | | ltconfig used just an empty source file to test the share lib compiler options. SUNSpro CC returns succeed though it issues a warning too. ltconfig did not like the warning. Changed it to test with a file containing a simple dummy program. Platform tested: solaris 2.6 and 2.7 config/solaris2.x: Changed default compiler to "cc" now that Sunpro CC can produce static and shared codes correctly. Also added -s to PROD_CFLAGS to produce leaner binary files.
* [svn-r1670] same changes as ont he release sidePatrick Lu1999-09-271-7/+7
|
* [svn-r1668] same fixes that were done on the release branch.Patrick Lu1999-09-271-2/+2
| | | | just casted the isdigit and isprintf parameter
* [svn-r1667] same fixes from the release branch were done here.Patrick Lu1999-09-272-4/+4
| | | | just casts with the parameters for the isdigit and isprint functions
* [svn-r1665] same changes i just made to the release versionPatrick Lu1999-09-251-2/+2
| | | | changed sdims to int
* [svn-r1664] still getting some warnings. changed the sdims variable to intPatrick Lu1999-09-251-2/+2
|
* [svn-r1663] added the include for fcntl.h here tooPatrick Lu1999-09-251-1/+1
|
* [svn-r1661] removed some of the warningsPatrick Lu1999-09-251-14/+14
|
* [svn-r1659] brought changes from the release branch over to the developementPatrick Lu1999-09-251-11/+13
| | | | removed some of the warnings.
* [svn-r1657] added the 4 new batch files and removed the install instructions ↵Patrick Lu1999-09-241-0/+0
| | | | | | from the zip file
* [svn-r1655] added some lines in the test section about the dumptest batch filesPatrick Lu1999-09-241-9/+60
|
* [svn-r1653] Removed unneeded sys/fcntl.h include line, which was causing J90 ↵Quincey Koziol1999-09-241-1/+0
| | | | problems.
* [svn-r1651] Fold in J90 changesQuincey Koziol1999-09-246-567/+595
|
* [svn-r1645] conclude.in:Albert Cheng1999-09-223-3/+3
| | | | | | | | | | | | | | | | | | | Problems: libtool generated compiler linking commands with dependency_libs appended to any dynamic library used but only "-lz -lmfhdf ..." were appended but "-L...", if used, are not appended. So, the "-lz ..." information is incomplete and solaris cc does not allow even if the "-L..." information is provide in later part of the command. Solution: Included $LDFLAGS in the building of $(LIB). irix5.x: irix6.x: Added "-s" to PROD_CFLAGS so that production code are striped for smaller sizes. Platform Tested: Solaris 2.6
* [svn-r1643] Tweaks to run on baldric better.Quincey Koziol1999-09-221-4/+8
|
* [svn-r1642] Snapshot version 1.3 release 0Quincey Koziol1999-09-212-2/+2
|
* [svn-r1638] forgot to print the oid for the groups.hdf5-1_3_0Patrick Lu1999-09-171-13/+63
|
* [svn-r1636] Patrick Lu1999-09-152-21/+8
| | | | | | | | h5tools.h- added a define for OBJECTID-->"OBJECTID" h5dump.c - added an option in there to print object id's still needs some testing but I just wanted the changes to be put up there before i forget
* [svn-r1634] fixed the compilation error where the H5P_DATASET_CREATE and ↵Patrick Lu1999-09-081-2/+2
| | | | | | H5P_DATA_XFER were using the old names.