AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
9c9ee2008c1[svn-r21919] Description: 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
Quincey KoziolQuincey Koziol
eb0e5f8c4ea[svn-r21917] Description: 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)
Raymond LuRaymond Lu
594ee8d6403[svn-r21913] Issue 7829 - data conversion from "long double" to integers failed on Ubuntu with optimization. I documented it as a known solution and provided users a way to lower down the optimization.No test.
Private HDFPrivate HDF
adb158fa78d[svn-r21910] Snapshot version 1.9 release 108
Raymond LuRaymond Lu
7bd8d0f25e0[svn-r21904] This is a followup commit for Issue 7756 - Creating a dataset 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.
Jonathan KimJonathan Kim
75e9bf9e2ce[svn-r21902] Description: update a comment from buzilla# (1797) to jira# (2605). Also prevent conflict from merging source.
Private HDFPrivate HDF
b98ac90e8f9[svn-r21898] Snapshot version 1.9 release 107
Jonathan KimJonathan Kim
e18315c9c16[svn-r21897] Purpose: 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)HDFFV-7602
Raymond LuRaymond Lu
394caf9adf2[svn-r21891] Issue 7756 - Creating a dataset in a read-only file caused seg 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.
Jonathan KimJonathan Kim
13ef2d1fbbc[svn-r21890] Purpose: Fix for HDFFV-7836 h5diff: displays error stack message for comparing the two dangling symlink with follow-symlinks optionDescription: 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 w...HDFFV-7836
Allen ByrneAllen Byrne
06f7971a13a[svn-r21886] Correct name of Test Timeout
Private HDFPrivate HDF
0fd077c4c45[svn-r21884] Snapshot version 1.9 release 106
Neil FortnerNeil Fortner
ddc4f9eefb7[svn-r21882] Remove spurious (orphaned?) function declaration in H5Zpkg.hTested: durandal (too minor for full h5committest)
Allen ByrneAllen Byrne
5d65ab5dd2e[svn-r21880] Add cygwin changes for ext libs
Jonathan KimJonathan Kim
80551245668[svn-r21874] Purpose: 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)HDFFV-7602
Jonathan KimJonathan Kim
429a51a6c32[svn-r21872] Update a comment to make clear from the previous commit (r21869) for HDFFV-7840.HDFFV-7840
Jonathan KimJonathan Kim
00b9f24d9b1[svn-r21869] Purpose: Fix for HDFFV-7840 h5repack: memory leak over one of the h5diff test fileDescription: 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. ...HDFFV-7840
Private HDFPrivate HDF
e0db7c89228[svn-r21867] Snapshot version 1.9 release 105
Jonathan KimJonathan Kim
d174933e195[svn-r21865] Purpose: Fix for HDFFV-7838 h5ls: segfault for handling region reference in attribute with -v optionDescription: 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), li...HDFFV-7838
Frank BakerFrank Baker
7d0c15b7944[svn-r21861] Description: Update copyright to include the year 2012.
Allen ByrneAllen Byrne
b38fdf4c574[svn-r21859] Force the setting of test timeout for CTestScript use
Private HDFPrivate HDF
871e139ba86[svn-r21857] Snapshot version 1.9 release 104
Allen ByrneAllen Byrne
de5c7084482[svn-r21856] Remove cdash variables for use with CTestScript.cmake processing.Tested: windows
Allen ByrneAllen Byrne
b39c7da7b78[svn-r21854] Remove cdash variables for use with CTestScript.cmake processing.Tested: windows
Allen ByrneAllen Byrne
aa38c92449b[svn-r21852] Updated cdash variables for use with CTestScript.cmake processing.Tested: windows
Private HDFPrivate HDF
c5140decc39[svn-r21850] Snapshot version 1.9 release 103
Allen ByrneAllen Byrne
63f8f1ec667[svn-r21847] CTestScript generalized and not needed inside project.
Allen ByrneAllen Byrne
c797a82898e[svn-r21845] Added quotes around initcache option to allow use on windows
Allen ByrneAllen Byrne
e441a676ebc[svn-r21841] Added option to skip testingTested: local linux
Allen ByrneAllen Byrne
79c347c1eec[svn-r21840] Created CTestScript.cmake to better control the cmake processing of configuration, compile, test, and packing.Tested: local linux
Allen ByrneAllen Byrne
eebe37ee4a3[svn-r21836] Updated ext lib so version and lib packaging macrosSynch across projects
Allen ByrneAllen Byrne
a6d5efaf895[svn-r21834] Updated jpeg so version and lib packaging macrosSynch with all projects
Private HDFPrivate HDF
e24dc16d0be[svn-r21831] Snapshot version 1.9 release 102
Allen ByrneAllen Byrne
5568b320b99[svn-r21829] synch common macros files with new hdf4 option to build shared jpeg libray - JIRA 1276.
Private HDFPrivate HDF
993c56b8596[svn-r21824] Snapshot version 1.9 release 101
Dana RobinsonDana Robinson
354adf632e8[svn-r21816] Fix for JIRA HDFFV-7780Updates 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.HDFFV-7780
Jonathan KimJonathan Kim
8478d450161[svn-r21815] Description: 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)HDFFV-2567
Allen ByrneAllen Byrne
8b2bbfc8539[svn-r21814] HDFFV-2567 - added test for be generated files with at least 9 attributes at rootTested: local linuxHDFFV-2567
Allen ByrneAllen Byrne
b6c3da97333[svn-r21813] CMAKE_BUILD_TYPE compares to "Debug" not "DEBUG"
Allen ByrneAllen Byrne
478b1733584[svn-r21808] Update CMake Required version to match current standard 2.8.6
Allen ByrneAllen Byrne
cc3eb8da731[svn-r21804] Update CMake Required version in all folders to match current standard 2.8.6
Neil FortnerNeil Fortner
414e34edb90[svn-r21801] Remove unintentional change to dsets.c from r21793.Tested: durandal
Quincey KoziolQuincey Koziol
51d81cb5ef9[svn-r21796] Description: Back out r21782 while I figure out what the problem is with the change.Tested on: Daily tests... :-/
Neil FortnerNeil Fortner
d34c5fdb799[svn-r21793] Add RELEASE.txt note for r21789
Neil FortnerNeil Fortner
738a33556ca[svn-r21792] Add ^L marker to test introduced in r21789
Neil FortnerNeil Fortner
19f75c804a6[svn-r21789] Purpose: Fix HDFFV-7833Description: 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 buff...HDFFV-7833
Allen ByrneAllen Byrne
a529e1ae551[svn-r21787] Unify CMake config macros, split base macros from ext lib macrosTested: local linux
Allen ByrneAllen Byrne
0d561e64fe1[svn-r21786] remove HDF_LEGACY option for lib naming on windows
Allen ByrneAllen Byrne
6357e171855[svn-r21785] Correct static lib naming when on windows
Allen ByrneAllen Byrne
32f91a685b1[svn-r21783] Correct macros for building static libs on linux when CMAKE_BUILD_TYPE is defined.Also correct use of CMAKE_ANSI_FLAGS for passing into sub-projects.