https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
eeb5e8c Adjust documentation for include() command based on project() requirements. 08 July 2013, 14:32:07 UTC
448a677 CMake Nightly Date Stamp 08 July 2013, 04:01:05 UTC
14eb4a1 CMake Nightly Date Stamp 07 July 2013, 04:01:03 UTC
dd24c60 CMake Nightly Date Stamp 06 July 2013, 04:01:03 UTC
bdc66ea CMake Nightly Date Stamp 05 July 2013, 04:01:04 UTC
1101350 CMake Nightly Date Stamp 04 July 2013, 04:01:05 UTC
99a814e Merge branch 'release' 03 July 2013, 19:35:34 UTC
287bbab CMake Nightly Date Stamp 03 July 2013, 04:01:05 UTC
3173c93 Merge topic 'Fortran-explicit-types' 7b5bc2c Fortran: Use explicit type in Fortran 90 check 02 July 2013, 13:05:28 UTC
0e9ff1c Merge topic 'update-kwsys' c314da0 Merge branch 'upstream-kwsys' into update-kwsys 2e3c935 KWSys 2013-07-01 (f6c4c247) 02 July 2013, 13:05:14 UTC
8b23045 Merge topic 'FindGTK2vd2' 60e4555 FindGTK2: Add GTK2_DEFINITIONS variable 02 July 2013, 13:05:05 UTC
31d55ee Merge topic 'FindGTK2vs11' eb16301 FindGTK2: Do not fail on MSVC11 if vc100 libraries are available 02 July 2013, 13:04:12 UTC
357db89 Merge topic 'make-depends-collapse-paths' 551d334 cmDependsC: Collapse relative include paths 02 July 2013, 13:03:52 UTC
000793a Merge topic 'SelectLibraryConfigurations-cached-library' c4bcc56 SelectLibraryConfigurations: Fix for cached <base>_LIBRARY 02 July 2013, 12:39:36 UTC
3bff90f CMake 2.8.11.2 02 July 2013, 12:39:24 UTC
b6f01d4 Merge topic 'vs-generator-brief-doc-update' 52f1464 VS: Clarify Visual Studio product year for each version 02 July 2013, 12:38:57 UTC
acff729 Merge branch 'vs-generator-brief-doc-update' into release 02 July 2013, 12:36:12 UTC
c9697fa Merge branch 'vs12-generator' into release 02 July 2013, 12:35:49 UTC
8857afa Merge branch 'curl-bug-1192' into release 02 July 2013, 12:35:43 UTC
04897c0 Merge branch 'sha2-alignment' into release 02 July 2013, 12:35:39 UTC
d9ece45 Merge branch 'FixAsmSupport' into release 02 July 2013, 12:35:33 UTC
5bcca28 Merge branch 'SelectLibraryConfigurations-cached-library' into release 02 July 2013, 12:35:28 UTC
52f1464 VS: Clarify Visual Studio product year for each version Add to the brief documentation of the Visual Studio 10, 11, and 12 generators the corresponding VS product year. Clarify that VS11 is for Visual Studio 2012, and VS12 is for Visual Studio 2013. 02 July 2013, 12:24:38 UTC
c4bcc56 SelectLibraryConfigurations: Fix for cached <base>_LIBRARY The line set( ${basename}_LIBRARY ) removes the normal variable, but if the corresponding cached variable is present then line list( APPEND ${basename}_LIBRARY optimized "${_libname}" ) uses that and fails. Replace the original line with set( ${basename}_LIBRARY "" ) to set the normal variable to empty instead of unsetting it. 02 July 2013, 12:21:16 UTC
7b276a3 CMake Nightly Date Stamp 02 July 2013, 04:01:03 UTC
7b5bc2c Fortran: Use explicit type in Fortran 90 check In CMakeTestFortranCompiler we build a test program using a Fortran 90 construct to check whether the compiler supports the language. Some compilers have options to require explicit variable types. Fix the test program to use an explicit variable type so it passes under such a configuration. Suggested-by: Neil Carlson <neil.n.carlson@gmail.com> 01 July 2013, 19:10:08 UTC
c314da0 Merge branch 'upstream-kwsys' into update-kwsys 01 July 2013, 13:36:48 UTC
2e3c935 KWSys 2013-07-01 (f6c4c247) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ f6c4c247 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 3d1d4e7c..f6c4c247 Sean McBride (1): f6c4c247 RegularExpression: Remove 'register' storage specifier Change-Id: I755712879ab86fa163f5fce684fff2f0ecd8ab99 01 July 2013, 13:36:43 UTC
8a08ab0 Merge topic 'vs12-generator' 9a76d83 VS12: Find proper MSBuild for VSProjectInSubdir test 4e5cb39 Merge branch 'master' into vs12-generator 78fdbbc FindBoost: Add -vc120 mangling for VS 12 e99d7b1 VS12: Generate flag tables from MSBuild v120 tool files 77ac9b8 VS12: Add Visual Studio 12 generator (#14251) 01 July 2013, 13:27:33 UTC
526f1e6 Merge topic 'clang-register-warnings' e1381b1 Document removal of 'register' from flex/bison output 1399825 Remove some uses of obsolete 'register' storage specifier 01 July 2013, 13:24:22 UTC
5f36fa9 Merge topic 'AddAutomocTargetFolder' ba0e06f automoc: add a global AUTOMOC_TARGETS_FOLDER property 01 July 2013, 13:22:22 UTC
51406e2 Merge topic 'DontStripImportLibs' ae8e654 install: do not strip dll import libraries (#14123) 01 July 2013, 13:21:28 UTC
7c92d0d Merge topic 'CMakeDetermineVSServicePack-vs11' f449c68 CMakeDetermineVSServicePack: Add VS 11 update 3 01 July 2013, 13:20:00 UTC
be9a80a Merge topic 'vs-windows-forms' 6c9712c VS: Add Resx configuration to the vcxproj file 01 July 2013, 13:18:06 UTC
c46142b Merge topic 'split-GeneratorExpression-test' cacb938 Split the GeneratorExpression test into a third part. 01 July 2013, 13:16:09 UTC
62428f5 Merge topic 'ninja_phony_targets' 539356f Ninja: Custom Command file depends don't need to exist before building 874e171 Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static 88d27ad Add a test to expose a bug with add_custom_command and ninja. 01 July 2013, 13:15:09 UTC
07095e1 Merge topic 'compiler-version-genex' 47a8db5 Add generator expressions for compiler versions. 01 July 2013, 13:12:32 UTC
84cb494 Merge topic 'curl-bug-1192' e643e02 cmcurl: Backport curl bug 1192 fix (#14250) 01 July 2013, 13:12:00 UTC
539356f Ninja: Custom Command file depends don't need to exist before building When converting custom commands for the ninja build system we need to make sure that any file dependencies that exist in the build tree are converted to phony targets. This tells ninja that these files might not exist when starting the build, but could be generated during the build. This is done by tracking all dependencies for custom command targets. After all have been written out we remove all items from the set that have been seen as a target, custom command output, an alias, or a file in the source directory. Anything that is left is considered to be a file that will be generated as a side effect of another custom command. 01 July 2013, 13:01:01 UTC
874e171 Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static To properly track the usage of dependencies that are generated at compile time as the side effect of other build steps we need to make the WriteBuild and WritePhonyBuild commands non static 01 July 2013, 12:59:38 UTC
ae8e654 install: do not strip dll import libraries (#14123) DLL import libraries exist specifically to have symbols. 01 July 2013, 12:56:03 UTC
6e77c2b CMake Nightly Date Stamp 01 July 2013, 04:01:03 UTC
0c8eee4 CMake Nightly Date Stamp 30 June 2013, 04:01:03 UTC
60e4555 FindGTK2: Add GTK2_DEFINITIONS variable According to https://wiki.gnome.org/gtkmm/MSWindows on MSVC the /vd2 flag should be passed to the compiler in order to use gtkmm 29 June 2013, 14:44:57 UTC
eb16301 FindGTK2: Do not fail on MSVC11 if vc100 libraries are available 29 June 2013, 13:27:58 UTC
e021d33 CMake Nightly Date Stamp 29 June 2013, 04:01:05 UTC
9a76d83 VS12: Find proper MSBuild for VSProjectInSubdir test If the CTest make program is not msbuild we find the msbuild corresponding to the current test generator. In the case of VS 12 search for the msbuild it provides. 28 June 2013, 23:38:44 UTC
4e5cb39 Merge branch 'master' into vs12-generator Resolve conflicts in Tests/Preprocess/CMakeLists.txt by keeping the side from 'master'. 28 June 2013, 22:29:54 UTC
78fdbbc FindBoost: Add -vc120 mangling for VS 12 28 June 2013, 22:14:01 UTC
e99d7b1 VS12: Generate flag tables from MSBuild v120 tool files Run cmparseMSBuildXML.py on cl.xml, lib.xml, and link.xml to generate our flag tables: python cmparseMSBuildXML.py -x ".../MSBuild/Microsoft.Cpp/v4.0/v120/1033/cl.xml" > cmVS12CLFlagTable.h python cmparseMSBuildXML.py -x ".../MSBuild/Microsoft.Cpp/v4.0/v120/1033/lib.xml" > cmVS12LibFlagTable.h python cmparseMSBuildXML.py -x ".../MSBuild/Microsoft.Cpp/v4.0/v120/1033/link.xml" > cmVS12LinkFlagTable.h Fix up the declaration names at the top of each file. Finally, teach cmVisualStudio10TargetGenerator to select the version of the table matching the version of VS. 28 June 2013, 22:13:59 UTC
77ac9b8 VS12: Add Visual Studio 12 generator (#14251) Copy cmGlobalVisualStudio11Generator to cmGlobalVisualStudio12Generator and update version numbers accordingly. Add the VS12 enumeration value. Add module CMakeVS12FindMake to find MSBuild. Look for MSBuild in its now-dedicated Windows Registry entry. Teach the platform module Windows-MSVC to set MSVC12 and document the variable. Teach module InstallRequiredSystemLibraries to look for the VS 12 runtime libraries. Teach tests CheckCompilerRelatedVariables, Preprocess, VSExternalInclude, and RunCMake.GeneratorToolset to treat VS 12 as they do VS 10 and 11. Inspired-by: Minmin Gong <minmin.gong@gmail.com> 28 June 2013, 22:13:14 UTC
e1381b1 Document removal of 'register' from flex/bison output In each .l and .y input file that has instructions for manual transformation of the output to include a step to remove the 'register' storage specifier. 28 June 2013, 20:37:59 UTC
1399825 Remove some uses of obsolete 'register' storage specifier Remove the keyword from all Source/* files outside of KWSys. 28 June 2013, 20:37:49 UTC
ba0e06f automoc: add a global AUTOMOC_TARGETS_FOLDER property This has been requested, along with a patch, by Shaun Williams in http://public.kitware.com/Bug/view.php?id=13788 . It adds a global property AUTOMOC_TARGETS_FOLDER, which can be used to group the automoc targets together in a folder e.g. in Visual Studio. Alex 28 June 2013, 19:40:16 UTC
f449c68 CMakeDetermineVSServicePack: Add VS 11 update 3 28 June 2013, 13:43:10 UTC
6c9712c VS: Add Resx configuration to the vcxproj file In my project group we are using CMake to generate c++/cli winform projects and I noticed the work done in commit 79ec7868 (VS: Add Windows Forms Support, 2013-04-29) was in the right direction for solving some of the problems we were facing. The changes as submitted was breaking some functionality in our projects, so I made some changes that fixes our problems and I believe that it will also work for others. * Resx files did not link correctly with the winform h-file so I added the Resx configuration to the vcxproj file. * I removed the functionality for setting <CLRSupport> true for the project based on if an resx-file is pressent. This is preventing us from using native cpp code. Also this do not address that some projects will need to set other options like clr:pure, clr:safe. This could be implemented as a cmake option, so it is possible to specify exactly what is needed. Existing VSWindowsFormsResx Test project is updated so it will be working with my changes. 28 June 2013, 13:23:41 UTC
daaf628 Merge topic 'refactor-compile-options' d221eac Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling b6385ca Escape target flags taken from COMPILE_OPTIONS 0c9cc9a Embarcadero: Use response files only for includes, objects, and libs 28 June 2013, 13:04:01 UTC
2ed149c Merge topic 'update-kwsys' 063617c Merge branch 'upstream-kwsys' into update-kwsys 045fc84 KWSys 2013-06-24 (3d1d4e7c) 28 June 2013, 13:03:55 UTC
cff1bf4 Merge topic 'doc-ENV-syntax' c293e05 Document ENV syntax as a "variable" (#14245) 28 June 2013, 13:03:45 UTC
cacb938 Split the GeneratorExpression test into a third part. Avoid command lines beyond NMake limits. http://open.cdash.org/testDetails.php?test=196577461&build=2949683 expanded command line '...' too long 28 June 2013, 12:58:09 UTC
47a8db5 Add generator expressions for compiler versions. New generator expressions allow retrieval of the version per language, as well as equality comparison. 28 June 2013, 12:32:58 UTC
055a38b CMake Nightly Date Stamp 28 June 2013, 04:01:04 UTC
e643e02 cmcurl: Backport curl bug 1192 fix (#14250) LLVM headers define strlcat as a macro rather than as a function. See upstream Curl issue: http://curl.haxx.se/bug/view.cgi?id=1192 It was addressed by removing use of strlcat altogether. Port the upstream fix to CMake's curl. 27 June 2013, 20:46:23 UTC
d221eac Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling Replace the cmLocalGenerator GetCompileOptions method with an AddCompileOptions method since all call sites of the former simply append the result to a flags string anyway. Add a "lang" argument to AddCompileOptions and move the CMAKE_<LANG>_FLAGS_REGEX filter into it. Move the call sites in each generator to a location that has both the language and configuration available. In the Makefile generator this also moves the flags from build.make to flags.make where they belong. 27 June 2013, 16:57:32 UTC
b6385ca Escape target flags taken from COMPILE_OPTIONS Factor appending of individual flags out into an AppendFlagEscape method in cmLocalGenerator and teach it to use EscapeForShell. Update all COMPILE_OPTIONS handling to use AppendFlagEscape. Override the method in the Xcode generator to use its custom escape implementation. Teach the CompileOptions test to add an option that requires escaping everywhere instead of just with the GNU tools. 27 June 2013, 16:57:32 UTC
0c9cc9a Embarcadero: Use response files only for includes, objects, and libs Leave other flags directly in the Makefile command lines and outside any special inline response file syntax. Otherwise Borland does not support flags with quotes in response files. 27 June 2013, 16:57:31 UTC
297b42b CMake Nightly Date Stamp 27 June 2013, 04:01:06 UTC
551d334 cmDependsC: Collapse relative include paths While calculating dependencies collapse sequences such as ../../../a/b/c/../../d/e/../../e/f to avoid total path lengths over the Windows path length limit as much as possible. 26 June 2013, 14:14:31 UTC
063617c Merge branch 'upstream-kwsys' into update-kwsys 26 June 2013, 13:52:46 UTC
045fc84 KWSys 2013-06-24 (3d1d4e7c) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 3d1d4e7c | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' d79a792e..3d1d4e7c Cory Quammen (1): 3d1d4e7c SystemTools: MakeDirectory() reports failure if path is file Change-Id: I080ed62630304c63c65efaf4be08198a6411ae48 26 June 2013, 13:52:42 UTC
bef7c02 Merge topic 'dag-LINKER_LANGUAGE' ff015ee Genex: Report error if a target file is needed to evaluate link libraries. b58aff9 Genex: Extend EvaluatingLinkLibraries to also check the top target name. b1c19ce Genex: Make LINK_LANGUAGE report an error when evaluating link libraries. 0e1cb07 Add missing return after error report. 26 June 2013, 13:03:05 UTC
63357bf Merge topic 'FindFreetype-gtkmm' a34839d FindFreetype: Detect Freetype installed by GtkMM installer for win 26 June 2013, 13:02:57 UTC
c1631ef Merge topic 'version-compare-genex' e605528 Add generator expressions for version comparision. 48bb48e De-duplicate version comparison code. 26 June 2013, 13:02:49 UTC
22fbeaa Merge topic 'export-COMPILE_OPTIONS-property' 77ff352 Generate INTERFACE_COMPILE_OPTIONS on export. 26 June 2013, 13:02:10 UTC
1c51798 Merge topic 'COMPILER_TARGET' 2d9ec1d Add compiler target compile options. 26 June 2013, 13:01:57 UTC
c293e05 Document ENV syntax as a "variable" (#14245) Although "ENV" is not a special variable itself, use it to document the $ENV{VAR} syntax. 26 June 2013, 12:41:51 UTC
fdd558d CMake Nightly Date Stamp 26 June 2013, 04:01:03 UTC
88d27ad Add a test to expose a bug with add_custom_command and ninja. Ninja Generator is unable to handle an add_custom_command having a dependency that is generated at build time by a previous target. 25 June 2013, 18:43:47 UTC
aecacd0 Merge topic '13582_configured_file_regeneration' ad50250 cmMakefile: Track configured files so we can regenerate them (#13582) 4a6397a Ninja: Track configured files so we can regenerate them. 25 June 2013, 12:55:02 UTC
4934896 Merge topic 'makefile_AddCMakeOutputFile_signature' 6dbd4a5 cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. 25 June 2013, 12:54:52 UTC
ad50250 cmMakefile: Track configured files so we can regenerate them (#13582) Currently when a configured file is removed from the build directory, running the build command will not regenerate the file. Now detect this and will rerun cmake properly when a user issues the build command. 25 June 2013, 12:51:20 UTC
4a6397a Ninja: Track configured files so we can regenerate them. Unlike the Makefile generator the ninja generator did not tack any of its output files, so if they are deleted the generator would not run. 25 June 2013, 12:51:20 UTC
ade22ea CMake Nightly Date Stamp 25 June 2013, 04:01:03 UTC
6dbd4a5 cmMakefile: Refactor AddCMakeDependFile and AddCMakeOutputFile. AddCMakeDependFile and AddCMakeOutputFile both store as std::string and all calling sites use std::string. So instead of creating more temporary objects, lets just use std::strings. 24 June 2013, 14:43:20 UTC
ff015ee Genex: Report error if a target file is needed to evaluate link libraries. Constructs such as target_link_libraries(foo $<$<STREQUAL:$<TARGET_FILE:foo>,foo.so>:bar>) segfault before this patch. 24 June 2013, 14:22:15 UTC
b58aff9 Genex: Extend EvaluatingLinkLibraries to also check the top target name. This will allow testing whether we are evaluating the link libraries of a particular target. 24 June 2013, 14:22:15 UTC
b1c19ce Genex: Make LINK_LANGUAGE report an error when evaluating link libraries. 24 June 2013, 14:21:53 UTC
0e1cb07 Add missing return after error report. 24 June 2013, 14:21:53 UTC
0bd82cb Merge topic 'config-dependent-CMAKE_AUTOMOC' ea4d784 QtAutomoc: Use config-dependent compile definitions and includes. 67f6ceb QtAutomoc: Fix handling of list separator for compile definitions. 24 June 2013, 12:47:03 UTC
0fd7d47 Merge topic 'transitive-property-PP-FOR_EACH' 0d8db25 Use a preprocessor loop to manage the valid transitive properties. 24 June 2013, 12:46:46 UTC
6d7b124 Merge topic 'find-targets-in-INTERFACE_COMPILE_OPTIONS' 8a3b5be Find targets in INTERFACE_COMPILE_OPTIONS when exporting for try_compile. 24 June 2013, 12:46:34 UTC
37e34be Merge topic 'fix-COMPILE_OPTIONS-transitive-performance-regression' 477e413 Add missing 'seen' check for evaluating COMPILE_OPTIONS. 24 June 2013, 12:46:22 UTC
b2d70c1 Merge topic 'set-sysroot' de4da66 Use --sysroot when cross compiling. 24 June 2013, 12:46:12 UTC
059be4b Merge topic 'add-whitespace' 2331b57 Add whitespace after colons in error messages. 24 June 2013, 12:38:12 UTC
a931970 Merge topic 'CMakeDetermineVSServicePack-vs11' 2aa62e0 CMakeDetermineVSServicePack: Add VS 11 update 1 and 2 (#14239) 1746a35 CMakeDetermineVSServicePack: Improve documentation 24 June 2013, 12:38:08 UTC
1576592 Merge topic 'openbsd-elf-parsing' 480e924 OpenBSD: Enable ELF parsing and editing (#14241) 24 June 2013, 12:38:02 UTC
eadb85f Merge topic 'FindBoost-error-reason-static' 86cbd73 FindBoost: Clarify failure on missing 'static' libs (#14235) 24 June 2013, 12:37:58 UTC
1c63a67 Merge topic 'FindX11-OSX-10.8' 488d968 FindX11: Search in /opt/X11 for OS X 10.8 (#14232) 24 June 2013, 12:37:54 UTC
4a60a7a Merge topic 'FindGTK2-tweaks' 508e8ca FindGTK2: Detect gthread library 8dca8ce FindGTK2: Move check for pangocairo in gtk module 24 June 2013, 12:37:48 UTC
c5c9426 Merge topic 'doc-E-tar-zip' ae06f80 cmake: Document "-E tar" support for .zip (#14225) 24 June 2013, 12:37:42 UTC
back to top