summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21920] Description:Quincey Koziol2012-02-091-3/+3
| | | | | | | | Refactor function name macros and simplify the FUNC_ENTER macros, to clear away the cruft and prepare for further cleanups. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
* [svn-r21919] Description:Quincey Koziol2012-02-09234-4755/+3508
| | | | | | | | Refactor function name macros and simplify the FUNC_ENTER macros, to clear away the cruft and prepare for further cleanups. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug, production & parallel
* [svn-r21917] Description:Quincey Koziol2012-02-083-3/+3
| | | | | | | | | | Bring [spirit of] r20393 from coverity branch back to trunk: Move initialization ocrt_info.new_obj = NULL; before FUNC_ENTER_NOAPI -- gh Tested on: Mac OS X/64 10.7.3 (amazon) w/debug, production & parallel (too minor to require h5commitest)
* [svn-r21913] Issue 7829 - data conversion from "long double" to integers ↵Raymond Lu2012-02-071-0/+12
| | | | | | | | failed on Ubuntu with optimization. I documented it as a known solution and provided users a way to lower down the optimization. No test.
* [svn-r21910] Snapshot version 1.9 release 108HDF Tester2012-02-0514-30/+30
|
* [svn-r21904] This is a followup commit for Issue 7756 - Creating a dataset ↵Raymond Lu2012-02-022-4/+4
| | | | | | in a read-only file caused seg fault when the file is closed. I changed the error ID from H5E_CACHE to H5E_OHDR in the error report macro in H5O_create and fixed a minor problem in tfile.c. Tested on jam and MacGoblin - minor changes.
* [svn-r21902] Description:Jonathan Kim2012-01-301-3/+4
| | | | update a comment from buzilla# (1797) to jira# (2605). Also prevent conflict from merging source.
* [svn-r21898] Snapshot version 1.9 release 107HDF Tester2012-01-2914-30/+30
|
* [svn-r21897] Purpose:Jonathan Kim2012-01-261-63/+66
| | | | | | | | | | | | HDFFV-7602 - GMQS: HDF5 command tools: Provide framework for reusable test files among tools Stage2 working for h5repack cmake test. Description: Update cmake script to clean up correctly. Revisit h5repack cmake test script updated from r21869. Tested: cmake test for Windows (32-LE) and jam (linux32-LE)
* [svn-r21891] Issue 7756 - Creating a dataset in a read-only file caused seg ↵Raymond Lu2012-01-253-1/+80
| | | | | | fault when the file is closed. I fixed the problem by putting a condition check early in H5O_create of H5O.c. The old code checked it too late, not until a file space is created. I added a test case in tfile.c to check the creation of group, dataset, attribute, and datatype. Tested on koala, jam, and linew.
* [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
|