Daniel Pfeifer
|
2e620f0b38
Fix several include-what-you-use findings
|
9 yıl önce |
Stephen Kelly
|
1ed5f6b39b
Makefiles: Introduce local RelativePath method
|
9 yıl önce |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 yıl önce |
Stephen Kelly
|
25c39ac28b
Convert: Inline HOME_OUTPUT MAKERULE conversion
|
9 yıl önce |
Stephen Kelly
|
c341f4679a
Makefiles: Change AppendCustomCommand API to strings
|
9 yıl önce |
Daniel Pfeifer
|
5cbb548807
fix a batch of include-what-you-use violations
|
9 yıl önce |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 yıl önce |
Daniel Pfeifer
|
25d1ef6424
Use enums defined in cmOutputConverter using their fully qualified name.
|
9 yıl önce |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 yıl önce |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 yıl önce |
Stephen Kelly
|
3f8aa62bfb
cmGeneratorTarget: Add API for target-relative commands.
|
10 yıl önce |
Stephen Kelly
|
4bc65d76f1
Makefiles: Port to cmGeneratorTarget.
|
10 yıl önce |
Stephen Kelly
|
3e8ef64273
cmLocalGenerator: Port some API to cmGeneratorTarget.
|
10 yıl önce |
Stephen Kelly
|
b857f0d84b
Use GetName from cmGeneratorTarget.
|
10 yıl önce |
Stephen Kelly
|
5aa556be56
cmMakefileTargetGenerator: Require cmGeneratorTarget.
|
10 yıl önce |
Stephen Kelly
|
e9b134b95d
cmGlobalUnixMakefileGenerator3: Host the include directive.
|
10 yıl önce |
Brad King
|
9f92a78be2
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
|
11 yıl önce |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 yıl önce |
Ben Boeckel
|
fabf1fbabb
stringapi: Use strings in target name
|
11 yıl önce |
Stephen Kelly
|
c34968a9aa
Port some of the generator API to cmGeneratorTarget.
|
13 yıl önce |
Clinton Stimpson
|
373faae5e1
Refactor how bundles and frameworks are supported.
|
12 yıl önce |
Nicolas Despres
|
7a3ecf5ed5
Fix memory leak in Makefile generator.
|
13 yıl önce |
Nicolas Despres
|
5d885db416
Re-factor bundle content copying rules generation.
|
13 yıl önce |
Johan Fänge
|
7ab1162eaa
CMake: Fix progress reporting for custom targets (#12441)
|
14 yıl önce |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 yıl önce |
Brad King
|
c895d9f2e0
ENH: Give target in which custom commands build
|
16 yıl önce |
Brad King
|
9ed4266306
ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties
|
17 yıl önce |
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 yıl önce |
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 yıl önce |
Ken Martin
|
1de68b46f1
BUG: fix for build order
|
18 yıl önce |