Brad King
|
3fda5c6463
Factor cmLocalGenerator::Configure input file read
|
16 jaren geleden |
Brad King
|
1db5c90644
Factor cmLocalGenerator::Configure object max path
|
16 jaren geleden |
Bill Hoffman
|
28b1912aa3
ENH: add group support and fix borland error
|
16 jaren geleden |
Bill Hoffman
|
7491f52992
ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
|
16 jaren geleden |
Brad King
|
8c3290b4a3
BUG: Use new include dir suppresson for all gens
|
16 jaren geleden |
Brad King
|
39f8b91125
BUG: Remove implicit include dir suppression
|
16 jaren geleden |
Brad King
|
15c52e9891
ENH: Add rule substitutions useful for launchers
|
17 jaren geleden |
Brad King
|
b604b98c56
ENH: Define RULE_LAUNCH_* properties
|
17 jaren geleden |
Brad King
|
205fce61b6
ENH: Warn if build dir is too long for filesystem
|
17 jaren geleden |
Brad King
|
3cf9265fa7
ENH: Refactor passing of max length object dir
|
17 jaren geleden |
Brad King
|
ad44a41a18
ENH: Fix optional use of relative paths.
|
17 jaren geleden |
Brad King
|
f89dae7a94
ENH: Create Info.plist files in OS X Frameworks
|
17 jaren geleden |
Brad King
|
990c6b0b90
ENH: Allow custom limit on object file path length
|
17 jaren geleden |
Brad King
|
67f8c0fd10
ENH: Allow multiple OS X applications bundles to be created in a single build directory. Converted Info.plist files to be generated directly instead of configured with make variables. The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility).
|
18 jaren geleden |
Brad King
|
52b3f85642
ENH: Enable use of link script whenever incremental archive construction rules are available. Enable use of archive construction rules on MSYS.
|
18 jaren geleden |
Brad King
|
ffac622a85
ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target. Use it to simplify the chrpath feature.
|
18 jaren geleden |
Brad King
|
865c2bc6d6
BUG: Work-around bug in MSVC 6 command line parsing.
|
18 jaren geleden |
Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
18 jaren geleden |
Brad King
|
8d1d5500c8
ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources.
|
18 jaren geleden |
Brad King
|
433099ecdd
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property.
|
18 jaren geleden |
Brad King
|
18b9e7db6c
ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation.
|
18 jaren geleden |
Brad King
|
8262ccfd4e
ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.
|
18 jaren geleden |
Brad King
|
857e2e15dd
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
|
18 jaren geleden |
Bill Hoffman
|
ee886fbbdb
ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the compiler actually uses
|
18 jaren geleden |
Brad King
|
52eb0ccac7
BUG: Restore old interface of "make foo.o" and "make foo.i" even though object file names now include source extensions. For Java we also need to always remove the source extension (.java -> .class). This fixes the re-opening of bug #6169.
|
18 jaren geleden |
Brad King
|
f872c10b7e
ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsing of CMAKE_BACKWARDS_COMPATIBILITY variable. Add cmLocalGenerator::NeedBackwardsCompatibility to simplify checks for compatibility requirements.
|
18 jaren geleden |
Brad King
|
73704ede42
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
|
18 jaren geleden |
Brad King
|
de96fd1df9
ENH: Moved dependency integrity check from CheckBuildSystem over to a per-target UpdateDependencies step. This greatly reduces the startup time for make processes and allows individual targets to be built without a global dependency check.
|
18 jaren geleden |
Alexander Neundorf
|
ac017f7aba
|
18 jaren geleden |
Alexander Neundorf
|
3ae731fab7
ENH: add support for chrpath, so the RPATH in ELF files can be changed when
|
18 jaren geleden |