summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23830] HDFFV-8476: Add the optional arg to the help usage text.Allen Byrne2013-06-269-5/+9
| | | | Tested: local linux
* [svn-r23829] HDFFV-8134: allow exclusion of attributes. This implements the ↵Allen Byrne2013-06-269-17/+128
| | | | | | technique and creates a test. Help changes will be added after trunk tests pass the test cycle. Tested: local linux
* [svn-r23825] Bug HDFFV-8469: C++ comments in C code.Albert Cheng2013-06-262-3/+0
| | | | | | | | Found and removed two more "//" comments. Tested: in Koala by $ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only $ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
* [svn-r23824] Remove unused warnings optionAllen Byrne2013-06-251-11/+1
|
* [svn-r23823] HDFFV-8428: Correct docs install listAllen Byrne2013-06-252-12/+13
| | | | HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option.
* [svn-r23821] HDFFV-8428: Corrected FAQ referenceAllen Byrne2013-06-251-1/+1
|
* [svn-r23819] Change name of generated file in test to use the macro based ↵Allen Byrne2013-06-251-8/+2
| | | | | | removal line. Tested: local linux
* [svn-r23813] Added the HD prefix to the system functions used in the file.Allen Byrne2013-06-241-37/+37
| | | | Tested: local linux
* [svn-r23812] Added the HD prefix to the system functions used in the links.c ↵Allen Byrne2013-06-241-58/+58
| | | | | | file. Tested: local linux
* [svn-r23811] Remove unused labelAllen Byrne2013-06-241-1/+0
|
* [svn-r23810] revert printf format changes to do a better solution.Mohamad Chaarawi2013-06-244-32/+32
|
* [svn-r23806] Snapshot version 1.9 release 155HDF Tester2013-06-2313-26/+26
|
* [svn-r23801] Change printfs in perform output for long long to use %lld ↵Mohamad Chaarawi2013-06-204-32/+32
| | | | | | | | instead of %Hd. The later is for shorts. This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450 Tested on Jam.
* [svn-r23800] Added the HD prefix to the system functions used in the ↵Allen Byrne2013-06-201-9/+9
| | | | h5tools_str_replace function.
* [svn-r23799] HDFFV-8455: moved h5dump in order of subdirs under tools to in ↵Allen Byrne2013-06-202-2/+2
| | | | | | front of h5import. Tested local linux: h5dump executed before h5import
* [svn-r23798] HDFFV-8465: dtd reference incorrect. Fixed loading of xml files ↵Allen Byrne2013-06-2060-61/+61
| | | | | | with respect to XSD file. Tested: local linux
* [svn-r23796] remove commented line with c++ styleAllen Byrne2013-06-201-2/+0
|
* [svn-r23793] Correct logic for packaging cygwin release docsAllen Byrne2013-06-191-11/+13
|
* [svn-r23789] Remove COMPILE_FLAGS value - already set in X_FLAGSAllen Byrne2013-06-172-30/+11
|
* [svn-r23786] Remove COMPILE_FLAGS value - already set in X_FLAGSAllen Byrne2013-06-171-1/+1
| | | | Tested: windows
* [svn-r23784] Remove ignored FLAGS from MSVC variant of C compile/link. ↵Allen Byrne2013-06-171-3/+3
| | | | Incorrect copy from Fortran macro
* [svn-r23778] Snapshot version 1.9 release 154HDF Tester2013-06-1613-26/+26
|
* [svn-r23763] Fix missing commandAllen Byrne2013-06-131-2/+1
| | | | Tested: local linux
* [svn-r23762] Change warning flag groups to match list of gcc 4.7 from the ↵Allen Byrne2013-06-121-23/+83
| | | | config/gnu-flags file.
* [svn-r23759] HDFFV-8451/8453: add options to enable more warning messages.Allen Byrne2013-06-121-7/+51
| | | | MS VS compiler levels added to warning options.
* [svn-r23754] HDFFV-8451/8453: add options to enable more warning messages.Allen Byrne2013-06-113-10/+66
| | | | Tested: local linux
* [svn-r23753] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-112-0/+42
| | | | | | This adds the UserMacros.cmake Windows /MT support file. Tested: local linux
* [svn-r23751] Enable all warnings (do not filter warnings)Allen Byrne2013-06-111-10/+10
|
* [svn-r23748] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-102-12/+31
| | | | | This adds the UserMacros.cmake support needed. Correct Properties tag name
* [svn-r23746] Correct Windows setting after tests on windowsAllen Byrne2013-06-101-1/+1
|
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-1037-24/+170
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23744] HDFFV-8468: Remove conversion tests which generate access ↵Allen Byrne2013-06-101-1/+5
| | | | violations on Windows 8 64
* [svn-r23741] Snapshot version 1.9 release 153HDF Tester2013-06-0913-26/+26
|
* [svn-r23740] HDFFV-8447: subsetting broke data output file option.Allen Byrne2013-06-076-8/+35
| | | | Reviewed in H5T-59, tested local linux
* [svn-r23737] HDFFV-8434: Use lowecase for whether in confiure.acAllen Byrne2013-06-052-6/+6
| | | | Trival change
* [svn-r23736] HDFFV-8437: CMake so version numbering - changed order of ↵Allen Byrne2013-06-051-2/+2
| | | | | | values to match libtool values. Tested: local linux
* [svn-r23735] HDFFV-8445: unregonized character warning solved by changing ↵Allen Byrne2013-06-051-1/+1
| | | | | | '\/' to '\\'. Tested: Windows
* [svn-r23733] HDFFV-8366: Patches tested by Larry using h5committest, it ↵Allen Byrne2013-06-053-0/+6
| | | | creates the intermediate testfiles folder first.
* [svn-r23718] Snapshot version 1.9 release 152HDF Tester2013-05-2613-26/+26
|
* [svn-r23717] Description:Quincey Koziol2013-05-231-1/+1
| | | | | | | Fix return value from FAIL to NULL, to match the routines type. Tested on: Mac OSX/64 10.8.3 (amazon)
* [svn-r23715] Bug Fix: HDFFV-8247Joel Plutchak2013-05-221-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Failure to write fill values to the user's buffer when reading unallocated chunks from datasets that have a fill value set to H5D_FILL_VALUE_DEFAULT. A consequence of this was the reporting of spurious data values in h5dump and h5diff output. Solution: Added check for fill value of H5D_FILL_VALUE_DEFAULT whenever fill value setting was checked to decide whether or not to fill. This effectively treats H5D_FILL_VALUE_DEFAULT the same as H5D_FILL_VALUE_USER rather than H5D_FILL_VALUE_UNDEFINED. Tested: h5committest (platypus, ostrich, jam-pp, koala) ran successfully (fillval test was modified to reveal and check for this error) Note: RELEASE.txt was previously changed to reflect this fix. This checkin was of a cleaner version of the code, but mostly to get this full log message entered. -This line, and those below, will be ignored-- M H5Dchunk.c
* [svn-r23713] Description:Quincey Koziol2013-05-2165-1114/+1329
| | | | | | | | | | Clean up warnings, switch library code to use Standard C/POSIX wrapper macros, remove internal calls to API routines, update checkapi and checkposix scripts. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN Big-Endian Linux/64 (ostrich)
* [svn-r23710] I added H5Pencdec.c to make.com. I added Raymond Lu2013-05-202-1/+10
| | | | | | | | | H5_HAVE_DIRENT_H H5_HAVE_LIBDL H5_HAVE_SETJMP to h5pubconf.h. Not tested yet.
* [svn-r23708] Snapshot version 1.9 release 151HDF Tester2013-05-1913-26/+26
|
* [svn-r23707] Vagrind memleak: bufferes only cleaned up if there was an error.Allen Byrne2013-05-151-0/+9
|
* [svn-r23698] Description:inactive/trunk_merge_coverityQuincey Koziol2013-05-131-330/+254
| | | | | | | | Revert r23695, which breaks big-endian tests on ostrich, etc. Will investigate and submit correction later. Tested on: BE & LE Linux systems (ostrich, koala, jam, emu)
* [svn-r23695] Description:Quincey Koziol2013-05-1113-563/+731
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings in H5Tconv.c (down to _only_ 9000 lines of output now!) Merge changes from Coverity branch back to trunk: r20684: Fix for coverity bug #1721 which was due to the fix for coverity bug #943. r20685: Use HDstrncpy. --gh r20761: Purpose: Fix valgrind issues Description: Free image_data and data as appropriate in test_image. r20762: Purpose: Fix coverity issue 600 Description: Add check for return value of H5O_close in H5Ocopy. Also cleaned up various warnings. r20763: Purpose: Fix valgrind issues with h5stat Description: Modified h5stat to free "iter" before exit, and free "hand" before exit if parse_command_line exits directly. r20764: fixed coverity issues: 69, 327, 614, 684, 685, 696, 697, 1681, 967, 826, 660, 80 r20765: Fixed coverity bug 668 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program but I did add a check that n_elements is >= 1. I also changed an error condition from doing its own close and returning -1 to "goto out;" like the rest of the program. r20766: Fixed coverity bug 667 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN (h5committest upcoming)
* [svn-r23692] Remove INSTALL_VMS file.Allen Byrne2013-05-091-18/+28
| | | | Added if block around INSTALL files
* [svn-r23691] Fix valgrind leak by closing faplAllen Byrne2013-05-091-0/+3
| | | | Tested: local linux
* [svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the ↵Raymond Lu2013-05-084-90/+58
| | | | | | iteration process over datasets, groups, and files as Quincey suggested. I also removed H5I_search that I introduced in last commit but didn't actually used it. Tested on jam and koala - simple change.