Brad King
|
c403f27a2d
Add $<TARGET_OBJECTS:...> expression to use an object library
|
13 jaren geleden |
Brad King
|
d57047de33
Pre-compute object file names before VS project generation
|
13 jaren geleden |
Brad King
|
51b67366ed
Merge branch 'cleanup-object-file-names' into object-library
|
13 jaren geleden |
Brad King
|
4ae7f3656b
Remove unused partial OBJECT_FILES property implementation
|
13 jaren geleden |
Stephen Kelly
|
9106b564ae
Extract and use the INCLUDE_DIRECTORIES target properties.
|
14 jaren geleden |
Brad King
|
b38c2929b0
Create a static library's output dir for VS 6
|
16 jaren geleden |
Brad King
|
51ba120844
Remove unused members of local VS 6 generator
|
16 jaren geleden |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 jaren geleden |
Brad King
|
5129c23cba
ENH: Refactor VS 6 build event generation
|
16 jaren geleden |
Brad King
|
6066e92ba2
BUG: cmTarget instances should not be copied. Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup. Updated cmTarget to make this easier to find.
|
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
|
c6092b7e5e
BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this.
|
18 jaren geleden |
Brad King
|
ea874415d9
ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway.
|
18 jaren geleden |
Brad King
|
dfb79bea23
STYLE: Removed unused reference to cmMakeDepend.
|
18 jaren geleden |
Alexander Neundorf
|
8245f437b6
|
18 jaren geleden |
Alexander Neundorf
|
7f11536704
|
18 jaren geleden |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
18 jaren geleden |
Brad King
|
87ef95c715
ENH: Made cmLocalVisualStudioGenerator a superclass of cmLocalVisualStudio6Generator. Implemented object file unique naming when multiple sources share the same name.
|
19 jaren geleden |
Brad King
|
864c0292d5
BUG: VS6 generator now uses ComputeLinkInformation just like all other generators.
|
19 jaren geleden |
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 jaren geleden |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 jaren geleden |
Brad King
|
1b5e3f4136
BUG: Fixed generation of cmake re-run rules.
|
20 jaren geleden |
Brad King
|
c6741363de
ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET on VS 6 generator.
|
20 jaren geleden |
Bill Hoffman
|
aa47caab2d
FIX: apply patch from bug# 1965
|
20 jaren geleden |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 jaren geleden |
Brad King
|
15c7d45ecd
BUG: Fixed ordering of multiple commands in a custom target when implemented as custom commands. Also added support to execute pre-build rules first to be consistent with makefile generator.
|
20 jaren geleden |
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 jaren geleden |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
22 jaren geleden |
Brad King
|
cde384411d
Several fixes/improvements:
|
23 jaren geleden |
Andy Cedilnik
|
ee548d8fd8
Add support for comments on custom commands in visual studio 6
|
23 jaren geleden |