summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16346] Snapshot version 1.8 release 2 (post4)HDF Tester2009-01-251-3/+3
|
* [svn-r16341] Description:Frank Baker2009-01-221-1/+1
| | | | | | Changed 'THG' to 'The HDF Group' in various HDF5 source files, most of which are <subdirectory>/COPYING. -- Closes Bugzilla entry 1403.
* [svn-r16331] Snapshot version 1.8 release 2 (post3)HDF Tester2009-01-181-3/+3
|
* [svn-r16221] Snapshot version 1.8 release 2 (post2)HDF Tester2008-12-281-3/+3
|
* [svn-r16211] Snapshot version 1.8 release 2 (post1)HDF Tester2008-12-221-3/+3
|
* [svn-r16208] Added new file H5Bdbg.c to windows project file. Tested using ↵Allen Byrne2008-12-182-2/+84
| | | | VS2008 Express.
* [svn-r16190] Changed references of H5Distore to H5Dbtree in project files. ↵Allen Byrne2008-12-122-2/+2
| | | | (Related to revision 16180)
* [svn-r16139] Snapshot version 1.8 release 2 (post0)HDF Tester2008-11-301-3/+3
|
* [svn-r16104] Bug fix:Elena Pourmal2008-11-191-3/+3
| | | | h5vers script overwrote the value for windows file; fixed
* [svn-r16090] Purpose: Add new source file to Windows.Scott Wegner2008-11-172-0/+8
| | | | | | | | Description: Recently a new source file, H5Pdapl.c, was brought to the 1.8 branch. This checkin also adds it to the Windows Visual Studio projects. Tested: None needed, very minor.
* [svn-r16069] Maintenance: Changed version to 1.8.2-snap0 and updated ↵Elena Pourmal2008-11-121-3/+3
| | | | | | documentation files after the release. Branch is open for check-ins now.
* [svn-r16058] Maintenance: Changed version to 1.8.2 and released source tar ↵hdf5-1_8_2Elena Pourmal2008-11-101-3/+3
| | | | | | ball. I will tag the release after we build binaries tonight.
* [svn-r16023] Maintenance: Changed version to hdf5-1.8.2-pre1 before creating ↵Elena Pourmal2008-11-031-3/+3
| | | | | | a tar ball for remote testing.
* [svn-r15970] Purpose: Update Windows h5dump test scriptScott Wegner2008-10-271-3/+10
| | | | | | | | Description: The h5dump test script was recently updated to add the new -b syntax. This update also adds and modifies the neccessary tests for Windows. Tested: VS2005 on WinXP
* [svn-r15963] Purpose: Minor h5repack test updateScott Wegner2008-10-271-1/+1
| | | | | | | | Description: Change the Windows h5repack test script so that the h5diff format matches the latest changes. In particular, don't send the -c option. Tested: None, very minor
* [svn-r15958] Snapshot version 1.8 release 1 (snap7)HDF Tester2008-10-261-3/+3
|
* [svn-r15936] Changed the library's macros H5_USE_16_API to ↵Raymond Lu2008-10-231-1/+1
| | | | | | | | H5_USE_16_API_DEFAULT avoid possible conflict with user's definition of H5_USE_16_API. The H5_USE_16_API_DEFAULT is defined through configure with the flag --with-default-api-version=v16. Tested with h5committest.
* [svn-r15909] Purpose: Various Windows test script updatesScott Wegner2008-10-203-11/+65
| | | | | | | | Description: This checkin includes updates to Windows test scripts for h5copy, h5diff, and h5dump tools. Each represents minor changes to syntax which emulates the updates made to the general-platform test scripts. Tested: VS2005 on WinXP
* [svn-r15887] Purpose: Close bug 1332Neil Fortner2008-10-161-0/+4
| | | | | | | | | Description: Improved external link traversal of h5dump. h5dump will now properly avoid all cycles, even those spanning multiple files. Improvement to the output of committed datatypes. Committed datatypes are now checked for uniqueness (like other objects). Tests added for these cases. Tested: kagiso, linew, smirom (h5committest)
* [svn-r15842] Purpose: Update h5jam Windows test scriptScott Wegner2008-10-131-2/+2
| | | | | | | | Description: The testfiles used for the h5jam/h5unjam test were recently moved to a new directory. Update the structure of the Windows test script to compensate for the change. Tested: VS2005 on WinXP
* [svn-r15814] Purpose: Update h5ls test scriptScott Wegner2008-10-081-0/+7
| | | | | | | | Description: The general h5ls test script was recently updated. This checkin brings those changes to Windows Tested: VS2005 on WinXP
* [svn-r15813] Purpose: Add new source code and tests to WindowsScott Wegner2008-10-089-4/+1670
| | | | | | | | | | 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-r15788] Purpose: Update h5copy test script on WindowsScott Wegner2008-10-061-1/+1
| | | | | | | | Description: The testfiles were moved to a new directory for the h5copy tests. Update the Windows test script to use this new directory. Tested: VS2005 on WinXP
* [svn-r15786] Purpose: Bring h5diff test updates to WindowsScott Wegner2008-10-061-54/+115
| | | | | | | | Description: The test files used for the h5diff test script were recently moved to a new directory, and the format of the testing was changed. This checkin brings the changes to Windows as well. Tested: VS2005 on WinXP
* [svn-r15785] Purpose: Bring Fortran H5_DBLE_InterfaceInclude.f90 and ↵Scott Wegner2008-10-063-41/+43
| | | | | | | | | | H5test_kind_SIZEOF.f90 to Windows Description: These files were ported from the trunk to the 1.8 branch in rev. 15727. This checkin adds the new files to our Windows projects as well. In particular, we use H5_DBLE_InterfaceInclude (rather than *Exclude), and have replaced H5test_kind.f90 with H5test_kind_SIZEOF.f90. Tested: VS2005 on WinXP (only build)
* [svn-r15784] Purpose: Minor update to h5repack Windows test scriptScott Wegner2008-10-061-1/+1
| | | | | Description: The one final test that was failing was due to a filename change. I missed it in Pedro's last update-- all tests pass now.
* [svn-r15783] Purpose: Update Windows h5repack test script for new directoryScott Wegner2008-10-061-13/+6
| | | | | | | | | | Description: The h5repack test files were added to a new testfiles/ subdirectory, and the test script update. This checkin brings those changes to Windows. We also re-enable a test for the userblock which was disabled for other reasons before. Note: One h5repack test is still failing, but I think it's a minor error that Pedro and I can correct fairly easily later today. Tested VS2005 on WinXP
* [svn-r15781] Snapshot version 1.8 release 1 (snap6)HDF Tester2008-10-061-3/+3
|
* [svn-r15719] Purpose: Update Windows h5import test script, and disable a ↵Scott Wegner2008-09-292-17/+28
| | | | | | | | | | | | h5repack test Description: The test script format was changed for h5import, including many file-name changes. This checkin brings those updates to Windows. This checkin also disables a previously-added h5repack test for the userblock. The test is disabled for now because Windows cannot find the input file ublock.bin. The file is generated dynamically on other systems, but cannot be easily generated for use on Windows. We should re-enable this test in the future when ublock.bin is added to svn. Tested: VS2005 on WinXP
* [svn-r15715] Snapshot version 1.8 release 1 (snap5)HDF Tester2008-09-281-3/+3
|
* [svn-r15657] Purpose: fix bug 1286Neil Fortner2008-09-181-0/+3
| | | | | | Description: Added configure test to see if pointer alignment restrictions are enforced (as in dereferencing an unaligned pointer causes an error). Added code in H5Tvlen.c to avoid dereferencing unaligned pointers, conditionally compiled based on the configure test. Added test case in dtypes.c which would previously cause such machines to fail. Tested: kagiso, smirom, linew (h5committest); linew64
* [svn-r15621] Snapshot version 1.8 release 1 (snap4)HDF Tester2008-09-141-3/+3
|
* [svn-r15597] Snapshot version 1.8 release 1 (snap3)HDF Tester2008-09-081-3/+3
|
* [svn-r15594] Purpose: Add new Fortran DEF file to Windows DLL projectScott Wegner2008-09-051-4/+4
| | | | | | | | Description: All of the Windows-specific Fortran DLL code has been moved to a new file, hdf5_fortrandll.def. This file needs to be added to the Windows hdf5_fortrandll project link properties. Tested: Vs2005 & IVF9.1 on WinXP
* [svn-r15589] Purpose: Add new h5repack tests to WindowsScott Wegner2008-09-031-1/+5
| | | | | | | | Description: New h5repack tests were added in revision 15551 and 15557, and also the syntax of one test was changed. This was causing errors on Windows. This checkin should fix those errors. Tested: VS2005 on WinXP
* [svn-r15567] Snapshot version 1.8 release 1 (snap2)HDF Tester2008-09-011-3/+3
|
* [svn-r15542] Purpose: Add new h5repack test to WindowsScott Wegner2008-08-271-0/+4
| | | | | | | | Description: There was one new h5repack test added recently. This commit also adds it to the Windows test script Tested: VS2005 on WinXP
* [svn-r15508] Scott Wegner2008-08-215-386/+1175
|
* [svn-r15480] Snapshot version 1.8 release 1 (snap1)HDF Tester2008-08-171-3/+3
|
* [svn-r15471] Snapshot version 1.8 release 1 (snap0)HDF Tester2008-08-141-3/+3
|
* [svn-r15441] Purpose: Backport from trunk: Bring the Windows H5pubconf.h ↵Scott Wegner2008-08-061-151/+614
| | | | | | | | | | | | | | | | up-to-date Description: This commit is a major update to the Windows-maintained H5pubconf.h file. This file is statically-distributed because Windows cannot generate it dynamically as other platforms do. Previously, our Windows version contained a minimal subset of the macro definitions required. To update, I've gone through each macro (based on kagiso's output), and tested for the correct value on Windows. This allows us to better target code based on feature flags. It should also be easier to update in the future as changes are made to the configure script. This commit also contains one small bug fix in h5ls.c. Some Windows-specific code was missing a local variable definition. The bug went unnoticed because Windows didn't define the feature flag correctly. I've also made changes to the h5vers script. Whenever the version string is incremented (automatically by h5test after a snapshot), the strings in H5pubconf.h will also be updated. Tested: VS2005 on WinXP (32- and 64-bit) VS.NET on WinXP 32-bit h5vers tested under Cygwin
* [svn-r15435] Purpose: Update Windows test script for new h5diff option: -cScott Wegner2008-08-062-1/+6
| | | | | | | | Description: A new parameter was added to h5diff recently. We add a new test to the h5diff script, and change the syntax in which h5diff is called from the h5repack test script Tested: VS2005 on WinXP
* [svn-r15313] Purpose: Support Visual Studio 2008 on WindowsScott Wegner2008-07-022-6/+94
| | | | | | | | | | 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-r15302] Purpose: Support Intel Visual Fortran 10.1 from Visual Studio ↵Scott Wegner2008-06-302-20/+62
| | | | | | | | | 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.
* [svn-r15289] Purpose: Project Cleanup / Support directories with spacesScott Wegner2008-06-274-32/+32
| | | | | | | | | | Description: On Windows, we manage dynamically-generated code through "post-build" steps in Visual Studio. However, the command for it wasn't checking to see if the code already existed, so it was re-generating in each build (and thus re-generating all dependencies). To overcome, we simply check if the source file exists before generating it. Also, put all paths inside quotes so we can handle directory names with spaces. Tested: VS2005 on WinXP
* [svn-r15287] Purpose: Fix project settings for Intel Fortran 10.1Scott Wegner2008-06-271-14/+14
| | | | | | | | Description: A typo in the project output file name was causing Intel Fortran 10.1 to crash. The output file was set to "$(OutDir)\hdf5_fortranddll.dll " (three trailing spaces). IVF 9.1 ignored this error and continued gracefully. However, IVF 10.1 would simply crash. With this fix, we can now build on IVF 10.1 (so far..) Tested: VS2008 w/ IVF 10.1 on WinXP
* [svn-r15284] Fixed bug 1155, added fillval.c back to windows test file, ↵Neil Fortner2008-06-261-4/+1
| | | | | | | other minor cleanup in fillval.c. Tested: kagiso Same fix in trunk: kagiso (parallel), smirom, linew
* [svn-r15272] Purpose: Disable fillval test on WindowsScott Wegner2008-06-251-1/+4
| | | | | | | | | | | Description: The fillval test uses random input to test various fill cases. Certain boundary cases cause the test to fail, which produces sporadic errors on Windows. There is a bug filed for the issue here: http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1155 We will disable the test until the bug is fixed. Tested: None, simply disabled.
* [svn-r15181] Purpose: _WIN32 macro cleanupScott Wegner2008-06-091-1/+2
| | | | | | | | | | Description: As part of our Windows cleanup, we try to remove windows-specific tweaks in the source code. There are many instances where Windows code is introduces via ifdef's. We re-evaluate whether they are still required, and found that many of them are not. Others we change to "feature"-specific code, rather than Windows-specific. Tested: VS2005 on WinXP VS.NET on WinXP h5committest (kagisopp, smirom, linew)
* [svn-r15160] Purpose: Separate Windows function macro definitions to win32defs.hScott Wegner2008-06-051-1/+1
| | | | | | | | | | | | | | Description: In library code, we try not to use system calls directly, but instead use the HD{function} macro instead. This way, we can map special versions of the call on particular systems. Previously, it was all done in H5private.h. However, in an effort to clean up platform-specific definitions, we move all of the Windows macros into a separate file, win32defs.h. This way, we can use the non-Posix versions that Visual Studio sends warnings about. Some macros are set specifically in the platform-specific header files. Then, any macros left unset will be set by the "default" implementation in H5private.h. This checkin also cleans up various source files to use the HD* macros when possible. Tested: VS2005 on WinXP VS.NET on WinXP h5committest (kagiso, linew, smirom)