summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-1750-150/+277
|
* HDFFV-10845 add_custom_command requires emulatorAllen Byrne2019-07-175-12/+12
|
* Correct install syntaxAllen Byrne2019-07-171-7/+21
|
* Must include from systemAllen Byrne2019-07-171-1/+1
|
* HDFFV-10845 defines already setAllen Byrne2019-07-171-2/+0
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-1723-44/+37
|
* HDFFV-10845 C_FLAGS need set correctly for win32 vs mingwAllen Byrne2019-07-172-8/+12
|
* HDFFV-8631, HDFFV-10595, HDFFV-10845Allen Byrne2019-07-173-10/+16
|
* HDFFV-8631 mingw is different platformAllen Byrne2019-07-173-10/+11
|
* HDFFV-10845 add release note.Allen Byrne2019-07-171-0/+9
|
* HDFFV-10845 add support for mingw toolchainAllen Byrne2019-07-173-2/+13
|
* Merge pull request #1805 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2019-07-172-1/+10
|\ | | | | | | | | | | | | develop * commit '6e4f2798e883a88de7126739307722f6da39dd98': HDFFV-10424 add optional variable to avoid PDB installs
| * HDFFV-10424 add optional variable to avoid PDB installsAllen Byrne2019-07-172-1/+10
|/
* Merge pull request #1804 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_prop_check ↵Jerome Soumagne2019-07-161-3/+5
|\ | | | | | | | | | | | | to develop * commit '6c84a83eeaa187c92d445f8ef8565a4337498cd6': H5P: Fix wrong value comparison in assert
| * H5P: Fix wrong value comparison in assertJerome Soumagne2019-07-161-3/+5
|/ | | | Move compile assert of H5P_plist_type to H5P__init_package()
* Merge pull request #1803 in HDFFV/hdf5 from ↵Dana Robinson2019-07-161-2/+12
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:lets_retire_jam to develop * commit 'd7144b2fa40b1be59e6250313c5e5f1a2bd8fb25': Restored warnings for older gcc so jam can continue to creak along.
| * Restored warnings for older gcc so jam can continue to creak along.Dana Robinson2019-07-161-2/+12
|/
* Merge pull request #1797 in HDFFV/hdf5 from ↵Dana Robinson2019-07-151-479/+151
|\ | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:gnu-flags-work to develop * commit 'd5031a55192ac6b8ca81a0e5315cb4739af98896': Removed support for gcc 4.3 and earlier. Fix errant quotes * Fixed a bug in the gcc warning parsing * Changed version parsing from == gcc 4.x to < to handle ancient compilers. Reworked the config/gnu-flags file to be more organized and robust. Converted duplicated flags code to a set of if statements.
| * Removed support for gcc 4.3 and earlier.Dana Robinson2019-07-141-11/+1
| |
| * Merge branch 'develop' into gnu-flags-workDana Robinson2019-07-134-17/+24
| |\ | |/ |/|
* | Merge pull request #1800 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2019-07-121-2/+7
|\ \ | | | | | | | | | | | | | | | | | | develop * commit '6333fb8711adc3af930e186dad3b8b756e41a863': Fix packaging issue
| * | Fix packaging issueAllen Byrne2019-07-111-2/+7
| | |
* | | Merge pull request #1801 in HDFFV/hdf5 from ↵Dana Robinson2019-07-121-12/+12
|\ \ \ | |/ / |/| | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '3566fff6261d0bb8e360d3842e99919d2eb4ba73': Reverted snprintf to sprintf in the multi VFD since the former causes problems on Windows.
| * | Reverted snprintf to sprintf in the multi VFD sinceDana Robinson2019-07-111-12/+12
|/ / | | | | | | the former causes problems on Windows.
* | Merge pull request #1799 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-111-1/+3
|\ \ | | | | | | | | | | | | * commit '9655485f6af87e8ee221c824f649fa013fad4542': non-windows test must be skipped on windows
| * | non-windows test must be skipped on windowsAllen Byrne2019-07-111-1/+3
|/ /
* | Merge pull request #1798 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2019-07-111-2/+2
|\ \ | | | | | | | | | | | | * commit '33e9b4526ec7b5d910bda879ac92dc992672057b': Use H5DOpen2 in hl/test/test_dset_append.c.
| * | Use H5DOpen2 in hl/test/test_dset_append.c.Larry Knox2019-07-111-2/+2
|/ /
| * Fix errant quotesDana Robinson2019-07-101-1/+1
| |
| * * Fixed a bug in the gcc warning parsingDana Robinson2019-07-101-8/+8
| | | | | | | | | | * Changed version parsing from == gcc 4.x to < to handle ancient compilers.
| * Reworked the config/gnu-flags file to be more organized and robust.Dana Robinson2019-07-101-82/+82
| |
| * Merge branch 'develop' into gnu-flags-workDana Robinson2019-07-105-508/+513
| |\ | |/ |/|
* | Merge pull request #1793 in HDFFV/hdf5 from ↵Dana Robinson2019-07-101-500/+496
|\ \ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '097d6037af8dd8d8e5364ae0a731b9843cd4aef8': Cleaned up test_dset_append and enabled the bug1/2 tests.
| * | Cleaned up test_dset_append and enabled the bug1/2 tests.Dana Robinson2019-07-101-500/+496
| | |
* | | Merge pull request #1796 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:dt_fixes to ↵Dana Robinson2019-07-101-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'c582df7538e71fd80915ef922b3edb530a66f70f': Revert path processing to fix daily test errors.
| * | | Revert path processing to fix daily test errors.Dana Robinson2019-07-101-1/+1
| |/ /
* | | Merge pull request #1794 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-103-7/+16
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | * commit 'ede618741953c9ff70f9a0f3a0d22e7c92043437': Fix note text and cmake module include Undo commit Remove tab characters HDFFV-10581 add missed change and release note.
| * | Fix note text and cmake module includeAllen Byrne2019-07-102-4/+4
| | |
| * | Undo commitAllen Byrne2019-07-101-605/+605
| | |
| * | Remove tab charactersAllen Byrne2019-07-101-605/+605
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-1057-832/+1009
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | * commit '22d78bdfa4d560a0b8a2dbb547574bfe61bf64f0': Updates to warnhist script, along with a few cleanups, and add some comments to warning cleanups that are a bit obscure. Cleaned up code that genericizes warning output, and add "-u" option to leave unique types in warnings (i.e. don't genericize output). Also fixed the '-S' option to work correctly. Added GCC9 flags to CMake build Add support for GCC9, update warnhist script, and clean up warnings.
| * | HDFFV-10581 add missed change and release note.Allen Byrne2019-07-092-3/+12
| | |
| | * Converted duplicated flags code to a set of if statements.Dana Robinson2019-07-101-435/+117
| |/ |/|
* | Merge pull request #1788 in HDFFV/hdf5 from ↵Quincey Koziol2019-07-1057-832/+1009
|\ \ | |/ |/| | | | | | | | | | | | | | | ~KOZIOL/hdf5:feature/update_gcc_flags to develop * commit '73df02f13c2b1e0b256cdbff1c7c584e84548df4': Updates to warnhist script, along with a few cleanups, and add some comments to warning cleanups that are a bit obscure. Cleaned up code that genericizes warning output, and add "-u" option to leave unique types in warnings (i.e. don't genericize output). Also fixed the '-S' option to work correctly. Added GCC9 flags to CMake build Add support for GCC9, update warnhist script, and clean up warnings.
| * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-1016-832/+812
| |\ | |/ |/|
* | Merge pull request #1791 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-0916-832/+812
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '88ab4b144bcf8454be9eff8800706c0abb404de1': fix var name Fix compile error with ifdef H5_HAVE_GETHOSTNAME perf program can only be built on unix platforms Declaration needed for parallel standalone Correct test use of library name Change how name is retrieved Move before null check HDFFV-10581 remove special name checking HDFFV-10581 fix locations for static pdb files
| * | fix var nameAllen Byrne2019-07-091-1/+1
| | |
| * | Fix compile error with ifdef H5_HAVE_GETHOSTNAMEAllen Byrne2019-07-081-786/+757
| | |
| * | perf program can only be built on unix platformsAllen Byrne2019-07-081-13/+15
| | |
| * | Declaration needed for parallel standaloneAllen Byrne2019-07-081-0/+4
| | |