Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix #5137, now with the modified CMakeDetermineSystem.cmake the | Alexander Neundorf | 2007-06-07 | 1 | -1/+1 |
| | | | | | | | CMAKE_HOST_SYSTEM_xxx variables have to be preset, not the CMAKE_SYSTEM_xxx ones Alex | ||||
* | BUG: fix crash, bug 5121 | Bill Hoffman | 2007-06-01 | 1 | -1/+1 |
| | |||||
* | BUG: Need to create global targets before AddHelperCommands is called. We ↵ | Brad King | 2007-05-25 | 1 | -13/+13 |
| | | | | should investigate creating global targets at the beginning of the configure step even if their commands are not populated or if they will not actually be generated later. | ||||
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -12/+35 |
| | | | | | | | | | | "imported" executable target. This can then be used e.g. with ADD_CUSTOM_COMMAND() to generate stuff. It adds a second container for "imported" targets, and FindTarget() now takes an additional argument bool useImportedTargets to specify whether you also want to search in the imported targets or only in the "normal" targets. Alex | ||||
* | ENH: add install/strip target for makefile generators if strip was found | Alexander Neundorf | 2007-05-18 | 1 | -2/+21 |
| | | | | Alex | ||||
* | BUG: fix problem for non-C/CXX languages with Visual Studio, the | Alexander Neundorf | 2007-05-09 | 1 | -13/+16 |
| | | | | | | | dependencies for the custom commands added for java were not handled correctly. Needs more work. Alex | ||||
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -4/+14 |
| | | | | | | | | | | add_custom_target() as COMMAND, and cmake will recognize them and replace them with the actual output path of these executables. Also the dependency will be added automatically. Test included. ENH: moved TraceVSDependencies() to the end of GlobalGenerator::Configure(), so it is done now in one central place Alex | ||||
* | ENH: fix seg fault in ccmake when hitting configure twice | Bill Hoffman | 2007-04-24 | 1 | -2/+4 |
| | |||||
* | ENH: some code consolidation and cleanup | Ken Martin | 2007-04-12 | 1 | -25/+81 |
| | |||||
* | ENH: add project to target map, not used yet, but created | Bill Hoffman | 2007-03-13 | 1 | -0/+110 |
| | |||||
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -3/+3 |
| | |||||
* | ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ↵ | Brad King | 2007-03-07 | 1 | -160/+0 |
| | | | | This is in preparation for setting up each local generator to have its own RelativePathTopSource and RelativePathTopBinary based on its ancestor directories. | ||||
* | BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice. | Brad King | 2007-03-05 | 1 | -77/+0 |
| | |||||
* | ENH: get rid of some extra erase calls | Bill Hoffman | 2007-02-21 | 1 | -3/+0 |
| | |||||
* | BUG: fixes so that --build-and-test will honor timeouts | Ken Martin | 2007-01-30 | 1 | -5/+7 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+1 |
| | |||||
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵ | Bill Hoffman | 2006-11-29 | 1 | -2/+3 |
| | | | | use cmVersion | ||||
* | ENH: remove warning | Bill Hoffman | 2006-11-10 | 1 | -2/+2 |
| | |||||
* | BUG: fix for broken borland compiler | Bill Hoffman | 2006-11-10 | 1 | -2/+3 |
| | |||||
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -0/+23 |
| | |||||
* | ENH: Cleanup of install component list. There was already the list in the ↵ | Andy Cedilnik | 2006-10-31 | 1 | -3/+1 |
| | | | | global generator. Use that one | ||||
* | ENH: Add support for displaying the list of components | Andy Cedilnik | 2006-10-30 | 1 | -3/+38 |
| | |||||
* | BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476 | Andy Cedilnik | 2006-10-12 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug #3517 seg fault with enable language before project command | Bill Hoffman | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | ENH: fix dashbaord error do not exclude root project from itself. | Bill Hoffman | 2006-10-03 | 1 | -0/+4 |
| | |||||
* | BUG: fix for bug#3714 execlude_from_all not working on vs | Bill Hoffman | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | ENH: Added SYMBOLIC source file property to mark custom command outputs that ↵ | Brad King | 2006-10-02 | 1 | -0/+3 |
| | | | | 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. | ||||
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ↵ | Brad King | 2006-09-28 | 1 | -2/+1 |
| | | | | to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed. | ||||
* | STYLE: Fixed line-too-long warning. | Brad King | 2006-09-01 | 1 | -1/+2 |
| | |||||
* | ENH: Do not generate install target unless some INSTALL or INSTALL_* ↵ | Brad King | 2006-08-31 | 1 | -52/+63 |
| | | | | commands have been used. This addresses bug#2827. | ||||
* | ENH: Adding install/local global target for Makefile generators. This runs ↵ | Brad King | 2006-08-29 | 1 | -0/+14 |
| | | | | installation only in the current directory and not subdirectories. | ||||
* | BUG: Make sure targets of type GLOBAL_TARGET have a makefile set. | Brad King | 2006-08-26 | 1 | -2/+3 |
| | |||||
* | BUG: Delay relative path configuration until as late as possible to make ↵ | Brad King | 2006-06-19 | 1 | -3/+10 |
| | | | | sure the source/binary dir are set. This is a work-around for lack of a more structured way of creating the global generator. | ||||
* | ENH: Added generation of link rules into script files executed by a cmake -E ↵ | Brad King | 2006-06-15 | 1 | -0/+3 |
| | | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. | ||||
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -2/+2 |
| | |||||
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵ | Brad King | 2006-06-01 | 1 | -5/+5 |
| | | | | 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. | ||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 1 | -2/+9 |
| | | | | 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. | ||||
* | BUG: Make sure RUN_TESTS target passes the desired configuration to ctest. | Brad King | 2006-05-13 | 1 | -0/+5 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -76/+117 |
| | |||||
* | ENH: Makefile performance improvements | Ken Martin | 2006-05-02 | 1 | -25/+4 |
| | |||||
* | ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support ↵ | Brad King | 2006-04-27 | 1 | -1/+1 |
| | | | | 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. | ||||
* | ENH: don't add package target if no package file is around | Bill Hoffman | 2006-04-20 | 1 | -9/+16 |
| | |||||
* | BUG: Verify the global target name exists before using it. Fixes VS and Xcode | Andy Cedilnik | 2006-04-17 | 1 | -13/+17 |
| | |||||
* | ENH: Add packaging of source code (make package_source) | Andy Cedilnik | 2006-04-17 | 1 | -0/+14 |
| | |||||
* | COMP: fix warning | Ken Martin | 2006-04-12 | 1 | -2/+1 |
| | |||||
* | ENH: some performance optimizations | Ken Martin | 2006-04-11 | 1 | -5/+17 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -2/+10 |
| | | | | 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. | ||||
* | ENH: Added global TargetManifest computation between Configure and Generate ↵ | Brad King | 2006-04-04 | 1 | -2/+11 |
| | | | | steps. This allows generators to know what other targets will exist on disk when the build completes. | ||||
* | ENH: use correct addcache call to fix build tools | Bill Hoffman | 2006-04-04 | 1 | -8/+8 |
| |