summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | Snapshot version 1.10 release 2 (snap5)hdftest2017-12-171-1/+1
| |
* | Snapshot version 1.10 release 2 (snap4)hdftest2017-12-111-1/+1
| |
* | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-11-281-26/+58
|\ \ | |/
| * Update macrosAllen Byrne2017-11-271-0/+1
| |
| * Changed ar to always use -cr instead of the autotools defaultDana Robinson2017-11-151-5/+0
| | | | | | | | of cru.
| * Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix ↵Dana Robinson2017-11-141-0/+5
| |\ | | | | | | | | | | | | | | | | | | to develop * commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2': Fixed that annoying ar warning about -u being ignored.
| | * Fixed that annoying ar warning about -u being ignored.Dana Robinson2017-11-131-0/+5
| | |
| * | Remove extra '&'s that cause syntax errors on Macs.lrknox2017-11-141-8/+8
| | |
| * | Add check for realtimeOutput environment variable set containinglrknox2017-11-061-26/+58
| |/ | | | | | | | | | | | | | | characters to indicate test output should be piped through tee to chklog files in order to send output to stdout as tests run instead of waiting to cat chklog file to stdout when each set of tests is completed. This should stop buildbot from timing out when a test set doesn't complete in less than 20 minutes.
| * Correct pathAllen Byrne2017-11-011-1/+1
| |
| * Change to local pathAllen Byrne2017-11-011-1/+1
| |
| * Add back Find module and add support filesAllen Byrne2017-11-017-0/+1544
| |
| * Remove duplicated moduleAllen Byrne2017-11-011-1461/+0
| |
| * Correct usage of MPI varsAllen Byrne2017-11-013-519/+1249
| |
| * New requirement for testAllen Byrne2017-10-301-1/+1
| |
* | 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
| |