summaryrefslogtreecommitdiffstats
path: root/all.zip
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4112] Elena Pourmal2001-07-051-0/+0
| | | | | | | | | | | 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.
* [svn-r3997] MuQun Yang2001-06-121-0/+0
| | | | | | | | | | | | Purpose: catch up new features of 1.4 branch on windows platform Description: 1. add gif2h5 and h52gif into both all.zip and all_withhdf4.zip 2. update h4toh5test.dsp Solution: Platforms tested: Windows NT5.0(windows 2000)
* [svn-r3924] Rushabh Doshi2001-05-121-0/+0
| | | | | | | | | | | | | | | | | | | | | Purpose: Adding new feature Description: Added gif2h5 and h52gif conversion utilities Solution: The utilites follow the framework built for the gif2hdf and hdf2gif utilities for hdf4. The main files modified were those that read the H5 file and those that write H5 file. In the future, if you wish to continue with the framework and extend it to .png or some other fileformat the main files to edit will be the gif reader and writer. One point to note with h52gif. You have to specify the exact location of the image and the palette that it links to. You can choose not to specify a palette (uniform grayscale chosen in this case) but you must specify image location. In the future, someone could edit the readhdf.c source to enable the reader to parse the hdf file and select all images with corresponding palettes. Platforms tested: modi4 , eirene , hawkwind , arabica , Ren (NT 4.0) , Personal box (win2k)
* [svn-r3727] MuQun Yang2001-03-281-0/+0
| | | | | | | | | Purpose: rearrange projects to make it compatiable with cvs tools subdirectories Description: Solution: Platforms tested: windows 2000
* [svn-r3638] MuQun Yang2001-03-141-0/+0
| | | | | | | | | | | Purpose: update all.zip and all_withhdf4.zip for 1.4 branch Description: 1) eliminating warnings and fixing bugs 2) rearrange projects settings Solution: Platforms tested: windows 2000
* [svn-r3393] MuQun Yang2001-02-091-0/+0
| | | | | | | | | Purpose: add install example batch file Description: Solution: Platforms tested: windows NT, 2000
* [svn-r3341] MuQun Yang2001-02-021-0/+0
| | | | | | | | | | Purpose: change all.zip for the purpose of only testing hdf5 lib and non-hdf4 related tools Description: remove projects h4toh5,h4toh5dll,h5toh4 and h5toh4dll Solution: Platforms tested: win 2000, and NT
* [svn-r3316] MuQun Yang2001-01-201-0/+0
| | | | | | | | | | | Purpose: bug fix Description: forgot including hdf5.dsp and hdf5dll.dsp for ragged test removal. Solution: update hdf5.dsp and hdf5dll.dsp in all.zip. Platforms tested: windows 2000, the change will only affect windows platforms.
* [svn-r3309] MuQun Yang2001-01-191-0/+0
| | | | | | | | | | Purpose: remove ragged test and source code on windows Description: Solution: modify hdf5timingtest.bat and all.dsw project Platforms tested: windows 2000
* [svn-r3295] MuQun Yang2001-01-161-0/+0
| | | | | | | | | | Purpose: updating dumptest at windows Description: Solution: updating batch file dumptest.bat Platforms tested: windows 2000,NT4.0, 98
* [svn-r3277] MuQun Yang2001-01-121-0/+0
| | | | | | | | | | | Purpose: avoid windows warnings of inline at H5config.h Description: In the old file, inline is defined twice Solution: Now only define inline once. Platforms tested: windows 2000, confirmed at eirene
* [svn-r3169] MuQun Yang2000-12-201-0/+0
| | | | | | | | | | | | | Purpose: Not a bug fixed, just make it easy for me to test on windows. Description: Set the path of the project to be consistent with the project in friede Users who want to test h4toh5 and h5toh4 have to set hdf4 library path by themselves. Solution: Update h4toh5.dsp h4toh5dll.dsp h5toh4.dsp and h5toh4dll.dsp Platforms tested: Win 2000(don't have to be tested on any other platforms)
* [svn-r3153] MuQun Yang2000-12-181-0/+0
| | | | | | | | | Purpose: add another test script for h5toh4 converter on win98 Description: Solution: add another test script for h5toh4 converter on win98 Platforms tested:
* [svn-r3141] MuQun Yang2000-12-141-0/+0
| | | | | | | | | | Purpose: update all.zip Description: update h4toh5testrun and h5toh4testrun for automatic testing h4toh5 and h5toh4 converter Solution: Platforms tested: WIn NT 4.0/5.0
* [svn-r3078] MuQun Yang2000-12-051-0/+0
| | | | | | | | | | Purpose: updating all.dsw(adding h4toh5dll and h5toh4dll version). adding a automatic crude test script of h4toh5 converter on windows. Description: Solution: Platforms tested: WIn 2000
* [svn-r3073] MuQun Yang2000-12-041-0/+0
| | | | | | | | | | | | | | | | | Purpose: Add a crude script for automatic testing h5toh4 converter tool Description: the name of the script is called h5toh4testrun and is under ....../hdf5/tools directory. Solution: Four parameters should be typed in correctly in order to do the auto test. 1. Debug or Release version you are testing. 2. The top directory path(including the drive name) where hdf5 tools is located. Such as D:/h5_1.4pre2 3. The full path where hdp is located. Such as D:/H414/bin 4. If no dll version(currently not tested yet); leave this parameter empty or type DLL. Platforms tested: NT 4.0(NT) and 5.0(2000).
* [svn-r3026] MuQun Yang2000-11-291-0/+0
| | | | | | | | | | | Purpose: update proper settings for windows Description: update toolslibD setting from single-thread to Multithread update dumptest.bat to include array data type and variable length type. Solution: Platforms tested: windows NT 4.0,5.0
* [svn-r2999] MuQun Yang2000-11-251-0/+0
| | | | | | | | | | | | Purpose: update windows-related projects Description: Add new source code (H5Fseq.c) and several test codes into all.zip update hdf5.dsp,hdf5dll.dsp,testhdf5.dsp and testhdf5dll.dsp. update setting for h4toh5 and h5toh4 converters. Solution: Platforms tested: windows 2000
* [svn-r2677] MuQun Yang2000-10-121-0/+0
| | | | | | | | | | | | | | | | Purpose: update windows project all.zip for development branch of hdf5 Description: Now it can test h4toh5 and h5toh4 converters, at least for static case(non-dll lib.) Solution: 1. For h4toh5 and h5toh4 converter to work, the platform must have both hdf4 and hdf5 libs. For hdf4 it includes both hdf and mfhdf libs. Besides this, WS2_32.LIB has to be included for recongizing symbols related to networking issues. 2. adding several new source files(h5FDlog.c etc) into all.dsw. 3. modify H5FDstream.c so that it bypasses netdb.h and other socket headers for win 32, instead using winsock.h. Platforms tested: windows 2000
* [svn-r2230] removed dependencies on the tools lib from repart, import, and debugPatrick Lu2000-05-091-0/+0
|
* [svn-r2226] added H5TB.c to the hdf5 and hdf5dll projects.Patrick Lu2000-05-091-0/+0
| | | | added ttbbt.c to the testhdf5 and testhdf5dll files.
* [svn-r2212] updated the projects for the tools. needed to update for the ↵Patrick Lu2000-05-031-0/+0
| | | | mergeing of the dev and release branches for the tools code.
* [svn-r2154] update the h5tinit.c so needed to include the newer version herePatrick Lu2000-04-181-0/+0
|
* [svn-r2153] converted all the project to ms vc 6 and removed the h5tb.c file ↵Patrick Lu2000-04-171-0/+0
| | | | | | and added h5fl.c to the library projects also added h5titerate to testhdf5 and the dll project
* [svn-r2047] updated the dumptest to test the new nested compound filePatrick Lu2000-03-211-0/+0
|
* [svn-r1963] removed files from the tools lib projectsPatrick Lu2000-02-151-0/+0
|
* [svn-r1952] removed the HAVE__OBINARY flagPatrick Lu2000-02-091-0/+0
|
* [svn-r1942] changed the h5config file by removing the have_winsock_h and ↵Patrick Lu2000-01-131-0/+0
| | | | adding a have_windows_h
* [svn-r1842] added the h5pubconf.h filePatrick Lu1999-11-191-0/+0
|
* [svn-r1831] removed the h5detect files from the lib and the dll and included ↵Patrick Lu1999-11-061-0/+0
| | | | | | more libraries in the h5toh4 tool
* [svn-r1796] included the new h5fdstdio.c file into the dll and the lib projectsPatrick Lu1999-10-271-0/+0
|
* [svn-r1782] revised the tests and made the timing tests bat file. like in ↵Patrick Lu1999-10-181-0/+0
| | | | the release version
* [svn-r1725] updated the config file to print the long longPatrick Lu1999-10-061-0/+0
|
* [svn-r1705] update the testhdf5 and testhdf5dll projects to include the new filePatrick Lu1999-10-011-0/+0
|
* [svn-r1685] removed the bat files that were used for testing and replaced ↵Patrick Lu1999-09-281-0/+0
| | | | | | them with 2 bat files that take command line arguments to determine which test to run
* [svn-r1657] added the 4 new batch files and removed the install instructions ↵Patrick Lu1999-09-241-0/+0
| | | | | | from the zip file
* [svn-r1632] updated the proj files so it uses the zlib and zlib.dll.Patrick Lu1999-09-081-0/+0
| | | | | | updated the zlib.h and zconf.h added the zlib dir to the src dir for nt update install instructions
* [svn-r1625] update the H5Tinit.cPatrick Lu1999-09-011-0/+0
|
* [svn-r1607] corrected an error in the hdf5dll project filePatrick Lu1999-08-271-0/+0
|
* [svn-r1606] Patrick Lu1999-08-271-0/+0
| | | | update the H5Tinit.c file in there and the proj file for the lib and the dll
* [svn-r1517] fixed the proj setting for the dll in the alpha projectPatrick Lu1999-07-201-0/+0
|
* [svn-r1488] Patrick Lu1999-07-161-0/+0
| | | | | update teh projects for the dumpdll and the dump tool so that it does not have the dumputil.c file listed anymore
* [svn-r1480] Patrick Lu1999-07-141-0/+0
| | | | changed the settings for the dll project
* [svn-r1463] added projects on the alpha for the tools lib and the h5 dumptest.Patrick Lu1999-07-121-0/+0
|
* [svn-r1423] Patrick Lu1999-07-061-0/+0
| | | | | updated the dumptst project so that it finds the file(the location was moved into the tools directory)
* [svn-r1368] Patrick Lu1999-06-211-0/+0
| | | | added a h5dumptst project to the all project
* [svn-r1342] Patrick Lu1999-06-141-0/+0
| | | | updated the project file for testhdf5 and testhdf5dll
* [svn-r1307] Patrick Lu1999-06-071-0/+0
| | | | updated the project files for the library and the dll
* [svn-r1267] Patrick Lu1999-05-201-0/+0
| | | | fixed a typo in the bat file i just put in
* [svn-r1266] Patrick Lu1999-05-201-0/+0
| | | | added a the h5dump batch file i created to test the the dumper