summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r28398] Add note about the "H5_BUILT_AS_DYNAMIC_LIB" compile definitionAllen Byrne2015-11-181-2/+4
|
* [svn-r23650] Correct text of VS docAllen Byrne2013-04-291-2/+8
|
* [svn-r23625] Updated and renamed documentsAllen Byrne2013-04-251-1/+1
|
* [svn-r23593] Remove old referencesAllen Byrne2013-04-161-6/+0
|
* [svn-r22362] Update to 1.8.9 releaseAllen Byrne2012-05-141-1768/+8
|
* [svn-r21594] Add CMake option to disable packaging component: needed to ↵Allen Byrne2011-10-171-0/+3
| | | | | | avoid configuration warning when using Visual Studio Express versions on windows. Tested: Windows
* [svn-r21094] Add section on updating paths in VS2010Allen Byrne2011-07-121-0/+10
|
* [svn-r20557] Update Windows doc referencesAllen Byrne2011-04-191-2/+6
|
* [svn-r19335] Update CMake referenceAllen Byrne2010-09-011-9/+9
|
* [svn-r18957] Corrected name of external librariesAllen Byrne2010-06-031-3/+3
|
* [svn-r18902] Renamed Cmake specific document, making more general for all ↵Allen Byrne2010-05-261-1/+1
| | | | platforms. Updated references in other files.
* [svn-r18773] Add files to support building library with CMakeAllen Byrne2010-05-121-71/+87
| | | | Tested: Local linux
* [svn-r17753] Remove .NET references from windows text files and batch filesAllen Byrne2009-10-271-73/+16
|
* [svn-r16953] corrected name of zlib in Section IV, part 3, step 2Allen Byrne2009-05-151-2/+2
| | | | Tested: windows
* [svn-r16857] Updated version to 1.8.3Allen Byrne2009-04-241-5/+5
|
* [svn-r16047] Update Windows release documents-- increment version number for ↵Scott Wegner2008-11-101-1/+1
| | | | 1.8.2, and drop MinGW support for this release (not enough time for testing)
* [svn-r15313] Purpose: Support Visual Studio 2008 on WindowsScott Wegner2008-07-021-20/+52
| | | | | | | | | | 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-r15304] Purpose: Minor typo in Windows documentation (zlib DLL directory)Scott Wegner2008-06-301-5/+5
| | | | | 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-r15302] Purpose: Support Intel Visual Fortran 10.1 from Visual Studio ↵Scott Wegner2008-06-301-11/+11
| | | | | | | | | 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.
* [svn-r15021] Purpose: Minor updates to Windows documentation via Kent's ↵Scott Wegner2008-05-161-2/+8
| | | | recommendations.
* [svn-r15004] Purpose: Minor updates to Windows documentation.Scott Wegner2008-05-151-84/+105
| | | | | | | | | | | | | | | | 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-r15001] Purpose: Minor Windows documentation updatesScott Wegner2008-05-141-5/+15
| | | | | Description: Small changes to the documentation-- update version strings to 1.8.1 and document the HDF5TestExpress variable
* [svn-r14668] Purpose: Backport of added Windows HL examples from trunkScott Wegner2008-02-251-14/+8
| | | | | Description: The Windows suite of examples for HL C was a very small subset of the examples that exist for other platforms. Now we have all of the HL C examples-- integrated into the VS projects files, and batch test scripts.
* [svn-r14486] Purpose: Update Windows documentation on 1.6 API compatibilityScott Wegner2008-02-041-23/+40
| | | | | | | Description: Wrote documentation on how to use the 1.6 API for a user application-- this replaces the outdated documentation we previously had. Tested: VS2005 with HDFEOS5
* [svn-r14466] Update installation file on windowsMuQun Yang2008-01-291-11/+39
|
* [svn-r14432] Purpose: Update Windows documentation concerning VS6Scott Wegner2008-01-161-5/+4
| | | | | Details: We no longer support Visual Studio 6.0, so we note it in the documentation. Also, updated the path references in VS.NET documentation
* [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-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-r14093] Purpose: Convert Windows projects to VS2005 format and support ↵Scott Wegner2007-08-161-266/+96
| | | | | | | | | | | 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-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-021-7/+1
| | | | | | | | | | | | 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-r14016] Correct a typo.MuQun Yang2007-07-251-1/+1
|
* [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-061-116/+91
| | | | | | | | 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-021-1312/+876
| | | | | | | | | | 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-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-r13802] Update the Windows documentation to reflect changes made to the ↵Scott Wegner2007-05-231-26/+29
| | | | Fortran configuration in today's earlier checkin. Also removed documentation for the stdio driver, as it is currently broken.
* [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-301-70/+18
| | | | | | | updated documentation to reflect changes. Tested: Visual Studio 2005 on WinXP
* [svn-r13696] Various updates to Windows documentation.Scott Wegner2007-04-231-33/+25
| | | | Mostly just correcting typos, no testing needed.
* [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-r13671] Updated Windows documentation to use new files for external ↵Scott Wegner2007-04-161-16/+16
| | | | | | libraries. No testing needed.
* [svn-r13666] Added Windows documentation for 7zipScott Wegner2007-04-151-3/+8
| | | | No testing needed.
* [svn-r13662] Updated Windows documentation to reflect our Intel Fortran 9.1 ↵Scott Wegner2007-04-141-1183/+1055
| | | | | | Compiler support, as well as our depreciation of previous versions of the Intel Compiler. No testing needed.
* [svn-r13397] Various updates to bring Windows documentation up to date.Scott Wegner2007-02-261-44/+45
|