summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Still need the stamp1 files if PREGENAllen Byrne2018-12-131-0/+20
|
* HDFFV-10660 Add new files to OUTPUT section of custom commandsAllen Byrne2018-12-131-0/+6
|
* Add stamp files for generated filesAllen Byrne2018-12-071-2/+17
|
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
| | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header.
* Add pass-through VOL connectorQuincey Koziol2018-11-281-0/+2
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-221-19/+26
|\ | | | | | | stackable_vol
| * Move wait_H5init.cmake up to config/cmake.Larry Knox2018-11-201-1/+1
| |
| * Changes to CMake code to pause cmake/ctest, waiting for batch jobs toLarry Knox2018-11-201-16/+18
| | | | | | | | run and finish.
| * Add script and changes to wait for H5Tinit.cLarry Knox2018-11-141-10/+15
| | | | | | | | | | | | | | Add more sample batch scripts, specifically for sbatch, not for knl cross compile. Don't run parallel tests when no parallel test script is configured in HDF5options.cmake.
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-121-5/+11
|\ \ | |/ | | | | stackable_vol
| * Fix generate file commandsAllen Byrne2018-11-121-10/+9
| |
| * Fix target dependsAllen Byrne2018-11-121-2/+9
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-101-35/+12
|\ \ | |/ | | | | stackable_vol
| * TRILAB-36 only copy shared generatedAllen Byrne2018-11-091-35/+12
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-071-0/+4
|\ \ | |/ | | | | stackable_vol
| * TRILAB-36 add custom target on generated filesAllen Byrne2018-11-061-0/+4
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-041-51/+94
|\ \ | |/ | | | | stackable_vol
| * Add files and changes to cross compile with CrayLinuxEnvironment and runLarry Knox2018-10-291-3/+3
| | | | | | | | ctest tests with a batch job on knl compute nodes.
| * Makes the installed header files the same between the autotoolsDana Robinson2018-10-271-48/+91
| | | | | | | | | | | | | | | | | | | | | | | | and CMake. * CMake will no longer install private generated headers and tools library headers. * Several empty public header files (which represent internal packages) were removed. These were only installed by CMake. * Autotools installs will install H5FDwindows.h. Fixes HDFFV-10614.
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-10-251-19/+44
|\ \ | |/ | | | | stackable_vol
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-0/+1
| |
| * Move options to root cmake fileAllen Byrne2018-10-191-1/+0
| |
| * TRILAB-34 remove extra argAllen Byrne2018-10-161-1/+1
| |
| * TRILAB-34 Add batch script config commandAllen Byrne2018-10-161-0/+4
| |
| * TRILAB-36 Revert to target_file and correct propertyAllen Byrne2018-10-161-6/+7
| |
| * Add generated propoerty to H5lib_settingsAllen Byrne2018-10-151-0/+2
| |
| * TRILAB-34 batch command optionsAllen Byrne2018-10-121-3/+2
| |
| * Add more descriptive option nameAllen Byrne2018-10-111-3/+3
| |
| * HDFFV-10603 fixup cmake usageAllen Byrne2018-10-111-2/+2
| |
| * TRILABS-34 add batch option. Also fix cmakedefine01 usageAllen Byrne2018-10-111-18/+37
| |
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-0/+1
|/ | | | modified: test/dsets.c
* VOL FEATUREDana Robinson2018-10-101-0/+24
|
* TRILABS-34 improve cross compile with emulatorAllen Byrne2018-10-041-4/+4
|
* Remove extra unneededAllen Byrne2018-09-241-11/+7
|
* Remove libsettings from pregenerated blockAllen Byrne2018-09-241-40/+27
|
* HDFFV-10332 Adjust checks and generation of filesAllen Byrne2018-09-191-21/+52
|
* HDFFV-10332 Use pre-generated filesAllen Byrne2018-09-181-45/+64
|
* HDFFV-9059 Allow detect to take a file as an argumentAllen Byrne2018-09-181-6/+6
|
* Add quotes to places where MPI_C_LIBRARIES are linked againstJordan Henderson2018-07-271-4/+4
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-141-65/+58
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits) GGC requires attribute before function Correct COMPILE defs usage Add missing module_dir property Text cleanup Correct sentence punctuation. Add release note. Use set_property for MT flag Correct command usage Remove APPEND Fix typo Add missing test lib add missing folder to path Fix another command revert Missed a command revert Revert to old style for LINK_FLAGS gen expr not working LINK_FLAGS must be separate property sets Fix link flags syntax Revert refactor link flags refactor link flags to interface Refactor link flags ...
| * Correct COMPILE defs usageAllen Byrne2018-05-091-5/+5
| |
| * TRILABS-19 Fix missing angle charAllen Byrne2018-04-271-2/+2
| |
| * TRILABS-19 add mpi libs to utility programsAllen Byrne2018-04-261-4/+4
| |
| * TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-63/+56
| |
* | Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-0/+1
|/
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-2/+9
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-2/+2
|
* Add API context source files to CMake configuration file.Quincey Koziol2018-03-211-2/+12
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|