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
Allen Byrne
5d0b400f69
[svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. New test added, scripts updated, help text updated.
...
Tested: local linux
2013-08-12 16:58:31 -05:00
Allen Byrne
a3204d77e7
[svn-r23994] Correct printf % handling
2013-08-12 15:53:54 -05:00
Allen Byrne
f801cf4618
[svn-r23991] Reorder grouping
2013-08-12 14:52:09 -05:00
HDF Tester
407d3db6a4
[svn-r23989] Snapshot version 1.9 release 161
2013-08-11 03:37:02 -05:00
Quincey Koziol
5c3bd21963
[svn-r23988] Description:
...
Make compiler happier and issue less warnings.
Tested on:
Mac OSX/64 10.8.4 (amazon) w/gcc 4.8
2013-08-10 13:20:38 -05:00
Neil Fortner
825fe56892
[svn-r23987] Merge r23939 from reduce_warning branch to trunk
...
Tested: jam, koala, ostrich (h5committest)
Log from 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
2013-08-09 16:59:14 -05:00
Peter Cao
ef73979a41
[svn-r23986] merge warning fixes from Jonathan and Peter
2013-08-09 16:34:58 -05:00
Jerome Soumagne
345e57b0b1
[svn-r23985] Merge commit 23937 from reduce_warning branch
...
Remove unused param (src) and unused var (hl) warnings
Tested on koala
2013-08-09 16:06:46 -05:00
Larry Knox
5dcd9c2dfc
[svn-r23984] Merged 2 23932 from reduced_warnings branch:
...
Changes applied to eliminate several compiler warnings in the test directory in
files:
dt_arith.c
filter_fail.c
big.c
dynlib2.c
dynlib3.c
Also an HDassert(0 && "Unknown type"); statement was added to all 29 combination
s of
case OTHER:
default:
See crucible review HDF5-145 for more details.
Tested with h5committest.
2013-08-09 15:42:27 -05:00
Allen Byrne
b5ad01c7e1
[svn-r23980] Add "_" to VS define.
2013-08-09 13:52:45 -05:00
Allen Byrne
f1bb1129f3
[svn-r23979] Correct Packaging var names.
2013-08-09 09:55:22 -05:00
Allen Byrne
111a57ca26
[svn-r23978] Add Bundle and plist file. Update script file add icon
2013-08-08 16:25:32 -05:00
Vailin Choi
bdeb1f6c43
[svn-r23977] Update MANIFEST for previous checkin #23976 .
...
h5committested.
2013-08-08 16:04:52 -05:00
Vailin Choi
f09101079e
[svn-r23976] The following files were missing from previous checkin rev #23975 for bug HDFFV-1238.
...
h5committested.
2013-08-08 14:19:03 -05:00
Vailin Choi
c902bbdd90
[svn-r23975] This checkin contains--
...
A) Fix for HDFFV-1238:
--Add 3 new options to allow users in setting threshold for small groups/datasets/attributes (tools/h5stat/h5stat.c)
--Generate new test file for testing the new options (tools/h5stat/h5stat_gentest.c)
--Add tests for the new options (tools/h5stat/testh5stat.sh.in)
--Update expected output files (tools/h5stat/testfiles/*.ddl)
B) Fix a bug in determining maximum dimension size for 1-D dataset in dataset_stats() (tools/h5stat/h5stat.c)
2013-08-08 12:24:43 -05:00
HDF Tester
f1b5d46cd0
[svn-r23968] Snapshot version 1.9 release 160
2013-08-04 03:35:17 -05:00
Larry Knox
bf9b274e27
[svn-r23964] Corrected "continuous" layout to "contiguous in h5repack -h output and comment.
...
Jira issue HDFFV-8493.
No test - text only change.
2013-08-02 16:23:39 -05:00
Allen Byrne
7a96201ee1
[svn-r23960] HDFFV-8490: Reorder and group h5dump help text.
...
Tested: local linux
2013-08-01 09:42:30 -05:00