summaryrefslogtreecommitdiffstats
path: root/windows/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13916] Purpose: Fix MinGW inconsistencyScott Wegner2007-06-261-10/+0
| | | | | | | | | | Description: Windows does not accept the buffer size parameter of setvbuf to be less than 2. Previously, we had our fix split between two files, H5private.h and the Windows H5pubconf.h. This was a problem for MinGW, because it generates its own H5private.h. This moves the fix out of H5pubconf.h and into H5private.h. This shouldn't affect other platforms. Tested: MinGW on WinXP
* [svn-r13873] Purpose: Code cleanupScott Wegner2007-06-181-0/+7
| | | | | | | | | | Description: Changed a macro in H5FDwindows.c from IO_BUF_SIZE to a more specific WINDOWS_MAX_BUF, and moved it to our H5pubconf.h, where users can customize it to their own preference. This value is needed because of a bug in the Windows _write function, it is unsafe to write buffers larger than 2GB-1 bytes in one write. Tested: VS2005 on WinXP.
* [svn-r13868] Updated the Windows static h5pubconf.h to use our new Windows ↵Scott Wegner2007-06-151-1/+1
| | | | | | | | | | file driver by default. After thorough testing, we think the windows driver is ready to be included. I've also updated our Windows documentation file to include 64-bit instructions. The process is fairly tedious right now, but we hope to make it more straight-forward when we depreciate 6.0 and re-work our project files. Tested: 32-bit WinXP: VS6, VS.NET, and VS 2005 64-bit WinXP: VS.NET and VS 2005
* [svn-r13863] Added H5FDwindows.c to Windows project files, although sec2 is ↵Scott Wegner2007-06-141-3/+9
| | | | | | | | | still the default. Also added a Windows-specific macro, WINDOWS_USE_STDIO, which users can define if they'd like the Windows VFD to use the buffered low-level I/O functions. This is instead of splitting our Windows driver into two separate drivers. By default, this macro is undefined. Tested: VS6 on WinXP
* [svn-r13852] Added includes in various places to make it possible to set ↵Scott Wegner2007-06-113-1046/+7
| | | | | | | 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-052-113/+57
| | | | | | | | | 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-r13830] Updating our locally-maintained H5pubconf.h for Windows to ↵Scott Wegner2007-06-041-1/+9
| | | | | | | define the H5_CLEAR_MEMORY macro introduced in rev. 13815. Tested: VS2005 on WinXP
* [svn-r13824] Added new Windows low-level file driver. Eventually, this will ↵Scott Wegner2007-05-312-0/+1074
| | | | | | | 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)
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-072-4/+6
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r12187] Purpose:Fang Guo2006-03-311-5/+1
| | | | | | | | | | | Maintenance on Windows Description: Update H5Tinit.c Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12141] Purpose:MuQun Yang2006-03-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | portable issue on windows Description: setvbuf on visual studio 2005 needs the size to be greater or equal to 2. <description of setvbuf from msdn library> Buffer size in bytes. Allowable range: 2 <= size <= INT_MAX (2147483647). Internally, the value supplied for size is rounded down to the nearest multiple of 2. h5import used linebuffer option of setvbuf for stderr and stdout and the size is 0 by default. This causes core dump with visual 2005 on windows 64-bit. Solution: 1. Use HDsetvbuf inside h5import.c, 2. Define HDsetvbuf inside windows H5pubconf.h for windows to work around the core dump of h5import test. This is probably a bug inside visual studio 2005. Platforms tested: h5commit(shanti is down) VS 6.0 on windows XP VS 8.0 on windows XP-64bit Misc. update:
* [svn-r11752] Purpose: Maintenance on WindowsFang Guo2005-12-021-16/+1
| | | | | | | | | | | Files updates due to the difference of copyright information Description: Solution: Platforms tested: Misc. update:
* [svn-r11727] Purpose:Fang Guo2005-11-151-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Comment out H5_HAVE_ATTRIBUTE on windows Solution: Platforms tested: Misc. update:
* [svn-r11666] Purpose:Fang Guo2005-11-011-1/+15
| | | | | | | | | | | Add in copyright notice Description: Solution: Platforms tested: Misc. update:
* [svn-r11663] Purpose:Fang Guo2005-11-011-0/+15
| | | | | | | | | | | Add copyright notice Description: Solution: Platforms tested: Misc. update:
* [svn-r11448] Purpose:Pedro Vicente Nunes2005-09-211-0/+3
| | | | | | | | | | | | | | | | | | | new features Description: add support for compiling the library and testphdf5 in Windows Solution: Platforms tested: Linux AIX Solaris Windows VC6 Misc. update:
* [svn-r11407] Purpose:Fang Guo2005-09-131-170/+110
| | | | | | | | | | | Maintenance on Windows Description: Changes made for windows due to the change of h5detect.c Solution: Platforms tested: MSVS 6.0, VS .Net, Intel 8.0 on Windows XP Misc. update:
* [svn-r11368] Purpose:Fang Guo2005-09-071-18/+25
| | | | | | | | | | | Maintenance on Windows Description: Add definition for int <-> float conversion exception Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11287] Purpose:Fang Guo2005-08-221-3/+4
| | | | | | | | | | | | Maintenance on Windows Description: Fix typoes H5_HAVE__SNPRINTF should be H5_HAVE_SNPRINTF Solution: Platforms tested: Misc. update:
* [svn-r11271] Purpose:Fang Guo2005-08-191-0/+13
| | | | | | | | | | | Maintenance Description: Add some comments for future thread safe use on windows Solution: Platforms tested: Misc. update:
* [svn-r11250] Purpose:Fang Guo2005-08-151-0/+1
| | | | | | | | | | | Maintenance on Windows Description: Add #define H5_HAVE_TMPFILE Solution: Platforms tested: Misc. update:
* [svn-r10990] Purpose:Fang Guo2005-06-241-0/+1
| | | | | | | | | | | Add new macro to remove data conversion errors on visual c++ .Net on windows XP Description: Solution: Platforms tested: Visual C++ .Net 2003 on windows XP Misc. update:
* [svn-r10799] Purpose:Fang Guo2005-05-251-1/+2
| | | | | | | | | | | Update H5pubconf.h Description: Solution: Platforms tested: Misc. update:
* [svn-r10699] Purpose:Quincey Koziol2005-04-291-3/+3
| | | | | | | | | | | | Code cleanup Description: Switch name & logic from H5_LLONG_TO_FP_CAST_BROKEN to H5_LLONG_TO_FP_CAST_WORKS, to better match the rest of the library. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10665] Purpose:MuQun Yang2005-04-261-6/+7
| | | | | | | | | | | | | | One dtransform test failed with Intel 8.1 C++ compiler. Turned off the test with assertion of a macro. Description: Solution: Platforms tested: Intel C++ 8.1 on .Net 2003. Misc. update:
* [svn-r10655] Purpose:MuQun Yang2005-04-251-0/+4
| | | | | | | | | | | | | | | Supper 12-byte long double for intel compiler. Description: Long double is 12-byte at intel compiler, currently we always set long double to 8-byte. Change this for intel compiler. This is not the compelete change. H5Tinit.c needs also to be changed to support this. Solution: Platforms tested: Not test yet, since it won't affect other compilers except intel, will test soon. Misc. update:
* [svn-r10654] Purpose:MuQun Yang2005-04-251-0/+6
| | | | | | | | | | | | | | | | | long_long to long_long data transform doesn't work with intel compiler on windows. Description: Turned off this test. Solution: Need corresponding source code changes, will talk with Leon. Platforms tested: VS. Net 2003 + Intel 8.1 Misc. update:
* [svn-r10650] Purpose:Fang Guo2005-04-221-26/+5
| | | | | | | | | | | Update header file for windows. Description: Solution: Platforms tested: Misc. update:
* [svn-r10566] Purpose:MuQun Yang2005-04-061-1/+4
| | | | | | | | | | | | | | | FOrtran is using macro FC_FUNC or H5_FC_FUNC Has to update windows H5pubconf.h to be consistent with the change. Description: Solution: Platforms tested: VS 6.0 on windows Misc. update:
* [svn-r10521] Purpose:Fang Guo2005-03-311-45/+45
| | | | | | | | | | | Update windows misc file. Description: Solution: Platforms tested: Misc. update:
* [svn-r10283] Purpose:Fang Guo2005-03-221-0/+123
| | | | | | | | | | | For windows support, Remove all.zip from HDF5. Description: Add H5pubconf.h Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10282] Purpose:Fang Guo2005-03-221-0/+0
| | | | | | | | | | | | remove the wrong src code just checked-in Description: H5.c is not a windows specific source code; it should be removed. Solution: Platforms tested: Misc. update:
* [svn-r10280] Purpose:Fang Guo2005-03-221-0/+632
| | | | | | | | | | | For windows support, Remove all.zip from HDF5. Description: Add H5Tinit source code Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10279] Purpose:Fang Guo2005-03-221-0/+0
For windows support, Remove all.zip from HDF5. Description: Add H5 source code Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update: