summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: remove qnx special stuff that does not workBill Hoffman2007-02-281-9/+0
* ENH: one more pass at paths with spaces and parensBill Hoffman2007-02-281-22/+9
* ENH: go back to \ escapes for qnxBill Hoffman2007-02-261-8/+22
* ENH: go back to EscapeForShell versionBill Hoffman2007-02-261-22/+8
* ENH: try and use \ for space and () escapesBill Hoffman2007-02-251-8/+22
* ENH: try another thing 3Bill Hoffman2007-02-241-1/+1
* ENH: try another thingBill Hoffman2007-02-231-3/+6
* ENH: add some debug stuffBill Hoffman2007-02-231-1/+1
* ENH: add some debug stuffBill Hoffman2007-02-231-0/+2
* ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...Andy Cedilnik2007-02-231-1/+10
* ENH: hack put the hack back for qnx to try and fix spaces in the pathBill Hoffman2007-02-221-0/+4
* ENH: undo hack and try to get dashboard backBill Hoffman2007-02-221-4/+0
* BUG: Hack to try working around a problem with spaces in an rpath on QNX.Brad King2007-02-221-0/+4
* ENH: add new escape stuffBill Hoffman2007-02-221-31/+14
* ENH: fix parens in the path with spaces in the pathBill Hoffman2007-02-221-1/+9
* STYLE: fix line length issuesBill Hoffman2007-02-171-1/+2
* ENH: remove warnings and debug statementBill Hoffman2007-02-171-2/+2
* ENH: check in initial conv library stuffBill Hoffman2007-02-161-0/+12
* ENH: do not use crazy long paths to object files for try compileBill Hoffman2007-01-311-0/+10
* ENH: this does not need to be safe as the value is checkedBill Hoffman2007-01-231-1/+1
* ENH: avoid crash, but do not make it an error if include flags is missing fro...Bill Hoffman2007-01-231-1/+1
* ENH: make the include flag required for a language avoids seg faultBill Hoffman2007-01-231-2/+3
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-3/+4
* ENH: fix bug in full path to target depends stuffBill Hoffman2006-12-071-0/+2
* BUG: Do not print empty install configuration repeatedly.Brad King2006-12-041-2/+2
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-2/+0
* BUG: fix problem when a target name is the same as the output of a custom com...Bill Hoffman2006-11-251-0/+16
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-251-0/+5
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-161-0/+22
* BUG: Do not try to compute the location of a non-library target for linking.Brad King2006-10-131-1/+3
* BUG: TARGET_QUOTED should always be replaced if Target is set in the rule var...Brad King2006-10-101-1/+1
* BUG: Need to match shared library names before static because some platforms ...Brad King2006-10-051-2/+6
* BUG: Fix link flags on cygwin shared libraries. This requires that the share...Brad King2006-10-051-1/+3
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...Brad King2006-10-051-1/+20
* BUG: Fixed display of custom command comments with quotes, dollars, and other...Brad King2006-10-041-1/+6
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-1/+1
* BUG: MSYS makefile shell needs posix paths to executables in some cases and i...Brad King2006-09-281-0/+13
* BUG: Do not filter system directories for include file dependencies.Brad King2006-09-281-11/+15
* ENH: Re-implemented command line argument shell quoting to support several pl...Brad King2006-09-271-19/+33
* BUG: Disable new shell escape code until backward compatibility can be establ...Brad King2006-09-251-0/+15
* BUG: Need to escape spaces in custom command line arguments.Brad King2006-09-211-1/+1
* BUG: Do not escape parens because we need to be able to reference make variab...Brad King2006-09-211-2/+1
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-50/+28
* BUG: Do not look for linker language unless it is needed.Brad King2006-09-161-11/+11
* ENH: Adding support to link specifically to an archive or a shared library ba...Brad King2006-09-151-2/+48
* ENH: Adding install/local global target for Makefile generators. This runs i...Brad King2006-08-291-2/+4
* ENH: make sure RuleVariable struct is initialized correctly, also make sure c...Bill Hoffman2006-08-081-14/+27
* ENH: Added generation of rules to manually request preprocessed or generated ...Brad King2006-08-081-0/+14
* ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.Brad King2006-08-031-0/+16
* ENH: Moved unique object file name computation from cmLocalUnixMakefileGenera...Brad King2006-07-111-0/+117