Commit History

Author SHA1 Message Date
  Brad King b155f3aa1c ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. 19 years ago
  Brad King 406f3554c7 BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them. 19 years ago
  Brad King 019dabc97f BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always. 19 years ago
  Brad King 0b135767d6 BUG: Do not filter system directories for include file dependencies. 19 years ago
  Brad King dd332a00cc ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. 19 years ago
  Brad King b9fc06735d BUG: Enabled use of EscapeForShell to properly escape custom command lines. This addresses bug#3786 for Xcode. 19 years ago
  Brad King 2459ceb076 BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms. 19 years ago
  Bill Hoffman 8f1aaf28c1 ENH: make sure RuleVariable struct is initialized correctly, also make sure custom command targets do not crash cmake 19 years ago
  Brad King 5cfa1b02ab ENH: Added generation of rules to manually request preprocessed or generated assembly sources. 19 years ago
  Brad King 88702ff442 ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. 19 years ago
  Brad King 9bf5af6e32 ENH: Moved unique object file name computation from cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories. 19 years ago
  Brad King ec2104cd31 BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. 19 years ago
  Bill Hoffman e6ef33f598 ENH: name pdb files for visual studio make based builds 19 years ago
  Bill Hoffman 5ecfd3d4d3 ENH: fix java and add OBJECT_DIR support 19 years ago
  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. 19 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