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 vuotta sitten |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 vuotta sitten |
Ken Martin
|
4102949bf9
STYLE: minor comment cleanups
|
19 vuotta sitten |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 vuotta sitten |
Bill Hoffman
|
6b47b28867
ENH: fix line length style stuff
|
19 vuotta sitten |
Brad King
|
1b5e3f4136
BUG: Fixed generation of cmake re-run rules.
|
20 vuotta sitten |
Brad King
|
f4b306d5d4
BUG: VS7 generator should use per-configuration linker flags for targets. This addresses bug#2765.
|
20 vuotta sitten |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 vuotta sitten |
Brad King
|
f9aef0e422
ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds.
|
20 vuotta sitten |
Bill Hoffman
|
aa47caab2d
FIX: apply patch from bug# 1965
|
20 vuotta sitten |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 vuotta sitten |
Ken Martin
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
20 vuotta sitten |
Bill Hoffman
|
d8ed9ef121
ENH: fix bug 1324
|
21 vuotta sitten |
Bill Hoffman
|
a3eeaa1ce2
ENH: use a map to fill out flags, and keep command line consistent with the GUI
|
21 vuotta sitten |
Bill Hoffman
|
86195caf6a
ENH: add support for VCExpress 2005
|
21 vuotta sitten |
Bill Hoffman
|
70eaddbf8e
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
|
21 vuotta sitten |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
22 vuotta sitten |
Bill Hoffman
|
6112e7fc16
add support for vs 71
|
22 vuotta sitten |
Brad King
|
cde384411d
Several fixes/improvements:
|
23 vuotta sitten |
Andy Cedilnik
|
b0656a2605
Add support for comments on custom commands in visual studio 7
|
23 vuotta sitten |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 vuotta sitten |
Ken Martin
|
49aebe6c99
new arch
|
23 vuotta sitten |