Bill Hoffman
|
ae10b3578d
|
ENH: add a wrapper for xcodebuild to get around bug and verbose output
|
2006-03-31 13:17:23 -05:00 |
Brad King
|
eb31755eb2
|
ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
|
2006-03-30 15:39:03 -05:00 |
Bill Hoffman
|
5a2668b326
|
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
2006-03-30 13:49:56 -05:00 |
Brad King
|
08b14163ee
|
ENH: Added named component installation implementation. Installation behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
|
2006-03-30 13:33:48 -05:00 |
Ken Martin
|
7b3be313ee
|
ENH: modified the relative path code to not do relative paths between bin and source
|
2006-03-30 09:17:02 -05:00 |
Brad King
|
94cc5898e7
|
BUG: When generating the install rules for CMake itself the per-configuration subdirectory must be used to specify the executable location.
|
2006-03-16 18:24:26 -05:00 |
Ken Martin
|
3d96e52261
|
STYLE: some m_ to this-> cleanup
|
2006-03-15 11:02:08 -05:00 |
Brad King
|
c21a61c91a
|
BUG: Check for whether to add -C to package rule should check for a . in the first character not the second.
|
2006-03-07 14:38:52 -05:00 |
Brad King
|
93c95f1cc5
|
BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.
|
2006-03-03 12:58:48 -05:00 |
Bill Hoffman
|
2f78d874a7
|
ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow changing _INIT variables
|
2006-03-02 07:52:52 -05:00 |
Brad King
|
007421e19c
|
BUG: Check for whether to add BUILD_TYPE to install rule should check for a . in the first character not the second.
|
2006-03-01 18:49:52 -05:00 |
Andy Cedilnik
|
07260a6f27
|
ENH: Cleanup global targets even more and potentially fix Xcode
|
2006-03-01 08:28:39 -05:00 |
Andy Cedilnik
|
e6b8706225
|
BUG: Ok, fix the ordering
|
2006-02-28 16:33:14 -05:00 |
Andy Cedilnik
|
6783765c90
|
BUG: On Visual Studio and XCode, handle build configurations
|
2006-02-28 15:31:43 -05:00 |
Brad King
|
7db64cdb28
|
BUG: Need to use the CMAKE_COMMAND cache entry to get the location of CMake.
|
2006-02-28 09:53:32 -05:00 |
Andy Cedilnik
|
ee227d3af5
|
ENH: Several packaging issues. Allow random variables to be passed to cpack (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos
|
2006-02-27 10:58:20 -05:00 |
Andy Cedilnik
|
3d9610feec
|
COMP: More fixes for non makefile generators and global targets
|
2006-02-24 18:15:35 -05:00 |
Andy Cedilnik
|
1cd8c64384
|
STYLE: Remove debug
|
2006-02-24 17:43:19 -05:00 |
Andy Cedilnik
|
c4156b4531
|
COMP: Even more global target fixes
|
2006-02-24 17:35:35 -05:00 |
Andy Cedilnik
|
77e5a607f2
|
BUG: Only add test targets when testing is enabled. Also add CMAKE_CFG_INTDIR when specified
|
2006-02-24 10:55:44 -05:00 |
Andy Cedilnik
|
0ba40b59c7
|
COMP: Handle preinstall properly on IDEs
|
2006-02-24 09:43:23 -05:00 |
Andy Cedilnik
|
66ea097554
|
ENH: Properly handle target dependencies
|
2006-02-23 17:30:12 -05:00 |
Andy Cedilnik
|
7c0251014c
|
COMP: More fixes for visual studio
|
2006-02-23 13:46:34 -05:00 |
Andy Cedilnik
|
549b77034e
|
COMP: Fixes for visual studio
|
2006-02-23 13:37:35 -05:00 |
Andy Cedilnik
|
32c403f665
|
ENH: Remove debug
|
2006-02-23 10:48:35 -05:00 |
Andy Cedilnik
|
12dc64c7f5
|
ENH: Add a notion of a global target
|
2006-02-23 10:07:24 -05:00 |
Bill Hoffman
|
347c5f4b46
|
ENH: add working directory support
|
2006-02-08 10:58:36 -05:00 |
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.
|
2006-02-03 11:36:11 -05:00 |
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
|
2005-12-01 11:41:00 -05:00 |
Bill Hoffman
|
5b9ecdec44
|
ENH: fix warning
|
2005-09-15 13:26:29 -04:00 |
Bill Hoffman
|
8be3e4eeca
|
ENH: clean up EnableLanguage try to fix problem where try compile runs cmake
|
2005-09-15 12:17:38 -04:00 |
Ken Martin
|
2a45d5cd68
|
ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES
|
2005-09-13 10:39:42 -04:00 |
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
|
2005-09-07 17:05:01 -04:00 |
Ken Martin
|
c6b011e35e
|
ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree
|
2005-07-29 09:19:25 -04:00 |
Brad King
|
80802c21b6
|
ENH: RUN_TESTS target now uses proper CMAKE_CFG_INTDIR setting to get $(IntDir) or $(OutDir) depending on the generator.
|
2005-07-27 16:46:06 -04:00 |
Andy Cedilnik
|
de217bee8d
|
BUG: Generate RUN_TEST target if any tests are there
|
2005-07-27 15:46:21 -04:00 |
Ken Martin
|
369308ca76
|
ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk
|
2005-06-22 09:06:46 -04:00 |
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.
|
2005-05-16 14:17:30 -04:00 |
Ken Martin
|
3744464c5e
|
BUG: filx for old bug in rel path computaiton code
|
2005-05-13 14:12:05 -04:00 |
Ken Martin
|
8c65179339
|
ENH: warning fixes and some first steps in cleaning up the convert code
|
2005-05-13 09:54:30 -04:00 |
Ken Martin
|
25f75d9075
|
ENH: added new methods to convert to HomeRelative paths
|
2005-05-11 10:19:58 -04:00 |
Andy Cedilnik
|
082b3b44d7
|
BUG: Fix bootstrap test on machines with spaces in the path
|
2005-05-04 11:13:00 -04:00 |
Andy Cedilnik
|
d772fce254
|
ENH: No need to convert to output path
|
2005-05-03 15:20:16 -04:00 |
Andy Cedilnik
|
61d0a75d11
|
ENH: Add option to ignore errors. Only works on make
|
2005-04-29 11:49:18 -04:00 |
Andy Cedilnik
|
7c5745ae95
|
ENH: Start working on command that will abstract generating of build command
|
2005-04-28 17:33:51 -04:00 |
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
|
2005-04-24 15:59:51 -04:00 |
Bill Hoffman
|
697d749c73
|
BUG: fix for bug 1660
|
2005-04-05 13:14:50 -04:00 |
Andy Cedilnik
|
0dd2b6eb80
|
BUG: By default disable new files.
|
2005-04-04 12:22:08 -04:00 |
Andy Cedilnik
|
86cebea79a
|
ENH: More ctest changes and move SetupTest to superclass
|
2005-04-01 15:48:46 -05:00 |
Ken Martin
|
62969492b0
|
ENH: removed GetParentProjects
|
2005-03-29 15:34:27 -05:00 |