Stephen Kelly
|
72f43fa13d
cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.
|
hace 10 años |
Stephen Kelly
|
3b880a0741
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
|
hace 10 años |
Stephen Kelly
|
34c9ee2ed7
cmLocalGenerator: Require a global generator in the constructor.
|
hace 10 años |
Stephen Kelly
|
a48aebcb67
cmLocalGenerator: Require a parent in the constructor.
|
hace 10 años |
Ben Boeckel
|
84fdc9921c
stringapi: Pass configuration names as strings
|
hace 11 años |
Ben Boeckel
|
fabf1fbabb
stringapi: Use strings in target name
|
hace 11 años |
Stephen Kelly
|
2a6bd96c13
Fix config-specific INCLUDE_DIRECTORIES in multi-config generators
|
hace 13 años |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
hace 13 años |
Brad King
|
01e979acef
VS: Add CMakeLists.txt re-run rules at start of generation
|
hace 13 años |
Brad King
|
c403f27a2d
Add $<TARGET_OBJECTS:...> expression to use an object library
|
hace 13 años |
Brad King
|
d57047de33
Pre-compute object file names before VS project generation
|
hace 13 años |
Brad King
|
51b67366ed
Merge branch 'cleanup-object-file-names' into object-library
|
hace 13 años |
Brad King
|
4ae7f3656b
Remove unused partial OBJECT_FILES property implementation
|
hace 13 años |
Stephen Kelly
|
9106b564ae
Extract and use the INCLUDE_DIRECTORIES target properties.
|
hace 14 años |
Brad King
|
b38c2929b0
Create a static library's output dir for VS 6
|
hace 16 años |
Brad King
|
51ba120844
Remove unused members of local VS 6 generator
|
hace 16 años |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
hace 16 años |
Brad King
|
5129c23cba
ENH: Refactor VS 6 build event generation
|
hace 16 años |
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.
|
hace 18 años |
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.
|
hace 18 años |
Brad King
|
c6092b7e5e
BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this.
|
hace 18 años |
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.
|
hace 18 años |
Brad King
|
dfb79bea23
STYLE: Removed unused reference to cmMakeDepend.
|
hace 18 años |
Alexander Neundorf
|
8245f437b6
|
hace 18 años |
Alexander Neundorf
|
7f11536704
|
hace 18 años |
Bill Hoffman
|
ca0230a33e
ENH: check in initial conv library stuff
|
hace 18 años |
Brad King
|
87ef95c715
ENH: Made cmLocalVisualStudioGenerator a superclass of cmLocalVisualStudio6Generator. Implemented object file unique naming when multiple sources share the same name.
|
hace 19 años |
Brad King
|
864c0292d5
BUG: VS6 generator now uses ComputeLinkInformation just like all other generators.
|
hace 19 años |
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.
|
hace 19 años |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
hace 19 años |