summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r10926] Purpose:Fang Guo2005-06-161-98/+81
| | | | | | | | | | | modify formats and typo Description: Solution: Platforms tested: Misc. update:
* [svn-r10925] Purpose:Fang Guo2005-06-161-1/+1
| | | | | | | | | | | Add comments. Description: Solution: Platforms tested: Misc. update:
* [svn-r10924] Purpose:Fang Guo2005-06-151-0/+637
| | | | | | | | | | | Add html format document. Description: It is easy for windows users to follow and read. Solution: Platforms tested: Misc. update:
* [svn-r10923] Purpose:Fang Guo2005-06-151-0/+1911
| | | | | | | | | | | Add html format document. Description: It is easy for windows users to read and follow. Solution: Platforms tested: Misc. update:
* [svn-r10920] Purpose:Quincey Koziol2005-06-145-3/+67
| | | | | | | | | | | | | Bug fix Description: Add check for opaque tags that are too long for file format to handle currently. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5commmitest
* [svn-r10919] Purpose: Take Out An Unused FunctionRaymond Lu2005-06-144-401/+1
| | | | | | | | | | | Description: Data conversion function H5T_conv_i32le_f64le() was unused. Because we have new conversion functions for integers and floating numbers, this old function is taken out. Platforms tested: fuss - simple change. Misc. update:
* [svn-r10918] Purpose: Bug fixRaymond Lu2005-06-141-2/+2
| | | | | | | | Description: Fix the codes of last checkin(Bug #341). Some failures happened in daily test from last checkin. Try to fix them in this checkin. Platforms tested: modi4, mir, and tg-login2.
* [svn-r10917] Purpose: Bug fixRaymond Lu2005-06-141-5/+3
| | | | | | | | Description: Fix the codes of last checkin(Bug #341). Some failures happened in daily test from last checkin. Try to fix them in this checkin. Platforms tested: modi4, mir, and tg-login2.
* [svn-r10916] Purpose: Bug fixRaymond Lu2005-06-131-2/+4
| | | | | | | | | Description: The hard conversion functions of "long double" and other floating point types were left out for registration somehow. Solution: Added them in. Platforms tested: h5committest and fuss.
* [svn-r10915] Purpose: work around a compiler bugPedro Vicente Nunes2005-06-132-2/+7
| | | | | | | | | | | | | | | | | | | | | | Description: while compiling in mir with pgcc -O2 a condition if (name ) { do_something(name); } is executed when name is NULL Solution: avoid the error by checking the NULL pointer inside do_something(name); Platforms tested: linux (mir with pgcc 6.0) Misc. update:
* [svn-r10913] Purpose: Work Around A Compiler BugRaymond Lu2005-06-131-1/+23
| | | | | | | | | | | Description: PGCC compiler on mir(AMD Opeteron) has a bug for optimization, causing the multi driver test to fail. The compiler handles a macro in this file incorrectly. Solution: Slightly change the definition of this macro to avoid the problem temporarily. Platforms tested: h5committest, optimization and debug on mir.
* [svn-r10912] Purpose:Fang Guo2005-06-131-3/+3
| | | | | | | | | | | Change output file name. Description: Out put file name should be changed from hdf5_results.txt to hdf5_results_net.txt Solution: Platforms tested: Misc. update:
* [svn-r10911] Purpose:Fang Guo2005-06-131-3/+3
| | | | | | | | | | | Change output file name. Description: Some output file name should be changed from hdf5_results.txt to hdf5_intelc.txt Solution: Platforms tested: Misc. update:
* [svn-r10910] Purpose:Fang Guo2005-06-101-9/+5
| | | | | | | | | | | Update typegen.sln Description: Solution: Platforms tested: MSVS .Net on windows XP Misc. update:
* [svn-r10907] Purpose:Fang Guo2005-06-101-1/+2
| | | | | | | | | | | Add comments! Description: Solution: Platforms tested: Misc. update:
* [svn-r10906] Purpose:Fang Guo2005-06-101-1/+13
| | | | | | | | | | | | | | | Several files added into windows directory Description: Added: Batch files for intel and .net Documents for windows Removed: Short instruction for windows Solution: Platforms tested: Misc. update:
* [svn-r10905] Purpose:Fang Guo2005-06-101-125/+0
| | | | | | | | | | | | File was split into three parts. Description: The short version was split into three parts three compilers MSVS 6.0 MSVS .NET and Intel Compiler Solution: Platforms tested: Misc. update:
* [svn-r10904] Purpose:Fang Guo2005-06-101-0/+25
| | | | | | | | | | | | | Support command line build HDF5 with Visual C++ .Net and Intel compiler Description: We can not find a way to convert workspace to solution format from command line. typegen.sln will be provided in order to support command line build HDF5 with MSVS .Net and Intel Compiler. Solution: Platforms tested: MSVS .NET on windows XP. Misc. update:
* [svn-r10903] Purpose:Fang Guo2005-06-101-0/+2183
| | | | | | | | | | | | | | Support HDF5 on Visual C++ .Net and Intel from command line. Description: For the time being, we can not find a way to convert .dsw file to .sln file from command line. In order to support building HDF5 with Visual C++ .Net and Intel compiler from command line, all.sln will be provided. Solution: Platforms tested: MSVS .Net on windows XP. Misc. update:
* [svn-r10902] Purpose:Fang Guo2005-06-101-0/+111
| | | | | | | | | | | Support building HDF5 with Intel compiler from command line. Description: Corresponding batch file with hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10901] Purpose:Fang Guo2005-06-101-0/+27
| | | | | | | | | | | Support building and testing HDF5 with Intel compiler from command line. Description: Corresponding batch file with hdf5bt.bat Solution: Platforms tested: Misc. update:
* [svn-r10900] Purpose:Fang Guo2005-06-101-0/+212
| | | | | | | | | | | | Support building HDF5 with intel C compiler from command line. Description: convert_to_icproj will be used to convert project files format from MSVS .NET to Intel C from command line.: Solution: Platforms tested: Misc. update:
* [svn-r10899] Purpose:Fang Guo2005-06-101-0/+114
| | | | | | | | | | | Support building and testing HDF5 with Visual Studio .Net from command line. Description: Corresponding batch file with hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10898] Purpose:Fang Guo2005-06-101-0/+24
| | | | | | | | | | | Support building and testing HDF5 with visual studio .Net from command line. Description: Correspondint batch file with hdf5bt.bat Solution: Platforms tested: Misc. update:
* [svn-r10897] Purpose:Fang Guo2005-06-101-0/+209
| | | | | | | | | | | | Add batch file convert_to_vcproj.bat Description: convert_to_vcproj.bat will be used to convert projects files format from MSVS 6.0 to MSVS .Net on command line. Solution: Platforms tested: Misc. update:
* [svn-r10896] Purpose:Fang Guo2005-06-101-0/+34
| | | | | | | | | | | | Add convert.js Description: convert.js will be used to convert project files format from MSVS 6.0 to MSVS .Net Solution: Platforms tested: Windows XP Misc. update:
* [svn-r10895] Purpose:Fang Guo2005-06-101-0/+20
| | | | | | | | | | | Update batch file. Description: Add batch file for intel and visual c++ .Net Solution: Platforms tested: Misc. update:
* [svn-r10894] Purpose:Fang Guo2005-06-101-0/+259
| | | | | | | | | | | | Add short version instruction for users using Intel Compiler Description: Add a short version instruction for building and testing HDF5 with Intel C and Fortan compiler on windows XP. Solution: Platforms tested: Misc. update:
* [svn-r10893] Purpose:Fang Guo2005-06-101-0/+212
| | | | | | | | | | | | Add short version instruction for Visual C++ .net 2003 Description: Short version instruction for building and testing HDF5 with Visual C++ .Net was added. Solution: Platforms tested: Misc. update:
* [svn-r10892] Purpose:Fang Guo2005-06-101-0/+129
| | | | | | | | | | | Separate short version instruction for different compilers. Description: Add short version instruction for MSVS 6.0 Solution: Platforms tested: Misc. update:
* [svn-r10891] Purpose:Fang Guo2005-06-101-34/+325
| | | | | | | | | | | Update document for windows. Description: Add support with visual c++ .Net and intel compiler on windows XP. Solution: Platforms tested: Misc. update:
* [svn-r10890] Purpose:Fang Guo2005-06-101-135/+711
| | | | | | | | | | | Update instruction for windows users. Description: Modify detailed instruction to catch up the changes . Solution: Platforms tested: Misc. update:
* [svn-r10889] Purpose:Fang Guo2005-06-091-0/+2
| | | | | | | | | | | Two new project files added. Description: Two new test tools h5repart project files added into windows/tools/testfiles Solution: Platforms tested: Misc. update:
* [svn-r10888] Purpose:Fang Guo2005-06-091-0/+36
| | | | | | | | | | | Update workspace dependencies. Description: Add two new project files h5repart_gentest.dsp and h5reparttst.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10887] Purpose:Fang Guo2005-06-091-0/+105
| | | | | | | | | | | | Catch up with Linux. Description: Toos h5repart test project file h5reparttst project files added. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10886] Purpose:Fang Guo2005-06-091-0/+106
| | | | | | | | | | | Catch up with Linux. Description: Add h5repart tools test project file h5repart_gentest.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10885] Purpose:Fang Guo2005-06-091-1/+1
| | | | | | | | | | | | Update project files to generate H5fortran_detect.f90 Description: Source code in project file H5fortran_detect_gen.dsp was renamed to H5test_kind.f90. Solution: Platforms tested: Compaq fortran 6.6 on windows XP. Misc. update:
* [svn-r10884] Purpose: A minor featureRaymond Lu2005-06-091-7/+16
| | | | | | | | Description: Let this short script file check whether the tests pass and report pass or fail. Platforms tested: fuss only - a simple change to the script file.
* [svn-r10883] Purpose:James Laird2005-06-091-1/+1
| | | | | | | | | | | | | Bug fix Description: H5test_kind.f90 had an error when being compiled by pgf90. Solution: A variable wasn't declared. Declared it to fix the bug. Platforms tested: heping, mir
* [svn-r10882] Purpose:James Laird2005-06-085-168/+106
| | | | | | | | | | | | | | | Bug fix/improvement Description: Added another step to fortran type detection. This should help on some bizarre platforms. Solution: Formerly, H5fortran_detect.f90 was included in the distribution. Now it is generated by H5test_kind.f90 (written by Elena). Platforms tested: verbena, modi4, copper
* [svn-r10881] Purpose: Bug fixRaymond Lu2005-06-083-22/+30
| | | | | | | | | | | | | Description: After recent fix of family driver bug(#213), some failure was discovered on sol and kelgia in daily test. Family files can't be opened by hdf5/tools/misc/repart_test.c. It turned out to be the destination size of "off_t" type wasn't passed in through H5Pset() correctly. Solution: In tools/misc/h5repart.c, copy the destination size to a variable of "hsize_t" type and pass in to H5Pset(). Platforms tested: sol and kelgia where the failure was discovered.
* [svn-r10880] Purpose:MuQun Yang2005-06-081-2/+9
| | | | | | | | | | | | | | | Adding supports for cygwin Description: g95 needs special fortran flags to make it work cygwin. Solution: Add the flag on cygwin config file. Now gcc, g++ and g95 are supported on cygwin. Platforms tested: cygwinNT_5.1, Linux 2.4 Misc. update:
* [svn-r10879] Purpose:MuQun Yang2005-06-082-3/+159
| | | | | | | | | | | | | | Removing configuration warnings on cygwin. Description: winsock.h cannot be compiled by cygwin and that generates configuration warnings. Remove checking winsock.h on cygwin. Solution: Platforms tested: Misc. update:
* [svn-r10878] Frank Baker2005-06-081-4/+3
| | | | | | | | | | Purpose: Remove statement that gray-scale image attribute must be in the range of 0-255. Remove datatype definition for the attribute IMAGE_ASPECTRATIO. Fixes Bugzilla entry 347. Platforms tested: Firefox
* [svn-r10875] Purpose:Quincey Koziol2005-06-083-267/+548
| | | | | | | | | | | | Bug fix Description: Fix several NULL pointer dereferences when tracking the name of open objects during some unusual sequences of mount & unmount operations. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r10873] Purpose:Quincey Koziol2005-06-081-2/+3
| | | | | | | | | | | | Bug fix Description: Tweaks to make new family file compatibility tests work in non-srcdir (i.e. "inplace") builds. Platforms tested: FreeBSD 4.11 (sleipnir) w & w/o srcdir Too minor to require h5committest
* [svn-r10872] Purpose:Fang Guo2005-06-071-0/+12
| | | | | | | | | | | Change Project files building order. Description: Modify project dependencies of hdf5_hl_cpp and hdf5_hl_fortran project files. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10870] Purpose:James Laird2005-06-072-8/+8
| | | | | | | | | | | | | | | | | Bug fix Description: Fortran type detection failed on Cygwin. This is because executables in Cygwin have the .exe extension, which confused dependencies in the Makefile. Solution: Sprinkled the $(EXEEXT) variable liberally about the fortran/src Makefile.am. This variable is set at configure time and will be ".exe" on Cygwin and stay "" on Linux. Platforms tested: Cygwin, modi4, mir
* [svn-r10866] Purpose:Fang Guo2005-06-071-4/+4
| | | | | | | | | | | | Solve name conflicts when build hdf5 with intel fortran on windows XP. Description: Rename release version output file name of project file hdf5_hl_fortran from hdf5_hl_fortran.lib to hdf5_hl_fortranr.lib Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10865] Purpose:Albert Cheng2005-06-071-3/+8
| | | | | | | | | | | | | | | | Improvement Description: The actual stderr output was modified by the FILTER and was not available for display if errors detected later. Solution: Copy the actual stderr to a temporary file and do filtering on that. Platforms tested: LANL Flash. Misc. update: