summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Replaced OutputEcho/pre-echo/post-echo with AppendEcho. This allows for...Brad King2005-02-251-116/+151
* ENH: Adding inclusion of pre-build and pre-link commands when building execut...Brad King2005-02-251-4/+6
* BUG: ConvertToQuotedOutputPath must replace slashes in root component on wind...Brad King2005-02-251-0/+12
* ENH: Added ConvertToQuotedOutputPath method and used it to properly generate ...Brad King2005-02-251-3/+50
* BUG: The path to the source file in a compile line should be made relative on...Brad King2005-02-241-5/+1
* ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv...Brad King2005-02-241-146/+1
* BUG: Using a better technique to produce the rule file name for a custom comm...Brad King2005-02-241-31/+12
* BUG: Do not crash when the link language for a target is not known.Brad King2005-02-241-0/+8
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-17/+23
* ENH: Avoid generating duplicate rules for an object file. A warning about du...Brad King2005-02-171-6/+17
* ENH: Added generation of test target to run ctest.Brad King2005-02-171-0/+34
* ENH: Split cmLocalUnixMakefileGenerator2 away from cmLocalUnixMakefileGenerat...Brad King2005-02-101-19/+342
* ENH: Added SystemTools::SplitPath method to split any file path into its basi...Brad King2005-02-101-65/+5
* ENH: Adding cleaning of custom command outputs during "make clean".Brad King2005-02-091-30/+54
* ENH: Moved reference from local driver targets (like build.local) into indivi...Brad King2005-02-091-34/+90
* COMP: Removed useless expression warning.Brad King2005-02-071-1/+0
* ENH: Implemented support for include/complain regular expressions for depende...Brad King2005-02-071-7/+28
* ENH: Added generation of CMakeDirectoryInformation.cmake file in each directo...Brad King2005-02-071-19/+113
* ENH: Implemented external object feature.Brad King2005-02-041-32/+89
* ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generatorBill Hoffman2005-02-021-69/+0
* COMP: Removed shadowed variable warning.Brad King2005-01-291-6/+7
* ENH: Implemented full per-object test for whether provides-requires mode is n...Brad King2005-01-281-83/+115
* ENH: Added hook into Fortran dependency scanner.Brad King2005-01-261-1/+21
* ENH: Removed unquoted version of OBJECTS make variable. Quoted seems to work...Brad King2005-01-191-32/+16
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-315/+101
* STYLE: Added TODO comment for another missing feature (external object files).Brad King2005-01-181-0/+1
* ENH: Adding partial implementation of provides-requires mode.Brad King2005-01-171-6/+67
* BUG: Fix for relative path conversion when path is a subset of relative path ...Brad King2005-01-171-2/+4
* ENH: Added install target implementation. Also added missing include of asse...Brad King2005-01-041-6/+28
* ENH: Added relative path support (mostly done). Many paths are written relat...Brad King2005-01-041-66/+291
* BUG: Support for custom command outputs in subdirectories of current build tr...Brad King2004-12-091-0/+2
* BUG: AppendAnyDepend must handle non-existing files.Brad King2004-12-091-8/+4
* ENH: Added post-build rules to executables and libraries. Generalized Append...Brad King2004-12-091-73/+121
* ENH: Implemented utility targets. This involved pulling part of the custom c...Brad King2004-12-091-55/+123
* ENH: Moved custom command rule files into special CMakeCustomCommands.dir sub...Brad King2004-11-191-2/+8
* ENH: Unified WriteDependRules, WriteBuildRules, WriteCleanRules, and the futu...Brad King2004-11-191-191/+143
* ENH: Added partial clean target support.Brad King2004-11-051-37/+141
* ENH: Implemented VERBOSE output setting.Brad King2004-11-051-43/+48
* ENH: Generalized driver targets and subdirectory traversal rules. The implem...Brad King2004-11-031-81/+145
* ENH: Removed unneeded requires rules now that canonical names are available.Brad King2004-11-031-29/+5
* ENH: Added convenience rules to build targets without specifying full paths.Brad King2004-11-031-10/+77
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ...Brad King2004-11-031-16/+13
* ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl...Brad King2004-11-031-12/+3
* ENH: Added partial RC language dependency scanning (just using C dependencies...Brad King2004-11-021-1/+2
* ENH: Added dependencies between libraries.Brad King2004-11-021-15/+42
* BUG: Removed debugging output.Brad King2004-11-021-5/+0
* ENH: Implemented generation of custom command rule files.Brad King2004-11-021-37/+178
* BUG: Fixed subdirectory implementation for Borland Make.Brad King2004-11-021-43/+100
* ENH: Implemented subdirectory rules for all target.Brad King2004-11-021-30/+82
* ENH: Added framework for subdirectory traversal.Brad King2004-10-291-1/+120