summaryrefslogtreecommitdiffstats
path: root/windows/proj/all/all.sln
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22953] Purpose:Dana Robinson2012-10-231-2492/+0
| | | | | Removed legacy Visual Studio solutions and projects, which will no longer be supported after HDF5 1.8.10.
* [svn-r18431] Added libsettings project to solution files.Allen Byrne2010-03-191-25/+39
| | | | Updated Manifest
* [svn-r18360] Updated project files and release docs to VS2008 and IVF101 based.Allen Byrne2010-03-031-32/+2
| | | | | | Made change to cpp version of testhdf5 for the elimination of dsets standalone. Tested: Windows
* [svn-r17721] Added new files:Allen Byrne2009-10-221-0/+28
| | | | | tlinks.cpp, tcheck_version.c and tcheckversion projects
* [svn-r17541] Added missing farray(dll) project dependicies on hdf5 and ↵Allen Byrne2009-09-281-308/+316
| | | | libtest to the solution file.
* [svn-r17529] Added farray projects to solution file.Allen Byrne2009-09-251-0/+20
|
* [svn-r17033] perf_serial project files added and test added to performance ↵Allen Byrne2009-06-111-0/+28
| | | | | | batch file Tested: XP32 VS2005
* [svn-r15815] 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-r15584] Purpose: Add new extensible array source code and test project ↵Scott Wegner2008-09-031-0/+33
| | | | | | | | | for Windows Description: In revision 15549, new source code was added for the extensible array interface. This checkin adds the source code to Windows, along with the new test project, earray. Note: The new H5EA interface causes compilation errors on Windows, and will need to be fixed in the source.
* [svn-r15503] Purpose: Add new app_ref test to Windows projectsScott Wegner2008-08-211-0/+30
| | | | | | | | Description: A new test program, app_ref, was added to the source and configure script. We need to make special Windows project files for static and DLL versions of the test, and also VS2005 and VS.NET versions. Finally, include the new test in our script Tested: VS2005 on WinXP
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-298/+315
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-315/+298
| | | | New fortran wrappers added.
* [svn-r14838] Purpose: Remove ohdr_gentst from Windows projectsScott Wegner2008-04-141-14/+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-r14817] Purpose: Add new Windows project chunk_info[dll]Scott Wegner2008-04-081-0/+28
| | | | | | | | | Description: A new source file has been added, ./test/chunk_info.c. As a result, we need to add new projects for Windows. This includes projects for VS2005 on VNET. Tested: VS2005 on WinXP VNET on WinXP
* [svn-r14603] Purpose: Add hdf5 library as a dependency to hdf5_hl library in ↵Scott Wegner2008-02-181-286/+289
| | | | | | | | | | | | | Windows project files Description: 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-161-634/+1232
| | | | | | | | | | | 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-271-2090/+1205
| | | | | | | | | | | | | | | | | 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-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-r12499] Windows project updating:MuQun Yang2006-07-271-1944/+1958
| | | | | | Updating all.dsw,all.sln(for command-line testing only) and binread.dsp. New projects have been added into.
* [svn-r12471] MuQun Yang2006-07-151-1976/+1944
| | | | | | | | | | | | | | | | 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-151-1869/+1979
| | | | | | | | 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-141-2384/+2384
| | | | | | 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-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-r11983] Purpose:Fang Guo2006-02-281-1900/+1840
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r11925] Purpose:Fang Guo2006-02-071-1886/+1888
| | | | | | | | | | | Windows Maintenance Description: Update all.sln Solution: Platforms tested: 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-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-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:
* [svn-r11716] Purpose:Fang Guo2005-11-151-1836/+1866
| | | | | | | | | | | Maintenance on windows Description: Add in objcopy.dsp and objcopydll.dsp Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r11692] Purpose:Fang Guo2005-11-071-1836/+1836
| | | | | | | | | | | Maintenance on Windows. Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11457] Purpose:Fang Guo2005-09-211-1814/+1842
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r11273] Purpose:Fang Guo2005-08-191-1803/+1817
| | | | | | | | | | | Maintenance Description: Update workspace and solution file Solution: Platforms tested: MSVS 6.0 on windows Misc. update:
* [svn-r11225] Purpose:Fang Guo2005-08-091-1803/+1803
| | | | | | | | | | | Maintenance on windows Description: Update solution file to include newly added files Solution: Platforms tested: Misc. update:
* [svn-r11154] Purpose:Fang Guo2005-07-251-1672/+1842
| | | | | | | | | | | Maintenance Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11101] Purpose:Fang Guo2005-07-211-1718/+1672
| | | | | | | | | | | Maintenance for windows Description: Two project files removed Solution: Platforms tested: Visual studio .Net on Windows XP Misc. update:
* [svn-r11048] Purpose:Fang Guo2005-07-071-1688/+1718
| | | | | | | | | | | Update Description: New project files added Solution: Platforms tested: Visual studio .Net on windows XP Misc. update:
* [svn-r11029] Purpose:Fang Guo2005-07-051-1688/+1688
| | | | | | | | | | | Update solution file Description: New source codes added. Solution: Platforms tested: Visual studio .Net 2003 on Windows XP. Misc. update:
* [svn-r11004] Purpose:Fang Guo2005-06-301-1722/+1688
| | | | | | | | | | | | Update solution file all.sln Description: Change building configurations of all.dsw so that fortran project files would not be built when users choose visual studio .net to build HDF5 from command line. Solution: Platforms tested: Misc. update:
* [svn-r10991] Purpose:Fang Guo2005-06-241-1722/+1722
| | | | | | | | | | | Keep consistent with all.dsw Description: Update solution file of all.dsw Solution: Platforms tested: Misc. update:
* [svn-r10967] Purpose:Fang Guo2005-06-211-1722/+1722
| | | | | | | | | | | Update solution file Description: H5Pocpl.c was newly added. Solution: Platforms tested: Misc. update: