summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanni...Brad King2006-05-031-0/+1
* BUG: add a fast version for preinstallKen Martin2006-05-021-0/+4
* ENH: Makefile performance improvementsKen Martin2006-05-021-0/+5
* COMP: Disable color support for bootstrap.Brad King2006-04-261-0/+2
* BUG: Default SHELL on windows should not be a hard-coded path.Brad King2006-04-261-1/+2
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-261-37/+28
* BUG: Changed color scheme to be more readable on both white and black backgro...Brad King2006-04-201-15/+9
* ENH: some performance optimizationsKen Martin2006-04-111-3/+2
* ENH: make sure verbose output is used for kdeBill Hoffman2006-04-081-1/+2
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-2/+62
* BUG: Handle spaces in the pathAndy Cedilnik2006-03-281-0/+1
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-4/+48
* BUG: fix warningKen Martin2006-03-151-2/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-112/+120
* BUG: Fixed object file name construction to use Convert method for relative p...Brad King2006-03-141-8/+8
* BUG: Avoid full paths and spaces when constructing object file names.Brad King2006-03-141-0/+11
* ENH: Introducing new policy to construct more unique object file names. This...Brad King2006-03-131-30/+48
* ENH: use a cmake script to do the clean step, this allows for large numbers o...Bill Hoffman2006-03-091-4/+24
* BUG: Fix problem on Wacom system with global symbolic targetsAndy Cedilnik2006-03-091-1/+1
* ENH: Cleaned up generation of directory-level rules and their support structu...Brad King2006-03-011-54/+35
* ENH: try to fix things up for the dashboardBill Hoffman2006-02-231-1/+1
* ENH: Properly handle target dependenciesAndy Cedilnik2006-02-231-3/+5
* ENH: Remove debugAndy Cedilnik2006-02-231-11/+0
* ENH: Add a notion of a global targetAndy Cedilnik2006-02-231-75/+40
* ENH: Implemented RPATH specification support. It is documented by the comman...Brad King2006-02-161-2/+16
* ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_...Brad King2006-02-151-174/+156
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-1839/+397
* ENH: add working directory supportBill Hoffman2006-02-081-2/+8
* ENH: allow for - in the name of targets for nmakeBill Hoffman2006-02-061-1/+3
* ENH: more cleanup and removal of old codeKen Martin2006-01-301-83/+8
* ENH: cleanup and remove some old codeKen Martin2006-01-301-52/+15
* ENH: add COMPILE_FLAGS to targetsBill Hoffman2006-01-251-0/+4
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-17/+91
* ENH: Further centralized custom command dependency computation. Custom comma...Brad King2006-01-131-42/+14
* COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.Brad King2006-01-131-2/+2
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-62/+42
* ENH: fix bundles for Mac and XcodeBill Hoffman2006-01-051-0/+21
* BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the helpBill Hoffman2006-01-021-7/+13
* ENH: fix so verbose is put in the correct placeBill Hoffman2005-12-301-8/+8
* ENH: make sure -F is not duplicatedBill Hoffman2005-12-271-4/+24
* ENH: remove warningBill Hoffman2005-12-271-1/+5
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+24
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-16/+38
* BUG: Libraries and executables that are built with version numbers and symlin...Brad King2005-12-211-5/+35
* COMP: Fix conversion warning.Brad King2005-12-141-1/+1
* ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ...Brad King2005-12-141-81/+45
* ENH: removed TARGET_DIR_PREFIX support and someother fixKen Martin2005-12-131-10/+3
* PERF: apply patch for bug 2575 speeds up depend scanningBill Hoffman2005-12-091-1/+5
* BUG: Fixed support for external object files built by custom commands. Also ...Brad King2005-11-171-2/+17
* BUG: make the clean target workBill Hoffman2005-10-281-8/+9