Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
b6f7e6e79c7[svn-r24007] Update configure to support 64-bit cygwin Tested: 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: h5committest
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 linux
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 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
Peter CaoPeter Cao
ef73979a412M[svn-r23986] merge warning fixes from Jonathan and Peter
Jerome SoumagneJerome Soumagne
cb41664db2f[svn-r23937] Remove unused param / var warnings and fix H5HF_sect_single_dblock_info prototype
Larry KnoxLarry Knox
a195bb78b9b[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.
Jonathan KimJonathan Kim
dad8a4ddefc[svn-r23863] Remove compile warnings due to missing switch defaults
Jerome SoumagneJerome Soumagne
345e57b0b11[svn-r23985] Merge commit 23937 from reduce_warning branch Remove unused param (src) and unused var (hl) warnings Tested 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.
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.
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 maximum dimension size for 1-D dataset in dataset_stats() (tools/h5st...
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.
Allen ByrneAllen Byrne
7a96201ee1c[svn-r23960] HDFFV-8490: Reorder and group h5dump help text. Tested: local linux
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-8306 using file stream for output data
Allen ByrneAllen Byrne
ad7624ada3a[svn-r23944] Move stream functions into tools lib. Tested: local linux
Private HDFPrivate HDF
f26b04712ee[svn-r23926] Snapshot version 1.9 release 159
Albert ChengAlbert Cheng
2f8642a903f[svn-r23925] Updated with fix for HDFFV-8392. Plus some indentation cleanup on other entries.
Albert ChengAlbert Cheng
3a316cfc638[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 depend...
Allen ByrneAllen Byrne
0bdce69c790[svn-r23905] Alter option name to avoid conflict with WDTP
Allen ByrneAllen Byrne
6d4656f116e[svn-r23899] Change name to avoid conflicts in WDTP
Private HDFPrivate HDF
4e12ec74aec[svn-r23895] Snapshot version 1.9 release 158
Quincey KoziolQuincey Koziol
25fe312b3c5[svn-r23889] Description: Merge changes from Coverity branch to trunk: r20768: Switch to snprintf, HDstrncat, HDstrncpy to address coverity issue 832. r20812: Use HDstrncpy. --gh Tested on: Mac OSX/64 10.8.4 (amazon) w/debug Linux/32 2.4 (jam) w/debug
Frank BakerFrank Baker
ba44b1ae083[svn-r23883] Description: Add comment referring users to information regarding SZIP copyright and license terms. -- Addresses HDFFV-300.
Allen ByrneAllen Byrne
5c1ee8c836a[svn-r23882] Correct typo
Allen ByrneAllen Byrne
e266d672e7e[svn-r23880] Update Windows and VMs for next release
Neil FortnerNeil Fortner
70de2942b2e[svn-r23879] Add note to RELEASE.txt for r23859 Tested: kate
Allen ByrneAllen Byrne
2efbc227cdf[svn-r23875] HDFFV-8322: free allocation before throwing exception. Tested: local linux
Allen ByrneAllen Byrne
7cdea30a3a7[svn-r23870] Correct name of file reference
Private HDFPrivate HDF
3cb8efae13d[svn-r23865] Snapshot version 1.9 release 157
Mohamad ChaarawiMohamad Chaarawi
dfcb3cebf17[svn-r23862] Change printfs in perform output and h5dump to prevent overflow. This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam.
Allen ByrneAllen Byrne
6da129cef05[svn-r23861] HDFFV-8322: Mismatched free() / delete / delete [] for cpp_testhdf5 Tested:" local linux
Allen ByrneAllen Byrne
a0ccc0f0faf[svn-r23860] HDFFV-8322: reduce valgrind memory leaks for ex_image2 Tested:" local linux
Neil FortnerNeil Fortner
259abfa8397[svn-r23859] Add const tag to source buffers for H5Dscatter and H5Dgather. Tested: ummon
Allen ByrneAllen Byrne
53afd20aeb0[svn-r23854] HDFFV-8302: Add macros/code function to use coorect Windows (v)snprintf statement. Also fix use other uses of macros for windows. Tested