| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Description:
Recently, the source file tcoords.c was added to the repository as part of the testhdf5 test. This checkin adds the source to our Windows project files.
Tested:
VS6 on WinXP
|
|
|
|
|
|
|
|
| |
Description:
H5FDstream.[ch] was recently removed from the source code. This checkin removed its references in our Windows project files, as well as a reference to a previously-disabled test for the stream-vfd.
Tested:
VS6 on WinXP
|
|
|
|
|
|
|
|
| |
Description:
A user brought it to our attention that, although hdf5_hl DLLs are built, they aren't installed. After looking around, we were also missing C++ header files, and the h52gif/gif2h5 tools. This checkin fixes all of those issues. I've also sent Barbara new binaries for the ftp.
Tested:
VS6/VNET/VS2005 on WinXP
|
|
|
|
|
|
|
|
| |
Description:
Added static H5cxx_pubconf.h to our Windows zip file. This file is manually maintained, as Windows does not run a configure script to generate it. This file will also be added to the install directory when running the "installhdf5lib.bat" script.
Tested:
None, as the new macro isn't in use yet
|
|
|
|
|
|
|
|
|
| |
rev 13737. Also added this new example to related Windows test script, and updated the expected.out file.
Note: expected.out is Windows-specific, and should probably be moved into the Windows all.zip file. If there is no opposition, I will make this change in a later revision.
Tested:
VS6 on WinXP
|
|
|
|
|
|
|
|
|
| |
bring Windows up to date with Linux.
Specifically, the split and multi file tests were re-added as per Pedro's checkin. Also tfamily has been uncommented, which was broken due to a Windows idiosyncrasy. They are all working now.
Tested:
VS6 on WinXP
|
|
|
|
|
|
|
| |
define the H5_CLEAR_MEMORY macro introduced in rev. 13813. Also removed h5config.h from the Windows/all.zip, as we don't use this file.
Tested:
VS2005 on WinXP
|
|
|
|
| |
script update (rev 13764). More work needs to be done to incorporate the new tests.
|
|
|
|
|
|
|
|
| |
The dependencies were set incorrectly and was causing linking errors in VS2005-- this should fix it.
Tested:
VS6
VS2005
|
|
|
|
|
|
|
| |
documentation to reflect changes.
Tested:
VS6.0 on WinXP
|
|
|
|
|
|
|
| |
dependencies and updated preprocessor for new Intel Fortran 9.1 compiler. Updated release docs to reflect changes.
Tested:
VS2005 on WinXP
|
|
|
|
|
|
|
|
| |
was causing in to fail the tests only on VS2005. Had to do with the type that was being passed from Fortran code to cstub code.
Tested:
VS2005 on WinXP
kagiso
|
|
|
|
|
|
|
| |
and h52gifdll.
Tested:
VS6 and 2005 on WinXP
|
|
|
|
|
|
|
| |
date with 1.8, and also to fix a failing test.
Tested:
VS6.0 on Windows XP
|
|
|
|
|
|
|
| |
h52gifdll.dsp to include hdf5_hl and hdf5_hldll, respectively.
Tested:
VS6 on Windows XP
|
|
|
|
|
|
|
| |
h52gif and gif2h5
Tested:
VS6 on WinXP
|
|
|
|
|
| |
Removed source-files from ./hl directory, which should not be there.
This was causing problems with h52gif and gif2h5
|
|
|
|
|
| |
Tested:
VS6.0
|
|
|
|
|
|
|
|
|
| |
-Removed old h5_trav_table.c from toolslib and toolslibD
-Added project h52gifgentst
-Added new test script h52giftest
Tested:
VS6.0 on Windows XP
|
|
|
|
|
|
| |
Windows. Fixed errors produced in my previous checkin.
No need to test on other platforms-- only affect Windows.
|
|
|
|
|
| |
- Updated h5tinit.c to be up to date with file generated by h5detect.c
- Updated copyright header in h5tinit.c, H5config.c, and H5pubconf.c
|
|
|
|
|
|
|
|
| |
- Added binread project with new binread.c source file
- Updated h5dump testfile dumptest.bat to bring it up to date with Linux testfile
Tested:
Visual Studio 6.0 on Windows XP
|
|
|
|
|
|
|
| |
with updated file name of test files. Also added one test case that seemed to be missing.
Tested:
Visual Studio 6.0 on Windows XP
|
|
|
|
| |
13473. Now it is added.
|
|
|
|
|
|
|
| |
files. Also added toolslib as a dependency, and fixed Windows-specific link errors.
Tested:
Visual Studio 6.0 on Windows XP
|
|
|
|
|
|
|
| |
with reverted naming scheme of test files (.txt rather than .wri)
Tested:
Visual Studio 6.0 on Windows XP
|
|
|
|
|
|
|
| |
reflect changes to test files and added tests.
Tested:
VS6.0 on Windows XP
|
|
|
|
|
|
|
|
| |
VS2005 has problems with setvbuf, so conditionally defined HDsetvbuf in Windows file H5pubconf.h, and updated H5private.h and h5import.c accordingly.
Tested:
Windows XP, VS2005
kagiso
|
|
|
|
| |
/tools/repacktest.BAT to fix formatting of test output.
|
|
|
|
| |
testing h5diff. Updated corresponding to recent updates in h5diff. Also added tests that were present in the unix test script, but missing in Windows version.
|
|
|
|
| |
file (h5diffgentest.c) and removed source files in rev 13356.
|
|
|
|
|
|
|
|
|
|
| |
/hdf5/{files}
to simply
/{files}
This will make it easier to build from command line, as well as autotests.
Updated Windows installation documentation to reflect changes.
|
|
|
|
|
|
|
|
|
| |
Description:
Updated testhdf5_cpp and testhdf5_cppdll to add tcompound.cpp
tfilter.cpp, ttypes.cpp, and tvlstr.cpp.
Platforms tested
Windows XP
|
|
|
|
|
| |
In 1.6, H5_HAVE_VSNPRINTF is not defined. Instead H5_HAVE__VSNPRINTF is defined.
Fixed to use H5_HAVE_VSNPRINTF as the macro.
|
|
|
|
|
|
|
|
|
|
| |
Description:
Added the C++ test tattr.cpp to testhdf5_cpp and testhdf5_cppdll.
Platform tested:
Visual C++ 6.0 on Windows XP
The last time I did this update was almost two years ago, I'm hoping
that I didn't mess it up!
|
|
|
|
|
|
|
|
| |
Description:
Add per-directory abbreviated copyright notices
(abbreviated COPYING files pointing to full notices).
Tested:
MANIFEST verified; not otherwise tested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maintenance and Improvement on Windows
Description:
Move gifconv and gifconvdll project files from tools dir. to hl/tools
Add hdf5_hldll.dsp
Add in install_hldll.bat
Add in HL C examples
Add in test_hlcexamples.bat
Solution:
Platforms tested:
Windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
| |
Windows Maintenance
Description:
Add in new source code (H5Gname.c H5Gtest.c and H5Gtraverse.c)
Solution:
Platforms tested:
Windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
| |
Maintenance on Windows
Description:
Update all.zip due to project(h52gif.dsp(dll))setting changes
Solution:
Platforms tested:
Windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
| |
Maintenance on Windows
Description:
Add H5Bcache.c and H5Ocache.c into project file hdf5.dsp and hdf5dll.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
| |
Maintenance on Windows
Description:
Modify batch file repacktest.bat due to the new change of h5diff
Solution:
Platforms tested:
Windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maintenance on Windows
Description:
Update H5Tinit.c due to the changes of H5detect.c
Turn off the following h5dump -xml tests on Windows due to the unresolved tests failure
--xml tall.h5
--xml tcompound.h5
--xml tcompound2.h5
--xml tloop2.h5
--xml tslink.h5
--xml -A tall.h5
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maintenance on Windows
Description:
Remove project files filename.dsp and filenamedll.dsp (filename.cwas removed some time ago)
Add newly added file H5Fsfile.c into hdf.dsp and hdf5dll.dsp
modify hdf5test.bat to remove filename test
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
New source code added.
Description:
New source code H5Fmount.c and H5Fsuper.c added by Quincey
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
| |
Update Source code for windows
Description:
Update H5tinit.c
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On windows, HDF5 C example output file gets changed.
Needs to be fixed.
Description:
Solution:
Platforms tested:
windows XP 6.0 and .Net.
Misc. update:
|
|
|
|
|
|
|
|
|
|
| |
Description:
Removed the following files from the projects hdf5_cpp and
hdf5_cppdll, due to the removal of the files for bugzilla #242:
H5Idtemplates.h H5RefCounter.cpp H5RefCounter.h
Platforms tested:
Windows XP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
During last check-in, I forgot to uncheck HDF5 C++/Fortran projects from the dependencies of the "all" dummy project. By default, only HDF5 C projects should be added to the dependencies of the "all" dummy project.
Solution:
Uncheck HDF5 C++/Fortran projects from the dependencies of the "all" dummy project. (update all.dsw)
Platforms tested:
Minor fix, test not necessary.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Previously, HDF5 static tools were linked with Zlib 1.1.4 and Szip 1.2 static library. We decided to link HDF5 with Zlib 1.2.2 and Szip 2.0 DLL libraries.
Solution:
As now HDF5 only links with Zlib and Szip DLL libraries, only 2 environment variables are needed as described before:
Environment Variables for HDF5 on Windows
Previously Now
HDF5_EXT_ZLIB = zlib.lib HDF5_EXT_ZLIB = zdll.lib
HDF5_EXT_SZIP = szlib.lib HDF5_EXT_SZIP = szlibdll.lib
HDF5_EXT_ZLIB_DLL = c:\zlib114\dll\zlib.lib N/A
HDF5_EXT_SZIP_DLL = szlibdll.lib N/A
Due to the above change, the following changes are made:
1. hdf_dll and dsets_dll were linked with HDF5_EXT_ZLIB_DLL and HDF5_EXT_SZIP_DLL before this update. Now they are linked with HDF5_EXT_ZLIB and HDF5_EXT_SZIP.
2. In hdf5/tools/dumptest.bat and repacktest.bat, HDF5_EXT_ZLIB was compared with zlib.lib and HDF5_EXT_SZIP was compared with szlib.lib to find out whether ZLIB or SZIP libraries were presented. Now HDF5_EXT_ZLIB is compared with zdll.lib and HDF5_EXT_SZIP with szlibdll.lib.
Platforms tested:
Visual C++ 6.0 on Windows 2000/XP.
.NET on XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update hdf5/src/H5Tinit.c as PABLO was removed from the source.
Solution:
Remove the following codes from H5Tinit.c:
#define PABLO_MASK H5T_init_mask
Platforms tested:
Visual C++ 6.0 on Windows XP/2000.
Misc. update:
Remove the following empty directories in all.zip:
hdf5\src\zlib\
hdf5\src\zlib\dll\
hdf5\test\ragged\
hdf5\test\raggeddll\
These folders were generated by Winzip to save path information for files from recursed folder. We need to manually removed these empty folders.
|