Andy Cedilnik
|
c4156b4531
COMP: Even more global target fixes
|
20 年之前 |
Andy Cedilnik
|
77e5a607f2
BUG: Only add test targets when testing is enabled. Also add CMAKE_CFG_INTDIR when specified
|
20 年之前 |
Andy Cedilnik
|
0ba40b59c7
COMP: Handle preinstall properly on IDEs
|
20 年之前 |
Andy Cedilnik
|
66ea097554
ENH: Properly handle target dependencies
|
20 年之前 |
Andy Cedilnik
|
7c0251014c
COMP: More fixes for visual studio
|
20 年之前 |
Andy Cedilnik
|
549b77034e
COMP: Fixes for visual studio
|
20 年之前 |
Andy Cedilnik
|
32c403f665
ENH: Remove debug
|
20 年之前 |
Andy Cedilnik
|
12dc64c7f5
ENH: Add a notion of a global target
|
20 年之前 |
Bill Hoffman
|
347c5f4b46
ENH: add working directory support
|
20 年之前 |
Brad King
|
afa8367885
BUG: Fixed cmTarget::GetFullPath to not append the configuration name when only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name.
|
20 年之前 |
Andy Cedilnik
|
782bef7374
ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2
|
20 年之前 |
Bill Hoffman
|
5b9ecdec44
ENH: fix warning
|
20 年之前 |
Bill Hoffman
|
8be3e4eeca
ENH: clean up EnableLanguage try to fix problem where try compile runs cmake
|
20 年之前 |
Ken Martin
|
2a45d5cd68
ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES
|
20 年之前 |
Bill Hoffman
|
9c4bfe975a
ENH: add a fix for VTK on the mac and a way to fix some projects with a single file in the cmake modules directory
|
20 年之前 |
Ken Martin
|
c6b011e35e
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
20 年之前 |
Brad King
|
80802c21b6
ENH: RUN_TESTS target now uses proper CMAKE_CFG_INTDIR setting to get $(IntDir) or $(OutDir) depending on the generator.
|
20 年之前 |
Andy Cedilnik
|
de217bee8d
BUG: Generate RUN_TEST target if any tests are there
|
20 年之前 |
Ken Martin
|
369308ca76
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
20 年之前 |
Brad King
|
7ed018ec09
BUG: Changing to a new test for whether to do relative path conversion. Now only paths inside the source or binary trees are converted.
|
20 年之前 |
Ken Martin
|
3744464c5e
BUG: filx for old bug in rel path computaiton code
|
20 年之前 |
Ken Martin
|
8c65179339
ENH: warning fixes and some first steps in cleaning up the convert code
|
20 年之前 |
Ken Martin
|
25f75d9075
ENH: added new methods to convert to HomeRelative paths
|
20 年之前 |
Andy Cedilnik
|
082b3b44d7
BUG: Fix bootstrap test on machines with spaces in the path
|
20 年之前 |
Andy Cedilnik
|
d772fce254
ENH: No need to convert to output path
|
20 年之前 |
Andy Cedilnik
|
61d0a75d11
ENH: Add option to ignore errors. Only works on make
|
20 年之前 |
Andy Cedilnik
|
7c5745ae95
ENH: Start working on command that will abstract generating of build command
|
20 年之前 |
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 年之前 |
Bill Hoffman
|
697d749c73
BUG: fix for bug 1660
|
20 年之前 |
Andy Cedilnik
|
0dd2b6eb80
BUG: By default disable new files.
|
20 年之前 |