summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-0/+22
* STYLE: the temporary variable is not necessaryAlexander Neundorf2007-08-311-3/+1
* ENH: add support for Fortran to the KDevelop generatorAlexander Neundorf2007-08-311-2/+4
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-271-2/+3
* ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...David Cole2007-08-221-2/+5
* COMP: include windows.h first, as it is done in the other source filesAlexander Neundorf2007-08-171-6/+4
* COMP: quick windows name mangling fix (otherwise the compiler complains about...Alexander Neundorf2007-08-161-0/+2
* ENH: move the code for the NOTFOUND checking into its own function, soAlexander Neundorf2007-08-161-60/+88
* STYLE: I think the comment (and the book) were wrong about the naming ofAlexander Neundorf2007-08-071-1/+1
* BUG: Target exclusion-from-all tests should always use the root local generat...Brad King2007-08-031-91/+59
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-5/+7
* ENH: produce a lot more output when running with --debug-outputAlexander Neundorf2007-07-171-0/+3
* ENH: second try for handling the linker language with integer priority values...Alexander Neundorf2007-07-121-11/+31
* COMP: revert last commit for now, broke Visual StudioAlexander Neundorf2007-07-111-31/+11
* ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not aAlexander Neundorf2007-07-111-11/+31
* COMP: fix warning about unused parameterAlexander Neundorf2007-06-281-1/+1
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* ENH: use CMAKE_SYSTEM instead of CMAKE_SYSTEM_NAME, sinceAlexander Neundorf2007-06-261-2/+2
* COMP: fix broken tests for nowAlexander Neundorf2007-06-261-3/+3
* ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to loadAlexander Neundorf2007-06-261-2/+2
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-2/+40
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-23/+17
* STYLE: minor fixesAlexander Neundorf2007-06-151-0/+4
* COMP: remove warning about unused variableAlexander Neundorf2007-06-121-1/+1
* STYLE: add a comment about SetLanguageEnabled()Alexander Neundorf2007-06-111-0/+7
* ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where theAlexander Neundorf2007-06-111-13/+38
* STYLE: determineLanguageCalled removed, now the conditional code is directlyAlexander Neundorf2007-06-111-8/+4
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-146/+171
* BUG: fix #5137, now with the modified CMakeDetermineSystem.cmake theAlexander Neundorf2007-06-071-1/+1
* BUG: fix crash, bug 5121Bill Hoffman2007-06-011-1/+1
* BUG: Need to create global targets before AddHelperCommands is called. We sh...Brad King2007-05-251-13/+13
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-12/+35
* ENH: add install/strip target for makefile generators if strip was foundAlexander Neundorf2007-05-181-2/+21
* BUG: fix problem for non-C/CXX languages with Visual Studio, theAlexander Neundorf2007-05-091-13/+16
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-4/+14
* ENH: fix seg fault in ccmake when hitting configure twiceBill Hoffman2007-04-241-2/+4
* ENH: some code consolidation and cleanupKen Martin2007-04-121-25/+81
* ENH: add project to target map, not used yet, but createdBill Hoffman2007-03-131-0/+110
* ENH: some code cleanupKen Martin2007-03-121-3/+3
* ENH: Moved ConvertToRelativePath from cmGlobalGenerator to cmLocalGenerator. ...Brad King2007-03-071-160/+0
* BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.Brad King2007-03-051-77/+0
* ENH: get rid of some extra erase callsBill Hoffman2007-02-211-3/+0
* BUG: fixes so that --build-and-test will honor timeoutsKen Martin2007-01-301-5/+7
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+1
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-2/+3
* ENH: remove warningBill Hoffman2006-11-101-2/+2
* BUG: fix for broken borland compilerBill Hoffman2006-11-101-2/+3
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-0/+23
* ENH: Cleanup of install component list. There was already the list in the glo...Andy Cedilnik2006-10-311-3/+1