Brad King
|
57df2abca8
Centralize language flag addition for Makefiles
|
16 years ago |
Brad King
|
024d05adad
Fix use of module .def files for MS tools
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
c87a35a326
Do not call CollapseFullPath for PDB file names
|
16 years ago |
Brad King
|
173448d988
ENH: Pass config to cmTarget::GetLinkerLanguage
|
16 years ago |
Brad King
|
a3a046643a
ENH: Pass config to cmTarget RPATH install methods
|
16 years ago |
Brad King
|
a608467180
ENH: Simpler cmTarget::GetLinkerLanguage signature
|
16 years ago |
Brad King
|
bde145a212
ENH: Pass config to cmTarget::GetDirectory()
|
16 years ago |
Brad King
|
11d1063452
ENH: Create cmMakefileTargetGenerator::ConfigName
|
16 years ago |
Brad King
|
bcb9a479db
ENH: Remove cmTarget::GetExecutableCleanNames
|
16 years ago |
Brad King
|
493f88ce55
ENH: Allow projects to disable per-rule echo lines
|
16 years ago |
Brad King
|
b604b98c56
ENH: Define RULE_LAUNCH_* properties
|
17 years ago |
Brad King
|
c895d9f2e0
ENH: Give target in which custom commands build
|
17 years ago |
Brad King
|
67671ac400
BUG: Do not re-generate after a AppBundle build
|
17 years ago |
Brad King
|
07454a39f1
ENH: Factor out listing of objects on command line
|
17 years ago |
Brad King
|
cd1528279c
STYLE: Remove computed but unused variable.
|
17 years ago |
Brad King
|
ad44a41a18
ENH: Fix optional use of relative paths.
|
17 years ago |
David Cole
|
d797592726
BUG: Fix issue #3648 - make sure CMake reruns if a Bundle application's directory is removed or if it's Info.plist file disappears since those elements are put in place at CMake configure time.
|
17 years ago |
Brad King
|
1829bed8b5
BUG: Do not create target output directory in cmTarget. Let the generators do it.
|
17 years ago |
Brad King
|
dfe2ea6406
ENH: Handle large object file lists on some platforms
|
18 years ago |
Brad King
|
454da64c99
BUG: Link scripts should be generated with copy-if-different and included as a dependency of the link rule.
|
18 years ago |
Brad King
|
9ed4266306
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
|
18 years ago |
Brad King
|
ed76198b84
ENH: Cleanup building of OS X bundle content
|
18 years ago |
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 years ago |
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 years ago |
Brad King
|
5594ad4885
ENH: Updated exporting and importing of targets to support libraries and configurations.
|
18 years ago |
Brad King
|
59aa144516
ENH: Simplified and moved link script implementation up from cmMakefileLibraryTargetGenerator to cmMakefileTargetGenerator and use for cmMakefileExecutableTargetGenerator too. This addresses bug #6192.
|
18 years ago |
Brad King
|
d83b4cd255
ENH: Add a depends check step to custom targets. Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global.
|
18 years ago |
Bill Hoffman
|
0fc4d10e38
ENH: do not remove executables and dll's before linking them so that incremental links work, incremental links are still broken for vs 2005 and greater because of the manifest stuff
|
18 years ago |
Brad King
|
cd6abe486d
ENH: Simplify makefile target generator listing of object files to clean.
|
18 years ago |