summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27419] Merge revisions 27394 through 27418 from trunk to vds branch.Neil Fortner2015-07-212-3/+4
|\ | | | | | | Tested: ummon
| * [svn-r27407] Updated the H5_ATTR_* macros.Dana Robinson2015-07-182-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | - Updated the preprocessor logic that defines the H5_ATTR_* macros. The Solaris Studio compiler understands __attribute__ but not the specific attributes that we use. The H5_ATTR_* macros are now defined as blank with that compiler which significantly cleans up the warnings, making debugging easier. - Replaced a few lingering __attribute__ macros with H5_ATTR_* markup. Tested on: h5committest Solaris w/ Solaris Studio (emu)
* | [svn-r27397] Merge revisions 27255 through 27393 from trunk to vds branch.Neil Fortner2015-07-1510-50/+21
|\ \ | |/ | | | | Tested: ummon
| * [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-0910-51/+22
| |
| * [svn-r27267] Combine float checks and int checks to eliminate possible conflictsAllen Byrne2015-06-221-199/+213
| |
| * [svn-r27252] Fix whitespaceAllen Byrne2015-06-191-15/+15
| |
| * [svn-r27238] Add function prototype for local functionAllen Byrne2015-06-181-29/+30
| |
| * [svn-r27196] Move pbbits file to subfolderAllen Byrne2015-06-1255-137/+137
| |
* | [svn-r27324] Remove extra character on end of file nameAllen Byrne2015-07-021-1/+1
| |
* | [svn-r27321] Fixed VDS test framework to check for zlib,Allen Byrne2015-07-024-30/+51
| | | | | | | | and fix file copy list paths
* | [svn-r27300] Add h5repack and h5diff VDS testsAllen Byrne2015-06-302-167/+240
| |
* | [svn-r27266] Change tests to use simple mode - eliminates native type use.Allen Byrne2015-06-229-161/+165
| | | | | | | | Combine float checks and int checks to eliminate possible conflicts
* | [svn-r27265] corrected test paramsAllen Byrne2015-06-221-6/+6
| |
* | [svn-r27239] Add function prototype for local functionAllen Byrne2015-06-181-29/+30
| |
* | [svn-r27236] The vds h5diff filesAllen Byrne2015-06-173-0/+29
| |
* | [svn-r27235] Add vds h5diff testsAllen Byrne2015-06-171-43/+89
| |
* | [svn-r27234] Add layout test from virtual to Contiguous and Compact ↵Allen Byrne2015-06-171-1/+30
| | | | | | | | generated files to clearall
* | [svn-r27233] Add layout test from virtual to Contiguous and CompactAllen Byrne2015-06-171-35/+85
| |
* | [svn-r27229] remove copy-paste errors from listAllen Byrne2015-06-172-12/+0
| |
* | [svn-r27219] Add h5dump and h5 ls VDS test scripts to autools configureAllen Byrne2015-06-164-10/+15
| |
* | [svn-r27218] Add VDS tests to h5lsAllen Byrne2015-06-169-0/+495
| |
* | [svn-r27195] Add h5dump cmake tests and files.Allen Byrne2015-06-1296-214/+2666
| | | | | | | | | | | | | | Add tools gen cmake files move testfiles for pbits to subdir as well as vds Tested: local linux
* | [svn-r27191] Merged r26781 to r27185 from trunkDana Robinson2015-06-1117-69/+69
|\ \ | |/ | | | | | | Tested on: 64-bit Ubuntu Linux VM w/ gcc 4.8.2 (C++ and Fortran 2003 also tested)
| * [svn-r27185] fix more instances where both mpi is_initialized and ↵Mohamad Chaarawi2015-06-101-7/+7
| | | | | | | | | | | | is_finalized need to be checked before making any MPI calls. tested with h5committest.
| * [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-0115-59/+59
| | | | | | | | | | | | | | | | * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
| * [svn-r27111] move undef of __attribute__ back to private and remove its ↵Mohamad Chaarawi2015-05-261-3/+3
| | | | | | | | usage from public routines.
* | [svn-r27161] Added makefiles to tools/misc/vds to build the generators.Dana Robinson2015-06-084-57/+1599
| | | | | | | | Tested on: jam
* | [svn-r27160] Added VDS generator files.Dana Robinson2015-06-0811-6/+1758
| | | | | | | | The Makefiles have not been updated so they don't compile yet.
* | [svn-r27150] Added an empty VDS testfile generator to tools/misc directory.Dana Robinson2015-06-043-7/+47
| | | | | | | | | | | | | | | | | | | | | | | | test/Makefile.in was updated due to changes in the Makefile.am file that missed a reconfigure. The changes just added a few VDS test files to the deletion list. Note that there are trace issues with a new VDS struct that show up when running bin/reconfigure. I reverted these for fixing at a future date. Tested on: jam
* | [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Neil Fortner2015-05-212-11/+38
|\ \ | |/ | | | | Tested: ummon
| * [svn-r27071] Description:Quincey Koziol2015-05-151-3/+3
| | | | | | | | | | | | | | | | Clean up H5B2 interface, to align w/v3 metadata cache changes Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux 2.6.* (jam) w/serial & parallel
| * [svn-r27058] Description:Quincey Koziol2015-05-131-6/+33
| | | | | | | | | | | | | | | | | | | | Convert internal chunk structures to use 'scaled' coordinates instead of absolute coordinates. Tested on: Mac OSX/64 10.10.3 (amazon) w/parallel & serial Linux 2.6.x/32 (jam) w/parallel & serial Linux 2.6.x/64 (koala) w/serial
| * [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-281-2/+2
| | | | | | | | Move TOOLS option up before usage.
| * [svn-r26936] Incorrect use of HSIZE_T_FORMAT macro, needed to be sub macro ↵Allen Byrne2015-04-271-3/+3
| | | | | | | | | | | | H5_PRINTF_LL_WIDTH. Tested: local linux
* | [svn-r26959] Fixed ERTERN print format and remove "Files" from virtual.Allen Byrne2015-04-281-4/+4
| |
* | [svn-r26935] Add dataset name to mapping outputAllen Byrne2015-04-271-0/+5
| |
* | [svn-r26910] Add clarification that the files are SourceAllen Byrne2015-04-231-1/+1
| |
* | [svn-r26909] Convert layout to switch and add virtual. Print number of maps ↵Allen Byrne2015-04-231-56/+87
| | | | | | | | | | | | and file names only. Tested: local linux
* | [svn-r26798] Fix other storage layout whitespaceAllen Byrne2015-04-131-0/+18
| |
* | [svn-r26794] Fix formatting for selection. Irregular reuses blocks and ↵Allen Byrne2015-04-132-23/+20
| | | | | | | | points for datasets however indentation after line breaks are an issue.
* | [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-1058-874/+377
|\ \ | |/ | | | | Tested: ummon
| * [svn-r26750] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-077-25757/+11
| | | | | | | | | | | | | | | | | | compound type. Added the testing to h5repack where it belongs. Undo the tests added to h5dump. Tested: h5committested plus tested in jam by hand.
| * [svn-r26721] Disable failing testAllen Byrne2015-04-031-1/+1
| |
| * [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and ↵Larry Knox2015-04-0212-12/+0
| | | | | | | | | | | | | | | | redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths. Tested with h5committest.
| * [svn-r26702] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in ↵Albert Cheng2015-04-011-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | compound type. Description: The test added failed in some machines because the data file contains infinity values that different machines print them differently as "inf", "INF", "Inf", ... Solution: Added a "ignorecase" option to TOOLTEST() to do caseless matching between generated output vs expected output. This solved most machines problem for now. Tested: h5committest, emu by hand for both development and production modes. But cmake built h5dump failed to read the data file. Using the same source to build h5dump by autotools produced a h5dump that can read the test data file. Don't know why cmake could not produce a correct binary.
| * [svn-r26699] Generators are only built staticAllen Byrne2015-04-016-13/+13
| |
| * [svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal}Allen Byrne2015-04-012-94/+22
| |
| * [svn-r26683] Remove internal filter checksAllen Byrne2015-03-312-33/+17
| |
| * [svn-r26682] Add new test from test scriptAllen Byrne2015-03-311-0/+3
| |
| * [svn-r26677] HDFFV-8957: h52gif crashes when run against one of our own ↵Albert Cheng2015-03-314-0/+25756
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | examples The tool claimed it could handle 24bit images but there was no code to handle it. (or might be there were but was removed by previous revisions.) Also discovered that it does not accept multiple images nor -p for palette as its user document and online help message indicated. Solution: Added code to verify dimension sizes are within 8 bit raster images limit and added tests to verify the tools correctness. Need to update user document tool. Tested: h5committested.