summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'find_library-custom-lib-suffix'Brad King2017-03-0214-14/+58
|\
| * find_library: Allow custom lib suffix be used as find pathChristian Schmidbauer2017-03-0114-14/+58
* | Merge topic 'csproj_add_free_source_tags'Brad King2017-03-0212-56/+410
|\ \
| * | VS: add test for VS_CSHARP_* source file propertyMichael Stürmer2017-03-014-0/+38
| * | VS: add CSharpUtilities moduleMichael Stürmer2017-03-014-0/+305
| * | VS: add VS_CSHARP_<tagname> sourcefile propertyMichael Stürmer2017-03-015-56/+67
* | | Merge topic 'FindHDF5-updates'Brad King2017-03-021-23/+58
|\ \ \
| * | | FindHDF5: initialize HDF5_DEFINITIONS when using hdf5-config.cmakeKris Thielemans2017-03-011-0/+1
| * | | FindHDF5: document HDF5_<LANG>_DEFINITIONSKris Thielemans2017-03-011-1/+5
| * | | FindHDF5: use import libraries when using hdf5-config.cmake on WindowsKris Thielemans2017-03-011-3/+11
| * | | FindHDF5: do not cache library locations when using hdf5-config.cmakeKris Thielemans2017-03-011-6/+2
| * | | FindHDF5: recognize hdf5:: prefix when using hdf5-config.cmakeKris Thielemans2017-03-011-6/+10
| * | | FindHDF5: fix typo in commentKris Thielemans2017-03-011-1/+1
| * | | FindHDF5: remove mark_as_advanced for non-cached variablesKris Thielemans2017-03-011-7/+0
| * | | FindHDF5: add HDF5_FIND_DEBUG variable to get debugging outputKris Thielemans2017-02-281-0/+23
| * | | FindHDF5: hide HDF5_DIR if HDF5 was found in another wayKris Thielemans2017-02-281-0/+6
* | | | Merge topic 'xcode-enhance-schemes'Brad King2017-03-026-24/+92
|\ \ \ \
| * | | | Xcode: Use proper buildable name for schemaGregor Jasny2017-02-282-2/+4
| * | | | Xcode: Select executable target for execution in schemaGregor Jasny2017-02-282-2/+24
| * | | | Xcode: Fix schema container location calculationGregor Jasny2017-02-284-19/+18
| * | | | Xcode: Do not autocreate schemesGregor Jasny2017-02-282-0/+32
| * | | | Xcode: Use proper indentation for schemesGregor Jasny2017-02-283-1/+14
| | |_|/ | |/| |
* | | | CMake Nightly Date StampKitware Robot2017-03-021-1/+1
* | | | Merge branch 'release'Brad King2017-03-010-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'find-libarch-not-symlink' into releaseBrad King2017-02-284-16/+77
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-3.7'Brad King2017-03-010-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'find-libarch-not-symlink' into release-3.7Brad King2017-02-284-16/+77
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
* | | | | | | Merge topic 'FindPkgConfig-version-ops'Brad King2017-03-013-40/+38
|\ \ \ \ \ \ \
| * | | | | | | FindPkgConfig: use new version checking "library >= version" syntaxGautier Pelloux-Prayer2017-02-283-40/+38
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'export-executable-symbols'Brad King2017-03-014-1/+24
|\ \ \ \ \ \ \
| * | | | | | | bindexplib: Always export executable symbols, even they are also readableZsolt Parragi2017-02-284-1/+24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'find-libarch-not-symlink'Brad King2017-03-014-16/+77
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | find_library: Skip 'lib => lib<arch>' searches if one symlinks the otherBrad King2017-02-284-0/+51
| * | | | | | cmFindLibraryCommand: Refactor AddArchitecturePath logicBrad King2017-02-281-16/+26
* | | | | | | Merge topic 'autogen_json_fix'Brad King2017-03-014-45/+46
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Fix for Q_PLUGIN_METADATA change detection testSebastian Holtermann2017-02-264-45/+46
* | | | | | | | CMake Nightly Date StampKitware Robot2017-03-011-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'release'Brad King2017-02-280-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'kwiml-test-gcc-format-security' into releaseBrad King2017-02-271-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'kwiml-test-gcc-format-security'Brad King2017-02-280-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | KWIML: Add -Wno-format-security to tolerate -Werror=format-securityOrion Poplawski2017-02-271-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic '16607-error-out-on-non-seekable-input-files'Brad King2017-02-287-3/+31
|\ \ \ \ \ \ \
| * | | | | | | cmListFileLexer: bail out on seek-errorsGregor Jasny2017-02-277-3/+31
* | | | | | | | Merge topic 'ExternalProject-fix-download-log'Brad King2017-02-282-3/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | ExternalProject: only append `COMMAND` if actually adding a commandBen Boeckel2017-02-272-3/+12
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'cache-xaml-resx-headers'Brad King2017-02-282-7/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Cache the list of xaml and resx headersDmitry Kochkin2017-02-272-7/+23
| |/ / / / / / /
* | | | | | | | Merge topic 'cmake-xcode-schemes'Brad King2017-02-288-0/+302
|\ \ \ \ \ \ \ \
| * | | | | | | | Xcode: Add documentation for schema generatorGregor Jasny2017-02-283-0/+18
| * | | | | | | | Xcode: Write shared schemes based on the default files generated by XcodeGusts Kaksis2017-02-285-0/+284
| | |/ / / / / / | |/| | | | | |