summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21770] Snapshot version 1.9 release 99HDF Tester2011-11-2014-30/+30
|
* [svn-r21764] HDFFV-7798: CMake on linux. Corrected path component in ↵Allen Byrne2011-11-152-16/+38
| | | | fortran/src and hl/fortran/src and the install command.
* [svn-r21761] HDFFV-7798: CMake on linux, building Static with zlib built ↵Allen Byrne2011-11-151-1/+1
| | | | | | internally. Corrected path component in EXTERNAL_ZLIB_LIBRARY macro. Tested: linux
* [svn-r21753] Change Nightly Start Time to match CDash and test kickoff time.Allen Byrne2011-11-141-2/+1
|
* [svn-r21748] Snapshot version 1.9 release 98HDF Tester2011-11-1314-30/+30
|
* [svn-r21738] Purpose:Mike McGreevy2011-11-112-1/+5
| | | | | | | | | | | | | | Revert part of r21275 (F2003 configure change) which unintentionally removed a line from configure.in that sets FC=no when fortran is not enabled. This ensures that configure doesn't run compiler checks on a fortran compiler when it won't be used. (and can cause failures in configure when no fortran compiler is present as well as issues with the resulting src/Makefile when building DLLs on Cygwin) Tested: h5committest; manually on jam & bangan (Cygwin).
* [svn-r21736] Issue 7582 - The library allowed the conversion of strings ↵Raymond Lu2011-11-101-22/+107
| | | | | | between ASCII and UTF8. I added more test cases to the previous commit. Now it has conversion from UTF8 to ASCII, ASCII to UTF8, VL and fixed length, and H5Tconvert. Tested on jam, koala, linew.
* [svn-r21734] Issue 7582 - The library allowed the conversion of strings ↵Raymond Lu2011-11-084-1/+151
| | | | | | between ASCII and UTF8. I corrected it by adding a condition check in H5T_conv_s_s and H5T_conv_vlen to report an error under this situation. Tested on jam, koala, linew.
* [svn-r21725] Bug HDFFV-2511: h5repack: failed in -q32 AIX due to memoryAlbert Cheng2011-11-071-4/+1
| | | | | | | | | | | Description: removed the temporary patch of RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"} and similaryly for RUNPARALLEL since the h5repack test failure was fixed and this patch is no longer needed. (IBM also advices not to hardset MAXDATA if possible.) Tested: NASA G-ADA AIX machine, both 32 and 64 bits modes. (No parallel test because not able to build or run MPI executables yet.)
* [svn-r21722] Reverted part of 20894. Due to big test failure on an older ↵Dana Robinson2011-11-062-4/+4
| | | | CentOS 4.6 system (compiled with gcc 4.6.2), we will no longer link to the bsd-compat library. Tested on jam (32-bit linux) and koala (64-bit linux). Threadsafe and parallel were also tested on both platforms.
* [svn-r21721] Snapshot version 1.9 release 97HDF Tester2011-11-0614-30/+30
|
* [svn-r21720] Description:Scot Breitenfeld2011-11-051-1/+1
| | | | | | Renamed hdf file dsetf.h5 to dsetf_F03.h5 to avoid a possible conflict with the same file created in the fortranlib_test.f90 test. Tested: jam (pgi)
* [svn-r21719] Description:Scot Breitenfeld2011-11-051-37/+37
| | | | | | Removed using INT() on an already INTEGER variable on the input argument to the verify routine, which was causing wrong verify results for the two integers on a Mac. Tested: fred (gnu) in production mode.
* [svn-r21716] Correct indentationAllen Byrne2011-11-041-2/+2
|
* [svn-r21715] Correct SET_TARGET_PROPERTIES commandsAllen Byrne2011-11-046-33/+38
|
* [svn-r21713] Update HDF changes of CMake/CTest.cmake files to 2.8.6Allen Byrne2011-11-043-505/+29
| | | | Increase CTEST SUBMITRETRY TIME from 5 to 20
* [svn-r21712] Change export decoration for windows linking.Allen Byrne2011-11-041-26/+26
|
* [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake ↵Allen Byrne2011-11-039-20/+653
| | | | | | | | files updated to link with fortran mpi libs. Updated cacheinit.cmake to set num of procs to 3 for hdf testing. Tested: local linux and on windows 7
* [svn-r21705] CMake FindMPI module uses <lang> in variables, change use from ↵Allen Byrne2011-11-021-14/+11
| | | | | | MPI_XXX to MPI_C_XXX. Tested: local windows
* [svn-r21702] remove obsolete cmake config module - exists in cmake 2.8.6Allen Byrne2011-11-022-365/+0
|
* [svn-r21692] Snapshot version 1.9 release 96HDF Tester2011-10-3014-30/+30
|
* [svn-r21691] Removed extra "file_close" test since it is already Scot Breitenfeld2011-10-291-8/+0
| | | | | | | in fortranlib_test.f90. I think it was causing the make check -j8 race condition failures in daily tests. Tested jam (gfortran, intel)
* [svn-r21690] Albert noted on AIX:Scot Breitenfeld2011-10-291-2/+2
| | | | | | | | | | | > make failed: > "../../../hdf5/fortran/test/fortranlib_test_1_8.f90", line 642.15: > 1513-041 (S) Arguments of the wrong type were specified for the > INTRINSIC procedure "mod". Fixed by defining both arguments in MOD as integer size_t Tested: jam (gfortran, intel)
* [svn-r21689] Albert noted for *AIX 5.3:Scot Breitenfeld2011-10-291-1/+1
| | | | | | | | | | | | | | | *Hostname: nsipada0X: "../../../hdf5/fortran/src/H5Ef.c", line 301.40: 1506-280 (E) Function argument assignment between types "int(*)(int,void*)" and "int(*)(int,struct {...}*)" is not allowed. Fixed by casting has H5E_auto2_t. tested: jam (gfortran, intel)
* [svn-r21688] Fixed a very minor typo.Dana Robinson2011-10-281-1/+1
| | | | No test needed.
* [svn-r21675] Description:Quincey Koziol2011-10-261-1/+2
| | | | | | | | | Don't check dataset storage size for compressed datasets with region reference datatypes. (The address of the region reference type in the file varies and affects the compressed size) Tested on: Mac OS X/32 10.7.2 (amazon) w/debug & production + check-vfd
* [svn-r21674] Issue 7618 - the library had seg fault when it tried to shrink ↵Raymond Lu2011-10-263-11/+30
| | | | | | | | the size of compound data type through H5Tset_size immedia tely after the type was created. I fixed it in this commit. Tested on jam, linew, and koala.
* [svn-r21673] I updated it for Issue 7701.Raymond Lu2011-10-251-0/+3
| | | | No test needed.
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-2534-66/+118
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21664] Added solution folders for most of the projects. This still ↵Dana Robinson2011-10-2514-0/+62
| | | | | | needs some polish - the solution folder assignment should go closer to the target declaration and not all projects are grouped (parallel, c++, fortran, hl, and a few others). Tested on Windows.
* [svn-r21658] Purpose:Jonathan Kim2011-10-2410-46/+95
| | | | | | | | | | | HDFFV-7770 - h5diff segmentation fault on JPSS files Description: Fixed segfault over non-comparable attribute with different dimention or rank, along with '-c' option to display details. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows, Cmake
* [svn-r21655] I updated H5_SIZEOF_OFF_T from 4 to 8.Raymond Lu2011-10-241-1/+1
| | | | Tested the change for 1.8 on VMS.
* [svn-r21654] Description:Scot Breitenfeld2011-10-231-8/+8
| | | | | | Fixed the GM offset returned in the derived type h5_info_t and use the functon HDgmtime instead of gmtime. tested: jam( intel, gnu)
* [svn-r21653] Removed unused done: label.Dana Robinson2011-10-221-1/+0
| | | | Trivial change - tested on 64-bit Windows 7 with Visual Studio 2010.
* [svn-r21652] Removed unused variables from H5Pget_filter_by_id2().Dana Robinson2011-10-221-2/+0
| | | | Trivial change - tested on jam and local Windows 7 (VS2010).
* [svn-r21651] Removed unused done: label.Dana Robinson2011-10-221-1/+0
| | | | Trivial change - tested on 64-bit Windows 7 with Visual Studio 2010.
* [svn-r21650] Changed unsigned int to size_t in several places for agreement ↵Dana Robinson2011-10-211-8/+8
| | | | | | with the input parameter. Quiets warnings from Visual Studio 2008. Trivial change but tested on 32-bit linux (jam), 64-bit linux (koala), 64-bit Solaris/Sun CC (linew), 64-bit Windows 7 (kituo) just to be safe.
* [svn-r21647] Added a comment explaining the purpose of the change in the ↵Dana Robinson2011-10-211-4/+10
| | | | | | modification time format. Trivial change - just made sure it compiled on Windows.
* [svn-r21643] Reorganized the HDF5 C library source code in the CMake project.Dana Robinson2011-10-211-62/+190
| | | | Tested on Windows (minor change).
* [svn-r21641] remove spurious " from batch fileAllen Byrne2011-10-211-1/+1
|
* [svn-r21635] sync legacy batch file to match unix test scriptAllen Byrne2011-10-211-22/+7
|
* [svn-r21630] Re-add note to RELEASE_DOCS.txt that was mistakenly removed in ↵Neil Fortner2011-10-201-0/+3
| | | | r21629.
* [svn-r21629] Purpose: Update fix committed in r21556Neil Fortner2011-10-2017-205/+247
| | | | | | | | Description: An old patch was mistakenly committed in r21556. Replaced this fix with the latest. Tested: jam, koala, heiwa (h5committest)
* [svn-r21628] Description:Scot Breitenfeld2011-10-202-3/+1
| | | | | | | | | | | | Removed line: $(RM) $(DESTDIR)$(includedir)/H5f90i*.h These *.h files are needed for HL_NPOESS and should not be removed when make clean is specified. The Daily Test installs the file using the deploy script, but then runs make clean which removes the file, so the files are not there when we try to compile HL_NPOESS causing an error.
* [svn-r21619] Description:Scot Breitenfeld2011-10-201-13/+14
| | | | | | | | Changed the API to pass type(h5o_info_t) instead of a C pointer to the derived type. Tested: jam (gfortran and pgi)
* [svn-r21617] Description:Quincey Koziol2011-10-202-413/+438
| | | | | | | | | | Recalculate the size of destination attribute message when the source and destination versions are different during an object copy operation. (Jira: HDFF-7718) Tested on: Mac OS X/32 10.7.2 (amazon) w/debug (h5committest upcoming)
* [svn-r21615] Robodoc comment changes.Scot Breitenfeld2011-10-204-158/+147
|
* [svn-r21613] Ported express test tunings and a minor edit back to John Mainzer2011-10-191-3/+3
| | | | | | testpar/t_shapesame.c tested with h5committest
* [svn-r21610] Purpose: Fix bug 7776Neil Fortner2011-10-191-6/+18
| | | | | | | | | | | Description: When H5Ocopy failed due to attempting to expand an invalid reference in an attribute (or at any point after the destination object header was inserted into the cache), it failed to clean up correctly. Modified H5O_copy_header_real to keep track of whether the object header was inserted and take appropriate action on failure. Tested: fedora (too minor for full commit test)
* [svn-r21603] Purpose: Add generic skip list implementationNeil Fortner2011-10-1815-123/+311
| | | | | | | | | | | | | Description: Added new H5SL_TYPE_GENERIC skip list type, which uses void *'s as keys and a client-supplied callback for key comparison. This was added to support the upcoming "merge named datatype" feature for H5Ocopy, but may be used in other places as well. Also added testing. Also fixed a potential bug with the H5SL_TYPE_OBJ implementation, and added testing for that. Tested: jam, koala, heiwa (h5committest), durandal