Allen Byrne
0682846479
[svn-r24128] Change option name for WDTP
2013-09-12 13:12:34 -05:00
Allen Byrne
d088d3285c
[svn-r24127] Comment out bundle packing
2013-09-12 11:09:42 -05:00
Allen Byrne
9feb3e641d
[svn-r24126] Correct mac pinifo.list vars
2013-09-12 10:13:37 -05:00
Allen Byrne
2465c432f0
[svn-r24124] HDFFV-8345: Changed usage txt to use dsetN instead ofletters for objects in examples.
...
Tested: local linux
2013-09-11 12:09:06 -05:00
Allen Byrne
175e82e484
[svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to include test.
...
Tested: jam
2013-09-10 09:24:34 -05:00
Allen Byrne
b0d34310f5
[svn-r24119] Add new tests to memcheck ignore list
2013-09-10 08:59:22 -05:00
Allen Byrne
a1071ada16
[svn-r24118] Comment out test until configure sets conditional correctly
2013-09-09 17:43:57 -05:00
Allen Byrne
f79eac6049
[svn-r24116] Correct indentation and create single exit point.
...
Tested : local linux
2013-09-09 13:30:25 -05:00
Larry Knox
6b54dac504
[svn-r24115] Reduce warnings for conversions of different widths.
...
h5committested on jam, ostrich, koala, and platypus.
2013-09-06 17:48:28 -05:00
Larry Knox
2c6fc585fd
[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.
2013-09-06 17:42:10 -05:00
Quincey Koziol
f825256c87
[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
2013-09-06 15:27:13 -05:00
Quincey Koziol
79c8e26fa7
[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
2013-09-06 14:03:35 -05:00
Allen Byrne
2cb03fedde
[svn-r24110] Add new h5repack info
2013-09-06 13:00:46 -05:00
Allen Byrne
8b4cf4c8cb
[svn-r24109] Correct cygwin info
2013-09-06 12:59:07 -05:00
Allen Byrne
786526fd05
[svn-r24105] Correct filename extension
2013-09-06 10:35:00 -05:00
Allen Byrne
145f1ce9e3
[svn-r24104] HDFFV-8345: add User Defined filters to h5repack.
...
Reviewed in H5T-61
Tested: local linux - cmake and autotools
2013-09-06 10:15:50 -05:00
Allen Byrne
ddbc3c841c
[svn-r24103] Force NO optimization of H5detect.c
2013-09-06 09:44:55 -05:00
Quincey Koziol
5b876c929f
[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 valgrind issues with h5jam
Description:
Modified h5jam to free strings strdup'd in parse_command_line before exit. Note
that they may still not be freed in case of error, due to the widespread use of
exit().
r20819:
Issue 80: change loop to use int as loop index.
r20820:
Maintenance: Fixed the bug found by coverity CID 788
There were two problems with this function:
1) it tried to unnecessary free NULL pointer
2) it tried to allocate c_name buffer that is done by H5Pget_class_name
Tested on:
Mac OSX 10.8.4 (amazon) w/gcc 4.8.1, C++ & FORTRAN
(too minor to require h5committest)
2013-09-05 15:44:14 -05:00
Raymond Lu
a1fe10691c
[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.
2013-09-04 17:09:23 -05:00
Allen Byrne
bf1c137c0c
[svn-r24097] Correct indentation
2013-09-04 14:58:45 -05:00
Raymond Lu
d50c061d38
[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.
2013-09-03 14:39:34 -05:00
HDF Tester
a4294ab3cc
[svn-r24092] Snapshot version 1.9 release 163
2013-09-01 03:37:42 -05:00
Mohamad Chaarawi
a3e0aecb22
[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.
2013-08-30 12:05:42 -05:00
Allen Byrne
7a0f38d807
[svn-r24078] Correct name of windows shared libraries
2013-08-27 09:19:11 -05:00
Larry Knox
d24404ae83
[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.
2013-08-27 08:26:37 -05:00
Allen Byrne
0b572983e9
[svn-r24070] Fix typo in flags options
2013-08-26 10:02:13 -05:00
HDF Tester
ca60bda9fb
[svn-r24068] Snapshot version 1.9 release 162
2013-08-25 03:44:51 -05:00
Allen Byrne
68dd16d8f0
[svn-r24066] Eliminate switch default warning by printing err message.
2013-08-23 15:02:32 -05:00
Allen Byrne
d2e10eefd7
[svn-r24058] Coorect usage text wrt dataset subsetting
2013-08-22 15:16:45 -05:00
Allen Byrne
e86655bbf4
[svn-r24057] Add --superblock long name to parser and add tests for both --boot-block and --superblock.
...
Tested: local linux
2013-08-22 14:57:31 -05:00
Allen Byrne
7e0bc29012
[svn-r24056] Move make_executable commands back from tests file
2013-08-22 13:41:25 -05:00
Allen Byrne
ff00749dfc
[svn-r24055] Move make_executable commands back from tests file
2013-08-22 13:16:27 -05:00
Allen Byrne
13a0f5576a
[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
2013-08-21 17:11:32 -05:00
Allen Byrne
8c14af82c6
[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
2013-08-21 15:59:49 -05:00
Allen Byrne
6bc36a0c46
[svn-r24046] HDFFV-8500: set h5detect compile optimization to -O0
...
will generate correct H5Tinit.c file.
Tested: local gcc 4.8.2 linux
2013-08-21 12:12:08 -05:00
Quincey Koziol
482a9c28e7
[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)
2013-08-19 17:13:15 -05:00
Allen Byrne
c502d81a8c
[svn-r24029] Move TESTS to seperate file to allow easier editing by all developers.
...
Tested: local linux
2013-08-19 16:49:44 -05:00
Mohamad Chaarawi
fcb21bb3dd
[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.
2013-08-19 16:36:03 -05:00
Allen Byrne
b503983d85
[svn-r24023] Added tests to CMakeLists.txt that were only added to the *nix script.
...
Tested: local linux
2013-08-19 11:26:14 -05:00
Allen Byrne
28c2f17960
[svn-r24022] any_object option should be any_path
2013-08-19 11:02:29 -05:00
Quincey Koziol
308c378ccd
[svn-r24020] Description:
...
Clean up compiler warnings
Tested on:
Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN
(too minor to require h5committest)
2013-08-17 15:05:27 -05:00
Albert Cheng
d663d78cd2
[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.
2013-08-16 18:14:23 -05:00
Vailin Choi
170b7275c0
[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.
2013-08-16 14:36:32 -05:00
Quincey Koziol
453f95c192
[svn-r24011] Description:
...
Clean up a few warnings
Tested on:
Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN
(too minor to require h5committest)
2013-08-15 08:24:28 -05:00
Allen Byrne
b6f7e6e79c
[svn-r24007] Update configure to support 64-bit cygwin
...
Tested: cygwin
2013-08-13 15:29:09 -05:00
Allen Byrne
af92c5f1e0
[svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
2013-08-13 14:01:21 -05:00
Allen Byrne
33d5f5d1e8
[svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.
...
Also remove GetConsoleScreenInfo check from cygwin configure.
Tested: h5committest
2013-08-13 12:53:23 -05:00
Allen Byrne
8b2f7c2183
[svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
...
Updated CDash site name in cmake script.
2013-08-13 12:50:56 -05:00
Allen Byrne
e8d0919d43
[svn-r24002] Fix 32-bit and valgrind issues with new handle_paths code - correct math of adding a NULL to a string.
...
Tested: local linux (valgrind) and h5committest
2013-08-13 12:48:57 -05:00
Allen Byrne
4935d0bfab
[svn-r23999] Move declaration to top of block - fix for windows.
2013-08-13 08:44:24 -05:00