summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r13710] Added Fortran dependencies to Windows project files, and ↵Scott Wegner2007-04-302-140/+36
| | | | | | | updated documentation to reflect changes. Tested: Visual Studio 2005 on WinXP
* [svn-r13701] Deleted .html versions of Windows documentation, as we have ↵Scott Wegner2007-04-245-8350/+0
| | | | | | decided to maintain only .txt versions in the source package. Step-by-step instructions for Windows will eventually be made available on the public website. Updated MANIFEST to reflect changes.
* [svn-r13696] Various updates to Windows documentation.Scott Wegner2007-04-233-38/+30
| | | | Mostly just correcting typos, no testing needed.
* [svn-r13692] Snapshot version 1.8 release 0 (beta1post0)HDF Tester2007-04-231-1/+1
|
* [svn-r13685] Description:Quincey Koziol2007-04-181-1/+1
| | | | Update the version string to "1.8.0-beta1post0"
* [svn-r13683] Description:hdf5-1_8_0-beta1Quincey Koziol2007-04-181-1/+1
| | | | | Change the release string for the beta1 release, so the tag in subversion is correct.
* [svn-r13681] Description:Quincey Koziol2007-04-181-1/+3
| | | | Note that the "Platforms tested" section is slightly out of date.
* [svn-r13680] Updated with known problems concerning DOE machines.Albert Cheng2007-04-181-0/+7
|
* [svn-r13679] Description:Frank Baker2007-04-181-19/+38
| | | | | | | | | | | | | | | Updated for 1.8.0-beta1. Updated URLs from hdf.ncsa.uiuc.edu to www.hdfgroup.org or www.hdfgroup.uiuc.edu, as appropriate and corrected otherwise-out-of-date URLs. Updated HDF Help Desk address to 'help@hdfgroup.org'. Added notes regarding beta documentation. And here were a few minor edits. Tested: Visual inspection. -This line, and those below, will be ignored-- M RELEASE.txt
* [svn-r13677] Fixed a typo in C++ compiler version numberElena Pourmal2007-04-181-1/+1
|
* [svn-r13676] Updated the "Platforms tested" section for the 1.8.0-beta1 releaseElena Pourmal2007-04-181-67/+41
|
* [svn-r13675] Updated Windows documentation concerning thread-safe builds, as ↵Scott Wegner2007-04-171-2/+2
| | | | | | | well as a typo in the zlib instruction. Tested: VS 6.0 on WinXP
* [svn-r13674] Added Windows "short" documentation for building with Visual ↵Scott Wegner2007-04-171-4/+27
| | | | | | Studio 2005. No testing needed.
* [svn-r13673] Updating release documentation to state current known issues ↵Mike McGreevy2007-04-171-0/+7
| | | | with szip.
* [svn-r13671] Updated Windows documentation to use new files for external ↵Scott Wegner2007-04-163-22/+22
| | | | | | libraries. No testing needed.
* [svn-r13666] Added Windows documentation for 7zipScott Wegner2007-04-152-4/+9
| | | | No testing needed.
* [svn-r13662] Updated Windows documentation to reflect our Intel Fortran 9.1 ↵Scott Wegner2007-04-142-1448/+1438
| | | | | | Compiler support, as well as our depreciation of previous versions of the Intel Compiler. No testing needed.
* [svn-r13657] Pedro Vicente Nunes2007-04-131-1/+4
| | | | add note for gif tools