| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
update project file
Description:
forget updating dset_cpp and dset_cppdll in order to erase linking errors.
Solution:
update it
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
| |
Purpose:
The decision has been made, no use to keep all_withhdf4.zip
Description:
Solution:
remove this zip file
|
|
|
|
|
|
|
|
| |
Purpose:
RE-ADD all_withhdf4.zip to 1.4 branch until future decision.
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
1. update the transition from "MACRO_NAME" to "H5_MACRO_NAME" on windows platforms.
2. make gethostname work on windows
Description:
1. All constant defined at H5config.h will be renamed and moved to H5pubconf.h.
SInce no autoconf on windows, H5pubconf.h has to be manually tuned to build HDF5 library.
2. Have to use WS2_startup and WS2_end to make gethostname work. Also change project files to
erase warnings.
Solution:
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
| |
Purpose:
hdf4-related tools have been moved out of HDF5 CVS tree, so all_withhdf4.zip needs to be retired.
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
clean up warnings by creating new project libtest.
Make it compatible with development branch.
Description:
Solution:
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
update h5toh4 test batch file
Description:
change HDF4 version from 41r4 to 41r5.
Solution:
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Update HDF4 library path for h4toh5 and h5toh4 tools.
Description:
HDF4 library path is not set correctly, make a easy solution for users
Who are not familiar with windows. Use standard path C:\HDF41r5\ for those users. Previously HDF4 library is in C:\HDF41r4. Update the version.
Solution:
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
|
|
| |
Updating zip file for windows
Description:
Added DLL version of the C++ API library and tests to all.zip.
The C++ API is disabled, however, and will need to be enabled by
the user.
Platforms tested:
Windows 2000
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Updated project files for hdf4-related tools
Description:
hdf4 libraries are updated from 4.1r3 to 4.1r5. Default library pathes
and names are updated.
Solution:
Platforms tested:
windows 98
|
|
|
|
|
|
|
|
| |
Purpose:
added new all.dsw and all.dsp that have a utility project instead of a application project (this was causing a link error message) added the file tmisc.c to the projects testhdf5 and testhdf5dll these 2 projects were replaced in the all.zip file
and all_withf90.zip all_withhdf4.zip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
modified all.zip
Description:
added new code warrior project file
added new all.dsw and all.dsp that have a utility project instead of a application project (this was causing a link error message)
added the file tmisc.c to the projects testhdf5 and testhdf5dll
these 2 projects were replaced in the all.zip file
added a new H5pubconf.h file
The file H5pubconf.h compiled on CW shows an error "inconsistent line endings"
That is because CW and MSVC use different line endings. For the thing to work we have either
to edit the file on MSVC and then save it on CW to remove those line endings or just edit it on CW.
Solution
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
fix code warrior bugs in hdf5.cmp.
add macro for code warrior at manual
configuration header file H5config.h and H5pubconf.h for PRINTF_LL_WIDTH
Description:
dsets test is ignored in the previous code warrior data space. Add it in.
dumper test failed on code warrior because code warrior used the different modifier(I64) for printf at MSVS. Pedro said adding a macro for code warrior and it works.
Solution:
Platforms tested:
code warrior on windows by pedro.
|
|
|
|
|
|
|
|
|
| |
Purpose:
flush1dll missed from workspace. Add it.
Description:
Solution:
Platforms tested:
windows 98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
fix bug for release dll
Description:
It seems that by changing the project setting option to multithreaded DLL make the testing of release dll work(It should be multithreaded DLL anyway).
Solution:
Platforms tested:
windows 2000
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
|
|
|
|
|
|
|
|
|
| |
Purpose:
update code warrior project
Description:
Help pedro check into his updated code warrior project on windows
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
| |
Purpose:
update c++ project settings
Description:
Solution:
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Updating zip file for windows
Description:
Added C++ API library and tests to all.zip.
The C++ API is disabled, however, and will need to be enabled by
the user. Only static library is added, no dll for C++ API yet.
Platforms tested:
Windows 2000
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
update windows project setting zip files for 1.4 branch
Description:
The main change is H5pubconf.h and H5config.h. Make it consistent with
1.5 branch.
Solution:
Platforms tested:
windows 2000(release dll failed when testing VL length attribute)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fix and maintenance
Description:
tH5E.f90 file was missing from the testhdf5_fortran(dll) projects.
This caused Fortran compilation to fail on Windows.
I also created and added two new projects flush1_fortradll and
flush2_fortrandll that were never added in when I did Fortran port for Windows.
Solution:
Added missing files to the projects.
Platforms tested:
Windows 2K
|
|
|
|
|
|
|
|
|
| |
Purpose:
H5dpss.c no longer exists, remove the file from windows project.
Description:
Solution:
Platforms tested:
windows 2000
|
|
|
|
|
|
|
|
|
| |
Purpose:
a bug fix
Description:
erase back slash at the end of lines of Installexamples.bat
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
The bug fix for debug dll tests when using all_withf90.zip.
Description:
Solution:
change project setting and ignore msvcrt.lib. Tests passed.
Platforms tested:
windows 2000.
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
I never checked in correct project for the Fortran Release DLL
test.
Platforms tested:
Windows NT
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
update 1.4 branch of various bug fixes for windows support.
Description:
1. intn to int and uintn to unsigned at H5Tinit.c
2. test rearrangements or chunk, iopipe etc. to directory perform
3. update testhdf5 and testhdf5dll for test configuration type test.
Solution:
Platforms tested:
eirene, windows 2000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
update all.zip
Description:
2 new files in all.zip
hdf5.mcp (code warrior project) that opens by default the all project
a new H5pubconf.h , the older one had line endings not compatible with CW
Solution:
Platforms tested:
NT, (CW and MSVC)
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
inserted new code warrior project file in ALL.ZIP
has an all projects build
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
updated the all.zip file to include the code warrior project file
it is located on hdf5/proj/codewarrior/hdf5.mcp
Description:
Solution:
|
|
Purpose:
Maintenance
Description:
Source directory has been rearranged.
INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory.
*.zip files were moved to the windows directory.
README file was renamed to README.txt
MANIFEST was updated to reflect those changes.
|