summaryrefslogtreecommitdiffstats
path: root/windows/proj/all
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17044] Corrected Windows solution files for branchAllen Byrne2009-06-121-61/+0
| | | | Tested: windows
* [svn-r17037] perf_serial project files added and test added to performance ↵Allen Byrne2009-06-111-0/+89
| | | | | | batch file Tested: XP32 VS2005
* [svn-r15813] Purpose: Add new source code and tests to WindowsScott Wegner2008-10-081-0/+60
| | | | | | | | | | Description: Many new source files were added from the freespace branch. This checkin adds the code to Windows as well. Note: Some tests are still failing on Windows, but this checkin brings us closer to fixing them. In particular, freespace test fails on compile (Quincey is working on it), and the DLL links test fails at runtime (I'll look into it) Tested: VS2005 on WinXP
* [svn-r15508] Scott Wegner2008-08-211-0/+30
|
* [svn-r14837] Purpose: Remove ohdr_gentst from Windows projectsScott Wegner2008-04-141-10/+0
| | | | | | | | Description: The ohdr_gentst project exists in order to re-create test input files that are distributed with the source. These projects aren't built by default on most platforms, and the source isn't distributed in release builds. To avoid confusion and bloat, we remove the Windows version of this project. Tested: None, only removed
* [svn-r14820] Purpose: Disable ohdr_gentst project by default on Windows.Scott Wegner2008-04-081-4/+0
| | | | | | | | | | Description: The ohdr_gentst project exists to dynamically generate the test files for ohdr test, which also exist in the repository. The test is only run on other platforms when the configure flag --enable-build-all is specified. Moreover, the source code ohdr_gentst.c is marked as _DO_NO_DISTRIBUTE_ in the MANIFEST. As a result, there was a problem in the release tarball that the Windows projects would fail when trying to build this project. To correct this, we no longer build this by default. We will also need to release a FAQ/patch for the HDF5 1.8.0 release. Tested: VS2005 on WinXP
* [svn-r14604] Purpose: Backport of Windows project updates from trunkScott Wegner2008-02-181-286/+289
| | | | | | | | | | | | | Description: Add hdf5 library as a dependency to hdf5_hl library in Windows project files For some reason, the hdf5_hl library didn't have hdf5 listed as a dependency. This isn't normally a problem, because building "all" will build hdf5 library. However, when a user tries to build only hdf5_hl, hdf5 library wouldn't be built. Although not technically required for compiling the library code, the hdf5 library is needed for linking any applications, so it's a natural dependency. Tested: VS2005 on WinXP VNET on WinXP
* [svn-r14255] Purpose: Add h5tinit.c to default Windows build processScott Wegner2007-11-131-286/+302
| | | | | | | | | 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-r14235] Purpose: Modify Windows project dependenciesScott Wegner2007-11-051-331/+333
| | | | | | | | Description: Add toolslib(dll) as a dependency to h5import(dll), to support the new -V flag. This needed to be done in each of our 3 solution files. Tested: Only built, VS2005 and VS6
* [svn-r14138] Scott Wegner2007-09-101-4/+4
|
* [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support ↵Scott Wegner2007-08-162-653/+1319
| | | | | | | | | | | 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-r13922] Purpose: First step in VS6 DepreciationScott Wegner2007-06-274-5830/+1262
| | | | | | | | | | | | | | | | | Desciption: This is the first major check-in in the process of depreciating Visual Studio 6.0. We create a new directory, windows_vs6, which now holds all of our previous VS6 project files. We expect to maintain this directory for only a short time (perhaps one release), so users have time to make the change. The ./windows directory now contains project files for Visual Studio .Net, as well as existing source and test scripts. This will allow us to greatly simplify the build process for the majority of our users. We have created a new solution (.Net equivolent of workspace) that houses the Fortran project files. This allowed us to remove these files from the main solution, as well as streamline the conversion in the Fortran solution. It is also much easier now to convert to Visual Studio 2005 files. Notes: I didn't update the MANIFEST with this check-in, I will make those changes shortly. Also, I haven't yet updated the documentation to reflect this check-in. That is going to require more work. We will be giving a seminar in the coming weeks about .Net and how to migrate over. Tested: VS6/VNET/VS2005 on WinXP 32/64-bit
* [svn-r13799] Applying Windows Fortran-specific patches suggested in Bug ↵Scott Wegner2007-05-231-6/+0
| | | | | | | #879. This checkin takes care of the first two, I will look at the last one today. Tested: Visual Studio 2005 on WinXP
* [svn-r13752] Added an include to the ohdr testfile generator code to fix an ↵Scott Wegner2007-05-141-0/+3
| | | | | | | | issue with Visual Studio. I've also turned this project on by default in Windows. Tested: VS6 on WinXP kagiso
* [svn-r13734] Added new source files (from rev. 13721) to Windows project files.Scott Wegner2007-05-051-0/+15
| | | | | | | Note: ohdr_gentst currently fails on Windows, and is disabled by default. I'm working with Quincy to get this fixed. Tested: VS6 on WinXP
* [svn-r13710] Added Fortran dependencies to Windows project files, and ↵Scott Wegner2007-04-301-0/+138
| | | | | | | updated documentation to reflect changes. Tested: Visual Studio 2005 on WinXP
* [svn-r13536] Added source files to Windows C++ test project files. Both ↵Scott Wegner2007-03-221-0/+30
| | | | | | | | | | | | | | | | testhdf5_cpp.dsp and testhdf5_cppdll.dsp received: ./c++/test/tcompound.cpp ./c++/test/ttypes.cpp ./c++/test/tfilter.cpp ./c++/test/tvlstr.cpp Also, fixed a declaration in ttypes.cpp that was causing a compile error in MSVS6.0. Tested: Visual Studio 6.0 on WinXP kagiso too minor for h5committest
* [svn-r13336] Updated all.sln, which is generated by Visual Studio 2005 and ↵Scott Wegner2007-02-191-1967/+2044
| | | | is used only for Windows autotests.
* [svn-r13322] Added new Windows project file, h5mkgrp for new tool, and ↵Scott Wegner2007-02-161-0/+21
| | | | updated all.dsw workspace to include it.
* [svn-r13140] Added a new batch file to test error APIsMuQun Yang2007-01-121-0/+84
| | | | | | Tested 1.6 compatibility feature: work for vs studio 6.0 Corrected several small bugs inside tool batch files Add a few project files to test error APIs
* [svn-r12993] Update windows project files to reflect the recent library change.MuQun Yang2006-11-291-96/+0
|
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-211-40/+94
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12856] On windows file_handle has been changed to vfd. This check-in ↵MuQun Yang2006-11-031-42/+84
| | | | | | | changes the feature. Add project files for ref test. Update hdf5test.bat that includes btree2 test.
* [svn-r12836] Catch up with h5diff tests.MuQun Yang2006-10-311-0/+3
| | | | Catch up with h5repacktst tests.
* [svn-r12714] check in the new dataspace fileMuQun Yang2006-10-031-0/+33
|
* [svn-r12532] Update windows projects with James and Quincey's new changes.MuQun Yang2006-08-031-4/+0
| | | | | | Found two minor bugs in h5dumpgentst.c and links.c. Have informed James. Should work with windows. Tests with MSVS 6.0 with visual fortran 6.6c.
* [svn-r12499] Windows project updating:MuQun Yang2006-07-272-1944/+1979
| | | | | | Updating all.dsw,all.sln(for command-line testing only) and binread.dsp. New projects have been added into.
* [svn-r12471] MuQun Yang2006-07-152-1989/+1945
| | | | | | | | | | | | | | | | Updates on windows Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003 Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat. The previous check-in forgot including the dependency of a new project file.
* [svn-r12468] Update for windows MuQun Yang2006-07-152-2030/+2167
| | | | | | | | Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat.
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-143-5771/+5771
| | | | | | be "CRLF" instead of "native".
* [svn-r12308] Purpose:Fang Guo2006-04-271-1868/+1869
| | | | | | | | | | | Maintenance on Windows Description: Update solution file all.sln Solution: Platforms tested: Misc. update:
* [svn-r12238] Purpose:Fang Guo2006-04-131-1868/+1868
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r12223] Purpose:Fang Guo2006-04-111-1871/+1868
| | | | | | | | | | | Maintenance on Windows Description: libtestfortran.dsp was enabled by accident. Disable libtestfortran.dsp Solution: Platforms tested: Misc. update:
* [svn-r12179] Purpose:Fang Guo2006-03-301-1868/+1871
| | | | | | | | | | | Maintenance on Windows Description: update all.sln Solution: Platforms tested: Misc. update:
* [svn-r12167] Purpose:Fang Guo2006-03-281-1844/+1874
| | | | | | | | | | | Maintenance on Windows Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r12166] Purpose:Fang Guo2006-03-281-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Add in new test cross_read(dll) on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12088] Purpose:Fang Guo2006-03-141-1844/+1844
| | | | | | | | | | | Update solution file all.sln Description: Solution: Platforms tested: Misc. update:
* [svn-r12038] Purpose:Fang Guo2006-03-071-1840/+1844
| | | | | | | | | | | Update all.sln Description: Solution: Platforms tested: Misc. update:
* [svn-r12023] Purpose:Fang Guo2006-03-071-17/+29
| | | | | | | | | | | Maintenance on Windows Description: Move gifconv from windows\tools\ to windows\hl\tools Solution: Platforms tested: Misc. update:
* [svn-r11983] Purpose:Fang Guo2006-02-281-1900/+1840
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r11972] Purpose:Fang Guo2006-02-281-122/+38
| | | | | | | | | | | | Maintenance on Windows Description: Update workspace according to Quincey's check in. Remove blocktrack(dll).dsp, b_plus+tree(dll).dsp and sheap(dll).dsp and add in fheap(dll).dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11925] Purpose:Fang Guo2006-02-071-1886/+1888
| | | | | | | | | | | Windows Maintenance Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r11922] Purpose:Fang Guo2006-02-071-163/+169
| | | | | | | | | | | Maintenance on Windows Description: Add hdf hl library as the dependency of gifconv and gifconvdll Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11912] Purpose:Fang Guo2006-01-311-1862/+1892
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln to include cache_api.dsp and cache_apidll.dsp Solution: Platforms tested: Misc. update:
* [svn-r11911] Purpose:Fang Guo2006-01-311-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Update workspace to include cache_api.dsp and cache_apidll.dsp Solution: Platforms tested: Misc. update:
* [svn-r11857] Purpose:Fang Guo2006-01-031-1861/+1862
| | | | | | | | | | | Maintenance on Windows Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11844] Purpose:Fang Guo2005-12-281-1892/+1861
| | | | | | | | | | | Windows Maintenance Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11843] Purpose:Fang Guo2005-12-281-161/+161
| | | | | | | | | | | Windows Maintenance Description: Update workspace Solution: Platforms tested: Misc. update:
* [svn-r11825] Purpose:Fang Guo2005-12-211-0/+6
| | | | | | | | | | | Maintenance on Windows Description: Update workspace due to project h52gif.dsp and h52gifdll.dsp setting changes Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11766] Purpose:Fang Guo2005-12-061-1860/+1892
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln due the new changes of hdf5.dsp and hdf5dll.dsp Solution: Platforms tested: Misc. update: