Allen Byrne
0df90f9f79
Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743':
Update CMake formatting
Update CMake files and formatting
HDFFV-10120 verify nozlib checking with tools tests
cmake non-code typo
2017-03-02 12:11:19 -06:00
Quincey Koziol
5df52404bc
Misc. small cleanups to sync against incoming page buffering changes.
2017-03-02 06:24:46 -08:00
Allen Byrne
2562ec3a4b
Update CMake files and formatting
2017-03-01 14:47:53 -06:00
Allen Byrne
0383597463
HDFFV-10120 verify nozlib checking with tools tests
2017-03-01 11:46:30 -06:00
Quincey Koziol
101fa7af8e
Cleanups and normalizations against incoming page_buffering changes.
2017-02-19 18:28:52 -08:00
Allen Byrne
08b5edca0b
Fix parallel h5diff test comapare
2017-02-14 14:59:57 -06:00
Allen Byrne
5e87ada674
Set depends test dependency for parallel h5diff
2017-02-14 13:51:34 -06:00
Quincey Koziol
a28b65bb9e
Clean up whitespace
2017-02-07 09:18:57 -08:00
Allen Byrne
d1292691c4
HDFFV-9875 enable static pdb and cleanup exports
2017-02-03 12:41:30 -06:00
Allen Byrne
177c050891
HDFFV-9875 Fix target exports and add static tools pdb files
2017-02-02 12:09:10 -06:00
Allen Byrne
0668e1ba1e
HDFFV-10123 fix shared name
2017-02-01 11:30:29 -06:00
Allen Byrne
7b85399dff
HDFFV-10123 Add SHARED tools
2017-02-01 11:15:38 -06:00
Allen Byrne
e4b568fffc
HDFFV-10046 add shared versions of tools for plugin filters
2017-01-31 15:50:21 -06:00
Allen Byrne
f1410b6c64
HDFFV-10046 build a shared version of h5repack tool for plugins
2017-01-31 15:33:10 -06:00
Dana Robinson
081955fdd1
Additional minor changes from revise_chunks->develop.
2017-01-27 16:46:09 -05:00
Allen Byrne
d627cd29bd
HDFFV-10046 Fix windows parse error
2017-01-24 16:41:45 -06:00
Allen Byrne
da08f71ea1
HDFFV-10112 correct form of comments
2017-01-23 08:49:54 -06:00
Allen Byrne
7e73366e91
HDFFV-10118 fix data
2017-01-20 16:40:40 -06:00
Allen Byrne
eb42e42ea4
HDFFV-10118 change h5ls to not display extra info
2017-01-20 15:53:45 -06:00
Allen Byrne
c3463d800d
HDFFV-10118 fixed plugin tests for tools
2017-01-20 14:23:41 -06:00
Allen Byrne
a8e9126054
Fix script varnames
2017-01-18 09:46:50 -06:00
Allen Byrne
ee4c57cc08
Chnage test dir to avoid parallel test collisions
2017-01-18 08:51:32 -06:00
Allen Byrne
a8e4f6426e
Add autotools version of plugin tests for UD filters
2017-01-17 17:11:27 -06:00
Allen Byrne
7d7a66ac82
HDFFV-9994 add h5ls reference file to copy
2017-01-17 14:18:06 -06:00
Allen Byrne
d8dfb7e63a
HDFFV-9994 - correct reference file
2017-01-17 14:12:01 -06:00
Allen Byrne
406db26f51
HDFFV-9994 add UD tests for tools
2017-01-17 13:46:11 -06:00
Allen Byrne
be260bbf75
Add goto error for dataset read failure. Fixed comments
2017-01-17 09:55:15 -06:00
Allen Byrne
556ff06975
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb':
tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
2017-01-13 10:57:26 -06:00
lrknox
8452976de5
tools/test/h5diff/testh5diff.sh.in:
...
Add code to delete copies of test .h5 files copied from
tools/testfiles/vds to tools/test/h5diff/testfiles when running
"make check" for an in-source build.
tools/test/misc/testh5repart.sh.in:
Change the name of the temporary test directory from "testfiles"
which is also used for 2 h5mkgrp test files under source control to
"testrepart" to avoid deleting source controlled files when running
"make check" in the source directory.
Fix test scripts that remove source-controlled files during "make check" when run in-source.
Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory.
Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
2017-01-12 22:20:11 -06:00
Allen Byrne
ee485247b7
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '8b4c9f848d63351c85cab3a5b2034f8e7e1a29db':
h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean.
Added an --enable-developer-warnings option to configure so users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality.
2017-01-11 14:24:09 -06:00
Allen Byrne
244faaa0d0
HDFFV-10094: upgrade cmake command conventions
...
Also converted tests to use macros
2017-01-11 14:02:34 -06:00
Larry Knox
c37826171d
Merge pull request #245 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '630d668954f56f5138f2bffe3994e2c1da2e3f5c':
h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean.
2017-01-10 23:02:46 -06:00
Allen Byrne
e1bcae8a6a
Update cmake min version and cmake command convention
2017-01-10 17:10:03 -06:00
lrknox
630d668954
h5format_convert was not built (missing from subdirs in tools/src and
...
tools/test Makefile.ams) but created dependencies that were not
cleaned up by make clean and make distclean.
2017-01-10 16:53:38 -06:00
Allen Byrne
09d1314c1d
Split VDS files into a separate list
2017-01-10 15:59:01 -06:00
lrknox
584d3743a8
Create h5repack convenience library for common code used by h5repack
...
tool and h5repacktst. Fixes broken distclean.
Tested with h5committest and "make distclean".
2017-01-10 14:41:25 -06:00
Allen Byrne
b3c2354a1b
Corrected return calls from main()
2017-01-05 12:01:45 -06:00
Allen Byrne
cdda9c0a6a
Corrected return calls
2017-01-05 12:01:10 -06:00
Allen Byrne
e16bfa859c
Fix valgrind memory leak
2017-01-05 09:02:13 -06:00
Allen Byrne
c507554935
Clean up valgrind memory leak
2017-01-05 08:58:58 -06:00
Allen Byrne
7f3b32385c
HDFFV-10053: add check for zlib support before running test
2016-12-16 10:41:20 -06:00
Quincey Koziol
57afb68e46
Bring SWMR-related tools changes from revise_chunks to develop.
2016-12-11 11:25:08 -08:00
Dana Robinson
122819fec3
Merge pull request #48 in HDFFV/hdf5 from HDFFV-9407-h5dump-fails-to-print-full-precision to develop
...
Merged Kimmy's fix (still needs a test).
* commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38':
fix the issue of h5dump fails to print full precision
2016-12-07 16:17:45 -06:00
Allen Byrne
45d817af9c
Repair comment chars to C style
2016-11-17 09:28:18 -06:00
Allen Byrne
94f09655cb
Correct name of list
2016-11-09 12:39:22 -06:00
Allen Byrne
a2e6cb3c82
Factor out path
2016-11-09 11:55:28 -06:00
Allen Byrne
f9674dfe4e
On windows there could be a conflict when two processes try to read the
...
same file
2016-11-09 10:37:04 -06:00
Quincey Koziol
bb6cb6adb0
Code style and warning cleanups, from revise_chunks branch.
2016-11-06 12:08:19 -08:00
Allen Byrne
070362cc93
Fix mktarball errors with Manifest
2016-11-04 09:34:01 -05:00
Quincey Koziol
84787e3085
Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping
...
in tools code.
2016-11-03 08:46:53 -07:00
Allen Byrne
16ba94f5db
Fix parallel h5diff option of tool location
2016-11-02 12:21:14 -05:00
Allen Byrne
de57917e58
minor cleanup to utils defines
2016-11-01 16:42:13 -05:00
Allen Byrne
8a323685f8
Add util programs for tests
2016-11-01 16:38:18 -05:00
Allen Byrne
430d10b047
Correct test command line
2016-11-01 16:10:09 -05:00
Allen Byrne
60cb2c8254
refactor repart test to use test dir
2016-11-01 15:48:39 -05:00
Allen Byrne
df13600ae2
Re-merge HDFFV-9942 to new folder structure
2016-10-27 11:03:26 -05:00
Allen Byrne
67084271cb
Correct dir reference
2016-10-27 10:55:22 -05:00
Allen Byrne
11093646db
Split tools code - remove old change
2016-10-27 10:19:59 -05:00
Allen Byrne
2c6dbbf212
Split tools into src and test - add folders
2016-10-27 10:06:00 -05:00
Allen Byrne
5b562d9ce9
Split tools into src and test - remove folders
2016-10-27 10:04:42 -05:00
Allen Byrne
b34423f620
Split the code into src and test
2016-10-27 10:03:22 -05:00
Allen Byrne
5dfe4b6de7
Merge pull request #3 in ~BYRN/hdf5_adb from bugfix/HDFFV-9942-verify-standalone-perform to develop
...
* commit '9a4ac501c1bd1f27bde1fc2acbc67bed74ff38ff':
Add defines missing on OSX
Merge includes from sio file
2016-10-21 15:20:42 -05:00
Allen Byrne
0a27add8d7
Change return statement format.
2016-10-21 14:21:08 -05:00
Allen Byrne
9a4ac501c1
Add defines missing on OSX
2016-10-21 14:11:46 -05:00
Allen Byrne
3543f58f25
remove unneeded defines
2016-10-21 11:31:46 -05:00
Allen Byrne
8fd2eb8287
Merge includes from sio file
2016-10-19 17:02:30 -05:00
Allen Byrne
8e0674691a
Add new testlib to copy
2016-10-19 12:10:45 -05:00
Allen Byrne
a8883cf07b
Correct multiple lib setting
2016-10-18 12:52:32 -05:00
Allen Byrne
7ea09c9292
HDFFV-9996: Test file to verify that that multiple params are parsed
2016-10-18 12:14:25 -05:00
Allen Byrne
c3cea7f96e
Add missing EXPORT tag in INSTALL command
2016-10-17 09:52:00 -05:00
Allen Byrne
321db89a65
Remove test only tools from exports
2016-10-14 13:13:25 -05:00
Allen Byrne
fabfa3c1f4
Fix typo
2016-10-14 13:10:18 -05:00
Allen Byrne
3ee36553b9
Add support for namespace and add tools to binaries config
2016-10-14 11:22:22 -05:00
Allen Byrne
ec991ed4b8
Fix missing defines for standalone perf
2016-10-03 17:07:21 -05:00
Allen Byrne
9fd74f83e6
Remove hanging property set
2016-10-03 15:45:31 -05:00
Allen Byrne
031633c479
Revert clear objects for testfile removal
2016-10-03 15:42:31 -05:00
Allen Byrne
dd9caf37d2
Merge test output file clearing into runTest.cmake
2016-10-03 15:34:11 -05:00
Allen Byrne
869ef118e9
Move clear-objects inside runTest
2016-10-03 14:50:41 -05:00
Quincey Koziol
30ca70b096
Merge pull request #46 in HDFFV/hdf5 from ~KOZIOL/hdf5:features/warning_cleanups to develop
...
* commit '5a7880183025f56421cf6f2274d9f1ac36f59641':
Clean up hardcoded constants and check return values better. (Comments from group code review)
Description: Cleanups from Dana's review.
Description: Further warning cleanups: from 667 warnings to 503.
2016-09-29 15:19:35 -05:00
kmu
f76c3b56e1
fix the issue of h5dump fails to print full precision
2016-09-27 14:04:19 -05:00
Quincey Koziol
fa66428a6d
Description:
...
Further warning cleanups: from 667 warnings to 503.
2016-09-27 10:29:16 -07:00
Allen Byrne
a25cf22663
Correct clear objects working dir
2016-09-21 12:12:37 -05:00
Allen Byrne
203b2b2e75
Windows returns -1 instaed of 255 as on linux for the test
2016-08-30 10:27:07 -05:00
Allen Byrne
b947f7e911
[svn-r30321] HDFFV-9974: Correct parsing of UD filter parameters.
...
Verified by user, who reported issue.
2016-08-25 13:57:27 -05:00
Vailin Choi
169014d154
[svn-r30319] Fix for daily test failure on emu -m64 for the checkin #30310 .
...
Tested on emu (-m64 & -m32), platypus, mayll, moohan, osx1010test, quail, kituo, ostrich, kite.
2016-08-24 15:12:18 -05:00
Allen Byrne
42d55a0f7d
[svn-r30318] whitespace cleanup
2016-08-24 14:50:39 -05:00
Allen Byrne
2d6dd8ea64
[svn-r30317] Whitespace cleanup
2016-08-24 14:47:56 -05:00
Vailin Choi
ae18cf66d8
[svn-r30310] Fix daily test failure for previous checkin #30308 .
...
Tested on platypus and mayll.
2016-08-21 19:21:20 -05:00
Vailin Choi
c8af99f530
[svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of
...
a variable length string.
Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
2016-08-19 15:58:16 -05:00
Quincey Koziol
f40381b0ea
[svn-r30285] Description:
...
More warning cleanups, bringing the build down to 25 unique types of
warnings, with 550 warnings in 122 files (down from 28, 770, and 134).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-08-13 04:23:53 -05:00
Allen Byrne
bac4cf8e92
[svn-r30238] Follow-on to HDFFV-9928: remove unconditional call of time.h type headers. Also remove duplicated includes when h5private.h is used.
2016-08-01 12:38:34 -05:00
Allen Byrne
e55844b752
[svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom commands. Fixes possible overruns on windows command lines.
2016-08-01 12:35:00 -05:00
Allen Byrne
1494413413
[svn-r30236] HDFFV-9928: remove duplicate and unconditional includes in h5diff_array.
...
Also format function block in h5diff_attr to eliminate excessive whitespace
2016-08-01 12:26:41 -05:00
Allen Byrne
4ce65b8585
[svn-r30235] HDFFV-9730: Fix functions for delete to use a specific dir instead of a possibly uninitialized variable.
2016-08-01 12:20:21 -05:00
Allen Byrne
db7a701126
[svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.
2016-08-01 12:03:56 -05:00
Quincey Koziol
4af66b09e0
[svn-r30219] Description:
...
More warning cleaups: down to 770 warnings (from ~940) in 134 files (from
148), with 28 unique kinds of warnings (from 31).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-22 17:43:18 -05:00
Allen Byrne
a71f9dd1e4
[svn-r30194] Convert usage function to use standard tools macros.
2016-07-18 11:46:43 -05:00
Allen Byrne
dd0eaf951f
[svn-r30192] Correct random code inserted in usage text.
2016-07-18 09:12:34 -05:00
Quincey Koziol
bb19817c9f
[svn-r30189] Description:
...
Clean up more warnings: drop the warning count from ~1310 down to ~940,
with only 31 types of warnings in 148 files (down from 38 types in 167 files).
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-17 19:18:42 -05:00
Quincey Koziol
2677879995
[svn-r30161] Description:
...
Switch from atoll to strtoull, to make VS2012 happy.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-07-07 16:38:35 -05:00
Quincey Koziol
83724bd787
[svn-r30113] Description:
...
Clean up warnings (from 2774 -> 1560, with my standard debug build)
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-28 16:53:48 -05:00
Quincey Koziol
f410d5d842
[svn-r30095] Description:
...
Bring over fixes for CMake testing from the revise_chunks branch
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-19 03:48:44 -05:00
Quincey Koziol
d3396a7953
[svn-r30075] Description:
...
Bring object/dataset/group/named datatype features from revise_chunks
branch to trunk. Also CMake support for h5format_convert and a bunch of
misc. cleanups.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-06-14 18:07:03 -05:00
Larry Knox
3b507bb8c4
[svn-r30058] Correct typo in compile scripts that causes dropping of filename in -o outfile.
...
Addresses HDFFV-9530 and HDFFV-9938.
2016-06-08 15:14:32 -05:00
Quincey Koziol
03dafc5ebe
[svn-r30020] Description:
...
Bring r29992 from revise_chunks branch to trunk:
Turn off error reporting for h5debug and hdf2gif.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & produciton
(h5committest forthcoming)
2016-06-05 21:30:16 -05:00
Quincey Koziol
a6303ce04c
[svn-r29975] Description:
...
Bring r29909 from revise_chunks to trunk:
Cleaned up "conflicts with C++ keyword" warnings.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-05-30 01:18:56 -05:00
Quincey Koziol
bf566b775b
[svn-r29969] Description:
...
Bring r29934 from revise_chunks branch to trunk:
(1) Fix for HDFFV-9434: throw an error instead of assertion when v1 btree level hits the 1 byte limit.
(2) Modifications to better handle error recovery when conversion by h5format_convert fails.
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-05-29 05:57:47 -05:00
Dana Robinson
741f836b98
[svn-r29956] Removed tools/h5format_convert/Makefile.in.
2016-05-24 09:22:30 -05:00
Quincey Koziol
18ad868b23
[svn-r29924] Description:
...
Bring h5format_convert tool from revise_chunks branch to trunk.
Tested on:
MacoSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-05-12 15:47:03 -05:00
Allen Byrne
a5b595e020
[svn-r29889] HDFFV-9775: Add enable-error-stack to tools lib and refactor h5repack error handling.
2016-05-04 13:15:57 -05:00
Allen Byrne
5497968dfe
[svn-r29887] Add missing testfiles for h5repack
2016-05-04 12:53:49 -05:00
Allen Byrne
3764d69e9e
[svn-r29885] Fix memory leak when one dataset is vlen.
2016-05-04 11:39:28 -05:00
Allen Byrne
2f1b517021
[svn-r29884] VDS correction for get_space_status, with test change.
...
Add new files for repack tests.
Add repack tests for VDS files.
2016-05-04 11:38:08 -05:00
Allen Byrne
f962c3d963
[svn-r29883] Convert import test script to standard used by other test scripts.
2016-05-04 11:35:59 -05:00
Allen Byrne
5e94747c52
[svn-r29881] Add include guards.
...
Remove unnecessary includes.
2016-05-04 11:18:11 -05:00
Allen Byrne
792f902854
[svn-r29868] Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
2016-05-04 10:30:30 -05:00
Allen Byrne
8bd70914fc
[svn-r29867] CMake whitespace cleanup
2016-05-04 10:29:16 -05:00
Allen Byrne
74f3326a67
[svn-r29862] Convert source list names from *_SRCS to *_SOURCES.
...
Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
2016-05-04 10:06:05 -05:00
Quincey Koziol
4f831405cb
[svn-r29779] Description:
...
Bring over some of the tool testing for the new chunk indices.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
2016-04-24 03:21:09 -05:00
Scot Breitenfeld
988c33527f
[svn-r29745] HDFFV-9767
...
h5perf output; should be MB not MBs
FIX: changed output text from MBs to MB and KBs to KB
2016-04-19 10:00:53 -05:00
Quincey Koziol
be24e91aec
[svn-r29714] Description:
...
Switch to use internal DXPL ID, to align with recent changes within the
library.
Tested on:
MacOSX/64 10.11.4 (amazon) w/serial & parallel
(Too minor to require h5committest)
2016-04-16 03:36:47 -05:00
Allen Byrne
18e360b9fa
[svn-r29683] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
...
SKIP h5repack VDS tests until h5repack is fixed.
remove h5repack fix ddl files needed when h5repack VDS fix is implemented.
2016-04-11 09:21:37 -05:00
Allen Byrne
0ff3a85a48
[svn-r29681] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
...
SKIP h5repack VDS tests until h5repack is fixed.
Additional tests to be skipped
2016-04-11 08:53:55 -05:00
Allen Byrne
7fe0324fc4
[svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
...
SKIP h5repack VDS tests until h5repack is fixed.
2016-04-11 08:45:33 -05:00
Larry Knox
921b68afa7
[svn-r29678] Revert r29672 changes to h5diff.
...
Tested h5committest.new
2016-04-09 13:48:43 -05:00
Allen Byrne
1a5ee65d50
[svn-r29672] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
2016-04-08 12:43:59 -05:00
Dana Robinson
305d218725
[svn-r29665] Added new chunk index types to h5debug.
...
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
Autotools serial
2016-04-07 15:31:17 -05:00
Allen Byrne
8e41b14811
[svn-r29601] Cleanup case of CMake commands in tools.
...
Update CTestCustom file for new tests.
Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
2016-03-31 09:02:24 -05:00
Dana Robinson
8ed8520c19
[svn-r29537] Added "latest format" tests to h5copy and h5repack from revise_chunks.
...
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
cmake serial
2016-03-23 14:32:59 -05:00
Dana Robinson
5a9a9e8f0e
[svn-r29534] Normalization w/ revise_chunks in preparation for big merge.
...
tools directory
Also fixes a minor Java test output error.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java, Fortran, & C++
2016-03-23 12:42:06 -05:00
Dana Robinson
7f641b520d
[svn-r29482] Switched a few Visual Studio #ifdefs to Win32
...
Tested on 64-bit Win10 w/ VS 2015 Pro
2016-03-21 11:36:23 -05:00
Allen Byrne
40cdbe0b8d
[svn-r29274] HDFFV-9698: fix subsetting issues with h5dump
2016-03-04 15:41:12 -05:00
Allen Byrne
49e774296b
[svn-r29262] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0
2016-03-03 11:02:55 -05:00
Allen Byrne
d0444d4f2b
[svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0
2016-03-03 10:27:48 -05:00
Allen Byrne
28ee82a07b
[svn-r29259] HDFFV-9066: Improve h5dump usage statement for -O F, -ddl=F option.
2016-03-03 09:07:49 -05:00
Allen Byrne
f0a7f5978e
[svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time info for VDS files
2016-03-03 08:56:44 -05:00
Allen Byrne
8538eedde3
[svn-r29234] Fix H5 LIB OPTIONS macro for correct ARGN support
2016-02-29 16:24:31 -05:00
Allen Byrne
a1617b7cdb
[svn-r29222] HDFFV-9570: Fix segfault when optional args are last option on command line.
...
Tested: java_merge DT
2016-02-28 12:58:37 -05:00
Allen Byrne
f7689087de
[svn-r29186] HDFFV-9654: add VDS options to h5dump
...
includes new data files
2016-02-23 15:23:46 -05:00
Dana Robinson
7511d8b469
[svn-r29179] Revert of 29177 which breaks the autotools build.
...
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial
2016-02-22 15:32:01 -05:00
Allen Byrne
910d420409
[svn-r29177] HDFFV-9654: add VDS options to h5dump
2016-02-22 11:57:07 -05:00
Mohamad Chaarawi
63c90e5c67
[svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective metadata optimizations.
...
- rename H5AC_dxpl_id to H5AC_ind_read_dxpl_id and update all usage in the library
tested on bb-8 with parallel and serial.
2016-02-10 15:48:34 -05:00
Mohamad Chaarawi
48bebcc39e
[svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BUILD)
...
tested on bb-8 with Serial and Parallel, debug and production builds.
2016-02-07 10:37:33 -05:00
Quincey Koziol
b9763eee6d
[svn-r28918] Description:
...
I missed changes to a couple of expected error output files with the last
checkin.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-01-15 18:28:08 -05:00
Allen Byrne
94d03fd874
[svn-r28885] Change TOOLTEST5 to TOOLTEST3, which does not post-process the files.
2016-01-13 12:24:20 -05:00
Allen Byrne
0115366eee
[svn-r28868] HDFFV-9639: autotools script update
2016-01-12 15:48:23 -05:00
Allen Byrne
24443da316
[svn-r28865] HDFFV-9639: Fix double-free error by setting freed var to NULL.
...
Verified issue with "h5dump tgroup.h5 non_existing.h5"
Applied patch and retested.
2016-01-12 15:31:59 -05:00
Quincey Koziol
d4f3d93b8d
[svn-r28769] Description:
...
More memory cleanups and leak elimination.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-01-02 20:03:08 -05:00
Quincey Koziol
f60170dac7
[svn-r28761] Description:
...
Clean up many mismatches between malloc/free and H5MM_malloc/H5MM_xfree
in the library and tests (and use of H5free_memory and H5Dvlen_reclaim). Also
make H5Ocopy use a private version of H5Lexists, which doesn't internally
throw (and suppress) errors when an object (or the path to it) isn't found in
the destination.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest forthcoming)
2016-01-01 01:28:04 -05:00
Quincey Koziol
b5504be6cc
[svn-r28742] Description:
...
Add 'update' operation to v2 B-trees, which will insert a new record, or
modify an existing one, depending on if the record exists or not.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest forthcoming)
2015-12-29 12:06:36 -05:00