Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: better progress for any directory that is a project | Ken Martin | 2007-04-13 | 1 | -2/+4 |
| | |||||
* | ENH: some code consolidation and cleanup | Ken Martin | 2007-04-12 | 1 | -76/+0 |
| | |||||
* | BUG: fix progress for ENCLUDE_FORM_ALL cases using new project to target ↵ | Ken Martin | 2007-04-12 | 1 | -25/+14 |
| | | | | map. Only fixes it for the top level all target | ||||
* | STYLE: Added comment about why dependencies need to be chained to clarify code. | Brad King | 2007-04-10 | 1 | -0/+2 |
| | |||||
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -5/+5 |
| | |||||
* | ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had ↵ | Brad King | 2007-03-08 | 1 | -1/+0 |
| | | | | a buggy implementation that caused it to do nothing. | ||||
* | ENH: SetupPathConversions is now called automatically on demand. | Brad King | 2007-03-08 | 1 | -1/+0 |
| | |||||
* | BUG: Avoid duplicate conversion to output path. | Brad King | 2006-10-10 | 1 | -6/+0 |
| | |||||
* | BUG: Fixed ordering of code generated in Makefile and build.make files to ↵ | Brad King | 2006-09-08 | 1 | -2/+0 |
| | | | | make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files. | ||||
* | BUG: bad progress for named top level targets | Ken Martin | 2006-08-29 | 1 | -10/+20 |
| | |||||
* | ENH: Centralized generation of targets listed in the help to be done by the ↵ | Brad King | 2006-08-23 | 1 | -8/+6 |
| | | | | code that actually writes the targets. | ||||
* | BUG: Added object language to list of object files in a local generator's ↵ | Brad King | 2006-08-15 | 1 | -2/+3 |
| | | | | directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects. | ||||
* | BUG: fix comment | Ken Martin | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | STYLE: fix long lines | Ken Martin | 2006-07-18 | 1 | -1/+2 |
| | |||||
* | COMP: fix warning | Ken Martin | 2006-07-17 | 1 | -1/+1 |
| | |||||
* | COMP: fix old compiler issue | Ken Martin | 2006-07-12 | 1 | -1/+5 |
| | |||||
* | ENH: added progress for subdir all targets and fixed compiler waring | Ken Martin | 2006-07-12 | 1 | -9/+67 |
| | |||||
* | BUG: changed to progress to make it more flexible and to no relink targets ↵ | Ken Martin | 2006-07-11 | 1 | -76/+68 |
| | | | | as often | ||||
* | ENH: fix line length and warning | Ken Martin | 2006-06-20 | 1 | -2/+3 |
| | |||||
* | ENH: fix for dependent targets | Ken Martin | 2006-06-19 | 1 | -4/+8 |
| | |||||
* | ENH: do not use the link script on windows | Bill Hoffman | 2006-06-19 | 1 | -0/+4 |
| | |||||
* | ENH: warning fix | Ken Martin | 2006-06-16 | 1 | -12/+14 |
| | |||||
* | ENH: cleanup how progress is reported for individual targets to fix an ↵ | Ken Martin | 2006-06-16 | 1 | -38/+23 |
| | | | | integer math issue | ||||
* | BUG: Pre-install rules for a target should not have target-level ↵ | Brad King | 2006-06-15 | 1 | -1/+0 |
| | | | | dependencies. Each target can be re-linked independently as long as the original targets are up to date. | ||||
* | ENH: Added generation of link rules into script files executed by a cmake -E ↵ | Brad King | 2006-06-15 | 1 | -0/+1 |
| | | | | 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 | -8/+16 |
| | |||||
* | ENH: some cleanup to progress | Ken Martin | 2006-06-12 | 1 | -5/+5 |
| | |||||
* | ENH: line lengths | Ken Martin | 2006-06-05 | 1 | -2/+4 |
| | |||||
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵ | Brad King | 2006-06-01 | 1 | -2/+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. | ||||
* | ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the ↵ | Brad King | 2006-06-01 | 1 | -12/+2 |
| | | | | proper place in the local generator instead of in the global generator. Also made the install/fast target not depend on the all target. | ||||
* | BUG: Added /fast targets in subdirectory makefiles. Removed bogus ↵ | Brad King | 2006-06-01 | 1 | -17/+13 |
| | | | | INSTALL_*/fast targets. Also fixed preinstall/fast target. | ||||
* | BUG: Fix progress when total number of source files is less than 100. | Brad King | 2006-05-30 | 1 | -4/+22 |
| | |||||
* | BUG: fix to progress for small projects | Ken Martin | 2006-05-25 | 1 | -7/+14 |
| | |||||
* | ENH: fix compiler warnings and posibly java test | Ken Martin | 2006-05-24 | 1 | -3/+4 |
| | |||||
* | BUG: Fix for spaces in path to build directory with new progress stuff. | Brad King | 2006-05-23 | 1 | -5/+14 |
| | |||||
* | ENH: always compile progress | Ken Martin | 2006-05-23 | 1 | -5/+194 |
| | |||||
* | BUG: fix issue with too many fast targets being listed | Ken Martin | 2006-05-18 | 1 | -8/+13 |
| | |||||
* | PERF: performance improvement | Ken Martin | 2006-05-15 | 1 | -10/+4 |
| | |||||
* | ENH: Add simple progress reporting during make | Andy Cedilnik | 2006-05-15 | 1 | -0/+6 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -32/+52 |
| | |||||
* | BUG: use SHELL var | Ken Martin | 2006-05-03 | 1 | -1/+1 |
| | |||||
* | BUG: need to make sure paths are OK | Ken Martin | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | BUG: need to make sure paths are OK | Ken Martin | 2006-05-02 | 1 | -0/+1 |
| | |||||
* | BUG: fix for unix | Ken Martin | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: Makefile performance improvements | Ken Martin | 2006-05-02 | 1 | -91/+181 |
| | |||||
* | 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: fix global help | Bill Hoffman | 2006-04-25 | 1 | -1/+1 |
| | |||||
* | ENH: fix help for global targets | Bill Hoffman | 2006-04-20 | 1 | -3/+1 |
| | |||||
* | ENH: put global targets in the help | Bill Hoffman | 2006-04-18 | 1 | -0/+1 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -1/+66 |
| | | | | 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. |