summaryrefslogtreecommitdiffstats
path: root/windows/installhdf5lib.bat
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19050] Description:Quincey Koziol2010-07-061-6/+6
| | | | | | | | | | | | | | | | | | | | Bring r18704:19049 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode Mac OS X/32 10.6.3 (amazon) in debug mode Mac OS X/32 10.6.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
* [svn-r16444] Description:Quincey Koziol2009-02-051-0/+6
| | | | | | | | Bring r16412:16440 from trunk into revise_chunks branch. Tested on: FreeBSD/32 6.3(duty) (h5committest not required on this branch)
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-178/+328
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-328/+178
| | | | New fortran wrappers added.
* [svn-r14695] Purpose: Fix typo in Windows install fileScott Wegner2008-03-031-1/+1
| | | | | | | | Description: A small typo in the recent update to installhdf5lib.bat caused the C++ header files not to be installed for the debug version of the libraries. This corrects the issue. Tested: VS2005 on WinXP
* [svn-r14553] Purpose: Minor cleanup of Windows installation scriptsScott Wegner2008-02-121-178/+328
| | | | | | | | Description: Make the Windows copy_hdf.bat a little cleaner/safer, and produce useful output in installhdf5lib.bat Tested: VS2005 on WinXP
* [svn-r14459] Purpose: Small patch to Windows install scriptScott Wegner2008-01-251-2/+2
| | | | | Description: A user pointed out that one of our Fortran dependencies wasn't getting installed correctly due to a wrong path in our install file. After reviewing, I've applied the patch that he's proposed.
* [svn-r14036] Purpose: Fix Windows debug DLL naming schemeScott Wegner2007-08-031-8/+8
| | | | | | | | 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-r13799] Applying Windows Fortran-specific patches suggested in Bug ↵Scott Wegner2007-05-231-8/+13
| | | | | | | #879. This checkin takes care of the first two, I will look at the last one today. Tested: Visual Studio 2005 on WinXP
* [svn-r13712] Various changes made to bring Windows example tests up to date.Scott Wegner2007-04-301-0/+2
| | | | | Tested: VS 2005 on Win XP
* [svn-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-071-2/+3
|
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-141-169/+169
| | | | | | be "CRLF" instead of "native".
* [svn-r12177] Purpose:Fang Guo2006-03-301-8/+9
| | | | | | | | | | | Maintenance on Windows Description: Modify path for gif2h5 and h52gif Solution: Platforms tested: Windows Misc. update:
* [svn-r11656] Purpose:Fang Guo2005-11-011-0/+13
| | | | | | | | | | | Add in copyright information Description: Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11167] Purpose:Fang Guo2005-07-271-1/+36
| | | | | | | | | | | Improvement Description: Add installation of high level dlls Solution: Platforms tested: Windows XP Misc. update:
* [svn-r10251] Purpose:Fang Guo2005-03-221-0/+121
Remove all.zip for supporting windows. Why? 1. Avoid confliction for windows programmers 2. Decrease size of CVS tree by adding all.zip 3. Avoid using winzip as the intermediate step Kent Yang Description: Put all windows project files under hdf5/windows directory. This check-in includes some batch files. Solution: Platforms tested: VS 6.0, windows XP Misc. update: