- 10 Jul, 2013 1 commit
-
-
Kitware Robot authored
-
- 09 Jul, 2013 1 commit
-
-
Kitware Robot authored
-
- 08 Jul, 2013 1 commit
-
-
Kitware Robot authored
-
- 07 Jul, 2013 1 commit
-
-
Kitware Robot authored
-
- 06 Jul, 2013 1 commit
-
-
Kitware Robot authored
-
- 05 Jul, 2013 1 commit
-
-
Kitware Robot authored
-
- 04 Jul, 2013 1 commit
-
-
Kitware Robot authored
-
- 03 Jul, 2013 2 commits
-
-
Brad King authored
-
Kitware Robot authored
-
- 02 Jul, 2013 17 commits
-
-
7b5bc2c6 Fortran: Use explicit type in Fortran 90 check
-
60e4555c FindGTK2: Add GTK2_DEFINITIONS variable
-
eb163011 FindGTK2: Do not fail on MSVC11 if vc100 libraries are available
-
551d3343 cmDependsC: Collapse relative include paths
-
c4bcc561 SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
-
Brad King authored
-
52f14641 VS: Clarify Visual Studio product year for each version
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
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.
-
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.
-
Kitware Robot authored
-
- 01 Jul, 2013 14 commits
-
-
Brad King authored
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>
-
Brad King authored
-
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
-
ba0e06f2 automoc: add a global AUTOMOC_TARGETS_FOLDER property
-
f449c68b CMakeDetermineVSServicePack: Add VS 11 update 3
-
6c9712c4 VS: Add Resx configuration to the vcxproj file
-
cacb938d Split the GeneratorExpression test into a third part.
-
47a8db5b Add generator expressions for compiler versions.
-
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.
-