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 years ago |
Brad King
|
2301a025ea
ENH: Added global TargetManifest computation between Configure and Generate steps. This allows generators to know what other targets will exist on disk when the build completes.
|
19 years ago |
Bill Hoffman
|
f7c1723135
ENH: add support for universal binaries
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
19 years ago |
Bill Hoffman
|
3f532f5489
ENH: add support for language flags at rule expansion time
|
19 years ago |
Brad King
|
586a9427d3
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
19 years ago |
Brad King
|
576f0b65c7
BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.
|
19 years ago |
Bill Hoffman
|
398827ebc1
ENH: make it compile on vs6
|
19 years ago |
Bill Hoffman
|
39e636a4a4
ENH: change expand stuff to pass a struct for all the args
|
19 years ago |
Brad King
|
3fa4a95f56
BUG: Xcode generator should use local generator computation of include directories.
|
19 years ago |
Brad King
|
96f0266228
ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
|
19 years ago |
Brad King
|
81677b3130
ENH: Generate import libraries for DLLs on Cygwin and MinGW.
|
19 years ago |
Brad King
|
537e2b4ed5
ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES.
|
20 years ago |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 years ago |
Brad King
|
8340c0d186
ENH: Further centralized custom command dependency computation. Custom command dependencies in the source tree may now also be specified relative to the source directory.
|
20 years ago |
Brad King
|
327489ae59
COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.
|
20 years ago |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 years ago |
Bill Hoffman
|
f6588b7919
ENH: fix borland make clean targets before build, add new generators for msys and mingw
|
20 years ago |
Ken Martin
|
f85f919dbc
ENH: reduce the number of files produced still needs a bit more cleanup
|
20 years ago |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 years ago |
Ken Martin
|
e559aa11ac
ENH: added support for forcing recomputation of depends
|
20 years ago |
Ken Martin
|
708828dc37
ENH: removed old convert calls
|
20 years ago |
Ken Martin
|
8c65179339
ENH: warning fixes and some first steps in cleaning up the convert code
|
20 years ago |
Ken Martin
|
caf17c123b
ENH: added new generator
|
20 years ago |
Andy Cedilnik
|
d395b563ed
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
|
20 years ago |
Brad King
|
1b71f4477b
ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and removed cmLocalGenerator::GetFullTargetName and cmLocalUnixMakefileGenerator2::GetBaseTargetName. This functionality is more sensibly implemented in cmTarget. It is also needed for an upcoming feature in which both the shared and static versions of a library will be removed before one is linked.
|
20 years ago |
Bill Hoffman
|
1004073942
ENH: performance improvements
|
20 years ago |
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 years ago |
Ken Martin
|
791aa6052b
ENH: add support for out of source source
|
20 years ago |