summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to ↵Allen Byrne2013-09-107-77/+37
| | | | | | include test. Tested: jam
* [svn-r24119] Add new tests to memcheck ignore listAllen Byrne2013-09-101-0/+2
|
* [svn-r24118] Comment out test until configure sets conditional correctlyAllen Byrne2013-09-091-1/+1
|
* [svn-r24116] Correct indentation and create single exit point.Allen Byrne2013-09-094-3426/+3270
| | | | Tested : local linux
* [svn-r24115] Reduce warnings for conversions of different widths.Larry Knox2013-09-063-571/+571
| | | | h5committested on jam, ostrich, koala, and platypus.
* [svn-r24114] Reverting the changes in r24113 for now because they break ↵Larry Knox2013-09-0621-79/+2
| | | | | | parallel make fortran. The changes aren't incorrect, but more work in needed on dependencies and also for enable-parallel. Reverted to r24112.
* [svn-r24113] Description:Quincey Koziol2013-09-0621-2/+79
| | | | | | | | Reduce warnings w/gfortran in FORTRAN build by declaring interface for utility test routines. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc/g++/gfortran 4.8
* [svn-r24111] Description:Quincey Koziol2013-09-061-10/+5
| | | | | | | Restrict GCC diagnostic pragmas to only gcc 4.6+ Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc 4.8
* [svn-r24110] Add new h5repack infoAllen Byrne2013-09-061-0/+4
|
* [svn-r24109] Correct cygwin infoAllen Byrne2013-09-061-11/+12
|
* [svn-r24105] Correct filename extensionAllen Byrne2013-09-061-1/+1
|
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-0628-571/+2273
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24103] Force NO optimization of H5detect.cAllen Byrne2013-09-062-2/+2
|
* [svn-r24101] Description:Quincey Koziol2013-09-0515-133/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings, enable new compiler warning flag(s) and bring back changes from Coverity branch: r20813: Remove the dead code as listed for coverity bug #1722. h5committested. r20814: Issue 69: Check return value and throw error if negative return. Also free datatype id on error r20815: Use HDstrncpy. --gh r20816: Replaced one last HDstrcat call with HDstrncat to resolve coverity issue 832. r20817: Use HDstrncpy and HDstrncat. --gh r20818: Purpose: Fix valgrind issues with h5jam Description: Modified h5jam to free strings strdup'd in parse_command_line before exit. Note that they may still not be freed in case of error, due to the widespread use of exit(). r20819: Issue 80: change loop to use int as loop index. r20820: Maintenance: Fixed the bug found by coverity CID 788 There were two problems with this function: 1) it tried to unnecessary free NULL pointer 2) it tried to allocate c_name buffer that is done by H5Pget_class_name Tested on: Mac OSX 10.8.4 (amazon) w/gcc 4.8.1, C++ & FORTRAN (too minor to require h5committest)
* [svn-r24098] Issue 8500 - H5detect.c has trouble to find info for long ↵Raymond Lu2013-09-042-2/+5
| | | | | | | | | 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.
* [svn-r24097] Correct indentationAllen Byrne2013-09-041-1/+1
|
* [svn-r24095] Issue 8500 - H5detect.c has trouble to find info for long ↵Raymond Lu2013-09-032-5/+2
| | | | | | | | 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.
* [svn-r24092] Snapshot version 1.9 release 163HDF Tester2013-09-0113-26/+26
|
* [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use ↵Mohamad Chaarawi2013-08-3020-103/+109
| | | | | | | | | | | | 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.
* [svn-r24078] Correct name of windows shared librariesAllen Byrne2013-08-271-2/+2
|
* [svn-r24077] Updated -help output for compile scripts for changing default ↵Larry Knox2013-08-273-11/+19
| | | | | | from -noshlib to -shlib when hdf5 is built without static libraries (--disable-static). Tested with h5committest on jam, koala, ostrich and platypus.
* [svn-r24070] Fix typo in flags optionsAllen Byrne2013-08-261-3/+13
|
* [svn-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-2513-26/+26
|
* [svn-r24066] Eliminate switch default warning by printing err message.Allen Byrne2013-08-232-10/+106
|
* [svn-r24058] Coorect usage text wrt dataset subsettingAllen Byrne2013-08-229-9/+9
|
* [svn-r24057] Add --superblock long name to parser and add tests for both ↵Allen Byrne2013-08-226-65/+121
| | | | | | --boot-block and --superblock. Tested: local linux
* [svn-r24056] Move make_executable commands back from tests fileAllen Byrne2013-08-222-132/+156
|
* [svn-r24055] Move make_executable commands back from tests fileAllen Byrne2013-08-222-35/+35
|
* [svn-r24053] HDFFV-8498: --minimum option was disabled by HDFFV-8214. ↵Allen Byrne2013-08-213-7/+56
| | | | | | | | 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
* [svn-r24050] HDFFV-8498: --minimum option was disabled by HDFFV-8214. ↵Allen Byrne2013-08-216-4/+181
| | | | | | 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
* [svn-r24046] HDFFV-8500: set h5detect compile optimization to -O0Allen Byrne2013-08-211-1/+6
| | | | | | will generate correct H5Tinit.c file. Tested: local gcc 4.8.2 linux
* [svn-r24030] Description:Quincey Koziol2013-08-1913-682/+571
| | | | | | | | Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-1956-8318/+8579
| | | | | | developers. Tested: local linux
* [svn-r24027] merge r 23938 from reduce warnings branch into trunk.Mohamad Chaarawi2013-08-197-0/+39
|\ | | | | | | | | This is the fix for "switch missing default case" warnings in src. Mohamad & Vailin worked on this patch.
| * [svn-r23939] Fix unused variables warnings in trunkNeil Fortner2013-07-2611-188/+177
| | | | | | | | | | | | | | Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala
| * [svn-r23938] remove "switch missing default case" in src.Mohamad Chaarawi2013-07-268-0/+41
| |
* | [svn-r24023] Added tests to CMakeLists.txt that were only added to the *nix ↵Allen Byrne2013-08-191-0/+91
| | | | | | | | | | | | script. Tested: local linux
* | [svn-r24022] any_object option should be any_pathAllen Byrne2013-08-193-5/+5
| |
* | [svn-r24020] Description:Quincey Koziol2013-08-1725-665/+626
| | | | | | | | | | | | | | | | Clean up compiler warnings Tested on: Mac OSX/64 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
* | [svn-r24017] Bug fix: HDFFV-8500Albert Cheng2013-08-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | 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.
* | [svn-r24015] A bug fix when merging changes from the trunk to 1.8 for h5stat ↵Vailin Choi2013-08-161-15/+24
| | | | | | | | | | | | | | 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.
* | [svn-r24011] Description:Quincey Koziol2013-08-156-4/+32
| | | | | | | | | | | | | | | | Clean up a few warnings Tested on: Mac OSX 10.8.4 (amazon) w/C++ & FORTRAN (too minor to require h5committest)
* | [svn-r24007] Update configure to support 64-bit cygwinAllen Byrne2013-08-133-4/+126
| | | | | | | | Tested: cygwin
* | [svn-r24005] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-131-1/+3
| |
* | [svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.Allen Byrne2013-08-135-89/+63
| | | | | | | | | | | | Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committest
* | [svn-r24003] Remove check for GetConsoleScreenBuffer in CYGWIN (false positive).Allen Byrne2013-08-132-3/+5
| | | | | | | | Updated CDash site name in cmake script.
* | [svn-r24002] Fix 32-bit and valgrind issues with new handle_paths code - ↵Allen Byrne2013-08-131-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 Byrne2013-08-131-1/+1
| |
* | [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵Allen Byrne2013-08-1217-3/+330
| | | | | | | | | | | | New test added, scripts updated, help text updated. Tested: local linux
* | [svn-r23994] Correct printf % handlingAllen Byrne2013-08-129-9/+9
| |