summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update Java util lib, Refactor H5D write VL to match readAllen Byrne2018-06-271-3/+3
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-11/+0
|
* TRILABS-20 Fix fortran configure during fix of CXX configureAllen Byrne2018-04-241-1/+4
|
* 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-5/+0
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-14/+29
|
* Remove obsolete commentsAllen Byrne2018-03-091-11/+0
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* Remove old dependency constructAllen Byrne2018-02-051-1/+0
|
* HDFFV-10398 add support for Emscriptem build systemAllen Byrne2018-01-301-3/+7
|
* HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-12/+12
|
* Fix windows compile errors abstract out common settingsAllen Byrne2018-01-291-80/+4
|
* Fix case of commandAllen Byrne2018-01-261-2/+2
|
* Fix missing ext libs referencesAllen Byrne2018-01-251-1/+1
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-7/+5
|
* HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-1/+1
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+1
|
* Correct folder typoAllen Byrne2018-01-091-1/+1
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-2/+2
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-2/+4
|
* HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-3/+1
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-1/+0
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* Because of MPI requirements in library ALWAYS add include pathAllen Byrne2017-12-201-0/+1
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-14/+1
| | | | This is now fixed via the HDFFV-10325 fix.
* Correct link lines of librariesAllen Byrne2017-11-141-1/+0
|
* HDFFV-10321 Correct fortran link varAllen Byrne2017-11-021-2/+4
|
* Correct pathAllen Byrne2017-11-011-2/+2
|
* Correct usage of MPI varsAllen Byrne2017-11-011-1/+0
|
* Convert to use MPI:: for linkAllen Byrne2017-11-011-1/+1
|
* Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-131-1/+1
|
* Test program generation should default offAllen Byrne2017-09-121-0/+3
|
* Generate headers for 1.10 should default offAllen Byrne2017-09-121-2/+2
|
* add linking flag to cmake, does not fix the issue, still disabled shared ↵M. Scot Breitenfeld2017-05-231-0/+5
| | | | with fortran
* Fix CMake regex commandsAllen Byrne2017-04-061-6/+6
|
* Lowercase math and set CMake commandsAllen Byrne2017-03-021-8/+8
|
* Add MPI_Fortran variablesAllen Byrne2017-02-171-0/+9
|
* HDFFV-9875 Remove compile pdb referencesAllen Byrne2017-02-021-4/+1
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-2/+2
|
* HDFFV-10123 Add SHARED toolsAllen Byrne2017-02-011-0/+6
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-150/+150
|
* Split tools into src and test - update locationsAllen Byrne2016-10-271-4/+4
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+2
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-0/+2
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29229] Turn java OFF by default.Allen Byrne2016-02-291-1/+1
|
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-6/+159
|
* [svn-r28777] Description:Quincey Koziol2016-01-031-0/+8
| | | | | | | | | | Add --enable-memory-alloc-sanity-check option to configure, to track and sanity check memory allocations within the library. This is orthogonal to the --enable-using-memchecker option and can be used with/without it. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r28228] Remove WIN32 only config of threadsafeAllen Byrne2015-10-261-46/+47
|
* [svn-r28168] Remove Wall option passed by default on non-windows systemsJerome Soumagne2015-10-211-4/+0
| | | | (not necessary anymore since there is now
* [svn-r28059] Make UNSUPPORTED option combinations fail configure - matches ↵Allen Byrne2015-10-131-6/+3
| | | | autotools behaviour.