summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11611] Purpose:Fang Guo2005-10-261-1/+23
| | | | | | | | | | | Maintenance on Windows Description: Add new h5diff test into batch file difftest.bat Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11591] Purpose:Albert Cheng2005-10-213-356/+0
| | | | Removed because these were committed by mistakes.
* [svn-r11584] Purpose:Pedro Vicente Nunes2005-10-193-0/+356
| | | | | | | | | | | | | | | | | | | | | | | | bug fix Description: an assertion after the search for objects was saying that the number of objects in file should be > 0 removed it, since there can be a case where the number of objects is 0. in this case this was found by a case where zlib was not present and the output file was not written any objects to note: this was only detected on the windows batch files, that do not have a conditional condition to not run tests when a filter is not present Solution: Platforms tested: linux Misc. update:
* [svn-r11513] Purpose:Fang Guo2005-10-071-4/+4
| | | | | | | | | | | | Maintenance on Windows Description: hl fortran debug dll tests missed and hl fortran release dll tested twice before Add in hl fortran debug dll tests and remove one hl fortran release dll test Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11512] Purpose:Fang Guo2005-10-071-1/+1
| | | | | | | | | | | Maintenance on Windows Description: Enable talign test on Windows. Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11462] Purpose:Fang Guo2005-09-231-0/+5
| | | | | | | | | | | Maintenance on Windows Description: Modify Batch file due to the changes of output of H5diff tool Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11457] Purpose:Fang Guo2005-09-211-1814/+1842
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r11455] Purpose:Fang Guo2005-09-211-0/+2
| | | | | | | | | | | Maintenance on Windows Description: Add in two new project files (h5stat.dsp and h5statdll.dsp) Solution: Platforms tested: Visual Studio .Net on Windows XP Misc. update:
* [svn-r11454] Purpose:Fang Guo2005-09-211-0/+2
| | | | | | | | | | | Maintenance on Windows Description: Add in two new project files (h5stat.dsp and h5statdll.dsp) Solution: Platforms tested: Misc. update:
* [svn-r11453] Purpose:Fang Guo2005-09-211-0/+105
| | | | | | | | | | | Maintenance on Windows Description: Add dll project file for tool h5stat Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11452] Purpose:Fang Guo2005-09-211-0/+106
| | | | | | | | | | | Maintenance on Windows Description: Add the static project file for tool h5stat Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11451] Purpose:Fang Guo2005-09-211-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Add two new project files for tool h5stat Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11448] Purpose:Pedro Vicente Nunes2005-09-211-0/+3
| | | | | | | | | | | | | | | | | | | new features Description: add support for compiling the library and testphdf5 in Windows Solution: Platforms tested: Linux AIX Solaris Windows VC6 Misc. update:
* [svn-r11417] Purpose:Fang Guo2005-09-141-0/+30
| | | | | | | | | | | Maintenance on Windows Description: Add mpi source code files to hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11416] Purpose:Fang Guo2005-09-141-0/+30
| | | | | | | | | | | Maintenance on Windows Description: Add in mpi source code files to hdf5.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11409] Purpose:Fang Guo2005-09-131-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Add in H5Pgcpl.c(Newly checked in) into hdf5 project file on Windows Solution: Platforms tested: MSVS 6.0 On windows XP Misc. update:
* [svn-r11408] Purpose:Fang Guo2005-09-131-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Add H5Pgcpl.c(newly checked in) into hdf5 project file on windows Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11407] Purpose:Fang Guo2005-09-131-170/+110
| | | | | | | | | | | Maintenance on Windows Description: Changes made for windows due to the change of h5detect.c Solution: Platforms tested: MSVS 6.0, VS .Net, Intel 8.0 on Windows XP Misc. update:
* [svn-r11406] Purpose:Fang Guo2005-09-132-0/+6
| | | | | | | | | | | | Maintenance on Windows Description: Changes made for windows due to the change of code H5f90i.h H5match_types.c Solution: Platforms tested: MSVS 6.0 On windows XP Misc. update:
* [svn-r11368] Purpose:Fang Guo2005-09-071-18/+25
| | | | | | | | | | | Maintenance on Windows Description: Add definition for int <-> float conversion exception Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11287] Purpose:Fang Guo2005-08-221-3/+4
| | | | | | | | | | | | Maintenance on Windows Description: Fix typoes H5_HAVE__SNPRINTF should be H5_HAVE_SNPRINTF Solution: Platforms tested: Misc. update:
* [svn-r11273] Purpose:Fang Guo2005-08-192-1803/+1835
| | | | | | | | | | | Maintenance Description: Update workspace and solution file Solution: Platforms tested: MSVS 6.0 on windows Misc. update:
* [svn-r11271] Purpose:Fang Guo2005-08-191-0/+13
| | | | | | | | | | | Maintenance Description: Add some comments for future thread safe use on windows Solution: Platforms tested: Misc. update:
* [svn-r11270] Purpose:Fang Guo2005-08-191-0/+123
| | | | | | | | | | | Improvement on windows Description: Add Thread safe project file with pthread-win32 on Windows Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11250] Purpose:Fang Guo2005-08-151-0/+1
| | | | | | | | | | | Maintenance on Windows Description: Add #define H5_HAVE_TMPFILE Solution: Platforms tested: Misc. update:
* [svn-r11225] Purpose:Fang Guo2005-08-091-1803/+1803
| | | | | | | | | | | Maintenance on windows Description: Update solution file to include newly added files Solution: Platforms tested: Misc. update:
* [svn-r11224] Purpose:Fang Guo2005-08-091-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Update workspace to include newly added file H5Fsfile.c Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11223] Purpose:Fang Guo2005-08-091-0/+15
| | | | | | | | | | | Maintenance on windows Description: Update project file to include the newly added file H5Fsfile.c Solution: Platforms tested: MSVS 6.0 on windows xp Misc. update:
* [svn-r11170] Purpose:Fang Guo2005-07-281-2/+2
| | | | | | | | | | | Maintenance Description: when enable cpp option was chosen, after hdf5check finished, it can not go back to hdf5 directory. Solution: Platforms tested: Misc. update:
* [svn-r11167] Purpose:Fang Guo2005-07-271-1/+36
| | | | | | | | | | | Improvement Description: Add installation of high level dlls Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11164] Purpose:Fang Guo2005-07-263-0/+267
| | | | | | | | | | | Maintenance Description: Source code files for hl c examples Solution: Platforms tested: Misc. update:
* [svn-r11163] Purpose:Fang Guo2005-07-263-267/+0
| | | | | | | | | | | Wrong location Description: This directory should be placed into hl/hl_c_examples directory Solution: Platforms tested: Misc. update:
* [svn-r11161] Purpose:Fang Guo2005-07-261-0/+44
| | | | | | | | | | | | Improvement Description: Add Batch file to install hl c examples executable files into four directories Solution: Platforms tested: Misc. update:
* [svn-r11160] Purpose:Fang Guo2005-07-261-0/+1
| | | | | | | | | | | Maintenance Description: Add copy for high level c library examples' source code Solution: Platforms tested: Misc. update:
* [svn-r11159] Purpose:Fang Guo2005-07-263-0/+267
| | | | | | | | | | | | Improvement Description: Source code for high level c library examples. They are obtained from http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/tutor/examples/ Solution: Platforms tested: Misc. update:
* [svn-r11158] Purpose:Fang Guo2005-07-261-0/+49
| | | | | | | | | | | Improvement Description: Add batch file to test high level c library examples Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11157] Purpose:Fang Guo2005-07-265-0/+498
| | | | | | | | | | | Improvement Description: Add high level C library examples Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11156] Purpose:Fang Guo2005-07-263-0/+318
| | | | | | | | | | | Improvement Description: Add high level c library examples Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11155] Purpose:Fang Guo2005-07-261-5/+3
| | | | | | | | | | | Maintenance Description: Modify help information Solution: Platforms tested: Misc. update:
* [svn-r11154] Purpose:Fang Guo2005-07-251-1672/+1842
| | | | | | | | | | | Maintenance Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r11153] Purpose:Fang Guo2005-07-251-3/+3
| | | | | | | | | | | Maintenance Description: Change output name of debug version to hdf5_hl_cppd.lib Solution: Platforms tested: Misc. update:
* [svn-r11141] Purpose:Fang Guo2005-07-222-8/+8
| | | | | | | | | | | Improvement Description: Add high level dlls Solution: Platforms tested: Misc. update:
* [svn-r11140] Purpose:Fang Guo2005-07-222-8/+153
| | | | | | | | | | | Improvement Description: Add high level dlls Solution: Platforms tested: Misc. update:
* [svn-r11139] Purpose:Fang Guo2005-07-221-0/+10
| | | | | | | | | | | Improvement Description: New batch file to install high level c++ dlls Solution: Platforms tested: Misc. update:
* [svn-r11138] Purpose:Fang Guo2005-07-221-0/+13
| | | | | | | | | | | Improvement Description: New batch file to install HL fortran dlls Solution: Platforms tested: Misc. update:
* [svn-r11137] Purpose:Fang Guo2005-07-221-0/+10
| | | | | | | | | | | Improvement Description: New batch file to install HL DLLs Solution: Platforms tested: Misc. update:
* [svn-r11136] Purpose:Fang Guo2005-07-221-1/+19
| | | | | | | | | | | Improvement Description: Add HL c and c++ dll project files Solution: Platforms tested: Misc. update:
* [svn-r11135] Purpose:Fang Guo2005-07-221-10/+17
| | | | | | | | | | | Improvement Description: Add high level dll and HL c++ dll project files Solution: Platforms tested: Misc. update:
* [svn-r11134] Purpose:Fang Guo2005-07-223-11/+11
| | | | | | | | | | | Maintenance Description: Update project setting to remove unused macro Solution: Platforms tested: MSVS 6.0 on windows Xp Misc. update:
* [svn-r11133] Purpose:Fang Guo2005-07-227-43/+43
| | | | | | | | | | | Update project setting Description: remove unuseless macro Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update: