Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split dir create into separate macro (#1141) | Allen Byrne | 2021-10-28 | 1 | -0/+3 |
| | | | | | * Split dir create into separate macro * Correct VFD settings | ||||
* | Consolidate VFD create list macro (#1132) | Allen Byrne | 2021-10-26 | 1 | -0/+1 |
| | |||||
* | Move test utilities to utils/test folder (#1109) | Allen Byrne | 2021-10-20 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move test utilities to utils/test folder * Fix makefile assignment * Add new dir * add new folder * Correct copied makefile * Fix dir typo * Add missing include dir * Remove unnecessary lib link * Correct dependent dirs * Fix conditional checks * Disable test if not built * fix path to executable * Use fixture for swmr_vfd check * Add release note * Correct shell tests and c++ flag warning * Update autotools c++ warning * Fix typo | ||||
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. | ||||
* | HDFFV-10685 Correct syntax | Allen Byrne | 2019-01-22 | 1 | -0/+1 |
| | |||||
* | HDFFV-10685 Corrected version | Allen Byrne | 2019-01-22 | 1 | -1/+3 |
| | |||||
* | HDFFV-10685 Always set Mac version flags - use soversion | Allen Byrne | 2019-01-22 | 1 | -3/+4 |
| | |||||
* | Fix soversion | Allen Byrne | 2018-05-16 | 1 | -3/+3 |
| | |||||
* | Revert to old style for LINK_FLAGS gen expr not working | Allen Byrne | 2018-05-03 | 1 | -1/+1 |
| | |||||
* | LINK_FLAGS must be separate property sets | Allen Byrne | 2018-05-03 | 1 | -1/+3 |
| | |||||
* | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -7/+3 |
| | |||||
* | HDFFV-10403 Fix soname setting | Allen Byrne | 2018-02-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -0/+11 |
| | | | | | | | | | | 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. | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -12/+12 |
| | |||||
* | [svn-r29233] Add ARGN option for soversion arguments | Allen Byrne | 2016-02-29 | 1 | -2/+9 |
| | |||||
* | [svn-r27846] Fix generated files process. | Allen Byrne | 2015-09-21 | 1 | -71/+0 |
| | | | | Add script for post processing of flex/bison files. | ||||
* | [svn-r27787] Merge of r27632-27674 from the trunk. | Dana Robinson | 2015-09-15 | 1 | -3/+3 |
| | | | | Tested on: h5committest | ||||
* | [svn-r27725] Add initial commands to properly build the generated files. | Allen Byrne | 2015-09-09 | 1 | -0/+70 |
| | | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux | ||||
* | [svn-r27364] Add Mac Framework support | Allen Byrne | 2015-07-09 | 1 | -0/+12 |
| | |||||
* | [svn-r26161] Fix cmake case. | Allen Byrne | 2015-02-12 | 1 | -2/+2 |
| | | | | | Turn on F2003 by default. Set source properties in fortran cmake files. | ||||
* | [svn-r25299] correct case of CMake commands | Allen Byrne | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | [svn-r24781] HDFFV-8700 - | Allen Byrne | 2014-03-11 | 1 | -19/+19 |
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG | ||||
* | [svn-r20899] Add soversion handling - use config/lt_vers.am file. | Allen Byrne | 2011-05-25 | 1 | -2/+7 |
| | | | | Bring r20895 from 1.8 | ||||
* | [svn-r20153] Move ext lib handling for ext project building to a common ↵ | Allen Byrne | 2011-02-24 | 1 | -116/+1 |
| | | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows | ||||
* | [svn-r20149] Change Name of Legacy naming option | Allen Byrne | 2011-02-23 | 1 | -9/+9 |
| | |||||
* | [svn-r19914] Correct format of empty parameter | Allen Byrne | 2011-01-05 | 1 | -2/+2 |
| | | | | bring r19913 from 1.8 | ||||
* | [svn-r19909] Change how LINK_FLAGS for fortran are appended on Windows | Allen Byrne | 2011-01-05 | 1 | -2/+2 |
| | | | | bring r19908 from 1.8 branch | ||||
* | [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ↵ | Allen Byrne | 2011-01-04 | 1 | -16/+14 |
| | | | | | | macro use for checking libtype. bring r19906 from 1.8 branch | ||||
* | [svn-r19895] Remove use of /MT compile flag for building static libs and ↵ | Allen Byrne | 2010-12-29 | 1 | -23/+0 |
| | | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries. | ||||
* | [svn-r19787] Check for CMAKE_BUILD_TYPE set if not WIN32 in library prefix ↵ | Allen Byrne | 2010-11-16 | 1 | -2/+8 |
| | | | | naming. Unset needs prefix to be lib. | ||||
* | [svn-r19702] Removed special fheap timeout - replaced by timeout set in ↵ | Allen Byrne | 2010-11-01 | 1 | -0/+2 |
| | | | | | | | CTestConfig.ctest Added MemCheck Ignore tests for repeated tools tests Added Debug flag for windows | ||||
* | [svn-r19361] Move Windows specific compile and link flags to macros | Allen Byrne | 2010-09-09 | 1 | -0/+36 |
| | |||||
* | [svn-r19107] Move Resources folder to config/cmake | Allen Byrne | 2010-07-20 | 1 | -0/+122 |
Tested: Local Linux |