summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Update macroAllen Byrne2017-11-271-0/+1
|
* Snapshot version 1.10 release 2 (snap3)hdftest2017-11-201-1/+1
|
* HDFFV-10321 merge from developAllen Byrne2017-11-029-519/+1332
|
* New test requirementAllen Byrne2017-10-301-1/+1
|
* Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-10-261-3/+60
|\
| * Fix STREQUAL if commands.Allen Byrne2017-10-024-35/+35
| |
| * Fix find package processAllen Byrne2017-09-191-2/+14
| |
| * Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-132-68/+4
| |
| * Generate headers for 1.10 should default offAllen Byrne2017-09-121-1/+3
| |
| * HDFFV-9988 merge findmpi from cmake and add intel pathAllen Byrne2017-09-071-43/+87
| |
| * HDFFV-10284 Add VS2017 supportAllen Byrne2017-08-311-51/+51
| |
| * added test for NAG compiler and use the FC_BASENAME for NAG detection, ↵M. Scot Breitenfeld2017-08-011-7/+5
| | | | | | | | (HDFFV-10037)
| * added test for NAG compiler and use the FC_BASENAME for NAG detection, ↵M. Scot Breitenfeld2017-08-011-3/+62
| | | | | | | | (HDFFV-10037)
| * Correct case of varAllen Byrne2017-07-241-5/+5
| |
| * Correct name of options variableAllen Byrne2017-06-191-3/+3
| |
| * Synch with CMake original codeAllen Byrne2017-06-193-36/+29
| |
| * Added -fno-omit-frame-pointer to gcc flags when symbols whenDana Robinson2017-06-121-1/+1
| | | | | | | | building with debugging symbols.
| * Add toolset optionAllen Byrne2017-06-023-4/+5
| |
| * Synchronize cmake filesAllen Byrne2017-05-302-218/+113
| |
| * Added toolset and intel checksAllen Byrne2017-05-303-16/+32
| |
| * Chagned gfortran40 to gfortran in a few config files.Dana Robinson2017-05-262-3/+3
| |
| * Fixed misplaced space in config/gnu-flags.Dana Robinson2017-05-261-1/+1
| |
| * Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurationsDana Robinson2017-05-161-607/+88
| | | | | | | | as well as other minor rework and cleanup.
| * Add extra files to be copiedAllen Byrne2017-04-271-1/+3
| |
| * Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-272-4/+0
| | | | | | | | | | | | the option from the CMake cache init files. Fixes HDFFV-10184
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2564-185/+508
| | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
| * Our best effort to build dynamic plugin tests and not install them withlrknox2017-04-211-4/+5
| | | | | | | | | | "make install". It seems the install-exec-hook doesn't remove the last to be installed.
| * Add targets for plugin test libraries to avoid linking to external libs.lrknox2017-04-201-3/+5
| |
| * Correct typo of file nameAllen Byrne2017-04-201-1/+1
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-10-191-1/+1
|\ \ | | | | | | | | | | | | | | | * commit '6d353f8ccc908d494a4ea8e1a56c9fb8e973e908': Snapshot version 1.10 release 2 (snap2) Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
| * | Snapshot version 1.10 release 2 (snap2)HDF Tester2017-10-161-1/+1
| | |
* | | HDFFV-10297 merge from developAllen Byrne2017-10-104-35/+35
|/ /
* | Fix find package processAllen Byrne2017-09-191-2/+14
| |
* | restore GEN HDRS and remove cache sets for defoult optionsAllen Byrne2017-09-132-68/+4
| |
* | Generators need to be ON for development workAllen Byrne2017-09-121-1/+3
| |
* | HDFFV-9988 Merge from developAllen Byrne2017-09-061-43/+87
| |
* | Correct VS2017 referencesAllen Byrne2017-09-051-9/+9
| |
* | HDFFV-10284 Add VS2017 merged from developAllen Byrne2017-08-311-51/+51
| |
* | Snapshot version 1.10 release 2 (snap1)hdftest2017-08-091-1/+1
| |
* | Snapshot 1.10.2-snap1hdftest2017-08-041-1/+1
| | | | | | | | (Committed 8/1/2017 but not pushed from fork)
* | Correct case of varAllen Byrne2017-07-251-5/+5
| |
* | Correct name of VARAllen Byrne2017-07-121-3/+3
| |
* | Synch with CMake masterAllen Byrne2017-07-123-36/+29
| |
* | Merge of recent develop work to 1.10 branch.Dana Robinson2017-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes for: * HDFFV-10247 (autotools Fortran long double bug) * HDFFV-10248 (autotools deprecated debug/production tweak) * HDFFV-10250 (-fno-omit-frame-pointer w/ symbols) * Disabled missing parameter warnings in Java constant code * Added H5I_VFL ID checks to tmisc.c * Added 'get a dummy VFD' call to h5test library
* | Merge pull request #554 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2017-06-083-610/+91
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'fb5c13d59c8f17dca9bbe0e35e00920be2690af3': Merge of recent develop work to 1.10 branch: * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
| * | Merge of recent develop work to 1.10 branch:Dana Robinson2017-05-313-610/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
* | | Add toolset optionAllen Byrne2017-06-023-4/+5
| | |
* | | Synchronize cmake files with developAllen Byrne2017-05-304-231/+142
|/ /
* | merge from develop and apply HDFFV-8611Allen Byrne2017-05-241-1/+3
| |
* | Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-272-4/+0
| | | | | | | | | | | | the option from the CMake cache init files. Fixes HDFFV-10184