summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21890] Purpose:Jonathan Kim2012-01-246-11/+30
| | | | | | | | | | | | | | | | | Fix for HDFFV-7836 h5diff: displays error stack message for comparing the two dangling symlink with follow-symlinks option Description: While ago, to improve performance, skipping same object checking (h5tools_is_obj_same()) was added. However the checking function doesn't understand about the dangling link and caused the issue. Since handling dangling link code section already implemented, move the checking function after handling dangling-links to address the problem. Test was added and tagged with jira#. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
* [svn-r21886] Correct name of Test TimeoutAllen Byrne2012-01-231-1/+1
|
* [svn-r21884] Snapshot version 1.9 release 106HDF Tester2012-01-2214-30/+30
|
* [svn-r21882] Remove spurious (orphaned?) function declaration in H5Zpkg.hNeil Fortner2012-01-201-3/+0
| | | | Tested: durandal (too minor for full h5committest)
* [svn-r21880] Add cygwin changes for ext libsAllen Byrne2012-01-181-15/+36
|
* [svn-r21874] Purpose:Jonathan Kim2012-01-115-56/+44
| | | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5copy tool. Description: Update cmake script to fetch test files from anywhere. Also keep the apperance similiar to shell script for better maintainance. some updated shell script. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
* [svn-r21872] Update a comment to make clear from the previous commit ↵Jonathan Kim2012-01-111-2/+3
| | | | (r21869) for HDFFV-7840.
* [svn-r21869] Purpose:Jonathan Kim2012-01-095-58/+89
| | | | | | | | | | | | | | Fix for HDFFV-7840 h5repack: memory leak over one of the h5diff test file Description: Turned out that there were two causes of memory leaks. 1. for handling variable length string in attribute. 2. for handling compound type with non-reference members. The first issue is fixed in copy_attr() which is updated to use h5tools_detect_vlen to take care of vlen string as well as vlen data. The second is fixed in copy_refs_attr() of compound handling code. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
* [svn-r21867] Snapshot version 1.9 release 105HDF Tester2012-01-0814-30/+30
|
* [svn-r21865] Purpose:Jonathan Kim2012-01-057-4/+90
| | | | | | | | | | | | | Fix for HDFFV-7838 h5ls: segfault for handling region reference in attribute with -v option Description: Segfault occurred when h5ls access region reference data in an attribute. This didn't occurred when -v option was used. The cause was "h5tool_format_t info;" struct variable members were accessed without proper values were assigned (was NULL), so printf failed later in the code. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), cmake-Windows (32-LE)
* [svn-r21861] Description:Frank Baker2012-01-031-1/+1
| | | | Update copyright to include the year 2012.
* [svn-r21859] Force the setting of test timeout for CTestScript useAllen Byrne2012-01-031-1/+1
|
* [svn-r21857] Snapshot version 1.9 release 104HDF Tester2012-01-0114-30/+30
|
* [svn-r21856] Remove cdash variables for use with CTestScript.cmake processing.Allen Byrne2011-12-301-1/+0
| | | | Tested: windows
* [svn-r21854] Remove cdash variables for use with CTestScript.cmake processing.Allen Byrne2011-12-302-295/+0
| | | | Tested: windows
* [svn-r21852] Updated cdash variables for use with CTestScript.cmake processing.Allen Byrne2011-12-302-11/+13
| | | | Tested: windows
* [svn-r21850] Snapshot version 1.9 release 103HDF Tester2011-12-2514-30/+30
|
* [svn-r21847] CTestScript generalized and not needed inside project.Allen Byrne2011-12-222-134/+0
|
* [svn-r21845] Added quotes around initcache option to allow use on windowsAllen Byrne2011-12-221-1/+1
|
* [svn-r21841] Added option to skip testingAllen Byrne2011-12-211-3/+5
| | | | Tested: local linux
* [svn-r21840] Created CTestScript.cmake to better control the cmake ↵Allen Byrne2011-12-212-0/+132
| | | | | | processing of configuration, compile, test, and packing. Tested: local linux
* [svn-r21836] Updated ext lib so version and lib packaging macrosAllen Byrne2011-12-201-4/+4
| | | | Synch across projects
* [svn-r21834] Updated jpeg so version and lib packaging macrosAllen Byrne2011-12-202-6/+6
| | | | Synch with all projects
* [svn-r21831] Snapshot version 1.9 release 102HDF Tester2011-12-1814-30/+30
|
* [svn-r21829] synch common macros files with new hdf4 option to build shared ↵Allen Byrne2011-12-141-4/+4
| | | | jpeg libray - JIRA 1276.
* [svn-r21824] Snapshot version 1.9 release 101HDF Tester2011-12-1114-30/+30
|
* [svn-r21816] Fix for JIRA HDFFV-7780Dana Robinson2011-12-062-3/+16
| | | | | | Updates Windows thread-safe code in H5TS.c to use _beginthread instead of CreateThread. Tested on 64-bit Windows 7 with Visual Studio 2010 using CMake. Both 32- and 64-bit builds were tested.
* [svn-r21815] Description:Jonathan Kim2011-12-051-0/+4
| | | | | | | Add test case to unix test-script for "HDFFV-2567 - added test for be generated files with at least 9 attributes at root". It's committed previously as r21812 along with Cmake test. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE)
* [svn-r21814] HDFFV-2567 - added test for be generated files with at least 9 ↵Allen Byrne2011-12-054-0/+127
| | | | | | attributes at root Tested: local linux
* [svn-r21813] CMAKE_BUILD_TYPE compares to "Debug" not "DEBUG"Allen Byrne2011-12-051-9/+9
|
* [svn-r21808] Update CMake Required version to match current standard 2.8.6Allen Byrne2011-12-052-2/+2
|
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-0539-39/+39
| | | | standard 2.8.6
* [svn-r21801] Remove unintentional change to dsets.c from r21793.Neil Fortner2011-12-051-115/+0
| | | | Tested: durandal
* [svn-r21796] Description:Quincey Koziol2011-12-021-33/+30
| | | | | | | Back out r21782 while I figure out what the problem is with the change. Tested on: Daily tests... :-/
* [svn-r21793] Add RELEASE.txt note for r21789Neil Fortner2011-12-012-0/+117
|
* [svn-r21792] Add ^L marker to test introduced in r21789Neil Fortner2011-12-011-1/+1
|
* [svn-r21789] Purpose: Fix HDFFV-7833Neil Fortner2011-12-012-1/+122
| | | | | | | | | | | | Description: When shrinking a chunked dataset, the library fills in the unused parts of chunks that have been shrunk. The fill value buffer allocated for this purpose had a maximum size of 1 MB, but the fill was performed in a single operation. Therefore, if the amount of unused space in a chunk after being shrunk was greater than 1 MB, the library would read off the end of the fill value buffer. Changed the maximum fill buffer size to be equal to the chunk size. Tested: durandal; jam, koala, heiwa (h5committest)
* [svn-r21787] Unify CMake config macros, split base macros from ext lib macrosAllen Byrne2011-12-014-303/+304
| | | | Tested: local linux
* [svn-r21786] remove HDF_LEGACY option for lib naming on windowsAllen Byrne2011-12-012-8/+0
|
* [svn-r21785] Correct static lib naming when on windowsAllen Byrne2011-12-011-22/+5
|
* [svn-r21783] Correct macros for building static libs on linux when ↵Allen Byrne2011-11-302-15/+17
| | | | | | CMAKE_BUILD_TYPE is defined. Also correct use of CMAKE_ANSI_FLAGS for passing into sub-projects.
* [svn-r21782] Description:Quincey Koziol2011-11-301-30/+33
| | | | | | | | | | Rearrange checks for reasons why we break collective I/O back to independent I/O into "global" and "local" sections. We should try to minimize the checks in the "local" section... Tested on: Mac OS X/32 10.7.2 (amazon) w/parallel (too minor to require h5committest)
* [svn-r21778] Description:Scot Breitenfeld2011-11-291-1/+12
| | | | | | Added test for h5dget_space_status_f. Tested: jam (gnu, intel, pgi)
* [svn-r21777] Description:Scot Breitenfeld2011-11-291-1/+1
| | | | | | | Changed, INTENT of flag to be OUT instead of IN for h5dget_space_status_f, the value gets changed so it should have intent(OUT), it is correct in the documentation. Tested: jam (gnu, intel, pgi)
* [svn-r21775] Snapshot version 1.9 release 100HDF Tester2011-11-2714-30/+30
|
* [svn-r21772] Correctly use CMAKE_BUILD_TYPE in functions for building ↵Allen Byrne2011-11-221-41/+66
| | | | | | extrnal libraries. Tested: local linux
* [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
|