summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added global TargetManifest computation between Configure and Generate ↵Brad King2006-04-041-2/+11
| | | | steps. This allows generators to know what other targets will exist on disk when the build completes.
* ENH: use correct addcache call to fix build toolsBill Hoffman2006-04-041-8/+8
|
* ENH: add a wrapper for xcodebuild to get around bug and verbose outputBill Hoffman2006-03-311-3/+20
|
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵Brad King2006-03-301-0/+3
| | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-2/+2
| | | | warnings produced by building for win64
* ENH: Added named component installation implementation. Installation ↵Brad King2006-03-301-0/+8
| | | | behavior should be unchanged unless -DCOMPONENT=<name> is specified when cmake_install.cmake is invoked.
* ENH: modified the relative path code to not do relative paths between bin ↵Ken Martin2006-03-301-10/+39
| | | | and source
* BUG: When generating the install rules for CMake itself the ↵Brad King2006-03-161-0/+5
| | | | per-configuration subdirectory must be used to specify the executable location.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-104/+104
|
* BUG: Check for whether to add -C to package rule should check for a . in the ↵Brad King2006-03-071-1/+1
| | | | first character not the second.
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵Brad King2006-03-031-1/+2
| | | | 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.
* ENH: fix for bug 2921, move _OVERRIDE variable to a better position to allow ↵Bill Hoffman2006-03-021-7/+0
| | | | changing _INIT variables
* BUG: Check for whether to add BUILD_TYPE to install rule should check for a ↵Brad King2006-03-011-1/+1
| | | | . in the first character not the second.
* ENH: Cleanup global targets even more and potentially fix XcodeAndy Cedilnik2006-03-011-45/+53
|
* BUG: Ok, fix the orderingAndy Cedilnik2006-02-281-1/+1
|
* BUG: On Visual Studio and XCode, handle build configurationsAndy Cedilnik2006-02-281-1/+7
|
* BUG: Need to use the CMAKE_COMMAND cache entry to get the location of CMake.Brad King2006-02-281-1/+1
|
* ENH: Several packaging issues. Allow random variables to be passed to cpack ↵Andy Cedilnik2006-02-271-0/+4
| | | | (anything starting with CPACK_, add preinstall to the list of dependencies for package, fix typos
* COMP: More fixes for non makefile generators and global targetsAndy Cedilnik2006-02-241-6/+7
|
* STYLE: Remove debugAndy Cedilnik2006-02-241-1/+0
|
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-1/+3
|
* BUG: Only add test targets when testing is enabled. Also add ↵Andy Cedilnik2006-02-241-9/+18
| | | | CMAKE_CFG_INTDIR when specified
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-1/+4
|
* ENH: Properly handle target dependenciesAndy Cedilnik2006-02-231-5/+13
|
* COMP: More fixes for visual studioAndy Cedilnik2006-02-231-1/+1
|
* COMP: Fixes for visual studioAndy Cedilnik2006-02-231-1/+5
|
* ENH: Remove debugAndy Cedilnik2006-02-231-8/+0
|
* ENH: Add a notion of a global targetAndy Cedilnik2006-02-231-0/+159
|
* ENH: add working directory supportBill Hoffman2006-02-081-1/+3
|
* BUG: Fixed cmTarget::GetFullPath to not append the configuration name when ↵Brad King2006-02-031-0/+8
| | | | only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name.
* ENH: Add a way for the generated command to include extra flags. This is ↵Andy Cedilnik2005-12-011-4/+11
| | | | useful for CTest (or try compile) to add -j2
* ENH: fix warningBill Hoffman2005-09-151-1/+1
|
* ENH: clean up EnableLanguage try to fix problem where try compile runs cmakeBill Hoffman2005-09-151-79/+128
|
* ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIESKen Martin2005-09-131-0/+16
|
* ENH: add a fix for VTK on the mac and a way to fix some projects with a ↵Bill Hoffman2005-09-071-0/+14
| | | | single file in the cmake modules directory
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-7/+14
|
* ENH: RUN_TESTS target now uses proper CMAKE_CFG_INTDIR setting to get ↵Brad King2005-07-271-4/+7
| | | | $(IntDir) or $(OutDir) depending on the generator.
* BUG: Generate RUN_TEST target if any tests are thereAndy Cedilnik2005-07-271-2/+10
|
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-2/+2
| | | | of const junk
* BUG: Changing to a new test for whether to do relative path conversion. Now ↵Brad King2005-05-161-34/+21
| | | | only paths inside the source or binary trees are converted.
* BUG: filx for old bug in rel path computaiton codeKen Martin2005-05-131-6/+10
|
* ENH: warning fixes and some first steps in cleaning up the convert codeKen Martin2005-05-131-22/+0
|
* ENH: added new methods to convert to HomeRelative pathsKen Martin2005-05-111-2/+21
|
* BUG: Fix bootstrap test on machines with spaces in the pathAndy Cedilnik2005-05-041-3/+6
|
* ENH: No need to convert to output pathAndy Cedilnik2005-05-031-1/+0
|
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-9/+10
|
* ENH: Start working on command that will abstract generating of build commandAndy Cedilnik2005-04-281-23/+31
|
* ENH: Improve internal test handling by creating a test class. Command ↵Andy Cedilnik2005-04-241-0/+1
| | | | 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
* BUG: fix for bug 1660Bill Hoffman2005-04-051-0/+16
|
* BUG: By default disable new files.Andy Cedilnik2005-04-041-3/+3
|