summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14399] Maintenance: fixed some typos.Elena Pourmal2008-01-111-5/+6
|
* [svn-r14398] Bug fix: Fixed installation instructions for the OpenVMS systemElena Pourmal2008-01-111-0/+1
|
* [svn-r14396] Maintenance: VMS doesn't like multiple "." in the file names; ↵Elena Pourmal2008-01-101-2/+2
| | | | | | we will need to rename tar ball for the VMS user; used generic name <source> to specify the tar ball and top directory names for now.
* [svn-r14395] Maintenance: Updated installation instructions for VMS system.Elena Pourmal2008-01-101-63/+47
|
* [svn-r14316] Purpose: Update test directories in MinGW documentationScott Wegner2007-12-031-1/+3
| | | | | | | | Description: There are many tests that are unsupported on MinGW because of the way it handles certain syntax in shell scripts (particularly '/'). As a result, we list a few tests that users must comment out in various Makefile.in's. This checkin updates the location of h5stat-- it was formerly in ./tools/misc, but has been moved it ./tools/h5stat. Tested: MinGW on WinXP
* [svn-r14290] Maintenance after beta5 release: changed version number to ↵Elena Pourmal2007-11-261-8/+8
| | | | | | | | 1.8.0-rc1 (stands for 1.8.0 release candidate # 1) Platforms tested: none, minor change with the known script.
* [svn-r14288] Maintenance for beta5 release: vesrion number was changed to ↵hdf5-1_8_0-beta5Elena Pourmal2007-11-261-1/+1
| | | | | | | | 1.8.0-beta5 by running bin/h5vers script Platforms tested: kagiso (minor change)
* [svn-r14287] Maintenance before creating beta5 tar ball.Elena Pourmal2007-11-261-16/+10
| | | | Platforms tested: None (minor edits in the documentation files)
* [svn-r14270] Description:Albert Cheng2007-11-201-0/+1
| | | | | | | | | | Removed the stream-vfd from the basic library code. (The stream-vfd source files are not removed yet but the MANIFEST has been updated to NOT release those stream-vfd source files.) Platforms tested: Kagiso and smirom. Then test the release tar ball in kagiso.
* [svn-r14255] Purpose: Add h5tinit.c to default Windows build processScott Wegner2007-11-131-53/+12
| | | | | | | | | Description: Previously, we provided a static h5tinit.c with our Windows distribution, and provided instructions to optionally generate it. Now, we will incorporate it as part of the default build process, to emulate other platforms more closely. Tested: VS6 VS2005
* [svn-r14253] Purpose: Update FTP location for Windows external library binariesScott Wegner2007-11-131-12/+6
| | | | | | | | Description: We recently uploaded new versions of our external library binaries to support more compiler configurations. This check-in is to point to the new location in our documentation. Tested: None
* [svn-r14215] Maintenance after 1.8.0-beta4: changed version number to ↵Elena Pourmal2007-10-211-1/+1
| | | | 1.8.0-beta4post1
* [svn-r14213] Maintenance for beta4 release: changed version number to be ↵hdf5-1_8_0-beta4Elena Pourmal2007-10-211-1/+1
| | | | | | 1.8.0-beta4 Platforms tested: kagiso only (trivial change using bin/h5vers script)
* [svn-r14189] added recently added new featuresPedro Vicente Nunes2007-10-051-0/+3
| | | | | | | | Tools: ------ - h5dump lists groups and attributes in requested orders (by name and creation order, both ascending and descending). PVN - 2007/10/5 - h5import imports string (text) data. PVN - 2007/10/5
* [svn-r14181] Description:Quincey Koziol2007-10-041-0/+3
| | | | Mention fixing the display order for attributes in h5ls and h5dump
* [svn-r14166] Purpose: Update Windows command-line build scriptsScott Wegner2007-10-011-51/+66
| | | | | | | | | | | | Description: This updates the command-line build process to handle structural changes we've made in the HDF5 project files. Also, we add support for two new options: /fort - to build Fortran libraries /useenv - to allow users to specify include and libpath directories on the command line as well. Also updated documentation to reflect these change. Tested: VS2005 on WinXP
* [svn-r14141] Purpose: Update Windows testing documentationScott Wegner2007-09-101-145/+84
| | | | | | | | Description: There are minor changes in the testing process for Windows with the new test scripts. Specifically, the test output is output to the screen, rather than redirected into files, by default. Also, it is much easier to test parts modularly, and installing DLLs is one step, instead of separated batch files. Tested: None, only documentation changed.
* [svn-r14138] Scott Wegner2007-09-101-14/+14
|
* [svn-r14110] Document MPI-IO compiler problem on tungsten.MuQun Yang2007-08-241-0/+20
|
* [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support ↵Scott Wegner2007-08-163-317/+333
| | | | | | | | | | | 64-bit Fortran Description: This checkin is another Windows project cleanup, and also extends our Windows support for 64-bit Fortran. Project files are now in VS2005 format, rather than VS.NET. A couple projects have been renamed to be more descriptive (*cstub rather than *_lib), and project settings make better use of build macros. This will make them much easier to update in the future. Tested: VS2005 on WinXP 32-bit VS2005 on WinXP x64
* [svn-r14081] revised it.Albert Cheng2007-08-131-161/+101
|
* [svn-r14066] Purpose: Streamline Windows typegen projectsScott Wegner2007-08-101-8/+3
| | | | | | | Description: Previously the process of generating h5tinit.c, as well as the Fortran type files, was very manual on Windows. For Fortran, the process included opening 4 different solutions, and running 4 different commands from the prompt. I've made things very much more automated, and now only requires only building one project for either C or C/Fortran. Running the commands to generate the file is done automatically. Tested: VS.NET
* [svn-r14056] Purpose: Take advantage of new H5_HAVE_SIGLONGJMP flag in ↵Scott Wegner2007-08-081-13/+3
| | | | | | | | | | | H5detect.c Description: Visual Studio does not have the function siglongjmp. Therefore, we have created a new configure flag H5_HAVE_SIGLONGJMP that tests for this. We use this within H5detect.c. Tested: VS.NET h5committest
* [svn-r14036] Purpose: Fix Windows debug DLL naming schemeScott Wegner2007-08-031-10/+10
| | | | | | | | Description: At a previous seminar, it was brought up that the naming scheme for Windows debug DLL is inconsistent. Specifically, some use *ddll, while others use *dlld. *dlld is more widely-used, so we decided this is "correct". This changes others to use this scheme, and adapts other projects / install scripts / documentation. Tested: Visual Studio .NET on WinXP
* [svn-r14034] Purpose: Remove forced symbol "gethostname@8" from Windows projectsScott Wegner2007-08-024-795/+38
| | | | | | | | | | | | Description: Previously, we needed to force symbol definition "gethostname@8" for compatibility with old versions of Visual Studio. It appears that Visual Studio no longer requires this, so we remove it. This makes the build process on 64-bit much smoother. Also minor updates to main documentation, command-line documentation, and removed codewarrior and INTEL docs. Tested: VS.NET VS2005 chkmanifest
* [svn-r14027] Maintenance: changed version number to 1.8.0-beta3post1 using ↵Elena Pourmal2007-07-301-1/+1
| | | | bin/h5vers script
* [svn-r14025] Maintenance: Changed version number to 1.8.0-beta3, put warning ↵hdf5-1_8_0-beta3Elena Pourmal2007-07-302-6/+9
| | | | | | | into INSTALL file for the 1.8.0-beta* releases Tested: Release tar ball is available on the frp server, It was tested on kagiso with the PGI compilers.
* [svn-r14016] Correct a typo.MuQun Yang2007-07-251-1/+1
|
* [svn-r14013] Purpose: Updating release documents to reflect current versions ↵Mike McGreevy2007-07-251-0/+2
| | | | | | of autotools. Tests: None needed, documentation update only.
* [svn-r14007] MuQun Yang2007-07-241-5/+0
| | | | Remove "fortran test" part since we can no longer support 6.0 with compaq visual fortran.
* [svn-r14006] Corrected a few typos in the installation document for windows.MuQun Yang2007-07-241-1/+16
|
* [svn-r13982] Purpose: Update Windows documentationScott Wegner2007-07-161-5/+14
| | | | | | | | | | Description: The Windows documentation on generating H5tinit.c was lacking special instructions for Visual Studio 2005. Specifically, Windows does not support the function "siglongjmp". Previous versions of Visual Studio will ignore this function, but VS2005 produces an error. Tested: VS6 VNET VS2005
* [svn-r13951] Purpose: Update Windows documentationScott Wegner2007-07-062-123/+104
| | | | | | | | Description: Explain why Fortran isn't supported on MinGW and give users an "unsupported" alternative. Also re-worked the main documentation to clarify using the HDF5 DLL libraries. Tested: None needed.
* [svn-r13931] Purpose: Update Windows documentationScott Wegner2007-07-024-1472/+1210
| | | | | | | | | | Description: This makes major updates to the Windows installation documentation, to account for the switch from VS6 to .NET. Installation instructions for 6.0 can also be found in INSTALL_Windows_Short_MSVS6.0.TXT, although it's noted that we are phasing out our VS6 support. Also added install instrctions for MinGW, to reflect our initial support. Updated MANIFEST for new file checkin. Tested: Instructions for each configuration have been tested.
* [svn-r13930] purpose:Albert Cheng2007-07-021-8/+2
| | | | | | | | Update information. Removed support for BG/L (ubgl), SGI tesla. Updated for SNL platforms too. Tested: Just eyeballed since this is just a text file.
* [svn-r13913] Maintenance after beta2 release: used bin/h5vers script to ↵Elena Pourmal2007-06-251-1/+1
| | | | change version number to 1.8.0-beta2poat1
* [svn-r13909] Mainetnance before createing beta2 tar ballhdf5-1_8_0-beta2Elena Pourmal2007-06-251-1/+1
| | | | Changed version number to 1.8.0-beta2
* [svn-r13908] Update support information of abe.Raymond Lu2007-06-251-4/+7
|
* [svn-r13907] Maintenance: added more information about tested platforms for ↵Elena Pourmal2007-06-251-4/+25
| | | | 1.8.0 beta 2 release
* [svn-r13906] Purpose: Update supported platformsScott Wegner2007-06-251-10/+12
| | | | | | | Description: Updated RELEASE.txt to reflect support for 64-bit Windows. Also updated the testing table, and removed some old Windows-related issues that are no longer present. No testing needed.
* [svn-r13900] Updated information about HPUX 11.23; removed some old platformsElena Pourmal2007-06-241-10/+4
|
* [svn-r13893] Maintenance: Bump up version to beta2pre2 after creating a tar ↵Elena Pourmal2007-06-201-1/+1
| | | | ball for remote testing
* [svn-r13892] Maintenance: Changed library version to beta2pre1 in ↵Elena Pourmal2007-06-201-4/+4
| | | | | | | preparation for remote testing for the HDF5 1.8.0-beta2 release Platforms tested: kagiso (small change done by bin/h5vers script)
* [svn-r13888] Description:Quincey Koziol2007-06-191-0/+2
| | | | Added note about VL-datatype fill value bugs fixed.
* [svn-r13868] Updated the Windows static h5pubconf.h to use our new Windows ↵Scott Wegner2007-06-151-16/+222
| | | | | | | | | | file driver by default. After thorough testing, we think the windows driver is ready to be included. I've also updated our Windows documentation file to include 64-bit instructions. The process is fairly tedious right now, but we hope to make it more straight-forward when we depreciate 6.0 and re-work our project files. Tested: 32-bit WinXP: VS6, VS.NET, and VS 2005 64-bit WinXP: VS.NET and VS 2005
* [svn-r13867] Brought VMS port up to date; made h5repack script to work again.Elena Pourmal2007-06-141-1/+0
| | | | | Platforms tested: VMS server; no other tests are needed since changes are local to the VMS command and source files.
* [svn-r13814] Description:Quincey Koziol2007-05-291-5/+5
| | | | | | | | | | | | | | Change back to clearing memory buffers by default, but give users option to disable this, for performance reasons (--disable-clear-file-buffers). Also, add configure option (--enable-using-memchecker) to conveniently control making the library "play nice" with memory checking tools like valgrind and purify. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (kagiso)
* [svn-r13802] Update the Windows documentation to reflect changes made to the ↵Scott Wegner2007-05-232-27/+52
| | | | Fortran configuration in today's earlier checkin. Also removed documentation for the stdio driver, as it is currently broken.
* [svn-r13718] Pedro Vicente Nunes2007-05-011-0/+3
| | | | | | | | | added entries - Fortran interfaces for the Image, Table and Lite APIs. PVN - 2007/5/1 - New HDF5 Dimension Scale API (H5DS) allows dimension scales to be created in an HDF5 file and associated with specific datasets. PVN - 2007/5/1
* [svn-r13712] Various changes made to bring Windows example tests up to date.Scott Wegner2007-04-301-22/+59
| | | | | Tested: VS 2005 on Win XP