summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17789] Description:Frank Baker2009-10-291-5/+86
| | | | | | | | | | Add 1.6.10 section with: Embedded HDF5 library settings in binaries H5check_version change: displays embedded library information New C++ member function: size_t DataSet::getInMemDataSize() const New h5diff option: --use-system-epsilon Minor correction in 1.6.9 section. Tested: Safari
* [svn-r17787] Description:Frank Baker2009-10-2929-36/+40
| | | | | | Update release tags to "Release 1.6.10" throughout 1.6 docs. Update "Last modified" dates for index.html, RM cover, RM index pages. Tested: Safari
* [svn-r17783] Maintenance: Changed version to 1.6.10-pre2 after creating ↵Elena Pourmal2009-10-281-10/+23
| | | | release candidate.
* [svn-r17674] Snapshot version 1.6 release 9 (snap8)Larry Knox2009-10-192-52/+505
|
* [svn-r17651] Description:Frank Baker2009-10-151-0/+1
| | | | | Correct HTML coding errors (which resulted in inconsistent formats). Tested: Safari
* [svn-r17641] Description:Frank Baker2009-10-131-2/+18
| | | | | | | Added "Exit Status" section. -- Fixes Bugzilla entry 1666. Corrected HTML coding error. Tested: Safari
* [svn-r17640] Description:Frank Baker2009-10-131-1/+1
| | | | | Correct HTML coding error. Tested: Safari
* [svn-r17630] The previous return value description was incorrect.Albert Cheng2009-10-121-8/+13
| | | | | Replaced it with "Exit Status:" that reflects what the tools actually do.
* [svn-r17379] Description:Frank Baker2009-08-181-0/+11
| | | | Added missing footnote from preceding commit.
* [svn-r17377] Description:Frank Baker2009-08-181-11/+34
| | | | | | Added information regarding registration of third-party filters. See "Data Storage - Filter Pipeline," section IV.A.2.l. Tested: Firefox
* [svn-r17346] Description:Frank Baker2009-08-121-4/+7
| | | | | | Corrected errors in the 'namelen' and 'cd_nelmts' descriptions. -- Closes Bugzilla entry 1609. Tested: Firefox
* [svn-r17297] Description:Frank Baker2009-08-032-0/+0
| | | | | | | PSandPDF/ Add UG and RM PDFs to repository to preserve them on the website under SVN management. 1.6.6 (latest generated)
* [svn-r17235] Description:Frank Baker2009-07-241-1/+6
| | | | | | h5get_libversion_f: Add missing paramaters to subroutine syntax. Closes Bugzilla entry 1623. Tested: Firefox
* [svn-r17117] Description:Frank Baker2009-06-261-1/+1
| | | | | Remove old version of "HDF5 Tutorial" from doc repositories; this document is maintained idependently.
* [svn-r17111] Description:Frank Baker2009-06-25153-14788/+0
| | | | | Remove old version of "HDF5 Tutorial" from doc repositories; this document is maintained idependently.
* [svn-r16994] Snapshot version 1.8 release 3 (snap0)Larry Knox2009-06-01222-27779/+27283
|
* [svn-r16957] Description:Frank Baker2009-05-182-12/+25
| | | | | | | | | | RM/H5D/H5Pset_fapl_mpio & H5Pget_fapl_mpio Updated H5Pset_fapl_mpio & H5Pget_fapl_mpio descriptions, adding emphasis that the MPI communicator and Info object in these functions are duplicates of the stored information rather than pointers. -- Closes Bugzilla entry 1327. Updated some of the HTML coding. Tested: Firefox
* [svn-r16956] Description:Frank Baker2009-05-152-68/+105
| | | | | | | | | | | | | | | H5Fcreate and H5Fopen: Clarified behavior and interaction of flags. Did not add further documentation of H5F_ACC_DEBUG as that flag is scheduled to be removed from the library. -- Fixes Bugzilla entry 1451 Other editorial and HTML updates. H5Fcreate only: Added text explaining that H5F_ACC_RDWR and H5F_ACC_RDONLY are not relevant in the case of H5Fcreate. -- Fixes Bugzilla entry 1500. Tested: Firefox
* [svn-r16950] Bug Fix (ID 1090):Albert Cheng2009-05-131-2/+2
| | | | | | | | | | | | | | | | make DESTDIR=xyz install failed, complaining install directory such as .../lib does not exist. The reason was that the previous fix for DESTDIR had erros that sometimes ${libdir} was prefixed with $(DESTDIR) and sometimes not. Solution: Instead of inserting $(DESTDIR) all over the place (just like Gnu document shows), add $(DESTDIR) right where those libdir/includedir/bindir are defined. This should fix all things even if new install instructions are added. Tested: h5committest; and then test DESTDIR by hand, also run "gmake check-all-install" by hand.
* [svn-r16908] v1.6.9 released.hdf5-1_6_9Albert Cheng2009-05-011-90/+101
| | | | Commit all changes made by bin/release.
* [svn-r16901] Description:Frank Baker2009-04-301-10/+11
| | | | | H5Rget_region: Post-review edits related to fix for Bugzilla 1477. Tested: Firefox
* [svn-r16898] Description:Frank Baker2009-04-301-1/+17
| | | | | | Added '-n, --NaN' option. Added explanatory performance-related notes to "h5diff and NaNs" discussion.
* [svn-r16896] Update the changes document with the API compatibility macros ↵Neil Fortner2009-04-291-47/+137
| | | | | | | | introduced in 1.6.8, as well as the new macro in 1.6.9. Tested: Firefox, Konqueror
* [svn-r16892] Description:Frank Baker2009-04-291-1/+1
| | | | Update "Last modified" tag to most recent substantive revision.
* [svn-r16882] Description:Frank Baker2009-04-2829-65/+65
| | | | | Update footers and release tags. Tested: Firefox
* [svn-r16879] Description:Frank Baker2009-04-281-39/+57
| | | | | | | H5Rget_region: Changed 'dataset' parameter to 'loc_id' as it can be any object in the subject file. -- Fixes Bugzilla entry 1477. Tested: Firefox
* [svn-r16861] Description:Frank Baker2009-04-2513-13/+137
| | | | | Added "Include special topics files" and "Include function files" internal headers.
* [svn-r16860] Description:Frank Baker2009-04-251-2/+147
| | | | | First draft of "1.6.9 Changes" section. Tested: Firefox
* [svn-r16852] Maintenance: Changed version number to 1.6.9-pre1 and created a ↵Elena Pourmal2009-04-241-2/+9
| | | | | | tar ball for remote testing.
* [svn-r16834] Description:Frank Baker2009-04-221-7/+13
| | | | | | Updated and restructured "Copyright Notice & License Terms" document per new standard. Added 2009 to copyright date range. Tested: Firefox
* [svn-r16812] Description:Frank Baker2009-04-201-19/+26
| | | | | | | Corrected description of return value. -- Closes Bugzilla entry 1494. Minor edits, added "Last modified" tag, and updated HTML. Tested: Firefox
* [svn-r16763] Description:Frank Baker2009-04-153-62/+115
| | | | | | | | | Added "Note:" documenting that raw dataset caching is not supported with MPIO and MPI POSIX drivers in read/write mode, as discussed in Bugzilla entry 1344. -- Closes documentation aspect of Bugzilla entry 1344. Minor edits, added "Last modified" tag, and updated HTML. Tested: Firefox
* [svn-r16748] Description:Frank Baker2009-04-141-28/+45
| | | | | | | | | | | Added note that unlimited dimensions require chunking. -- Closes Bugzilla entry 1489. Removed '-1' value accompanying H5S_UNLIMITED; such values, assigned by the library to a constant, should not be considered public as they may change without notice. Added "Last modified" tag and "See Also" section. Edited for clarity, other minor edits, updated HTML coding. Tested: Firefox
* [svn-r16739] Snapshot version 1.6 release 8 (post13)Larry Knox2009-04-121-1/+4
|
* [svn-r16724] Description:Frank Baker2009-04-091-13/+23
| | | | | | | Corrected spelling error. -- Closes Bugzilla entry 1541. Updated HTML coding and added "Last modified" tag. Tested: Firefox
* [svn-r16715] Snapshot version 1.6 release 8 (post12)Larry Knox2009-04-091-1/+2
|
* [svn-r16684] Description:Frank Baker2009-04-071-7/+25
| | | | | | | Added note that a scalar dataspace rank is always 0. -- Fixes Bugzilla entry 1075. Added "Last modified" tag and cleaned up HTML. Tested: Firefox
* [svn-r16675] Description:Frank Baker2009-04-061-19/+32
| | | | | | | | Corrected selection type H5S_SEL_ALL. -- Fixes Bugzilla entry 1446. Added "See Also" section and "Last modified" tag. Cleaned up other text and HTML. Tested: Firefox
* [svn-r16651] Snapshot version 1.6 release 8 (post11)Larry Knox2009-04-011-3/+7
|
* [svn-r16622] Description:Frank Baker2009-03-261-95/+122
| | | | | | | | | | | H5Pcreate_class: Added create_data, copy_data, and close_data parameters. -- Closes Bugzilla entry 1494. Corrected data parameter IN/OUT status in callback function prototypes. Minor edits for clarity, consistency, and format and added link to list of existing classes in H5Pcreate. Added per-function "Last modified" tag. Tested: Firefox
* [svn-r16591] Snapshot version 1.6 release 8 (post10)Larry Knox2009-03-221-1/+1
|
* [svn-r16590] Description:Frank Baker2009-03-211-41/+38
| | | | | | | H5Pset_multi_type: Corrected parameter 'type' IN/OUT error. Edited for clarity and format. Closes Bugzilla entry 1495. Tested: Firefox
* [svn-r16581] Snapshot version 1.6 release 8 (post9)Larry Knox2009-03-151-1/+9
|
* [svn-r16507] Snapshot version 1.6 release 8 (post8)HDF Tester2009-02-221-1/+1
|
* [svn-r16498] Description:Frank Baker2009-02-191-27/+26
| | | | | | | | h5pget_external_f Corrected 'name_size' datatype to 'INTEGER(SIZE_T)'. -- Fixes Bugzilla entry 1447. Minor HTML cleanup. Tested: Firefox
* [svn-r16497] Description:Frank Baker2009-02-192-39/+44
| | | | | | | | | | | H5T/H5Tget_order.htm Added H5T_ORDER_NONE to list of valid byte orders. -- Fixes Bugzilla entry 1442. H5T/H5Tset_order.htm Added notes regarding H5T_ORDER_NONE. Removed mention of default values. Cleaned up HTML and text; removed unused template material. Tested: Firefox
* [svn-r16485] Snapshot version 1.6 release 8 (post7)HDF Tester2009-02-151-1/+3
|
* [svn-r16468] Purpose:Mike McGreevy2009-02-11321-25580/+25790
| | | | | | | | | | | | Reference Manual Breakout Description: Pulled functions out of reference manual .html files into individual files per function, sorted into subdirectories. The files are included into index files via php redirects, so the browser presentation of the information has not changed, but maintenance on said files should prove to be a bit easier.
* [svn-r16462] Description:Frank Baker2009-02-1112-80/+17
| | | | | | Removed unused template material. Created uniform HTML coding in the first 4 lines following the last function entry in each file.
* [svn-r16454] Snapshot version 1.6 release 8 (post6)HDF Tester2009-02-081-1/+1
|