summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake: fix pthread linking to only be privateJerome Soumagne2019-03-131-3/+3
|
* Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-211-0/+5
| | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform
* Use STREQUALAllen Byrne2019-02-141-1/+1
|
* CMake if statement correctionAllen Byrne2019-02-141-1/+1
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-1/+1
|
* Add more specific batch scripts.Larry Knox2019-01-311-0/+6
| | | | | | Add script raybsub to handle submitting .lsf files on ray with bsub < script.lsf syntax that we couldn't handle with CMake. Add hpc-cmake-tgz option for bin/release.
* Configure build directory in batch scripts.Larry Knox2019-01-051-2/+2
|
* Add libhdf5_hl_fortran symlinks for libhdf5hl_fortran files.Larry Knox2018-12-311-10/+12
| | | | | Set ctest*.lsf.in.cmake scripts for sierra. Correct src/CMakelists.txt syntax error.
* Correct syntax error in CMakeLists.txt.Larry Knox2018-12-311-3/+3
|
* Add .lsf batch scripts and insert the build directory into the scriptsLarry Knox2018-12-281-0/+13
| | | | during configuration.
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-1/+3
|
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-0/+1
|
* Split the native VOL connector code into multiple files andDana Robinson2018-12-201-0/+7
| | | | moved the attribute code over.
* 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
|