summaryrefslogtreecommitdiffstats
path: root/windows/hdf5build.BAT
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17758] Remove .NET references from windows text files and batch filesAllen Byrne2009-10-271-15/+13
|
* [svn-r17726] Updated the errorlevel checking for better error handling in ↵Allen Byrne2009-10-221-6/+10
| | | | the windows batch files.
* [svn-r17631] Removed vnet assignments and allow default /vs8 and /ivf91 on ↵Allen Byrne2009-10-121-37/+20
| | | | | | command line. Tested: windows
* [svn-r17256] Added new file, H5Dlayout.c to project files.Allen Byrne2009-07-281-6/+4
| | | | | | | | Deleted obsolete vnet project files as it is no longer supported for HDF55 1.9 and above Removed references from batch build files. Release documents still need to be updated. Tested XP32 VS2005
* [svn-r15312] Purpose: Support Visual Studio 2008 on WindowsScott Wegner2008-07-021-5/+81
| | | | | | | | | | 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-r15301] Purpose: Support Intel Visual Fortran 10.1 from Visual Studio ↵Scott Wegner2008-06-301-19/+49
| | | | | | | | | | | | 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. Tested: VS2005 with IVF 9.1 and 10.1 on 32-bit XP
* [svn-r15089] Purpose: Support Visual Studio .NET builds from command-lineScott Wegner2008-05-291-34/+74
| | | | | | | | | | | Description: In our Windows command-line build script, we now support building with Visual Studio .NET, although VS2005 is still the default. Building with VS.NET still imposes the same feature restrictions as through the IDE: -- 64-bit builds are unsupported -- Fortran is unsupported Tested: VS.NET on WinXP VS2005 on WinXP
* [svn-r14993] Purpose: Add support for building 64-bit Windows binaries from ↵Scott Wegner2008-05-141-6/+28
| | | | | | | | | | | command line Description: We can dynamically detect the host architecture using the PROCESSOR_ARCHITECTURE variable. This allows us to setup our build paths accordingly and build 64-bit Windows binaries from the command line. This allows us to run autotests on 64-bit Windows as well. Tested: VS2005 on WinXP x64 VS2005 on WinXP x86
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-1/+1
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-1/+1
| | | | New fortran wrappers added.
* [svn-r14673] Purpose: Allow building Fortran libraries from the Windows ↵Scott Wegner2008-02-251-1/+1
| | | | | | | command line Tested: VS2005 on WinXP
* [svn-r14433] Purpose: Fix reference in the Windows batch-build scriptScott Wegner2008-01-161-24/+1
| | | | | Description: In the Windows command line build script, there was a reference to the "typegen" project, which generates h5detect before HDF5 is built. Now, we integrate h5detect into the overall build process, and typegen has been removed. This checkin removes the reference in the batch script. This fixes bugzilla bug 1021.
* [svn-r14166] Purpose: Update Windows command-line build scriptsScott Wegner2007-10-011-141/+156
| | | | | | | | | | | | 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-r13981] Purpose: Windows catchupScott Wegner2007-07-161-2/+3
| | | | | | | | | | Description: - Add new source file H5version.h to Windows projects - Add new h5stat tests, and uncomment one that no longer fails - Clean up autotests a little bit. Tested: VS.NET on WinXP
* [svn-r13977] Purpose: Misc. Windows autotest code-cleanupScott Wegner2007-07-131-112/+160
| | | | | | | | | | Description: This cleans up a lot of different things we were doing in the Windows batch scripts. For one, we now use "exit /b" to better emulate functions in batch scripts. Also changed error-checking to look for negative return values as well. This also adds initial support for Visual Studio 2005 command-line builds in hdf5build.BAT Tested: WinXP
* [svn-r13957] Purpose: Windows autotest bugfixScott Wegner2007-07-091-1/+3
| | | | | | | | Description: In the new Windows autotests, hdf5build.BAT was resetting a variable used by hdf5bt.BAT. Changed so hdf5build.BAT looks to see if hdf5bt.BAT is running before it removes this variable. Tested: WinXP
* [svn-r13956] Purpose: Fix typoScott Wegner2007-07-091-1/+1
| | | | | | | | Description: There was a typo in the new command-line build script that was making it fail early. This should fix it. Tested: WinXP
* [svn-r13952] Purpose: Update Windows build scriptsScott Wegner2007-07-061-216/+177
| | | | | | | | Description: I'm in the process of re-writing the Windows build scripts for Visual Studio .NET (and eventually VS2005). These will be used with an autotest script, which is in the works. Tested: VS.NET on WinXP, although probably still needs some work.
* [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-219/+219
| | | | | | be "CRLF" instead of "native".
* [svn-r11656] Purpose:Fang Guo2005-11-011-0/+12
| | | | | | | | | | | Add in copyright information Description: Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11140] Purpose:Fang Guo2005-07-221-3/+3
| | | | | | | | | | | Improvement Description: Add high level dlls Solution: Platforms tested: Misc. update:
* [svn-r10843] Purpose:Fang Guo2005-06-021-1/+1
| | | | | | | | | | | Modify batch file. Description: Add hl_test_table build into hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10811] Purpose:Fang Guo2005-05-271-1/+1
| | | | | | | | | | | Update batch file hdf5build.bat Description: Add high level c++ library and test project file. Solution: Platforms tested: Windows XP Misc. update:
* [svn-r10762] Purpose:Fang Guo2005-05-191-0/+67
| | | | | | | | | | | Update hdf5build.bat under hdf5/windows directory Description: Add code to generate H5f90i.h and H5fortran_types.f90 Solution: Platforms tested: Misc. update:
* [svn-r10556] Update batch file hdf5build.BATFang Guo2005-04-051-24/+24
| | | | | | | | | | Description: Batch file hdf5build.BAT updated for windows without all.zip Solution: Platforms tested: Misc. update:
* [svn-r10251] Purpose:Fang Guo2005-03-221-0/+141
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: