| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update HDF5 CodeWarrior project -- hdf5\proj\codewarrior\hdf5.mcp as some source codes had been removed.
Solution:
1. Remove H5TB.c and H5TBprivate.h from hdf5 target.
2. Remove ttbbt.c from testhdf5 target.
Platforms tested:
CodeWarrior 8.0 on Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update HDF5 windows projects as some source codes had been removed.
Solution:
1. Remove H5TB.c and H5TBprivate.h from hdf5 and hdf5dll projects.
2. Remove ttbbt.c from testhdf5 and testhdf5dll projects.
3. Add libtest and libtestD to dsets_cpp and dsets_cppdll projects.
Platforms tested:
Visual C++ 6.0 on Windows 2000/XP.
.NET on Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix and update.
Description:
Fix a minor bug in repacktest.bat.
Update hdf5.mcp and hdf5test.bat.
Solution:
1. Previously, in repacktest.bat, the following script is used to dynamic detection of SZIP encoder:
testfiles\testh5repack_detect_szip%2\release\testh5repack_detect_szip%2.exe
However, the script does not work if only the debug version of testh5repack_detect_szip.exe is built, for example, in CodeWarrior. So the above script need to be changed as
testfiles\testh5repack_detect_szip%2\%1\testh5repack_detect_szip%2.exe
where %1 is the first input parameter for repacktest, which could be either debug or release.
2. Add cache, getub, and tellub targets into hdf5.mcp.
3. Add talign test in hdf5test.bat.
Platforms tested:
Tested repacktest.bat and hdf5test.bat with Visual C++ 6.0 and CodeWarrior 8.0 on Windows XP.
Tested hdf5.mcp with CodeWarrior 8.0 on Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update hdf5.mcp -- CodeWarrior Project for HDF5 on CodeWarrior.
Solution:
1. Add hdf5/src/H5Fdbg.c into hdf5 target.
2. Add tooslib.lib to target h5dumptst.
Platforms tested:
CodeWarrior 8.0 on Windows XP.
(This update only relates to HDF5 on CodeWarrior.)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update H5Tinit.c.
Solution:
Platforms tested:
Visual C++ 6.0 on Windows XP.
CodeWarrior 8.0 on Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update HDF5 windows project settings and testing batch files to catch up recent updates on Unix.
Solution:
1. Add cache, cachedll, getub, and tellub projects under hdf5\test directory.
2. Add testh5repack_detect_szip and testh5repack_detect_szipdll projects under hdf5\tools\testfiles directory, which will be used to dynamic detection of Szip encoder.
3. Add H5Fdbg.c under hdf5\src directory into hdf5 and hdf5dll projects.
4. Add link to szlibdll.lib for dsetsdll project. (as SZ_encoder_enabled() is used).
5. Add toolslib to the dependency of h5dumptst project. (as h5tools_can_encode() is used).
6. Remove H5Git.c H5Git.h from hdf5_f90cstub and hdf5_f90cstubdll projects. (as Quincey removed these 2 files from hdf5_1_6 on12/29/2004).
7. Update hdf5test.bat to include cache test.
8. Update repacktest.bat to apply dynamic detection of Szip encoder.
Platforms tested:
Linux 2.4 (Heping)
Visual C++ 6.0 on Windows XP/2000.
.NET on Windows XP.
(Tested with SZIP-with-encoder and SZIP-without-encoder).
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update HDF5 on CodeWarrior project hdf5/proj/codewarrior/hdf5.mcp.
Solution:
1. Use global source trees to specify the root directories for Zlib and Szip external libraries.
Previously, absoulte paths were used to specify where to find Zlib and Szip header and library files in the access path for each and every target in the project. Using this method, we need to modify the absolute paths for all related targets if theexternal libraries paths are changed, which is not convenient.
Now, the global source threes are used to specify the root directories for Zlib and Szip libraries. So whenever Zlib and Szip root directories are changed (for example, transfer the project from one machine to another), we just need to modify the definition of the project's source trees to specify the external library paths.
Note: hdf5/release_docs/INSTALL_codewarrior.txt will be updated to instruct how to modify the global source threes.
2. Add libtest target to generate libtest.lib under hdf5/proj/codewarrior/lib/ directory.
3. Add toolslib target to generate toolslib.lib under hdf5/proj/codewarrior/lib/ directory.
4. Add the following library testing targets:
dangle, filename, reserved, and talign.
5. Add the following tool testing targets:
h5import, h5importtst, h5jam, j5jamtst, h5ls, h5repart, and h5unjam.
Note: There is a CodeWarrior-specified bug in h5import.c, I am still investigating it with Pedro. It will be updated once it is fixed. So now, h5import test is temperarily unavailable on CodeWarrior.
Platforms tested:
CodeWarrior 8.0 on Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Add HDF5 high level C library and tests into Windows.
Solution:
1. Add hdf5_hl project under hdf5/project directory, which will be used to generate HDF5 high level C library.
2. Add hl_test_lite, hl_test_image, and hl_test_table projects under hdf5/hl/test directory, which will be used for HDF5 high level C lite, image, and table tests.
3. Add HDF5 high level C lite, image, and table testing batch file test_hdf5_hl.bat under hdf5/hl/test directory.
4. Update HDF5 library installation batch file installhdf5lib.bat to install HDF5 high level C library and header files.
5. Add hdf5_hl, hl_test_lite, hl_test_image, and hl_test_table projects to the dependencies of "all" projects. So HDF5 high level C library and tests will be built by default.
6. Update hdf5check.bat to include HDF5 high level C tests.
Platforms tested:
Microsoft Visual C++ 6.0 on Windows XP/2000.
Note: HDF5 high level Fortran library and tests will be added when hl fortran for 1.6 branch is available.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update Windows projects settins as Quincey added several new source code files into HDF5.
Solution:
1. Add H5SL.c and H5SLprivate.h under hdf5\src directory into hdf5 and hdf5dll Windows projects.
2. Add tskiplist.c under hdf5\test directory into testhdf5 and testhdf5dll Windows projects.
Platforms tested:
Microsoft Visual Studio 6.0 in Windows XP/2000.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
Several Fortran DLL related files were not installed by hdf5\installhdf5lib.bat file. Without these files, there will be some trouble to link with Fortran DLL.
Missed files include Module files for hdf5_fortrandll project and DLL outputs for hdf5_f90cstubdll project.
Solution:
Add scripts in installhdf5lib.bat to copy these missed Fortran DLL related files to hdf5\hdf5lib directory.
Platforms tested:
Visual C++ 6.0 on Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Since several new features have been added into HDF5 this week, such as Fortran DLL and several new HDF5 tools, related testing and installation batch files should be updated.
Solution:
1. Update hdf5check.bat file, so HDF5 Fortran DLL will be tested. Kent updated enableall option for hdf5check. enablefortran option is updated now.
2. Update installhdf5lib.bat file, so HDF5 Fortran DLLs and DLL exported libraries will be installed under hdf5\hdf5lib directory. gif2h5, h52gif, h5jam, and h5unjam tools will also be installed.
Platforms tested:
Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Some DLL projects "Code Generation" settings were set as "Single-Threaded", should be set as "Multithreaded DLL or Debug Multithreaded DLL". Although "Single-Threaded" did not bring any trouble for some projects, "Multithreaded DLL or Debug Multithreaded DLL" will be safer.
Update HDF5build batch file.
Solution:
1. Check all DLL projects settings for C/C>Code Generation, and set all release versions code generation as ""Multithreaded DLL" and debug versions code generations as "Debug Multithreaded DLL".
2. Update HDF5build.bat file so that HDF5 Fortran DLL projects will be built.
Platforms tested:
Visual C++ 6.0/DEC Fortran 6.0 on Windows 2000.
Visual C++ 6.0/DEV Fortran 6.6 on Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Add a simple HDF5 Fortran DLL example.
Solution:
1. Add a simple HDF5 Fortran DLL example to test HDF5 Fortran DLL under hdf5\fortran\examples\ directory.
2. Updated installf90examples.bat under hdf5\directory to install Fortran DLL examples' executable files.
(Note: HDF5 Fortran example test batch file will be added later as there is no Fortran example tests on Unix now.)
Platforms tested:
Visual C++ 6.0 and DEC Fortran 6.6 on Windows XP.
Visual C++ 6.0 and DEC Fortran 6.0 on Windows 2000.
(Yes, HDF5 Fortran DLL can work with DEC Fortran 6.0 now. Thanks to Kent!)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update and new feature.
Description:
Add HDF5 C++ examples DLL tests. Update HDF5 C examples projects.
Solution:
1. Add the following 7 HDF5 C++ examples DLL projects into hdf5\c++\examples directory:
chunkstestdll
compoundtestdll
createtestdll
extend_dstestdll
h5grouptestdll
readdatatestdll
writedatatestdll
2. Add the above 7 projects to the dependencies of hdf5\c++\examples\allcppexamples project.
3. Update HDF5 C++ examples installation batch file hdf5\InstallcppExamples.bat.
4. Update HDF5 C++ examples testing batch file hdf5\examples\testcppExamples.bat to include C++ example DLL tests.
5. Update the project setting for all HDF5 C examples DLL project.
Platforms tested:
Visual C++ 6.0 on Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adding/Modifying project files to support Fortran DLL with HDF5.
Description:
No Fortran DLLs are supported for recent HDF5 recent releases.
Partial reason is due to the old compiler we are using.
Another reason is the mixing of fortran and C in one project plus some wrong settings.
Solution:
Update DEC fortran compiler to 6.6c.
Separate Fortran from C and carefully set up the correct settings.
Now Fortran DLL passed all tests for 1.6 release.
Platforms tested:
VC++ 6.0 + compaq fortran 6.6c on XP
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Add new HDF5 tools.
Solution:
1. Add HDF5 hdf/gif DLL conversion tools gif2h5dll and h52gifdll projects under hdf5\tools\gifconvdll directory.
2. Add HDF5 tools h5jam and h5unjam projects under hdf5\tools directory.
3. Add HDF5 tools test h5jamtst project under hdf5\tools\testfiles directory.
Platforms tested:
Visual C++ 6.0 on WIndows 2000/XP.
(h5jam and h5unjam testing batch files will be added later.)
(HDF5 installation file hdf5/installhdf5lib.bat will be updated after Kent finished Fortran DLL.)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Add HDF5 C examples DLL tests..
Solution:
1. Add the following 8 HDF5 C examples DLL projects into hdf5\examples directory:
attributetestdll
chunkreaddll
compoundtestdll
extendwritetestdll
grouptestdll
readtestdll
selectestdll
writetestdll
2. Add the above 8 projects to the dependencies of hdf5\examples\allexamples project.
3. Update HDF5 C examples installation batch file hdf5\InstallExamples.bat.
4. Update HDF5 examples testing batch file hdf5\examples\testExamples.bat to include C example DLL tests.
Platforms tested:
Visual C++ 6.0 on Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update and new feature.
Description:
Update hdf5 and hdf5dll projects as new source codes were added into hdf5/src directory.
Add several library and tools test projects and updated testing batch file.
Solution:
1. Add H5C.c H5Cprivate.h H5Cpublic.h under hdf5/src into hdf5 and hdf5dll projects.
2. Add dangle, dangledll, filename, filenamedll projects under hdf5\test directory.
3. Add talign and taligndll projects under hdf5\tools directory.
4. Add the above 4 projects to the dependencies of "all" project.
5. Update hdf5test.bat under hdf5\test directory to include the above tests.
Platforms tested:
Microsoft Visual C++ 6.0 on Windows 2000/XP.
(Note: As hdf5\tools\lib\talign.c file includes a header file unistd.h, which does not exist in Windows system, we need to update this file to include a Windows Macro to exclude this header file in Windows.)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Add a simple HDF5 C++ example and a simple HDF5 Fortran example.
Solution:
1. Add a simple HDF5 C++ example to test HDF5 library and tools under hdf5\c++\examples\ directory.
2. Add a simple HDF5 Fortran example to test HDF5 library and tools under hdf5\fortran\examples\ directory.
3. Add an HDF5 C++ example installation batch file installcppexamples.bat under hdf5\ directory.
4. Add an HDF5 C++ example test batch file testcppexamples.bat under hdf5\c++\examples\ directory.
5. Add an HDF5 Fortran example installation batch file installf90examples.bat under hdf5\directory.
(Note: HDF5 Fortran example test batch file will be added later as there is no Fortran example tests on Unix now.)
Platforms tested:
Microsoft Visual Studio 6.0 on Windows 2000/XP.
Microsoft Visual Studio .NET 2003 on Windows XP (C example only).
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
h5repack_layout.c was removed from hdf5/tools/h5repack directory. HDF5 windows projects using this file should be updated.
Solution:
Delete h5repack_layout.c from h5repack, h5repackdll, and h5repacktst projects.
Platforms tested:
Visual Studio 6.0 on Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update project files
Description:
Several files added to hdf5 and hdf5dll project files, they
need to be updated.
Solution:
Platforms tested:
windows XP VS 6.0 + Dec 6.0
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update and bug fix.
Description:
Update Windows projects setting as new source code was added.
Fix a bug in hdf5build.bat file.
Solution:
1. Add hdf5/tools/lib/h5tools_type.c into toolslib and toolslibD projects.
2. There was a minor bug with hdf5build.bat file when it is used to build C library only. Remove redundant scripts in the batch file.
Platforms tested:
Visual C++ 6.0 on Windows XP and 2000.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update hdf5build.bat file.
Description:
Previously, when building HDF5 from command line, hdf5 and hdf5dll projects were built three times to build HDF5 C/C++/Fortran libraries. There was due that the "Rebuild" option was used with msdev.exe. It is kind of wasting to build hdf5 and hdf5dll projects three time.
Solution:
The batch file is reorganized. So hdf5 and hdf5dll projects will be only be built once.
Also, the syntax detecting feature is added to the batch file. Now if an unexpected option was given to the batch file, a warning message and the help messages would be shown.
Platforms tested:
Visual C++ 6.0 on Windows 2000 and XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
H5DSeq.c was removed from hdf5/src, and H5Defl.c, H5Dselect were added to hdf5/src. So the related windows projects need to be updated.
Solution:
1. Removed H4DSeq.c from hdf5 and hdf5dll projects.
2. Added H5Defl.c and H5Dselect.c to hdf5 and hdf5dll projects.
Platforms tested:
Visual C++ 6.0 on Windows 2000 and XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix.
Description:
Fix bugs in installhdf5lib.bat batch file as described below:
previously, h5diff.exe, h5diffdll.exe, h5repack.exe, and h5repackdll.exe were not installed into hdf5lib directory.
Solution:
Add scripts to copy the above 4 files into corresponding directories under hdf5lib.
Platforms tested:
Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Feature
Description:
(Same change to release branch)
Datatypes and groups now use H5FO "file object" code that was previously
only used by datasets. These objects will hold a file open if the file
is closed but they have not yet been closed. If these objects are unlinked
then relinked, they will not be destroyed. If they are opened twice (even
by two different names), both IDs will "see" changes made to the object
using the other ID.
When an object is opened using two different names (e.g., if a dataset was
opened under one name, then mounted and opened under its new name), calling
H5Iget_name() on a given hid_t will return the name used to open that hid_t,
not the current name of the object (this is a feature, and a change from the
previous behavior of datasets).
Solution:
Used H5FO code that was already in place for datasets. Broke H5D_t's, H5T_t's,
and H5G_t's into a "shared" struct and a private struct. The shared structs
(H5D_shared_t, etc.) hold the object's information and are used by all IDs
that point to a given object in the file. The private structs are pointed
to by the hid_t and contain the object's group entry information (including its
name) and a pointer to the shared struct for that object.
This changed the naming of structs throughout the library (e.g., datatype->size
is now datatype->shared->size). I added an updated H5Tinit.c to windows.zip.
Platforms tested:
Visual Studio 7, sleipnir, arabica, verbena
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update installhdf5lib.bat batch file. Cleaned two redundant scripts in the batch file.
Solution:
Clean script.
Platforms tested:
Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a small bug inside installhdf5.lib.
Description:
Solution:
Platforms tested:
Misc. update:
windows xp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
I renamed the SZIP-encode-checking environment variable from H5_SZIP_CAN_ENCODE to HDF5_SZIP_ENCODE. But I forgot to update the repacktest.bat batch file. Now repacktest.bat is updated.
Solution:
Platforms tested:
Not necessary.
(Already tested with Visual C++ 6.0 on XP, but forgot to update it into all.zip last time).
(I also checked with Elena before this check-in, and she said OK. Also this update will not effect any tests under Unix.)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
As HDF5 Fortran DLL does not work with DEC Fortran 6.0, so we do not need to build HDF5 Fortran DLL related projects anymore.
Solution:
Modified hdf5build.bat batch file so HDF5 Fortran DLL related projects will not be built.
Platforms tested:
Minor update, test is not necessay.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New Feature and Update.
Description:
1. Updated installhdf5lib.bat file so that libtest_fortran.lib and libtest_fortrand.lib will NOT be installed;
2. Updated the project settings for projects in HDF5 C examples:
To be consistant with other HDF5 windows project settings:
1) replaced zlib.lib in Object/library modules with environment variable HDF5_EXT_ZLIB
2) replaced szlib.lib in Object/library modules with environment variable HDF5_EXT_SZIP
Also, to prevent the compiler from failing to find hdf5.lib/hdf5d.lib when HDF5 library has been removed from the original folders, added the installed library hdf5lib path in the Additional library path.
3. Added a new batch file testExamples.bat under hdf5\examples directory for the purpose of testing HDF5 C examples. An expected C examples tests output file testExample_exp_output.txt was aslo added.
Solution:
Platforms tested:
Visual C++ 6.0 on Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minor bug fix.
Description:
h5repack testing batch file repacktest.bat has a minor bug. This minor bug causes some HDF5 repack testing failures when only gzip is disabled.
The failure reasons is that we only checked whether szip or szip encoder is enabled for the following two tests:
h5repack test_deflate.h5 -f dset_deflate:SZIP=8,NN
h5repack test_szip.h5 -f dset_szip:GZIP=1
These two tests should also be skipped when gzip is disabled.
Solution:
Add Checking whether gzip is disabled for the above two tests. If gzip is disabled, skip the above two tests.
Platforms tested:
Visual C++ 6.0 on Windows 2000 and XP for the following gzip/szip combinations:
1. both gzip and szip enabled
2. only gzip is disabled
3. both gzip and szip are disabled
4. only szip with decoding is disabled.
Misc. update:
h5tinit.c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
inserted new code warrior project
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Resume previous all.zip.
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Code warrior support erased previous object setting changes by xuan, we have to
restore it.
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
added a new project file for CodeWarrior (the files in the library changed since the last version )
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New Feature.
Description:
Before this update, we use per_hdf_library convention to set environment variables for gzip and szip compression libraries, for example, HDF5_EXT_LIBS = zlib.lib szlib.lib.
As some of HDF5 dump and repack tests should be skipped when gzip/szip are disabled. But we found it was very complicated to check whether gzip/szip were disabled in Windows with the per_hdf_library convention. Using per_external_library naming convention makes the checking much easier. So we decide to convert to per_external_library naming convention.
A new environment variable H5_SZIP_CAN_ENCODE is added to check whether szip encoding is enabled.
dumptest.bat and repacktest.bat batch files are also updated so these tests which use gzip/szip filters will be skipped when gzip/szip are disabled and will be tested when gzip/szip are enabled.
Solution:
Now we should set the following environment variables:
HDF5_EXT_ZLIB = zlib.lib
HDF5_EXT_SZIP = szlib.lib
HDF5_EXT_ZLIB_DLL = c:\zlib114\dll\zlib.lib
HDF5_EXT_SZIP_DLL = szlibdll.lib
when we want to enable gzip/szip.
Set H5_SZIP_CAN_ENCODE as 1 when szip encoding is enabled and as 0 when szip encoding is disabled.
Platforms tested:
Visual C++ 6.0 on Windows 2000/XP.
(Will test with .NET after this check-in).
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix.
Description:
There was a minor bug in the hdf5check.bat batch file I checked in last night. We should search check_results.txt instead of hdf5_results.txt for failed tests.
Solution:
Change hdf5_results.txt to check_results.txt.
Platforms tested:
Kent tested the bug fix on Windows XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Add HDF5 timing tests into hdf5check.bat batch file.
hdf5check.bat batch file will generate a new file tests_results under HDF5 directory to dispaly whether all HDF5 tests passed or not, if failed, which tests failed (the check_results.txt which includes detailed HDF5 libraries and tools tests results will also be generated at the same time).
Solution:
Platforms tested:
Misc. update:
Windows 2000/XP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Before this update, to link HDF5 with zlib and szip libraries and DLLs,
zlib.lib szlib.lib were added into Object/library modules in more than
50 windows projects settings; c:\zlib114\dll\zlib.lib szlibdll.lib were
added into Object/library modules in hdf5dll project settings.
With the above settings, if we want to disable zlib and/or szip libraries
and DLLs from HDF5, we have to remove zlib.lib szlib.lib from Object/library
modules in more than 50 projects settings; c:\zlib114\dll\zlib.lib szlibdll.lib
also need to remove from hdf5dll project settings.
The above operations should be done for both release and debug versions.
So it is really very unconvenient to disable zlib and/or szip libraries and DLLs.
Solution:
Add HDF5_EXT_LIBS environment variable and replace zlib.lib szlib.lib
in Object/library modules with $(HDF5_EXT_LIBS)
Add HDF5_EXT_LIBS_DLL environment variable and replace c:\zlib114\dll\zlib.lib
szlibdll.lib in Oject/library modules with $(HDF5_EXT_LIBS_DLL).
If we want to enable both zlib and szip, set
HDF5_EXT_LIBS = zlib.lib szlib.lib
HDF5_EXT_LIBS_DLL = c:\zlib114\dll\zlib.lib szlibdll.lib
If we want to enable zlib and disable szip, set
HDF5_EXT_LIBS = zlib.lib
HDF5_EXT_LIBS_DLL = c:\zlib114\dll\zlib.lib
If we want to disable zlib and enable szip, set
HDF5_EXT_LIBS = szlib.lib
HDF5_EXT_LIBS_DLL = szlibdll.lib
If we want to disable both zlib and szip, set
HDF5_EXT_LIBS =
HDF5_EXT_LIBS_DLL =
Platforms tested:
Tested with Microsoft Visual C++ 6.0/DEC Fortran 6.0 and .NET on Windows XP and
Visual C++ 6.0/DEC Fortran 6.0 on Windows 2000 for all the possible 4 zlib/szip
enable/disable combinations:
1. Enable both
2. Enable zlib and disable szip
3. Disable zlib and enable szip
4. Disable both
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Minor update on hdf5check.bat.
Solution:
Platforms tested:
Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Add two new batch files for HDF5 building and testing on Windows.
Solution:
1. Add hdf5build.bat: build hdf5 from command line, which has four opitions:
hdf5build build c library and tools only
hdf5build enablecpp build c/c++ libraries and tools
hdf5build enablefortran build c/fortran libraries and tools
hdf5build enableall build c/c++/fortran libraries and tools
2. Add hdf5bt.bat: this batch file calls hdf5build.bat and hdf5check.bat to
build and test hdf5 from command line. It also has four options:
hdf5bt build and test c library and tools only
hdf5bt enablecpp build and test c/c++ libraries and tools
hdf5bt enablefortran build and test c/fortran libraries and tools
hdf5bt enableall build and test c/c++/fortran libraries and tools
Platforms tested:
Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New Feature.
Description:
Add several new batch files for hdf5 windows tests.
Solution:
1. Add install_dll.bat: copy hdf5 dlls to windows system directory.
2. Add install_cppdll.bat: copy hdf5 cpp dlls to windows system directory.
3. Add install_f90dll.bat: copy hdf5 fortran dlls to windows system directory.
4. Add hdf5check.bat: test hdf5 from command line, which has four opitions:
hdf5check test c library and tools only
hdf5check enablecpp test c/c++ libraries and tools
hdf5check enablefortran test c/fortran libraries and tools
hdf5check enableall test c/c++/fortran libraries and tools
5. Update testhdf5tools, dumptest, difftest, lstest, importest, repacktest.
Platforms tested:
Windows 2000/XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Binh-Minh checked in two new c++ source codes and two new head files.
Add these files to Windows projects.
Solution:
Add H5VarlenType.cpp, H5VarlenType.h, H5ArrayType.cpp, and H5ArrayType.h
to hdf5_cpp and hdf5_cppdll projects in Windows.
Platforms tested:
Visual C++ 6.0 on Windows XP/2000.
(will test with .NET on XP after this check-in).
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
| |
Windows projects that generated HDF5 fortran wrapper libraries and tests are merged into all.zip. all_withf90.zip is no longer needed.
Description:
Solution:
Platforms tested:
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Before this update, windows tool testing batch file outputs 2 files.
One shows whether each test passed or failed. Another file includes the
information from FC command about the difference between the expected output
and actual output.
Now the two output files are merged into one. When a test passes, the
output file will just show that the test passes. When a test fails, the
output file will show that the test fails and the difference between the
expected output and actual output from FC command will be included right
below the failed test.
Solution:
Updated dumptest, difftest, lstest, importtest, and repacktest batch files
so that when a test fails, the output from FC command will be redirected to
the file that shows whether a test passes or fails.
Platforms tested:
Windows 2000 and XP.
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Before this update, hdf5_fortran release and debug libraries
share the same name hdf5_fortran.lib;
hdf5_f90cstub release and debug libraries share the same name
hdf5_f90stub.lib;
libtest_fortran release and debug libraries share the same name
libtest_fortran.lib.
Rename the debug libraries for the above three projects to distinguish
the release and debug libraries.
hdf5 library installation batch file installhdf5lib.bat does not
install hdf5 fortran libraries.
Solution:
1. Rename the hdf5_fortran debug library as hdf5_fortrand.lib.
2. Rename the hdf5_f90cstub debug library as hdf5_f90cstubd.lib.
3. Rename the libtest_fortran debug library as libtest_fortrand.lib.
4. Update installhdf5lib.bat so that hdf5 fortran libraries will
also be installed.
Platforms tested:
Visual C++ 6.0 on Windows XP and 2000.
(will test with .NET on XP after this check-in.)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New feature.
Description:
Add two new windows projects and one new testing batch file.
Update two testing batch files.
Solution:
1. Add a new project h5diffdll, which will generate h5diff dll tool.
2. Add a new windows project h5repackdll, which will generate h5repack dll tool.
3. Add a new hdf5 tool testing batch file -- testhdf5tools.bat, which
calls h5dump, h5diff, h5ls, h5import, and h5repack tools. Now all the available
hdf5 tools can be tested with one batch file.
4. Updated difftest.bat and repacktest.bat testing batch files.
Platforms tested:
Visual C++ 6.0 on Windows XP and 2000.
(will test with .NET on XP after this check-in.)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update new source code into windows project and rename hdf5_cpp debug version library.
Solution:
1. Add hdf5\c++\src\H5CppDoc.h into the head files for hdf5_cpp and hdf5_cppdll projects.
2. Rename hdf5_cpp debug version library from hdf5_cpp.lib to hdf5_cppd.lib to distinguish
it from the hdf5_cpp release version library hdf5_cpp.lib.
Platforms tested:
Microsoft Visual C++ 6.0 on Windows 2000/XP.
(will test with .NET on Windows XP after this check-in.)
Misc. update:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update.
Description:
Update dumptest batch file.
Solution:
Removed one h5dump testing to match with h5dump testings on Unix.
Platforms tested:
Microsoft Visual C++ 6.0 on Windows XP and 2000.
Misc. update:
|