提交历史

作者 SHA1 备注 提交日期
  Daniel Pfeifer 2e620f0b38 Fix several include-what-you-use findings 9 年之前
  Stephen Kelly 1ed5f6b39b Makefiles: Introduce local RelativePath method 9 年之前
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 年之前
  Stephen Kelly 25c39ac28b Convert: Inline HOME_OUTPUT MAKERULE conversion 9 年之前
  Stephen Kelly c341f4679a Makefiles: Change AppendCustomCommand API to strings 9 年之前
  Daniel Pfeifer 5cbb548807 fix a batch of include-what-you-use violations 9 年之前
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 年之前
  Daniel Pfeifer 25d1ef6424 Use enums defined in cmOutputConverter using their fully qualified name. 9 年之前
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 年之前
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 年之前
  Stephen Kelly 3f8aa62bfb cmGeneratorTarget: Add API for target-relative commands. 10 年之前
  Stephen Kelly 4bc65d76f1 Makefiles: Port to cmGeneratorTarget. 10 年之前
  Stephen Kelly 3e8ef64273 cmLocalGenerator: Port some API to cmGeneratorTarget. 10 年之前
  Stephen Kelly b857f0d84b Use GetName from cmGeneratorTarget. 10 年之前
  Stephen Kelly 5aa556be56 cmMakefileTargetGenerator: Require cmGeneratorTarget. 10 年之前
  Stephen Kelly e9b134b95d cmGlobalUnixMakefileGenerator3: Host the include directive. 10 年之前
  Brad King 9f92a78be2 cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' 11 年之前
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 年之前
  Ben Boeckel fabf1fbabb stringapi: Use strings in target name 11 年之前
  Stephen Kelly c34968a9aa Port some of the generator API to cmGeneratorTarget. 13 年之前
  Clinton Stimpson 373faae5e1 Refactor how bundles and frameworks are supported. 12 年之前
  Nicolas Despres 7a3ecf5ed5 Fix memory leak in Makefile generator. 13 年之前
  Nicolas Despres 5d885db416 Re-factor bundle content copying rules generation. 13 年之前
  Johan Fänge 7ab1162eaa CMake: Fix progress reporting for custom targets (#12441) 14 年之前
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 年之前
  Brad King c895d9f2e0 ENH: Give target in which custom commands build 16 年之前
  Brad King 9ed4266306 ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties 17 年之前
  Brad King d83b4cd255 ENH: Add a depends check step to custom targets. Add support for the IMPLICIT_DEPENDS feature of custom commands when building in custom targets. Convert multiple-output pair checks to be per-target instead of global. 18 年之前
  Brad King c51c245efa BUG: A utility target should not run the custom commands from its source files directly. The target-level rule must add dependencies on the file-level custom commands to drive them. This bug was introduced by the "fix" to bug 4377. This also restores the documented behavior that PRE_BUILD rules are treated as PRE_LINK rules on non-VS generators. Also fixed custom command dependencies on the rule file build.make so that custom commands re-run when the commands themselves change. 18 年之前
  Ken Martin 1de68b46f1 BUG: fix for build order 18 年之前