Allen Byrne
574cb4e942
The version string has a second use for packaging
2020-08-26 09:04:20 -05:00
Dana Robinson
9c255bc995
Normalization of tools with develop
2020-08-18 10:22:19 -07:00
Dana Robinson
1ae6daaa80
Sync with develop
2020-08-01 09:18:18 -07:00
Vailin Choi
c2af605d95
Merge pull request #2643 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10961-h5clear-usage-statement-give to develop
...
* commit '01b632c69ca1c97c2b0e1aaeeab1dd2362b580a6':
Fix for HDFFV-10961: Couple changes to the tests' usage output files for h5clear.
Fix for HDFFV-10961: add description to usage for --increment option.
2020-06-11 17:02:39 -05:00
Allen Byrne
9f1d06c7f1
Whitespace cleanup
2020-05-12 16:14:30 -05:00
Allen Byrne
44003b135f
Change to dynamic allocation for buffer
2020-02-25 16:21:11 -06:00
Allen Byrne
0c1adcc26f
Fix standalone link in perform tools
2020-02-25 15:06:21 -06:00
Allen Byrne
9ed096fb39
Merge changes from develop mostly cmake 3.12 minimum version
2020-02-23 11:55:47 -06:00
Allen Byrne
a29f9e8451
Merge changes from develop to fix various issues
2020-01-30 14:33:47 -06:00
Allen Byrne
6bae11bb5b
Improved CMake options for tests
2020-01-19 07:53:46 -06:00
Allen Byrne
06f3c95c6e
Merge tools changes from develop
2020-01-13 11:35:40 -06:00
Allen Byrne
a1a1cfcd22
Fix issues when using ONLY_SHARED_LIBS
2019-12-11 12:31:36 -06:00
Allen Byrne
392340062b
Add HD prefix
2019-08-27 09:21:08 -05:00
Allen Byrne
ba974c031d
OESS-29 Update HD prefix mostly
2019-08-24 14:07:33 -05:00
Allen Byrne
64e6665b54
Add HD prefix to tests
2019-08-15 16:46:15 -05:00
Allen Byrne
c60ceb8c08
Merge reconciliation and VFD test fixes
2019-08-04 15:19:51 -05:00
Allen Byrne
a7d74160d0
Correct generator and add HD prefix
2019-07-26 16:18:39 -05:00
Allen Byrne
6a932198aa
HDFFV-10529 Update CMake tests to use test fixtures
2019-07-23 16:24:56 -05:00
Allen Byrne
f724e86727
HDFFV-10845 use of TARGETFILE disables auto emulator
2019-07-17 11:58:04 -05:00
Quincey Koziol
3b594992d6
Add support for GCC9, update warnhist script, and clean up warnings.
2019-07-02 23:43:45 -05:00
Quincey Koziol
d5130bb573
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
...
changes to warnhist script (and some extra improvements for condensing C++
and Java warnings), and fixed a bunch of warnings.
2019-06-28 09:10:43 -05:00
Allen Byrne
aa9a979fbb
Add missing fortran mods
2019-06-19 15:42:35 -05:00
Allen Byrne
e7f16c6f2c
HDFFV-10805 Add option to only build shared targets
...
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
2019-06-18 07:46:25 -05:00
Allen Byrne
68bddef35d
HDFFV-10741 - remove SKIP_ERRSTK_TESTS option
2019-04-15 14:46:23 -05:00
Allen Byrne
6e2e461087
HDFFV-10741 - add option to skip tool error stack tests
2019-03-26 14:00:34 -05:00
Allen Byrne
122b63a5a2
HDFFV-10703 Update CMake commands to latest standard
2019-02-15 15:48:24 -06:00
Allen Byrne
2cf543b294
Fix typo
2019-01-18 12:57:15 -06:00
Allen Byrne
13d1568c3f
Fix missing depends for last repart test
2019-01-18 12:27:21 -06:00
Allen Byrne
11b4c1f3af
HDFFV-10632 update autotools test scripts to match cmake
2018-12-06 12:48:39 -06:00
Allen Byrne
eb1b3f42c4
HDFFV=10632 test cleanup
2018-12-06 07:54:19 -06:00
Allen Byrne
a68fd29208
Fix special macro stdout as empty
2018-12-05 09:44:13 -06:00
Allen Byrne
d6de299f01
Need nonexistent file to skip stdout compare
2018-12-04 23:16:03 -06:00
Allen Byrne
e3e24a2989
HDFFV-10632 - split stderr and stdout in cmake
2018-12-03 09:35:59 -06:00
Dana Robinson
3edd97731e
Renamed h5repart's -family_to_sec2 to -family_to_single.
2018-11-14 13:37:31 -08:00
Allen Byrne
37c27afde0
Fix MPI on Windows by adding MPI include folder
2018-05-09 14:29:44 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Allen Byrne
6c82c49dd5
TRILABS-20 set a compiler name on all project commands
2018-04-20 10:11:55 -05:00
Allen Byrne
46f2a2a432
TRILABS-19 Initial conversion of include_directories to targets
2018-04-17 15:57:58 -05:00
Quincey Koziol
f38864920d
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
...
Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
2018-03-18 18:36:49 -05:00
Allen Byrne
6287bac6e5
Rework new tests into one macro
2018-03-13 12:26:24 -05:00
Allen Byrne
cbe8171f67
Fix CMake test names
2018-03-13 10:26:49 -05:00
Vailin Choi
a8afb3ab3b
Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
...
* commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1':
Enhancement to the tool h5clear (HDFFV-10360)
Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
2018-03-12 18:00:05 -05:00
Vailin Choi
f08b8fa10e
Enhancement to the tool h5clear (HDFFV-10360)
2018-03-12 09:02:15 -05:00
Allen Byrne
24c62ba7fe
Change CMake min to 3.10
2018-03-09 12:32:06 -06:00
Allen Byrne
b36bad53d9
Inc CMake min, Add new tests, rework test CMake files
2018-02-27 12:57:07 -06:00
Allen Byrne
2f18da435e
HDFFV-10398 use the simpler add_subdirectory signature
2018-01-30 12:21:01 -06:00
Allen Byrne
6ca95c512a
HDFFV-10385 rework java names
2018-01-17 10:27:00 -06:00
Allen Byrne
c2be993f32
HDFFV-10297 Windows issues fixed
2017-10-20 09:37:18 -05:00
Allen Byrne
18ba8cb7d2
Windows cannot share files easily
2017-10-20 08:29:31 -05:00
Allen Byrne
467f30c410
Cleanup cmake clean macros
2017-10-03 14:14:53 -05:00