Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive). | Allen Byrne | 2013-08-13 | 2 | -3/+5 |
| | | | | Updated CDash site name in cmake script. | ||||
* | [svn-r24002] Fix 32-bit and valgrind issues with new handle_paths code - ↵ | Allen Byrne | 2013-08-13 | 1 | -1/+1 |
| | | | | | | correct math of adding a NULL to a string. Tested: local linux (valgrind) and h5committest | ||||
* | [svn-r23999] Move declaration to top of block - fix for windows. | Allen Byrne | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵ | Allen Byrne | 2013-08-12 | 17 | -3/+330 |
| | | | | | | New test added, scripts updated, help text updated. Tested: local linux | ||||
* | [svn-r23994] Correct printf % handling | Allen Byrne | 2013-08-12 | 9 | -9/+9 |
| | |||||
* | [svn-r23991] Reorder grouping | Allen Byrne | 2013-08-12 | 9 | -207/+207 |
| | |||||
* | [svn-r23989] Snapshot version 1.9 release 161 | HDF Tester | 2013-08-11 | 13 | -26/+26 |
| | |||||
* | [svn-r23988] Description: | Quincey Koziol | 2013-08-10 | 1 | -2/+3 |
| | | | | | | | Make compiler happier and issue less warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8 | ||||
* | [svn-r23987] Merge r23939 from reduce_warning branch to trunk | Neil Fortner | 2013-08-09 | 11 | -188/+177 |
| | | | | | | | | | | | 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 | ||||
* | [svn-r23986] merge warning fixes from Jonathan and Peter | Peter Cao | 2013-08-09 | 3 | -7/+80 |
|\ | |||||
| * | [svn-r23937] Remove unused param / var warnings and fix ↵ | Jerome Soumagne | 2013-07-26 | 6 | -9/+10 |
| | | | | | | | | H5HF_sect_single_dblock_info prototype | ||||
| * | [svn-r23932] Changes applied to eliminate several compiler warnings in the ↵ | Larry Knox | 2013-07-24 | 5 | -3/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | [svn-r23863] Remove compile warnings due to missing switch defaults | Jonathan Kim | 2013-07-03 | 3 | -7/+80 |
| | | |||||
* | | [svn-r23985] Merge commit 23937 from reduce_warning branch | Jerome Soumagne | 2013-08-09 | 6 | -9/+10 |
| | | | | | | | | | | | | Remove unused param (src) and unused var (hl) warnings Tested on koala | ||||
* | | [svn-r23984] Merged 2 23932 from reduced_warnings branch: | Larry Knox | 2013-08-09 | 5 | -3/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | [svn-r23980] Add "_" to VS define. | Allen Byrne | 2013-08-09 | 1 | -1/+1 |
| | | |||||
* | | [svn-r23979] Correct Packaging var names. | Allen Byrne | 2013-08-09 | 3 | -4/+42 |
| | | |||||
* | | [svn-r23978] Add Bundle and plist file. Update script file add icon | Allen Byrne | 2013-08-08 | 4 | -3/+30 |
| | | |||||
* | | [svn-r23977] Update MANIFEST for previous checkin #23976. | Vailin Choi | 2013-08-08 | 1 | -0/+17 |
| | | | | | | | | h5committested. | ||||
* | | [svn-r23976] The following files were missing from previous checkin rev ↵ | Vailin Choi | 2013-08-08 | 17 | -0/+440 |
| | | | | | | | | | | | | #23975 for bug HDFFV-1238. h5committested. | ||||
* | | [svn-r23975] This checkin contains-- | Vailin Choi | 2013-08-08 | 13 | -124/+535 |
| | | | | | | | | | | | | | | | | | | 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) | ||||
* | | [svn-r23968] Snapshot version 1.9 release 160 | HDF Tester | 2013-08-04 | 13 | -26/+26 |
| | | |||||
* | | [svn-r23964] Corrected "continuous" layout to "contiguous in h5repack -h ↵ | Larry Knox | 2013-08-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | output and comment. Jira issue HDFFV-8493. No test - text only change. | ||||
* | | [svn-r23960] HDFFV-8490: Reorder and group h5dump help text. | Allen Byrne | 2013-08-01 | 9 | -224/+285 |
| | | | | | | | | Tested: local linux | ||||
* | | [svn-r23953] Update stream handling to allow binary mode - due to unjam fix. | Allen Byrne | 2013-07-31 | 3 | -18/+61 |
| | | | | | | | | Tested: local linux | ||||
* | | [svn-r23952] Update unjam file handling to eliminate infinite loops and use ↵ | Allen Byrne | 2013-07-31 | 1 | -29/+35 |
| | | | | | | | | | | | | binary mode. Tested: windows | ||||
* | | [svn-r23945] fixed HDFFV-8306 | Peter Cao | 2013-07-30 | 1 | -72/+33 |
| | | | | | | | | using file stream for output data | ||||
* | | [svn-r23944] Move stream functions into tools lib. | Allen Byrne | 2013-07-30 | 3 | -178/+230 |
| | | | | | | | | Tested: local linux | ||||
* | | [svn-r23926] Snapshot version 1.9 release 159 | HDF Tester | 2013-07-21 | 13 | -26/+26 |
| | | |||||
* | | [svn-r23925] Updated with fix for HDFFV-8392. | Albert Cheng | 2013-07-19 | 1 | -35/+38 |
| | | | | | | | | Plus some indentation cleanup on other entries. | ||||
* | | [svn-r23917] Bug fix: HDFFV-8392 | Albert Cheng | 2013-07-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | [svn-r23905] Alter option name to avoid conflict with WDTP | Allen Byrne | 2013-07-16 | 1 | -3/+3 |
| | | |||||
* | | [svn-r23899] Change name to avoid conflicts in WDTP | Allen Byrne | 2013-07-15 | 1 | -3/+3 |
| | | |||||
* | | [svn-r23895] Snapshot version 1.9 release 158 | HDF Tester | 2013-07-14 | 13 | -26/+26 |
| | | |||||
* | | [svn-r23889] Description: | Quincey Koziol | 2013-07-11 | 2 | -68/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | [svn-r23883] Description: | Frank Baker | 2013-07-09 | 1 | -0/+6 |
| | | | | | | | | | | | | Add comment referring users to information regarding SZIP copyright and license terms. -- Addresses HDFFV-300. | ||||
* | | [svn-r23882] Correct typo | Allen Byrne | 2013-07-09 | 1 | -1/+1 |
| | | |||||
* | | [svn-r23880] Update Windows and VMs for next release | Allen Byrne | 2013-07-09 | 1 | -29/+37 |
| | | |||||
* | | [svn-r23879] Add note to RELEASE.txt for r23859 | Neil Fortner | 2013-07-09 | 1 | -0/+2 |
| | | | | | | | | Tested: kate | ||||
* | | [svn-r23875] HDFFV-8322: free allocation before throwing exception. | Allen Byrne | 2013-07-09 | 1 | -2/+4 |
| | | | | | | | | Tested: local linux | ||||
* | | [svn-r23870] Correct name of file reference | Allen Byrne | 2013-07-08 | 1 | -1/+1 |
| | | |||||
* | | [svn-r23865] Snapshot version 1.9 release 157 | HDF Tester | 2013-07-07 | 13 | -26/+26 |
| | | |||||
* | | [svn-r23862] Change printfs in perform output and h5dump to prevent overflow. | Mohamad Chaarawi | 2013-07-03 | 6 | -52/+53 |
| | | | | | | | | | | | | This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam. | ||||
* | | [svn-r23861] HDFFV-8322: Mismatched free() / delete / delete [] for cpp_testhdf5 | Allen Byrne | 2013-07-03 | 1 | -1/+1 |
| | | | | | | | | Tested:" local linux | ||||
* | | [svn-r23860] HDFFV-8322: reduce valgrind memory leaks for ex_image2 | Allen Byrne | 2013-07-03 | 2 | -1/+11 |
| | | | | | | | | Tested:" local linux | ||||
* | | [svn-r23859] Add const tag to source buffers for H5Dscatter and H5Dgather. | Neil Fortner | 2013-07-02 | 2 | -5/+5 |
| | | | | | | | | Tested: ummon | ||||
* | | [svn-r23854] HDFFV-8302: Add macros/code function to use coorect Windows ↵ | Allen Byrne | 2013-07-01 | 8 | -90/+157 |
| | | | | | | | | | | | | (v)snprintf statement. Also fix use other uses of macros for windows. Tested | ||||
* | | [svn-r23849] Snapshot version 1.9 release 156 | HDF Tester | 2013-06-30 | 13 | -26/+26 |
| | | |||||
* | | [svn-r23845] HDFFV-8394: Add Optional Examples source packaging option. | Allen Byrne | 2013-06-28 | 4 | -0/+153 |
|/ | | | | Tested: local linux | ||||
* | [svn-r23830] HDFFV-8476: Add the optional arg to the help usage text. | Allen Byrne | 2013-06-26 | 9 | -5/+9 |
| | | | | Tested: local linux |