summaryrefslogtreecommitdiffstats
path: root/windows/src/H5FDwindows.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13852] Added includes in various places to make it possible to set ↵Scott Wegner2007-06-111-1004/+0
| | | | | | | windows as the default vfd. Although sec2 is still default on Windows, it should now be possible to switch by simply changing H5pubconf.h . Tested: .NET 2003 on WinXP
* [svn-r13851] Further updates to our Windows file driver to make it ↵Scott Wegner2007-06-111-81/+121
| | | | | | compatible with both .NET and VS2005. Still needs extensive testing before it's ready.
* [svn-r13834] Addition work on the Windows file driver for 64-bit ↵Scott Wegner2007-06-051-112/+44
| | | | | | | | | compatibility, as well as making it compatible for .NET 2003 and VS 6.0. Defined additional macros in H5pubconf.h. Note that these changes are still not built by default, so shouldn't affect anyone else. Tested: VS2005 on WinXP
* [svn-r13824] Added new Windows low-level file driver. Eventually, this will ↵Scott Wegner2007-05-311-0/+1032
replace sec2 as the default driver on Windows. However, it still needs some work right now, and is currently not set to build by default. Tested: Visual Studio 2005 (still fails a few tests)