summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Correct usage of MPI varsAllen Byrne2017-11-012-4/+10
|
* New requirement for testAllen Byrne2017-10-301-1/+1
|
* Fix STREQUAL if commands.Allen Byrne2017-10-022-18/+18
|
* Fix find package processAllen Byrne2017-09-191-2/+14
|
* Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-132-68/+4
|
* Generate headers for 1.10 should default offAllen Byrne2017-09-121-1/+3
|
* HDFFV-10284 Add VS2017 supportAllen Byrne2017-08-311-51/+51
|
* Correct name of options variableAllen Byrne2017-06-191-3/+3
|
* Synch with CMake original codeAllen Byrne2017-06-193-36/+29
|
* Add toolset optionAllen Byrne2017-06-023-4/+5
|
* Synchronize cmake filesAllen Byrne2017-05-302-218/+113
|
* Added toolset and intel checksAllen Byrne2017-05-302-1/+8
|
* Add extra files to be copiedAllen Byrne2017-04-271-1/+3
|
* Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-272-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 Knox2017-04-2525-0/+275
| | | | | | | | | | 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.
* Correct typo of file nameAllen Byrne2017-04-201-1/+1
|
* Remove duplicated paths, add new pathsAllen Byrne2017-03-281-4/+5
|
* Update with extra checks for referenceAllen Byrne2017-03-271-3/+28
|
* Update cdash max test output and VS version matchingAllen Byrne2017-03-271-0/+5
|
* Extend h5vers to update version strings in java files and h5repacklrknox2017-03-201-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 configureAllen Byrne2017-03-172-2/+11
|
* Update cmake pubconf to match autotools and add strtoll checksAllen Byrne2017-03-161-21/+74
|
* HDFFV-10138 Merge app framework to examplesAllen Byrne2017-03-146-308/+389
|
* Lowercase math and set CMake commandsAllen Byrne2017-03-023-7/+7
|
* Update CMake formattingAllen Byrne2017-03-011-95/+95
|
* Update CMake files and formattingAllen Byrne2017-03-0114-331/+329
|
* Update docs and scripts for releaseAllen Byrne2017-02-245-22/+26
|
* Correct name of fileAllen Byrne2017-02-171-2/+2
|
* Update cmake build scripts, split out options to seprate fileAllen Byrne2017-02-173-103/+114
|
* Add unused -parameters to developer group.Allen Byrne2017-01-131-1/+1
|
* Add addition hint info about optionAllen Byrne2017-01-131-1/+1
|
* Update developer flags to account for gcc versionAllen Byrne2017-01-121-3/+27
|
* Move Windows level 4 warnings to developer optionAllen Byrne2017-01-121-4/+11
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-9/+25
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-1016-402/+396
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-0/+5
|
* Add test to memcheck ignore and increase cache test timeoutAllen Byrne2016-11-221-0/+1
|
* Update installdir format for windowsAllen Byrne2016-11-101-2/+2
|
* Update with changes from buildbot processAllen Byrne2016-10-271-3/+9
|
* Remove duplicate blockAllen Byrne2016-10-271-3/+0
|
* Update with latest changes used in buildbot processAllen Byrne2016-10-271-23/+26
|
* Add new file to ignoreAllen Byrne2016-10-271-0/+3
|
* Correct text - missing GIT optionAllen Byrne2016-10-142-3/+3
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-2/+2
|
* Merge pull request #61 in HDFFV/hdf5 from ↵Allen Byrne2016-10-064-55/+9
|\ | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-9961-add-git-to-ext-filter to develop * commit 'd817b63020310b6f275a569529075551dd2b756e': Fix copyright to point to cmake Fix cyclic depends due to typo Correct how include is used when located inside project HDFFV-9961: Add GIT option to ext lib macros Update copyright to latest from kitware
| * Fix copyright to point to cmakeAllen Byrne2016-10-064-8/+4
| |
| * Correct how include is used when located inside projectAllen Byrne2016-10-051-1/+1
| |
| * Update copyright to latest from kitwareAllen Byrne2016-10-044-56/+14
| |
* | Merge pull request #47 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2016-10-061-0/+3
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f9364c0080405bb36d704eb3f9505029d3da41f4': removed the use of C_SIZEOF for non BIND(C) derived type Fixed test to use storage_size instead of c_sizeof when available. fixed missing closing bracket Removed unused variables. Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is not available. Removed duplicate FCFLAG Removed duplicate FCFLAG. Added number of integer KINDs found to the header files. Added path to source include files when building buidiface. Added rule to build buildiface program, without a rule, build would add repeated compile options when using the NAG compiler. Misc. cleaning up of the program. Added SEQUENCE to derived types for NAG: misc. format code-cleanup Removed the use of hard-coded integer KINDs. Code clean-up. HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
| * fixed missing closing bracketM. Scot Breitenfeld2016-09-291-1/+1
| |