summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r16806] Purpose: Add new h5repack tests to WindowsScott Wegner2009-04-201-2/+9
| | | | | | | | Description: Three new tests were added to the h5repack test script in rev.16802. This checkin brings those new tests to Windows as well. Tested: VS2005 on WinXP x64
* [svn-r16738] Snapshot version 1.9 release 38Larry Knox2009-04-111-3/+3
|
* [svn-r16729] Added H5Groot file to proj files.Allen Byrne2009-04-102-0/+82
| | | | Tested: Xp64-2005, XP32-VNET
* [svn-r16704] Snapshot version 1.9 release 37Larry Knox2009-04-081-3/+3
|
* [svn-r16666] Added h5tools.h to h5difftst.vcproj.Allen Byrne2009-04-032-4/+11
| | | | | | Added new test to h5repack.bat. Tested on XP32-VS2005-IVF101
* [svn-r16661] Remove command to copy h5Tinit.c in copy batch file. H5Tinit.c ↵Allen Byrne2009-04-031-1/+0
| | | | | | is generated during build and no longer exists in the windows/src folder. Tested: XP64 VS2005
* [svn-r16650] Snapshot version 1.9 release 36Larry Knox2009-04-011-3/+3
|
* [svn-r16579] Snapshot version 1.9 release 35Larry Knox2009-03-151-3/+3
|
* [svn-r16553] Snapshot version 1.9 release 34Larry Knox2009-03-081-3/+3
|
* [svn-r16525] Snapshot version 1.9 release 33HDF Tester2009-03-011-3/+3
|
* [svn-r16521] Changed windows batch file due r16518. As all windows OS are ↵Allen Byrne2009-02-261-2/+2
| | | | | | | always LE on all platforms, simply added le to the two locations where these files are used. Tested: Vista 32 VS2008
* [svn-r16506] Snapshot version 1.9 release 32HDF Tester2009-02-221-3/+3
|
* [svn-r16484] Snapshot version 1.9 release 31HDF Tester2009-02-151-3/+3
|
* [svn-r16469] Added new cases for compound types to batch file per the ↵Allen Byrne2009-02-111-0/+7
| | | | | | | updated script file of rev #16461 Tested: Vista32, XP64 - VS2005, VS2008
* [svn-r16453] Snapshot version 1.9 release 30HDF Tester2009-02-081-3/+3
|
* [svn-r16442] Update windows batch file to match *nix script due to rev 16351Allen Byrne2009-02-051-0/+31
| | | | | Tested: XP 32 VNET, XP64 VS2008
* [svn-r16428] Purpose: Fix Windows install script to include missing tool ↵Scott Wegner2009-02-041-0/+6
| | | | | | | | | | binaries Description: A user discovered that the HDF5 1.8.2 Windows release binaries were missing a few of the HDF5 tools. This is due to the Windows install script, which simply didn't include them. This commit fixes the install script to include h5copy, h5mkgrp, and h5stat Tested: VS2005 w/ WinXP, build and install only
* [svn-r16412] testh5ls.bat - added tests to match script file from rev 16310Allen Byrne2009-02-034-9/+24
| | | | | | | | | h5repack.bat - added test to match script file from rev 16402 set_extent.vcproj - added WS2_32.lib for change to set_extent from rev 16406 h5pubconf.h - added C99 undef to sync with *nix configuration Tested: Vista32, XP32, XP64 using VNET, VS2005 VS2008
* [svn-r16397] Snapshot version 1.9 release 29HDF Tester2009-02-011-3/+3
|
* [svn-r16344] Snapshot version 1.9 release 28HDF Tester2009-01-251-3/+3
|
* [svn-r16340] 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-r16329] Snapshot version 1.9 release 27HDF Tester2009-01-181-3/+3
|
* [svn-r16220] Snapshot version 1.9 release 26HDF Tester2008-12-281-3/+3
|
* [svn-r16207] Added new file H5Bdbg.c to windows project file. Will test ↵Allen Byrne2008-12-182-42/+124
| | | | using VS2008 Express.
* [svn-r16189] Changed references of H5Distore to H5Dbtree in project files. ↵Allen Byrne2008-12-122-2/+2
| | | | (Related to revision 16180)
* [svn-r16161] Purpose: Add new source file to WindowsScott Wegner2008-12-052-0/+8
| | | | | | | | | | Description: Recently the new source file H5EAdbkpage.c was added to the main library source code. This checkin also adds it to the Windows project files. Note: Windows builds are still failing on the earray test, although for other reasons. I'm also looking into this. Tested: VS2005 on WinXP
* [svn-r16138] Snapshot version 1.9 release 25HDF Tester2008-11-301-3/+3
|
* [svn-r16121] Snapshot version 1.9 release 24HDF Tester2008-11-231-3/+3
|
* [svn-r16085] Purpose: Add new source file to Windows projectsScott Wegner2008-11-172-0/+8
| | | | | | | | Description: Recently a new source file, H5Pdapl.c, was introduced. This checkin adds the file to our Windows projects. Tested: VS2005 on WinXP
* [svn-r16084] Purpose: Update Windows tool test scriptsScott Wegner2008-11-174-16/+72
| | | | | | | | | | | | Description: Bring changes from the various tool test scripts to Windows. testh5copy.bat: add syntax for tests which expect h5diff to fail, and apply them to existing tests testh5diff.bat: add a new test for "contents mode" testh5dump.bat: modify some tests to use the new "-b *" and "-b NATIVE" syntax h5repack.bat: call h5dump without the -c switch Tested: VS2005 on WinXP
* [svn-r16078] Snapshot version 1.9 release 23HDF Tester2008-11-161-3/+3
|
* [svn-r16044] Snapshot version 1.9 release 22HDF Tester2008-11-091-3/+3
|
* [svn-r16018] Snapshot version 1.9 release 21HDF Tester2008-11-021-3/+3
|
* [svn-r15953] Snapshot version 1.9 release 20HDF Tester2008-10-261-3/+3
|
* [svn-r15943] Changed the library's macros H5_USE_16_API to ↵Raymond Lu2008-10-241-1/+1
| | | | | | | | | H5_USE_16_API_DEFAULT avoid possible conflict wi th 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-r15905] Purpose: Remove old source files from WindowsScott Wegner2008-10-202-26/+24
| | | | | | | | Description: The source file H5fortran_flags.f90 was recently removed as their symbols were consolidated into the H5E module. We were still referencing the files in Windows, and causing errors. This checkin completely removes references of H5fortran_flags.f90 from Windows. Tested: Vs2005 on WinXP
* [svn-r15904] Purpose: Add new h5dump test to WindowsScott Wegner2008-10-201-0/+4
| | | | | | | | Description: Two new test cases for h5dump were recently added to the test script on Unix. This checkin also adds the new cases to Windows. Tested: VS2005 on WinXP
* [svn-r15886] 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-r15816] Purpose: Update h5ls test scriptScott Wegner2008-10-082-0/+9
| | | | | | | | | | Description: The general h5ls test script was recently updated. This checkin brings those changes to Windows Also add freespace & mf to general test script, since I forgot in the last checkin Tested: VS2005 on WinXP
* [svn-r15815] Purpose: Add new source code and tests to WindowsScott Wegner2008-10-088-395/+2059
| | | | | | | | | | 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-r15789] Purpose: Add new source file, H5EAsblock.c, to WindowsScott Wegner2008-10-062-0/+8
| | | | | | | Description: The source file H5EAsblock.c was recently added to svn. This checkin also adds it into our Windows project files. Note that it hasn't been included in the Visual Studio .NET projects. We are discontinuing our support for Visual Studio .NET in the trunk so we can use C99 features not available in Visual Studio .NET. From this point forward, the Visual Studio .NET projects won't be maintained, and will likely be deleted before the 1.10 release.
* [svn-r15723] Purpose: Add h5import test to WindowsScott Wegner2008-09-292-1/+6
| | | | | | | | Description: Add a new test for h5import to check for alignment. Also fix the failing h5repack test, now that ublock has been added to svn. Tested VS2005 on WinXP
* [svn-r15713] Snapshot version 1.9 release 19HDF Tester2008-09-281-3/+3
|
* [svn-r15675] Purpose: Add new source file H5EAdblock.c to Windows.Scott Wegner2008-09-222-0/+8
| | | | | | | | Description: New source file H5EAdblock.c was added to the library. This checkin adds the file to our Windows projects, hdf5 and hdf5dll (VS2005 and VS.NET project files) Tested: Build only, VS2005 on WinXP
* [svn-r15667] Snapshot version 1.9 release 18HDF Tester2008-09-211-3/+3
|
* [svn-r15661] Purpose: Add szip/zlib link dependencies to Windows earray[dll] ↵Scott Wegner2008-09-192-42/+42
| | | | | | | projects Description: earray[dll] builds were failing on Windows because of missing link dependencies to szip and zlib libraries (amongst other reasons). This checkin adds those dependencies.
* [svn-r15659] Purpose: Fix Windows Fortran DLL definitions fileScott Wegner2008-09-191-4/+4
| | | | | | | | Description: We recently moved the Windows-specific fortran source code into a separate file for specifying DLL exports. However there were a couple definitions missing in the port from 1.8 to the trunk branch. This checkin correctly includes the .def file into our Windows project, and adds the missing definitions to hdf5_fortrandll.def. Tested: VS2005 on WinXP
* [svn-r15656] 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-r15639] Purpose: Check for __func__ keyword during configureScott Wegner2008-09-171-0/+3
| | | | | | | | | | Description: In some of the new H5EA* code, many new C99 features are being used. Most of them are portable to all compilers, but the __func__ keyword in particular isn't supported in Visual Studio on Windows. Instead, Windows defines the __FUNCTION__ keyword, which can be used as a direct substitute. We now check for the __func__ keyword during configure and define the feature flag H5_HAVE_C99_FUNC. There was previously a check for __FUNCTION__, and the feature flags H5_HAVE_FUNCTION. In H5EApkg.h, we check for the presents of each of these in order to see which to use. If neither are avaiable, fail. Tested: h5committest (kagiso, smirom, linew)
* [svn-r15622] Purpose: Add new source files to Windows projectsScott Wegner2008-09-152-0/+24
| | | | | | | | Description: This checkin adds the following source files to our Windows projects: -- H5EAiblock.c -- H5EAstat.c -- H5EAdbg.c