summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9988] Purpose:James Laird2005-02-1114-140/+70
| | | | | | | | | | | | | | | | | | | | Bug fix Description: pmake (on modi4, for instance) complains about undefined variables if it is run without the -V flag, which turns those errors to warnings. Solution: Added test to configure.in to see if $MAKE will allow Makefiles with undefined variables. If not, sets -V flag in AM_MAKEFLAGS. Ensured that all custom make targets use AM_MAKEFLAGS. Also defined all variables that caused errors in top-level Makefile.am. This means that pmake can be used to build hdf5 *from the top level only*. To run make from a subdirectory, still need to use -V flag (or use make or gmake). Platforms tested: modi4, heping, copper, sleipnir
* [svn-r9930] James Laird2005-02-0314-14/+14
| | | | | | | | | | | | | | | | | | Purpose: Bug fix Description: Parallel builds were breaking in tools/lib Solution: talign didn't realize it depended on libh5tools.la because its dependencies listed the full path (../../tools/lib/libh5tools.la). Changed this, and made similar changes in a couple of other directories. This checkin should also add the --foreign flag to every Makefile.in Platforms tested: sleipnir (minor change)
* [svn-r9928] Purpose:Quincey Koziol2005-02-0314-14/+14
| | | | | | | | | | | | | New feature Description: Add basic code for new B-tree implementation. They don't do much yet, aren't hooked up to anything yet and the format may change, but I'd like to start getting them into the daily tests. Platforms tested: FreeBSD 4.11 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r9920] Purpose:James Laird2005-02-0214-42/+56
| | | | | | | | | | | | | | | | | | | Bug fix Description: Found the permanant fix to automake/CVS dependency problem Solution: Added AM_MAINTAINER_MODE macro to configure.in. Now automake will never try to regenerate Makefiles, Makefiles.in, configure, H5config.h, etc. when they are out of date, nor will it print any warnings. Developers should be very very careful to use reconfigure script, and can add --enable-maintainer-mode flag to configure on heping to regenerate these files correctly. Platforms tested: heping sleipnir copper
* [svn-r9915] Purpose:James Laird2005-02-0214-84/+84
| | | | | | | | | | | | | | | Bug fix Description: Configuration files' timestamps were incorrect. Solution: Update Makefiles.in. Also added correct paths to autotools on heping, so heping build should be able to re-generate configuration files even if they are still broken. Platforms tested: sleipnir
* [svn-r9912] Purpose:James Laird2005-02-0114-1218/+112
| | | | | | | | | | | | | | | | | Bug fix Description: Dependencies between configure files (aclocal, configure.in, configure, Makefiles.am and .in) are still causing Makefiles to try to run autotools during build. Solution: Committed all Makefiles.in to update their timestamps. As a temporary measure, forcibly prevented automake from running autotools during build by redefining the variables it uses. Platforms tested: sleipnir (No changes to Makefile content)
* [svn-r9907] Purpose:James Laird2005-02-0114-0/+14
| | | | | | | | | | | | | Bug fix Description: Different compilers use different flags to include Fortran module files Solution: Changed boilerplate to use configure variable rather than hardcoded -M flag. Platforms tested: sleipnir, sol, copper
* [svn-r9902] Purpose:James Laird2005-02-0141-306/+6717
| | | | | | | | | | | | | | | Configuration feature Description: HDF5 now uses automake to generate Makefiles Solution: Makefile.in files are now generated from Makefile.am files. To reconfigure (after chaning a Makefile.am or configure.in): /bin/sh bin/reconfigure.sh Platforms tested: Many
* [svn-r9813] Purpose:Frank Baker2005-01-121-224/+138
| | | | | | | | | | | | | Added H5Pset/get_data_transform These are initial entries; they need technical review. Removed several deprecated functions that have been commented out through several release cycles (H5Pget_deflate and H5Pset/get_compression) and several lines of no-longer-used template code. Minor formatting changes. Platforms tested: Mozilla
* [svn-r9800] Purpose:Frank Baker2005-01-101-1/+1
| | | | Add 2005 to list of copyright dates.
* [svn-r9727] Purpose:Quincey Koziol2004-12-2934-336/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-) Description: Generally speaking, this is the "signed->unsigned" change to selections. However, in the process of merging code back, things got stickier and stickier until I ended up doing a big "sync the two branches up" operation. So... I brought back all the "infrastructure" fixes from the development branch to the release branch (which I think were actually making some improvement in performance) as well as fixed several bugs which had been fixed in one branch, but not the other. I've also tagged the repository before making this checkin with the label "before_signed_unsigned_changes". Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 FreeBSD 4.10 (sleipnir) w/threadsafe FreeBSD 4.10 (sleipnir) w/backward compatibility Solaris 2.7 (arabica) w/"purify options" Solaris 2.8 (sol) w/FORTRAN & C++ AIX 5.x (copper) w/parallel & FORTRAN IRIX64 6.5 (modi4) w/FORTRAN Linux 2.4 (heping) w/FORTRAN & C++ Misc. update:
* [svn-r9674] Purpose:Albert Cheng2004-12-151-1/+6
| | | | Updated with the new entry of Data Transform Report.
* [svn-r9672] Purpose:Albert Cheng2004-12-151-0/+877
| | | | | | | New document committed. Description: Report of the Data Transform work.
* [svn-r9655] Snapshot version 1.7 release 44HDF Admin2004-12-121-1/+15
|
* [svn-r9617] Snapshot version 1.7 release 43HDF Admin2004-12-051-3/+5
|
* [svn-r9576] Purpose:Albert Cheng2004-11-251-1/+16
| | | | Added an explanation of ASCII printing for h5dump.
* [svn-r9527] Snapshot version 1.7 release 42HDF Admin2004-11-141-1/+1
|
* [svn-r9513] Snapshot version 1.7 release 41HDF Admin2004-11-071-1/+5
|
* [svn-r9455] Snapshot version 1.7 release 40HDF Admin2004-10-241-14/+26
|
* [svn-r9399] Purpose:Frank Baker2004-10-111-24/+24
| | | | | | Copy edits, primarily to correct several spelling errors. Platforms tested: Mozilla
* [svn-r9357] Snapshot version 1.7 release 39HDF Admin2004-10-031-1/+7
|
* [svn-r9348] Frank Baker2004-09-301-146/+216
| | | | | | | | Purpose: This version updates the procedure for creating PDF versions of HDF5 documents to reflect the use of Macromedia DreamWeaver and HTMLdoc. process.txt describes the current RM process in detail; the very similar UG process will be described later.
* [svn-r9346] Frank Baker2004-09-301-0/+148
| | | | | | | | | | Purpose: This file describes the process for creating the PDF versions of HDF5 documents. The file being checked in now is the original version (November 1999) from when hte process used MS Word. Platforms tested: This process was tested by using it to guide the production process for at least 2 releases.
* [svn-r9321] Snapshot version 1.7 release 38HDF Admin2004-09-261-4/+66
|
* [svn-r9258] Purpose:Frank Baker2004-09-141-2/+2
| | | | | | Minor formatting fix in introductory paragraphs. Platforms tested: Mozilla
* [svn-r9257] Purpose:Frank Baker2004-09-141-32/+29
| | | | | | | | | | | | | | | | Bugfixes in H5Pget/set_fclose_degree Clarification in H5Pset_filter Description: H5Pget_fclose_degree and H5Pset_fclose_degree Functions index at top of page: Move H5Pget/set_fclose_degree into "File Access Properties." Remove "File Close Properties" section. H5Pget_fclose_degree -- Correct parameter description. (Contribute to closing Bugzilla entries 188 and 190.) H5Pset_filter -- Clarification of terms Other minor formatting and copy edits. Platforms tested: Mozilla
* [svn-r9243] Snapshot version 1.7 release 37HDF Admin2004-09-121-1/+5
|
* [svn-r9231] Frank Baker2004-09-081-4/+4
| | | | | | | | | Description: H5T_conv_t (appears in H5Tregister description) -- changed datatype of the nelmts parameter H5Tconvert -- changed datatype of the nelmts parameter Platforms tested: Mozilla
* [svn-r9224] Frank Baker2004-09-081-2/+12
| | | | | | | Purpose: Add h5iget_file_id_f Platforms tested: Mozilla
* [svn-r9209] Snapshot version 1.7 release 36HDF Admin2004-09-051-1/+10
|
* [svn-r9192] Frank Baker2004-09-021-12/+132
| | | | | | | | Purpose: Add H5Zget_filter_info and h5zget_filter_info_f. Other minor edits. Platforms tested: Mozilla
* [svn-r9164] Frank Baker2004-08-261-2/+2
| | | | | | | Purpose: H5Pset_fapl_multi -- syntax has changed in (one parameter datatype) Platforms tested: Mozilla
* [svn-r9161] Frank Baker2004-08-261-50/+63
| | | | | | | | | | | | | | | | | | | Purpose: Revise H5Premove_filter H5Pset_chunk bug fix Correct H5Premove signature Formatting fix Description: H5Premove_filter -- editorial and technical revisions replaced F90 description H5Pset_chunk -- specified units of chunk size as "dataset elements" fixes Bugzilla #110 H5Premove -- corrected signature, removing duplicate mention of parameters Corrected "electronic versus print" formatting error in functions index Platforms tested: Mozilla Misc. update:
* [svn-r9148] Frank Baker2004-08-241-36/+46
| | | | | | | | Purpose: Heavy edit to existing H5Iget_file_id entry Restructure function index at top of page Platforms tested: Mozilla
* [svn-r9143] Frank Baker2004-08-241-7/+143
| | | | | | | | | Purpose: Add H5Fget_name Add H5Fget_filesize Minor correction in HTML coding of H5Fget_freespace Platforms tested: Mozilla
* [svn-r9134] Snapshot version 1.7 release 35HDF Admin2004-08-221-1/+4
|
* [svn-r9089] Snapshot version 1.7 release 34HDF Admin2004-08-151-1/+5
|
* [svn-r9052] Snapshot version 1.7 release 33HDF Admin2004-08-081-1/+4
|
* [svn-r9006] Frank Baker2004-08-031-4/+4
| | | | | | | | | Purpose: In "Intro to HDF5" Example #5, corrected the anticipated output listed in a code comment. Fixes Bugzilla entry #112. Platforms tested: Mozilla
* [svn-r8994] Frank Baker2004-08-021-82/+1
| | | | | | | | | | | Purpose: Removed second versions of h5dread_f and h5dwrite_f, as that version of the FORTRAN subroutine is no longer required and has been removed from the API. This closes Bugzilla entry #92, which complained of a parameter description error in the second version. Platforms tested: Mozilla
* [svn-r8991] Frank Baker2004-08-021-2/+2
| | | | | | | Purpose: Correct typo in code example. Platforms tested: Mozilla
* [svn-r8979] Snapshot version 1.7 release 32HDF Admin2004-08-011-13/+66
|
* [svn-r8909] Purpose:Pedro Vicente Nunes2004-07-201-10/+113
| | | | | | | | | | | | | | | | update documentation and usage message Description: updated the html documentation for the new h5diff modes added a section for h5repack Solution: Platforms tested: linux Misc. update:
* [svn-r8888] Purpose:Quincey Koziol2004-07-161-8/+12
| | | | Bump version # after making snapshot
* [svn-r8877] James Laird2004-07-142-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: Bug Fix Description: If an HDF5 file grows larger than its address space, it dies and is unable to write any data. This is more likely to happen since users are able to change the number of bytes used to store addresses in the file. Solution: HDF5 now throws an error instead of dying. In addition, it "reserves" address space for the local heap and for object headers (which do not allocate space immediately). This ensures that after the error occurs, there is enough address space left to flush the entire file to disk, so no data is lost. A more complete explanation is at /doc/html/TechNotes/ReservedFileSpace.html Platforms tested: sleipnir, copper (parallel), verbena, arabica, Windows (Visual Studio 7) Solution: Platforms tested: Misc. update:
* [svn-r8859] Purpose:Quincey Koziol2004-07-121-1/+1
| | | | Correct typo in file format for compact layout information
* [svn-r8858] Snapshot version 1.7 release 30HDF Admin2004-07-111-1/+3
|
* [svn-r8838] Frank Baker2004-07-082-0/+0
| | | | | Purpose: Version 3 of document, from August 2003
* [svn-r8803] Snapshot version 1.7 release 29HDF Admin2004-07-041-1/+10
|
* [svn-r8799] Elena Pourmal2004-07-031-7/+0
| | | | | | | | | | | | | | Purpose: Maintenance Description: H5_SZIP_CHIP_OPTION_MASK was deleted from the list of the available parameters for the H5Pset_szip function. Solution: Updated Fortran source, tests and documentation to reflect this change. Platforms tested: arabica (too small for h5committest) Misc. update: