summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15595] Snapshot version 1.9 release 16HDF Tester2008-09-071-1/+1
|
* [svn-r15565] Snapshot version 1.9 release 15HDF Tester2008-08-311-1/+1
|
* [svn-r15559] new feature for h5repack (alignment)Pedro Vicente Nunes2008-08-291-0/+2
|
* [svn-r15537] add a mention to h5repack new featurePedro Vicente Nunes2008-08-261-0/+1
|
* [svn-r15491] Description:Quincey Koziol2008-08-191-0/+2
| | | | Update release notes for last bug fix.
* [svn-r15485] Purpose: Allow library to shut down properly when objects have ↵Neil Fortner2008-08-191-0/+3
| | | | | | | | | | | | | | | | reference count > 1. Description: Added a new field 'app_count' to H5I_id_info_t struct, to track the reference count on an id due to the application. the old 'count' field tracks the total. Generally any id visible to the application gets placed in app_count. Added app_ref boolean parameter to H5I_inc_ref, H5I_dec_ref, H5I_register, H5I_clear_type, and a few other functions, to specify whether the operation(s) being performed on the id(s) are due to the application (TRUE) or not (FALSE). Test added for this case. Tested: kagiso, smirom, linew (h5committest)
* [svn-r15476] Snapshot version 1.9 release 14HDF Tester2008-08-171-1/+1
|
* [svn-r15458] Purpose: Modify the library to take the proper action when ↵inactive/jpeg_converterNeil Fortner2008-08-111-0/+2
| | | | | | | | | | | | | | files with incorrect datatype versions are encountered. Description: The library now recognizes some problems with datatype versions in H5O_decode_helper(), and, if not performing strict format checks, automatically corrects them. Framework added for other message decode routines to automatically correct file errors. Datatype version information added to h5debug. Tested: kagiso, smirom, linew (h5committest)
* [svn-r15457] Description:Binh-Minh Ribler2008-08-111-1/+29
| | | | | | | Added notes about: - bugzilla 1068: revising class hierarchy to move Attribute out. - replacing IdComponent::dereference with new H5Object member functions and constructors in various other classes.
* [svn-r15455] Snapshot version 1.9 release 13HDF Tester2008-08-101-1/+1
|
* [svn-r15451] Purpose: Fix various problems that were occurring when using ↵Neil Fortner2008-08-071-0/+6
| | | | | | | | | | | | | | | | mounted files. Description: Moved mount table from top file structure to shared file structure. Moved parent out of mount table and back into top file structure. Mounted files can now be accessed from any handle of the parent file. Changes to how files are closed. Stricter cycle checking on mounted files. Removed unused function H5F_has_mount(). Tested: committest in 1.8 branch. Committing now due to the urgency of the fix. No changes here are specific to the trunk, but I will keep an eye on the daily tests.
* [svn-r15425] Snapshot version 1.9 release 12HDF Tester2008-08-031-1/+1
|
* [svn-r15410] Snapshot version 1.9 release 11HDF Tester2008-07-271-1/+1
|
* [svn-r15395] When an attribute was opened twice and data was written with ↵Raymond Lu2008-07-221-5/+10
| | | | | | | | | | | one of the handles, the file didn't have the data. It happened because each handle had its own object structure, and the empty one overwrote the data with fill value. This is fixed by making some attribute information like the data be shared in the attribute structure. Tested on smirom, kagiso, and linew.
* [svn-r15389] Snapshot version 1.9 release 10HDF Tester2008-07-201-1/+1
|
* [svn-r15370] Description:Quincey Koziol2008-07-151-1/+4
| | | | | Update release notes for file mounting bug fix and adding 'mounted' flag to H5G_info_t.
* [svn-r15347] Snapshot version 1.9 release 9HDF Tester2008-07-131-1/+1
|
* [svn-r15322] Snapshot version 1.9 release 8HDF Tester2008-07-061-1/+1
|
* [svn-r15312] Purpose: Support Visual Studio 2008 on WindowsScott Wegner2008-07-022-26/+65
| | | | | | | | | | Description: Write documentation for building HDF5 with the latest version of Visual Studio, 2008. The process is very similar to building with Visual Studio 2005, but with an automatic project-file conversion beforehand. Also adapt commandline build scripts for Visual Studio 2008 as well. Tested: VS2008 on WinXP
* [svn-r15303] Purpose: Minor typo in Windows documentation (zlib DLL directory)Scott Wegner2008-06-303-9/+9
| | | | | Description: When specifying library search path in Visual Studio, use the DLL folder for zlib. Previously we pointed to the "lib" folder, which was causing confusion.
* [svn-r15301] Purpose: Support Intel Visual Fortran 10.1 from Visual Studio ↵Scott Wegner2008-06-302-11/+19
| | | | | | | | | | | | and Windows command line Description: Modify Windows documentation to support Intel Visual Fortran 10.1. We have tested it in our Virtual machines, and have fixed the problems we were encountering. Also, add a new parameter to the hdf5build.BAT and hdf5bt.BAT build scripts to support IVF 10.1. Tested: VS2005 with IVF 9.1 and 10.1 on 32-bit XP
* [svn-r15215] Snapshot version 1.9 release 7HDF Tester2008-06-151-1/+1
|
* [svn-r15172] Snapshot version 1.9 release 6HDF Tester2008-06-081-1/+1
|
* [svn-r15158] - h5dump: when doing binary output (-b), the stdout printing of ↵Pedro Vicente Nunes2008-06-051-0/+4
| | | | | | | attributes was done incorrectly. Removed printing of attributes when doing binary output. PVN - 2008/06/05
* [svn-r15133] Description:Quincey Koziol2008-06-041-0/+2
| | | | | | | | | | | | | | | | | | | Fixed bug in h5ls that prevented relative group listings (like "h5ls foo.h5/bar") from working correctly. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.3 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
* [svn-r15041] Purpose: Configure FixMike McGreevy2008-05-191-4/+0
| | | | | | | | Description: Removing make target "check-perform". The extra target is unneeded because the perform tests don't take as long to run as initially anticipated, and can be lumped in with 'make check'. Tested: kagiso
* [svn-r15022] Purpose: Minor updates to Windows documentation via Kent's ↵Scott Wegner2008-05-162-19/+33
| | | | recommendations.
* [svn-r15012] Purpose: New configure optionMike McGreevy2008-05-151-2/+7
| | | | | | | | Description: The configure option --disable-sharedlib-rpath will disable embedding of the '-Wl,-rpath' information into executables when shared libraries are produced. Tested: kagiso
* [svn-r15007] Purpose: configure cleanupMike McGreevy2008-05-151-8/+1
| | | | | | | Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Tested: kagiso
* [svn-r15005] Purpose: Minor updates to Windows documentation.Scott Wegner2008-05-154-96/+127
| | | | | | | | | | | | | | | | Description: -- INSTALL_Windows.txt: -- Update szip version number to 2.1 -- Extra details for setting up 64-bit builds -- Explain adding HDF5 link settings more clearly -- Add link to FAQ -- Misc. typos and formatting -- INSTALL_Windows_From_Command_Line.txt -- Add note about 64-bit support -- INSTALL_Windows_Short_NET.TXT -- Add notes detailing features unsupported on VS.NET -- INSTALL_Windows_Short_VS2005.TXT -- Add notes about extra features.
* [svn-r15000] Purpose: Minor Windows documentation updatesScott Wegner2008-05-142-13/+23
| | | | | Description: Small changes to the documentation-- update version strings to 1.8.1 and document the HDF5TestExpress variable
* [svn-r14999] Purpose: Minor updates to MinGW installation notesScott Wegner2008-05-141-44/+60
| | | | | | | | Description: Small changes, such as commenting out an additional test and fixing the search path, have been added to the MinGW install instructions. Tested: MinGW on WinXP
* [svn-r14982] - h5dump: support for external links, display the object that ↵Pedro Vicente Nunes2008-05-121-0/+3
| | | | | | the external link points to. (PVN - 2008/05/12)
* [svn-r14970] Purpose: updated RELEASE.txt documentMike McGreevy2008-05-121-0/+3
| | | | | | | | | | Description: new autotool version information was missing from 1.9 documentation. It was added to 1.8, but I forgot to put it in the trunk when I did that update. It's there now. New versions: Automake 1.10.1, Libtool 2.2.2 Tested: none needed, doc update only.
* [svn-r14969] Purpose: Bug Fix (Bug 1144)Mike McGreevy2008-05-121-0/+4
| | | | | | | | | | | | | Description: Tests in perform directory were never getting run, and h5perf* programs were not being installed. Solution: Added another build option, 'make check-perform', which runs the tests in the perform directory. Also modified the Makefiles in the perform directory to install (with 'make install') h5perf when parallel is enabled, and h5perf and h5perf_serial when parallel is disabled. Tested: kagiso, smirom, linew
* [svn-r14965] Snapshot version 1.9 release 5HDF Tester2008-05-111-1/+1
|
* [svn-r14946] added an option to allow a user defined formatting string for ↵Pedro Vicente Nunes2008-05-061-1/+3
| | | | printf regarding floating point numbers
* [svn-r14910] add mention of new compression ratio feature in h5dumpPedro Vicente Nunes2008-05-011-2/+6
|
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-308-1743/+3410
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-308-3410/+1743
| | | | New fortran wrappers added.
* [svn-r14864] Snapshot version 1.9 release 4HDF Tester2008-04-271-1/+1
|
* [svn-r14852] Purpose: Update bug fixesBinh-Minh Ribler2008-04-211-0/+8
| | | | | Description: Added notes about fixes on bugzillas 1045 and 1056.
* [svn-r14849] Snapshot version 1.9 release 3HDF Tester2008-04-201-1/+1
|
* [svn-r14832] Snapshot version 1.9 release 2HDF Tester2008-04-131-1/+1
|
* [svn-r14809] Add fix for H5Lcreate_external() to the list of bug fixes.Vailin Choi2008-04-081-0/+4
|
* [svn-r14804] mention to bug fixedPedro Vicente Nunes2008-04-071-1/+3
|
* [svn-r14799] Snapshot version 1.9 release 1HDF Tester2008-04-061-1/+1
|
* [svn-r14759] Snapshot version 1.9 release 0HDF Tester2008-03-201-1/+1
|
* [svn-r14738] Description:Quincey Koziol2008-03-131-0/+5
| | | | | | | | | | Bring r14737 back from the 1.8 branch: Fix bug which would incorrectly encode the member offsets for compound datatypes whose size was between 256 & 511 bytes, when the "use the latest format" feature was enabled. Tested on: Mac OS X/32 10.5.2 (amazon) w/debug FreeBSD/32 6.2 (duty) w/production
* [svn-r14721] Description:Quincey Koziol2008-03-111-0/+3
| | | | Update release notes for H5Aget_num_attrs() fix