Network

 
AuthorCommitMessageCommit Date
Neil FortnerNeil Fortner
309f3e7a238[svn-r24139] Remove "will never be exectued" warnings in H5detect.c Tested: jam, koala, ostrich (h5committest)
Allen ByrneAllen Byrne
a8c63e28d57[svn-r24138] Cast constants to specified type. Cast smaller vars to larger type. Cast calculation result to correct type. Changed int member to hbool_t Tested: local linux
Allen ByrneAllen Byrne
3c021d3a777[svn-r24137] Cast constants to specified type. Cast smaller vars to larger type. Cast calculation result to correct type. Tested: local linux
Allen ByrneAllen Byrne
f6949a66d7b[svn-r24136] Add base set of warnings for gcc
Allen ByrneAllen Byrne
06828464790[svn-r24128] Change option name for WDTP
Allen ByrneAllen Byrne
d088d3285c3[svn-r24127] Comment out bundle packing
Allen ByrneAllen Byrne
9feb3e641d6[svn-r24126] Correct mac pinifo.list vars
Allen ByrneAllen Byrne
2465c432f02[svn-r24124] HDFFV-8345: Changed usage txt to use dsetN instead ofletters for objects in examples. Tested: local linux
Allen ByrneAllen Byrne
175e82e4843[svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to include test. Tested: jam
Allen ByrneAllen Byrne
b0d34310f5f[svn-r24119] Add new tests to memcheck ignore list
Allen ByrneAllen Byrne
a1071ada168[svn-r24118] Comment out test until configure sets conditional correctly
Allen ByrneAllen Byrne
f79eac6049a[svn-r24116] Correct indentation and create single exit point. Tested : local linux
Larry KnoxLarry Knox
6b54dac504c[svn-r24115] Reduce warnings for conversions of different widths. h5committested on jam, ostrich, koala, and platypus.
Larry KnoxLarry Knox
2c6fc585fd0[svn-r24114] Reverting the changes in r24113 for now because they break parallel make fortran. The changes aren't incorrect, but more work in needed on dependencies and also for enable-parallel. Reverted to r24112.
Quincey KoziolQuincey Koziol
f825256c876[svn-r24113] Description: Reduce warnings w/gfortran in FORTRAN build by declaring interface for utility test routines. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc/g++/gfortran 4.8
Quincey KoziolQuincey Koziol
79c8e26fa7d[svn-r24111] Description: Restrict GCC diagnostic pragmas to only gcc 4.6+ Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8
Allen ByrneAllen Byrne
2cb03fedded[svn-r24110] Add new h5repack info
Allen ByrneAllen Byrne
8b4cf4c8cb2[svn-r24109] Correct cygwin info
Allen ByrneAllen Byrne
786526fd051[svn-r24105] Correct filename extension
Allen ByrneAllen Byrne
145f1ce9e35[svn-r24104] HDFFV-8345: add User Defined filters to h5repack. Reviewed in H5T-61 Tested: local linux - cmake and autotools
Allen ByrneAllen Byrne
ddbc3c841cc[svn-r24103] Force NO optimization of H5detect.c
Quincey KoziolQuincey Koziol
5b876c929f7[svn-r24101] Description: Clean up warnings, enable new compiler warning flag(s) and bring back changes from Coverity branch: r20813: Remove the dead code as listed for coverity bug #1722. h5committested. r20814: Issue 69: Check return value and throw error if negative return. Also free datatype id on error r20815: Use HDstrncpy. --gh r20816: Replaced one last HDstrcat call with HDstrncat to resolve coverity issue 832. r20817: Use HDstrncpy and HDstrncat. --gh r20818: Purpose: Fix v...
Raymond LuRaymond Lu
a1fe10691cf[svn-r24098] Issue 8500 - H5detect.c has trouble to find info for long double with GCC 4.8. A user in the forum found the problem in H5detect.c (uninitialized buffer) and provided the solution. I checked it in yesterday. But it turned out to be a false fix. So I'm back it out. Tested on jam - reverse of changes.
Allen ByrneAllen Byrne
bf1c137c0c7[svn-r24097] Correct indentation
Raymond LuRaymond Lu
d50c061d381[svn-r24095] Issue 8500 - H5detect.c has trouble to find info for long double with GCC 4.8. A user in the forum found the problem in H5detect.c (uninitialized buffer) and provided the solution. Allen and I verified it. Tested with h5committest and CMake on jam, koala, ostrich, playtus, and Allen's virtual machine.
Private HDFPrivate HDF
a4294ab3ccd[svn-r24092] Snapshot version 1.9 release 163
Mohamad ChaarawiMohamad Chaarawi
a3e0aecb223[svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use Count). This is needed to avoid a conflict with the Read Context object to be introduced in another Project. No impact on users, since this is a private module, and low for developers as the RC module use is very sparse in the library. Tested with h5committest.
Allen ByrneAllen Byrne
7a0f38d807b[svn-r24078] Correct name of windows shared libraries
Larry KnoxLarry Knox
d24404ae83f[svn-r24077] Updated -help output for compile scripts for changing default from -noshlib to -shlib when hdf5 is built without static libraries (--disable-static). Tested with h5committest on jam, koala, ostrich and platypus.
Allen ByrneAllen Byrne
0b572983e92[svn-r24070] Fix typo in flags options
Private HDFPrivate HDF
ca60bda9fb2[svn-r24068] Snapshot version 1.9 release 162
Allen ByrneAllen Byrne
68dd16d8f02[svn-r24066] Eliminate switch default warning by printing err message.
Allen ByrneAllen Byrne
d2e10eefd79[svn-r24058] Coorect usage text wrt dataset subsetting
Allen ByrneAllen Byrne
e86655bbf4e[svn-r24057] Add --superblock long name to parser and add tests for both --boot-block and --superblock. Tested: local linux
Allen ByrneAllen Byrne
7e0bc290129[svn-r24056] Move make_executable commands back from tests file
Allen ByrneAllen Byrne
ff00749dfc4[svn-r24055] Move make_executable commands back from tests file
Allen ByrneAllen Byrne
13a0f5576ac[svn-r24053] HDFFV-8498: --minimum option was disabled by HDFFV-8214. Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff. Corrected test scripts for test folder path Tested: h5committest and local linux with CMake
Allen ByrneAllen Byrne
8c14af82c61[svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. Reverted code change and changed default to 0 from 1024. Changed limit test to use h5dump to compare repacked file instead of h5diff. Tested local linux with CMake
Allen ByrneAllen Byrne
6bc36a0c46a[svn-r24046] HDFFV-8500: set h5detect compile optimization to -O0 will generate correct H5Tinit.c file. Tested: local gcc 4.8.2 linux
Quincey KoziolQuincey Koziol
482a9c28e71[svn-r24030] Description: Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
Allen ByrneAllen Byrne
c502d81a8c8[svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. Tested: local linux
Mohamad ChaarawiMohamad Chaarawi
fcb21bb3ddeM[svn-r24027] merge r 23938 from reduce warnings branch into trunk. This is the fix for "switch missing default case" warnings in src. Mohamad & Vailin worked on this patch.
Neil FortnerNeil Fortner
cd7ba8ad55e[svn-r23939] Fix unused variables warnings in trunk Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala
Mohamad ChaarawiMohamad Chaarawi
69e501fc704[svn-r23938] remove "switch missing default case" in src.
Allen ByrneAllen Byrne
b503983d858[svn-r24023] Added tests to CMakeLists.txt that were only added to the *nix script. Tested: local linux
Allen ByrneAllen Byrne
28c2f179600[svn-r24022] any_object option should be any_path
Quincey KoziolQuincey Koziol
308c378ccd9[svn-r24020] Description: Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Albert ChengAlbert Cheng
d663d78cd27[svn-r24017] Bug fix: HDFFV-8500 The new gcc v4.8.* compilers does not work well with dt_arith which failed in production mode. Solution: A temporary patch by removing any optimization (-O*) from the PROD_CFLAGS so that dt_arith will pass for now. A more through investigation is needed. Tested: Jam and Koala where it failed and now passes.
Vailin ChoiVailin Choi
170b7275c07[svn-r24015] A bug fix when merging changes from the trunk to 1.8 for h5stat bug fix HDFFV-1238: Fix a problem when using opt_arg that is NULL for the new options added: -l N, -m N, -a N. h5committested.
Quincey KoziolQuincey Koziol
453f95c192e[svn-r24011] Description: Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)