Commit Graph

65 Commits

Author SHA1 Message Date
Scott Wegner
fb1776dd9e [svn-r15005] Purpose: Minor updates to Windows documentation.
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.
2008-05-15 09:21:11 -05:00
Scott Wegner
037d82e53d [svn-r15000] Purpose: Minor Windows documentation updates
Description:
Small changes to the documentation-- update version strings to 1.8.1 and document the HDF5TestExpress variable
2008-05-14 14:36:38 -05:00
Scot Breitenfeld
aec106e324 [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
Scot Breitenfeld
5773fd34bc [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. New fortran wrappers added. 2008-04-30 14:23:26 -05:00
Scott Wegner
fc8e5477f5 [svn-r14609] Purpose: Update Windows documentation for last checkin
Description:
List the new HL C examples that were added in the last checkin.  Rather than listing each one individually, we give a brief summary, and instructions for how to test them.
2008-02-19 10:32:35 -05:00
Scott Wegner
a937d785c0 [svn-r14605] Purpose: Rename Windows HL Example projects to match other platforms
Description:
The collection of HL C examples that we distribute for Windows is incomplete.  I wasn't aware of it until Pedro pointed it out, because we use different (although similar) names for the generated files.  This checkin changes the naming to follow Linux, in preparation to add the rest of the HL examples to Windows.

Note: I believe I've updated the MANIFEST accordingly, but I may have missed something-- I'll check on Linux shortly after this commit.

Tested:
VS2005 on WinXP
VS.NET on WinXP
2008-02-18 13:51:47 -05:00
Scott Wegner
6c25da5933 [svn-r14486] Purpose: Update Windows documentation on 1.6 API compatibility
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
2008-02-04 10:53:37 -05:00
MuQun Yang
10b090c6c0 [svn-r14466] Update installation file on windows 2008-01-29 10:59:41 -05:00
Scott Wegner
62529d9b1e [svn-r14432] Purpose: Update Windows documentation concerning VS6
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
2008-01-16 09:19:10 -05:00
Scott Wegner
9743541227 [svn-r14255] Purpose: Add h5tinit.c to default Windows build process
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
2007-11-13 10:17:49 -05:00
Scott Wegner
956ae9b581 [svn-r14253] Purpose: Update FTP location for Windows external library binaries
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
2007-11-13 09:26:18 -05:00
Scott Wegner
df281766f2 [svn-r14141] Purpose: Update Windows testing documentation
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.
2007-09-10 16:10:20 -05:00
Scott Wegner
43bb1ba8e5 [svn-r14138] 2007-09-10 14:14:08 -05:00
Scott Wegner
2ab6b11aaf [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support 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
2007-08-16 13:28:20 -05:00
Scott Wegner
e039e5125c [svn-r14066] Purpose: Streamline Windows typegen projects
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
2007-08-10 10:19:56 -05:00
Scott Wegner
88c194fd78 [svn-r14056] Purpose: Take advantage of new H5_HAVE_SIGLONGJMP flag in 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
2007-08-08 17:51:43 -05:00
Scott Wegner
e2477c8d0b [svn-r14036] Purpose: Fix Windows debug DLL naming scheme
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
2007-08-03 09:44:44 -05:00
Scott Wegner
7f22651492 [svn-r14034] Purpose: Remove forced symbol "gethostname@8" from Windows projects
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
2007-08-02 15:06:31 -05:00
MuQun Yang
265833164d [svn-r14016] Correct a typo. 2007-07-25 17:27:39 -05:00
MuQun Yang
36cdf96f30 [svn-r14006] Corrected a few typos in the installation document for windows. 2007-07-24 15:14:05 -05:00
Scott Wegner
e110fbdddc [svn-r13982] Purpose: Update Windows documentation
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
2007-07-16 12:49:39 -05:00
Scott Wegner
625e2f5047 [svn-r13951] Purpose: Update Windows documentation
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.
2007-07-06 09:12:35 -05:00
Scott Wegner
db3943af6a [svn-r13931] Purpose: Update Windows documentation
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.
2007-07-02 09:33:47 -05:00
Scott Wegner
71c91c6e85 [svn-r13868] Updated the Windows static h5pubconf.h to use our new Windows 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
2007-06-15 11:19:16 -05:00
Scott Wegner
1d17ae7d69 [svn-r13802] Update the Windows documentation to reflect changes made to the Fortran configuration in today's earlier checkin. Also removed documentation for the stdio driver, as it is currently broken. 2007-05-23 16:22:42 -05:00
Scott Wegner
a27b1b6e31 [svn-r13712] Various changes made to bring Windows example tests up to date.
Tested:
VS 2005 on Win XP
2007-04-30 16:36:54 -05:00
Scott Wegner
9844f91b17 [svn-r13710] Added Fortran dependencies to Windows project files, and updated documentation to reflect changes.
Tested:
Visual Studio 2005 on WinXP
2007-04-30 14:16:50 -05:00
Scott Wegner
2ac5e9f2e8 [svn-r13696] Various updates to Windows documentation.
Mostly just correcting typos, no testing needed.
2007-04-23 17:06:01 -05:00
Scott Wegner
7fec773c0e [svn-r13675] Updated Windows documentation concerning thread-safe builds, as well as a typo in the zlib instruction.
Tested:
VS 6.0 on WinXP
2007-04-17 16:04:17 -05:00
Scott Wegner
cb281ab221 [svn-r13671] Updated Windows documentation to use new files for external libraries.
No testing needed.
2007-04-16 13:20:04 -05:00
Scott Wegner
cdaddd7177 [svn-r13666] Added Windows documentation for 7zip
No testing needed.
2007-04-15 10:33:36 -05:00
Scott Wegner
26f835b908 [svn-r13662] Updated Windows documentation to reflect our Intel Fortran 9.1 Compiler support, as well as our depreciation of previous versions of the Intel Compiler.
No testing needed.
2007-04-14 10:46:08 -05:00
Scott Wegner
dc76133bb1 [svn-r13397] Various updates to bring Windows documentation up to date. 2007-02-26 15:43:21 -05:00
MuQun Yang
66cd68e65b [svn-r13137] Updating windows installation file includes:
limitation of support 64-bit with visual studio 2005
How to test with 1.6 compatible
2007-01-12 13:15:32 -05:00
MuQun Yang
0f047c1cfe [svn-r12728] Updated windows installation documents to reflect the support of HDF5 on windows 64-bit platform. 2006-10-06 11:19:14 -05:00
Fang Guo
7e53cf90cf [svn-r12299] Purpose:
Maintenance on Windows
Description:
ttsafedll will be automatically enabled when using .Net and Intel
Add in some instructions for this in applicable places
Solution:

Platforms tested:

Misc. update:
2006-04-25 14:35:34 -05:00
Fang Guo
a074f99ebe [svn-r12225] Purpose:
Maintenance on Windows
Description:
 hdf5_hl_fortran is a mixed language project. when building
this project , the compiler will ask to choose one language as a main
project.
Missed this information in previous document.
Need to ch
Solution:

Platforms tested:

Misc. update:
2006-04-11 15:22:56 -05:00
MuQun Yang
8b2932bf60 [svn-r12204] Purpose:
Correcting typos and updating

Description:
Several section numbers are messed up inside INSTALL_Windows.txt.
Remove the section of using DEBUG information inside HDF5 since it is difficult to verify whether this part of code is indeed used. Most people use windows' own debugger while debugging.
Solution:

Platforms tested:

Misc. update:
2006-04-06 12:05:16 -05:00
Fang Guo
92e8a4d365 [svn-r12103] Purpose:
Maintenance on Windows
Description:
Update contents on HL C Examples
Solution:

Platforms tested:

Misc. update:
2006-03-16 13:45:01 -05:00
Fang Guo
5768e60693 [svn-r12098] Purpose:
Maintenance on Windows
Description:
Document update to reflect recent changes
Solution:

Platforms tested:

Misc. update:
2006-03-16 11:20:29 -05:00
Fang Guo
ffc727c3de [svn-r11802] Purpose:
Maintenance on Windows
Description:
Add in instruction for building hl fortran examples
Solution:

Platforms tested:

Misc. update:
2005-12-20 15:22:45 -05:00
Fang Guo
afe48303a9 [svn-r11290] Purpose:
Maintenance on Windows
Description:
Add how to build hdf5 with thread-safe feature on windows into the
document
Solution:

Platforms tested:

Misc. update:
2005-08-23 16:17:29 -05:00
Fang Guo
53f7edfbc4 [svn-r11180] Purpose:
Maintenance on windows
Description:
some typoes
Solution:

Platforms tested:

Misc. update:
2005-08-01 17:30:53 -05:00
Fang Guo
ddb2af421f [svn-r11175] Purpose:
Maintenance on Windows
Description:
Reformat a little bit to make it easy to read and find
Solution:

Platforms tested:

Misc. update:
2005-07-29 11:41:37 -05:00
Fang Guo
e5379ba36f [svn-r11171] Purpose:
Maintenance
Description:
Add high level dll contents and build multithreaded hdf5 on windows section
Solution:

Platforms tested:

Misc. update:
2005-07-28 17:45:03 -05:00
Fang Guo
fdb479ec2a [svn-r10947] Purpose:
Change format and modify typo
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-17 16:46:49 -05:00
Fang Guo
df1b7e62bc [svn-r10926] Purpose:
modify formats and typo
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-16 15:35:20 -05:00
Fang Guo
147aa9ef46 [svn-r10890] Purpose:
Update instruction for windows users.
Description:
Modify detailed instruction to catch up the changes .
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:04:33 -05:00
Fang Guo
49448eeca1 [svn-r10548] Purpose:
Update documents about installing hdf5 on windows xp
Description:
Modified files: INSTALL_Windows.txt INSTALL_Windows_From_Command_Line.txt
INSTALL_Windows_Short.txt
Solution:

Platforms tested:

Misc. update:
2005-04-05 14:55:20 -05:00
Xuan Bai
8f487df795 [svn-r9974] Purpose:
Update.

Description:
Update installation file on how to link HDF5 with Zlib 1.2.2 and Szip 2.0 DLL libraries.

Solution:

Platforms tested:

Misc. update:
2005-02-09 18:33:38 -05:00