Brad King
|
e4ec89d036
ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system.
|
19 năm trước cách đây |
Brad King
|
7d2de52c1a
ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed.
|
19 năm trước cách đây |
Brad King
|
57eb30087f
STYLE: Fixed line-too-long warning.
|
19 năm trước cách đây |
Brad King
|
239fce5caa
ENH: Do not generate install target unless some INSTALL or INSTALL_* commands have been used. This addresses bug#2827.
|
19 năm trước cách đây |
Brad King
|
eef327b944
ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories.
|
19 năm trước cách đây |
Brad King
|
ed6791c898
BUG: Make sure targets of type GLOBAL_TARGET have a makefile set.
|
19 năm trước cách đây |
Brad King
|
15ca72a862
BUG: Delay relative path configuration until as late as possible to make sure the source/binary dir are set. This is a work-around for lack of a more structured way of creating the global generator.
|
19 năm trước cách đây |
Brad King
|
0bbcb49f65
ENH: Added generation of link rules into script files executed by a cmake -E command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
|
19 năm trước cách đây |
Ken Martin
|
8e9a6beccc
ENH: centralized locaiton of CMakeFiles setting
|
19 năm trước cách đây |
Brad King
|
87d4d0e039
BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
|
19 năm trước cách đây |
Brad King
|
ec2104cd31
BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
|
19 năm trước cách đây |
Brad King
|
e838bb31e3
BUG: Make sure RUN_TESTS target passes the desired configuration to ctest.
|
19 năm trước cách đây |
Ken Martin
|
01c25dd378
STYLE: fix line length
|
19 năm trước cách đây |
Ken Martin
|
b8483cf109
STYLE: fix line length
|
19 năm trước cách đây |
Ken Martin
|
3023eb7ccb
ENH: Makefile performance improvements
|
19 năm trước cách đây |
Brad King
|
4494c29078
ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project.
|
19 năm trước cách đây |
Bill Hoffman
|
0952ff6f4b
ENH: don't add package target if no package file is around
|
19 năm trước cách đây |
Andy Cedilnik
|
71b370c79c
BUG: Verify the global target name exists before using it. Fixes VS and Xcode
|
19 năm trước cách đây |
Andy Cedilnik
|
1e608c912c
ENH: Add packaging of source code (make package_source)
|
19 năm trước cách đây |
Ken Martin
|
17ebcb1bcd
COMP: fix warning
|
19 năm trước cách đây |
Ken Martin
|
535acdc7a0
ENH: some performance optimizations
|
19 năm trước cách đây |
Brad King
|
d5719f22c1
ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
|
19 năm trước cách đây |
Brad King
|
2301a025ea
ENH: Added global TargetManifest computation between Configure and Generate steps. This allows generators to know what other targets will exist on disk when the build completes.
|
19 năm trước cách đây |
Bill Hoffman
|
6e217924ce
ENH: use correct addcache call to fix build tools
|
19 năm trước cách đây |
Bill Hoffman
|
ae10b3578d
ENH: add a wrapper for xcodebuild to get around bug and verbose output
|
19 năm trước cách đây |
Brad King
|
eb31755eb2
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
19 năm trước cách đây |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 năm trước cách đây |
Brad King
|
08b14163ee
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
19 năm trước cách đây |
Ken Martin
|
7b3be313ee
ENH: modified the relative path code to not do relative paths between bin and source
|
19 năm trước cách đây |
Brad King
|
94cc5898e7
BUG: When generating the install rules for CMake itself the per-configuration subdirectory must be used to specify the executable location.
|
19 năm trước cách đây |