AuthorCommitMessageCommit dateIssues
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 CMake2 JIRA Issues
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 CMake2 JIRA Issues
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 linuxHDFFV-8500
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.
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 warningsTested 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.HDFFV-8500
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.HDFFV-1238
Quincey KoziolQuincey Koziol
453f95c192e[svn-r24011] Description: Clean up a few warningsTested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
Allen ByrneAllen Byrne
b6f7e6e79c7[svn-r24007] Update configure to support 64-bit cygwinTested: cygwin
Allen ByrneAllen Byrne
af92c5f1e02[svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).
Allen ByrneAllen Byrne
33d5f5d1e8f[svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committestHDFFV-8319
Allen ByrneAllen Byrne
8b2f7c2183f[svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Updated CDash site name in cmake script.
Allen ByrneAllen Byrne
e8d0919d43f[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
Allen ByrneAllen Byrne
4935d0bfab4[svn-r23999] Move declaration to top of block - fix for windows.
Allen ByrneAllen Byrne
5d0b400f690[svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. New test added, scripts updated, help text updated.Tested: local linuxHDFFV-7989
Allen ByrneAllen Byrne
a3204d77e7e[svn-r23994] Correct printf % handling
Allen ByrneAllen Byrne
f801cf46182[svn-r23991] Reorder grouping
Private HDFPrivate HDF
407d3db6a4f[svn-r23989] Snapshot version 1.9 release 161
Quincey KoziolQuincey Koziol
5c3bd219637[svn-r23988] Description: Make compiler happier and issue less warnings.Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8
Neil FortnerNeil Fortner
825fe568926[svn-r23987] Merge r23939 from reduce_warning branch to trunkTested: 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
Peter CaoPeter Cao
ef73979a412M[svn-r23986] merge warning fixes from Jonathan and Peter
Jerome SoumagneJerome Soumagne
345e57b0b11[svn-r23985] Merge commit 23937 from reduce_warning branch Remove unused param (src) and unused var (hl) warningsTested on koala
Larry KnoxLarry Knox
5dcd9c2dfcf[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.HDF5-145
Allen ByrneAllen Byrne
b5ad01c7e18[svn-r23980] Add "_" to VS define.
Allen ByrneAllen Byrne
f1bb1129f37[svn-r23979] Correct Packaging var names.
Allen ByrneAllen Byrne
111a57ca261[svn-r23978] Add Bundle and plist file.Update script file add icon
Vailin ChoiVailin Choi
bdeb1f6c432[svn-r23977] Update MANIFEST for previous checkin #23976.h5committested.
Vailin ChoiVailin Choi
f09101079e3[svn-r23976] The following files were missing from previous checkin rev #23975 for bug HDFFV-1238.h5committested.HDFFV-1238
Vailin ChoiVailin Choi
c902bbdd904[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 maximu...HDFFV-1238
Private HDFPrivate HDF
f1b5d46cd04[svn-r23968] Snapshot version 1.9 release 160
Larry KnoxLarry Knox
bf9b274e275[svn-r23964] Corrected "continuous" layout to "contiguous in h5repack -h output and comment. Jira issue HDFFV-8493.No test - text only change.HDFFV-8493
Allen ByrneAllen Byrne
7a96201ee1c[svn-r23960] HDFFV-8490: Reorder and group h5dump help text.Tested: local linuxHDFFV-8490
Allen ByrneAllen Byrne
4e1695576c4[svn-r23953] Update stream handling to allow binary mode - due to unjam fix.Tested: local linux
Allen ByrneAllen Byrne
ba181d404dd[svn-r23952] Update unjam file handling to eliminate infinite loops and use binary mode.Tested: windows
Peter CaoPeter Cao
5b6ae0b6039[svn-r23945] fixed HDFFV-8306using file stream for output dataHDFFV-8306
Allen ByrneAllen Byrne
ad7624ada3a[svn-r23944] Move stream functions into tools lib.Tested: local linux