Brad King
|
084e5a5e9e
BUG: Fix preprocess and assembly rule expansion
|
17 anni fa |
Brad King
|
496c203a0b
BUG: Do not expand rule variables in info rules
|
17 anni fa |
Brad King
|
ac9b7ec155
ENH: Refactor custom command rule hashing
|
17 anni fa |
Brad King
|
690121f098
BUG: Fix color check for dependency scanning
|
17 anni fa |
Brad King
|
9c29a72fbc
ENH: Support object lists longer than 128K on MSVC
|
17 anni fa |
Brad King
|
07454a39f1
ENH: Factor out listing of objects on command line
|
17 anni fa |
Brad King
|
ad44a41a18
ENH: Fix optional use of relative paths.
|
17 anni fa |
Brad King
|
8bffd5af36
ENH: Simplify framework -F flag generation
|
17 anni fa |
Brad King
|
434d07afe6
ENH: Use new link info during dependency scanning
|
17 anni fa |
Brad King
|
e79b73d61f
BUG: Include less content as input to "rule hash" computation.
|
17 anni fa |
Brad King
|
6be09c3667
ENH: Introduce "rule hashes" to help rebuild files when rules change.
|
17 anni fa |
Brad King
|
23a60d561c
BUG: Fix makefile generator to have link rules depend on all full path libraries that appear on the link line. This allows projects to relink when imported targets have changed.
|
17 anni fa |
Brad King
|
600e5e274e
ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()
|
17 anni fa |
Brad King
|
071725a1c1
BUG: Fix generation of some paths into .cmake files in the build tree to escape strings for the CMake language. This fix allows users to put double quotes in the SOVERSION of a shared library.
|
17 anni fa |
Bill Hoffman
|
7f5446b2ef
BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and should work the same way as it does in the vs ide
|
17 anni fa |
Brad King
|
238d9d9e30
BUG: When MACOSX_PACKAGE_LOCATION specifies Headers/foo we must still create the Headers symlink.
|
17 anni fa |
Bill Hoffman
|
b0256fbe1c
BUG: make sure OBJECT_DIR is in the path of the SHELL
|
17 anni fa |
Brad King
|
67834f2d53
BUG: Correct Mac OS X framework behavior
|
17 anni fa |
Bill Hoffman
|
5514b2811b
BUG: response file must be a copy if different or you get relinks every time you run cmake
|
17 anni fa |
Brad King
|
dfe2ea6406
ENH: Handle large object file lists on some platforms
|
18 anni fa |
Brad King
|
58480575a3
ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED and TARGET_QUOTED rule variables and updating the generation of OBJECTS to always use the newer cmLocalGenerator::Convert method.
|
18 anni fa |
Brad King
|
454da64c99
BUG: Link scripts should be generated with copy-if-different and included as a dependency of the link rule.
|
18 anni fa |
Brad King
|
9ed4266306
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
|
18 anni fa |
Brad King
|
ed76198b84
ENH: Cleanup building of OS X bundle content
|
18 anni fa |
Brad King
|
66e0b4212f
ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARCHIVE_APPEND, and CMAKE_<LANG>_ARCHIVE_FINISH to support creation of static archive libraries out of a large number of objects. See bug #6284.
|
18 anni fa |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 anni fa |
Brad King
|
433099ecdd
ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property.
|
18 anni fa |
Brad King
|
18b9e7db6c
ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation.
|
18 anni fa |
Brad King
|
80c2be45e0
ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity.
|
18 anni fa |
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 anni fa |