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
Allen Byrne
4e1695576c
[svn-r23953] Update stream handling to allow binary mode - due to unjam fix.
...
Tested: local linux
2013-07-31 11:22:40 -05:00
Allen Byrne
ba181d404d
[svn-r23952] Update unjam file handling to eliminate infinite loops and use binary mode.
...
Tested: windows
2013-07-31 11:10:33 -05:00
Peter Cao
5b6ae0b603
[svn-r23945] fixed HDFFV-8306
...
using file stream for output data
2013-07-30 14:23:24 -05:00
Allen Byrne
ad7624ada3
[svn-r23944] Move stream functions into tools lib.
...
Tested: local linux
2013-07-30 12:04:23 -05:00
Neil Fortner
cd7ba8ad55
[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
2013-07-26 17:14:03 -05:00
Mohamad Chaarawi
69e501fc70
[svn-r23938] remove "switch missing default case" in src.
2013-07-26 12:28:26 -05:00
Jerome Soumagne
cb41664db2
[svn-r23937] Remove unused param / var warnings and fix H5HF_sect_single_dblock_info prototype
2013-07-26 12:05:38 -05:00
Larry Knox
a195bb78b9
[svn-r23932] 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 combinations of
case OTHER:
default:
See crucible review HDF5-145 for more details.
2013-07-24 15:22:14 -05:00
HDF Tester
f26b04712e
[svn-r23926] Snapshot version 1.9 release 159
2013-07-21 03:38:01 -05:00
Albert Cheng
2f8642a903
[svn-r23925] Updated with fix for HDFFV-8392.
...
Plus some indentation cleanup on other entries.
2013-07-19 17:10:13 -05:00
Albert Cheng
3a316cfc63
[svn-r23917] Bug fix: HDFFV-8392
...
tools/h5diff/testh5diff.sh is run in every "make check", even after it
has passed in the previous run.
The error was in the previous change made to Makefile.am
when testh5diff.sh.in was created. The mistake was in the
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
$(srcdir)/testh5diff.sh no longer existed. It is now generated in the
current built directory from $(srcdir)/testh5diff.sh.in (which configure
takes care of).
I updated the dependance to
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) testh5diff.sh
and that fixes the error.
Reviewed: HDF5-149
Tested: h5committested.
2013-07-18 00:12:27 -05:00