summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12577] Update windows project files to reflect the HDF5 library source ↵MuQun Yang2006-08-142-4/+64
| | | | | | | | code recently committed. Test C,C++, fortran, debug,debug dll, release and release dll. MSVS 6.0 + Compaq Visual fortran 6.6c
* [svn-r12532] Update windows projects with James and Quincey's new changes.MuQun Yang2006-08-035-4/+120
| | | | | | Found two minor bugs in h5dumpgentst.c and links.c. Have informed James. Should work with windows. Tests with MSVS 6.0 with visual fortran 6.6c.
* [svn-r12508] MuQun Yang2006-07-271-101/+0
|
* [svn-r12503] Add a new windows project h5copy.dsp into subversion.MuQun Yang2006-07-271-0/+105
| | | | | | This will generate h5copy on windows. The previous check-in is under the wrong directory.
* [svn-r12502] Add a new windows project h5copy.dsp into subversion.MuQun Yang2006-07-271-0/+101
| | | | This will generate h5copy on windows.
* [svn-r12499] Windows project updating:MuQun Yang2006-07-273-1955/+1990
| | | | | | Updating all.dsw,all.sln(for command-line testing only) and binread.dsp. New projects have been added into.
* [svn-r12473] Add a windows new project file: binread for read the output ↵MuQun Yang2006-07-151-0/+105
| | | | file from "h5dump -b".
* [svn-r12471] MuQun Yang2006-07-152-1989/+1945
| | | | | | | | | | | | | | | | Updates on windows Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003 Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat. The previous check-in forgot including the dependency of a new project file.
* [svn-r12470] MuQun Yang2006-07-151-8/+68
| | | | | | | | | | Updates on windows Some new source files are added to support new implementation of external links, hdf5dll.dsp needs to updated. Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003
* [svn-r12469] Updates on windowsMuQun Yang2006-07-151-0/+60
| | | | | | | | Some new source files are added to support new implementation of external links, hdf5.dsp needs to updated. Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003
* [svn-r12468] Update for windows MuQun Yang2006-07-152-2030/+2167
| | | | | | | | Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat.
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-14299-49197/+49197
| | | | | | be "CRLF" instead of "native".
* [svn-r12447] Purpose:MuQun Yang2006-06-301-16/+4
| | | | | | | | | | | | | | Update windows project file Description: Eliminate the link to non-existing HL headers. Solution: Platforms tested: windows MSVS 6.0 Won't affect other platforms and too minor to check with other windows compilers. Misc. update:
* [svn-r12410] Purpose:MuQun Yang2006-06-121-1/+1
| | | | | | | | | | | | | | | | | | Update HDF5 Fortran90 type definition file on windows to reflect the changes in Linux. Description: INT has been changed to Fortran_INTEGER in the file. Solution: Make the change. Platforms tested: Visual fortran 6.6c with MSVS 6.0 Only affects windows. Misc. update:
* [svn-r12357] Purpose:MuQun Yang2006-05-181-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | Updating project file Description: Due to the new added source codes under hdf5/src. Solution: Project file has to be changed to reflect this Platforms tested: VS 6.0 ( Failed during compiling because of compiler failure) VS 7.0 Everything okay except that several h5repack tests get skipped. Don't know whether this happens on other platforms. h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_none:S+O=31 - SKIPED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -SKIP ED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_scaleoffset:N ONE -SKIPED- h5repack -i test_all.h5 -o out.test_all.h5 -SKIP ED- Misc. update:
* [svn-r12356] Purpose:MuQun Yang2006-05-181-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating project file Description: New source code has been added, project files need to be updated. Solution: Platforms tested: VS 6.0(build failed due to compiler problem) VS 7.1(.Net 2003) Everything okay except that several h5repack tests get skipped. Don't know whether this happens on other platforms. h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_none:S+O=31 - SKIPED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -SKIP ED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_scaleoffset:N ONE -SKIPED- h5repack -i test_all.h5 -o out.test_all.h5 -SKIP ED- Misc. update:
* [svn-r12334] Purpose:MuQun Yang2006-05-051-8/+23
| | | | | | | | | | | | | | | | Updating the windows DLL project file Description: new file H5HFiter.c has been added project file needs to be reflected Solution: Platforms tested: VSMS 6.0 Misc. update:
* [svn-r12333] Purpose:MuQun Yang2006-05-051-2/+17
| | | | | | | | | | | | | | | | Updating windows project file Description: new file H5HFiter.c has been added project file needs to be reflected Solution: Updating the project file Platforms tested: VS 6.0 Misc. update:
* [svn-r12309] Purpose:Fang Guo2006-04-271-41/+41
| | | | | | | | | | | | Maintenance on Windows Description: change delimiter between preprocessor names from " " to ",". Interl fortran doesn't take " " as delimiter. Solution: Platforms tested: Misc. update:
* [svn-r12308] Purpose:Fang Guo2006-04-271-1868/+1869
| | | | | | | | | | | Maintenance on Windows Description: Update solution file all.sln Solution: Platforms tested: Misc. update:
* [svn-r12307] Purpose:Fang Guo2006-04-271-17/+1
| | | | | | | | | | | | Maintenance on Windows Description: All of the source code files were replaced by a new one. Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r12272] Purpose:Fang Guo2006-04-181-0/+60
| | | | | | | | | | | | | | Update DLL project file Description: New source files are added, DLL project needs to be updated to reflect the change. Solution: Platforms tested: windows XP VS 6.0 C and C++ Misc. update:
* [svn-r12271] Purpose:Fang Guo2006-04-181-76/+136
| | | | | | | | | | | | | | update project file on windows Description: New files have been checked in, library project files have to be updated. Solution: Platforms tested: windows XP with 6.0 Misc. update:
* [svn-r12238] Purpose:Fang Guo2006-04-131-1868/+1868
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r12237] Purpose:Fang Guo2006-04-131-4/+0
| | | | | | | | | | | Maintenance on Windows Description: hl\src\H5HL_private.c was removed Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12236] Purpose:Fang Guo2006-04-131-4/+0
| | | | | | | | | | | Maintenance on Windows Description: H5HL_private.c was removed Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12223] Purpose:Fang Guo2006-04-111-1871/+1868
| | | | | | | | | | | Maintenance on Windows Description: libtestfortran.dsp was enabled by accident. Disable libtestfortran.dsp Solution: Platforms tested: Misc. update:
* [svn-r12222] Purpose:Fang Guo2006-04-111-1/+1
| | | | | | | | | | | | | Maintenance on Windows Description: Fix a echo error: when running lstest.bat, previously echo "h5dump ..." change it to "h5ls ..." Solution: Platforms tested: Misc. update:
* [svn-r12198] Purpose:Fang Guo2006-04-041-1/+1
| | | | | | | | | | | | Maintenance on Windows Description: Temporarily comment out echo error messages to the screen for checking autotests on windows. Solution: Platforms tested: Misc. update:
* [svn-r12194] Purpose:Albert Cheng2006-04-031-1/+1
| | | | | | | | Typo. Description: Just fixed a typo in the copyright notice. Too trivial to require a test.
* [svn-r12188] Purpose:Fang Guo2006-03-311-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Update source files which need mannually generated on Windows Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12187] Purpose:Fang Guo2006-03-311-5/+1
| | | | | | | | | | | Maintenance on Windows Description: Update H5Tinit.c Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12181] Purpose:Fang Guo2006-03-301-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Change output for skip tests from "SKIP" to "-SKIP-" for easier tell the skiped tests Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12179] Purpose:Fang Guo2006-03-301-1868/+1871
| | | | | | | | | | | Maintenance on Windows Description: update all.sln Solution: Platforms tested: Misc. update:
* [svn-r12178] Purpose:Fang Guo2006-03-302-20/+20
| | | | | | | | | | | | | Maintenance on Windows Description: Change dll projects output path and let output of dll projects generated into a separate directory from static projects Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12177] Purpose:Fang Guo2006-03-301-8/+9
| | | | | | | | | | | Maintenance on Windows Description: Modify path for gif2h5 and h52gif Solution: Platforms tested: Windows Misc. update:
* [svn-r12176] Purpose:Fang Guo2006-03-301-0/+7
| | | | | | | | | | | | Maintenance on Windows Description: Add in new h5dump tests (tvms.ddl tvms.h5 Checked in by Pedro) Skip new h5dump tests ( tldouble.h5 checked in by Pedro) Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12170] Purpose:Fang Guo2006-03-281-4/+4
| | | | | | | | | | | Maintenance on Windows Description: update batch file according to Pedro's bug fix (h5dump was not printing attributes for the named datatype cases) Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12169] Purpose:Fang Guo2006-03-281-4/+0
| | | | | | | | | | | Maintenance on Windows Description: Del duplicated comments Solution: Platforms tested: Misc. update:
* [svn-r12167] Purpose:Fang Guo2006-03-281-1844/+1874
| | | | | | | | | | | Maintenance on Windows Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r12166] Purpose:Fang Guo2006-03-281-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Add in new test cross_read(dll) on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12165] Purpose:Fang Guo2006-03-281-0/+7
| | | | | | | | | | | Maintenance on windows Description: Add in new test cross_read on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12164] Purpose:Fang Guo2006-03-281-0/+105
| | | | | | | | | | | Maintenance on Windows Description: Add in new test cross_read on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12163] Purpose:Fang Guo2006-03-281-0/+107
| | | | | | | | | | | Maintenance on Windows Description: Add in new tests cross_read on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12150] Purpose:Pedro Vicente Nunes2006-03-241-12/+26
| | | | | | | | | | | | | | new tests for h5diff Description: added new tests for the bat file on windows Solution: Platforms tested: windows Misc. update:
* [svn-r12141] Purpose:MuQun Yang2006-03-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | portable issue on windows Description: setvbuf on visual studio 2005 needs the size to be greater or equal to 2. <description of setvbuf from msdn library> Buffer size in bytes. Allowable range: 2 <= size <= INT_MAX (2147483647). Internally, the value supplied for size is rounded down to the nearest multiple of 2. h5import used linebuffer option of setvbuf for stderr and stdout and the size is 0 by default. This causes core dump with visual 2005 on windows 64-bit. Solution: 1. Use HDsetvbuf inside h5import.c, 2. Define HDsetvbuf inside windows H5pubconf.h for windows to work around the core dump of h5import test. This is probably a bug inside visual studio 2005. Platforms tested: h5commit(shanti is down) VS 6.0 on windows XP VS 8.0 on windows XP-64bit Misc. update:
* [svn-r12135] Purpose:Fang Guo2006-03-222-5/+99
| | | | | | | | | | | Maintenance on Windows Description: Add in more comments Solution: Platforms tested: Misc. update:
* [svn-r12101] Purpose:Fang Guo2006-03-161-6/+7
| | | | | | | | | | | Maintenance on Windows Description: Changes on project settings Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12100] Purpose:Fang Guo2006-03-165-5/+5
| | | | | | | | | | | | Maintenance on Windows Description: Replace the old source code with the new check in Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12099] Purpose:Fang Guo2006-03-161-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Replace the old source code with the new check in Solution: Platforms tested: Windows XP Misc. update: