История коммитов

Автор SHA1 Сообщение Дата
  Brad King 2459ceb076 BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms. 19 лет назад
  Bill Hoffman 8f1aaf28c1 ENH: make sure RuleVariable struct is initialized correctly, also make sure custom command targets do not crash cmake 19 лет назад
  Brad King 5cfa1b02ab ENH: Added generation of rules to manually request preprocessed or generated assembly sources. 19 лет назад
  Brad King 88702ff442 ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. 19 лет назад
  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 лет назад
  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 лет назад
  Bill Hoffman e6ef33f598 ENH: name pdb files for visual studio make based builds 19 лет назад
  Bill Hoffman 5ecfd3d4d3 ENH: fix java and add OBJECT_DIR support 19 лет назад
  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 лет назад
  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 лет назад
  Bill Hoffman f7c1723135 ENH: add support for universal binaries 19 лет назад
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 лет назад
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths 19 лет назад
  Bill Hoffman 3f532f5489 ENH: add support for language flags at rule expansion time 19 лет назад
  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 лет назад
  Brad King 576f0b65c7 BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. 19 лет назад
  Bill Hoffman 398827ebc1 ENH: make it compile on vs6 19 лет назад
  Bill Hoffman 39e636a4a4 ENH: change expand stuff to pass a struct for all the args 19 лет назад
  Brad King 3fa4a95f56 BUG: Xcode generator should use local generator computation of include directories. 19 лет назад
  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 лет назад
  Brad King 81677b3130 ENH: Generate import libraries for DLLs on Cygwin and MinGW. 19 лет назад
  Brad King 537e2b4ed5 ENH: Implemented RPATH specification support. It is documented by the command SET_TARGET_PROPERTIES. 19 лет назад
  Bill Hoffman 347c5f4b46 ENH: add working directory support 20 лет назад
  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 лет назад
  Brad King 327489ae59 COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries. 20 лет назад
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 лет назад
  Bill Hoffman f6588b7919 ENH: fix borland make clean targets before build, add new generators for msys and mingw 20 лет назад
  Ken Martin f85f919dbc ENH: reduce the number of files produced still needs a bit more cleanup 20 лет назад
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 лет назад
  Ken Martin e559aa11ac ENH: added support for forcing recomputation of depends 20 лет назад