Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct name of options variable | Allen Byrne | 2017-06-19 | 1 | -3/+3 |
| | |||||
* | Synch with CMake original code | Allen Byrne | 2017-06-19 | 3 | -36/+29 |
| | |||||
* | Added -fno-omit-frame-pointer to gcc flags when symbols when | Dana Robinson | 2017-06-12 | 1 | -1/+1 |
| | | | | building with debugging symbols. | ||||
* | Add toolset option | Allen Byrne | 2017-06-02 | 3 | -4/+5 |
| | |||||
* | Synchronize cmake files | Allen Byrne | 2017-05-30 | 2 | -218/+113 |
| | |||||
* | Added toolset and intel checks | Allen Byrne | 2017-05-30 | 3 | -16/+32 |
| | |||||
* | Chagned gfortran40 to gfortran in a few config files. | Dana Robinson | 2017-05-26 | 2 | -3/+3 |
| | |||||
* | Fixed misplaced space in config/gnu-flags. | Dana Robinson | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | Updated the gnu-flags config file to remove gcc 3.x and 4.0 configurations | Dana Robinson | 2017-05-16 | 1 | -607/+88 |
| | | | | as well as other minor rework and cleanup. | ||||
* | Add extra files to be copied | Allen Byrne | 2017-04-27 | 1 | -1/+3 |
| | |||||
* | Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed | Dana Robinson | 2017-04-27 | 2 | -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 Knox | 2017-04-25 | 64 | -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 with | lrknox | 2017-04-21 | 1 | -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. | lrknox | 2017-04-20 | 1 | -3/+5 |
| | |||||
* | Correct typo of file name | Allen Byrne | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | Remove duplicated paths, add new paths | Allen Byrne | 2017-03-28 | 1 | -4/+5 |
| | |||||
* | Update with extra checks for reference | Allen Byrne | 2017-03-27 | 1 | -3/+28 |
| | |||||
* | Update cdash max test output and VS version matching | Allen Byrne | 2017-03-27 | 2 | -5/+12 |
| | |||||
* | Extend h5vers to update version strings in java files and h5repack | lrknox | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting | ||||
* | Add toolset option to cmake configure | Allen Byrne | 2017-03-17 | 2 | -2/+11 |
| | |||||
* | Update cmake pubconf to match autotools and add strtoll checks | Allen Byrne | 2017-03-16 | 2 | -27/+84 |
| | |||||
* | HDFFV-10138 Merge app framework to examples | Allen Byrne | 2017-03-14 | 6 | -308/+389 |
| | |||||
* | Lowercase math and set CMake commands | Allen Byrne | 2017-03-02 | 3 | -7/+7 |
| | |||||
* | Update CMake formatting | Allen Byrne | 2017-03-01 | 1 | -95/+95 |
| | |||||
* | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 20 | -355/+361 |
| | |||||
* | mpich module file is in env var | Allen Byrne | 2017-02-24 | 1 | -0/+3 |
| | |||||
* | MS keeps changing names | Allen Byrne | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Update docs and scripts for release | Allen Byrne | 2017-02-24 | 5 | -22/+26 |
| | |||||
* | Smale changes from CMake repo | Allen Byrne | 2017-02-23 | 1 | -0/+4 |
| | |||||
* | Correct name of file | Allen Byrne | 2017-02-17 | 1 | -2/+2 |
| | |||||
* | Update cmake build scripts, split out options to seprate file | Allen Byrne | 2017-02-17 | 3 | -103/+114 |
| | |||||
* | Fix parallel h5diff test comapare | Allen Byrne | 2017-02-14 | 1 | -5/+23 |
| | |||||
* | Convert string APPEND to set commands | Allen Byrne | 2017-02-14 | 1 | -10/+12 |
| | |||||
* | HDFFV-9875 Add new PDB folder | Allen Byrne | 2017-02-06 | 1 | -0/+9 |
| | |||||
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 1 | -1/+12 |
| | |||||
* | HDFFV-9875 Fix typo | Allen Byrne | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | HDFFV-9875 Change test for shared libs | Allen Byrne | 2017-02-02 | 1 | -3/+3 |
| | |||||
* | HDFFV-9875 Remove compile pdb references | Allen Byrne | 2017-02-02 | 1 | -33/+6 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -1/+18 |
| | |||||
* | HDFFV-10123 Use generator expression | Allen Byrne | 2017-02-01 | 1 | -4/+2 |
| | |||||
* | HDFFV-10123 Add SHARED tools | Allen Byrne | 2017-02-01 | 1 | -2/+1 |
| | |||||
* | Add unused -parameters to developer group. | Allen Byrne | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Add addition hint info about option | Allen Byrne | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Correct variable name | Allen Byrne | 2017-01-12 | 1 | -3/+3 |
| | |||||
* | Update developer flags to account for gcc version | Allen Byrne | 2017-01-12 | 1 | -3/+27 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-12 | 1 | -19/+87 |
|\ | | | | | | | | | | | * commit '089afc48561ba8838d6a515c6b00fc6f7032ca13': Updated the developer flags so that they respect gcc versions. Description: Added data files from the packet table vlen tests to the CHECK_CLEANFILES list. Platforms tested: Linux/64 (jelly) | ||||
| * | Updated the developer flags so that they respect gcc versions. | Dana Robinson | 2017-01-12 | 1 | -19/+87 |
| | | |||||
* | | Move Windows level 4 warnings to developer option | Allen Byrne | 2017-01-12 | 1 | -4/+11 |
| | | |||||
* | | Changed severity of message state | Allen Byrne | 2017-01-12 | 1 | -1/+1 |
| | | |||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-11 | 1 | -24/+16 |
|\ \ | |/ | | | | | | | | | | | * 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. |