summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: no longer usedKen Martin2005-06-201-3273/+0
* ENH: added new generatorKen Martin2005-05-121-5/+7
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-7/+16
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-7/+9
* ENH: Added dependency on all for install rule to make sure build is up to dat...Brad King2005-04-271-2/+9
* BUG: Added inclusion of pre-build rules for custom targets.Brad King2005-04-261-1/+3
* ENH: Created cmTarget::GetLibraryNames to replace cmLocalUnixMakefileGenerato...Brad King2005-04-221-67/+37
* ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...Brad King2005-04-221-39/+3
* BUG: Avoid converting the subdirectory name to a relative path twice.Brad King2005-04-071-8/+10
* BUG: Fix rule name for subdirectory traversal to use relative paths. This wa...Brad King2005-04-071-6/+7
* BUG: When generating the name of the custom rule file the character : should ...Brad King2005-03-311-0/+1
* BUG: Fix dependencies of custom commands that are relative paths to files or ...Brad King2005-03-291-3/+10
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-17/+9
* BUG: Need to collapse full paths before depending on them to remove ./ and .....Brad King2005-03-171-1/+1
* ENH: add support for out of source sourceKen Martin2005-03-141-11/+17
* BUG: Removing jump-and-build ordering change until we can prevent extra jumps...Brad King2005-03-081-20/+4
* ENH: Removing ... ellipsis from end of echo lines. It is just clutter.Brad King2005-03-081-7/+0
* ENH: Adding extra dependencies to jump-and-build rules that force a single or...Brad King2005-03-081-4/+20
* ENH: Removed "Checking build system in ..." message. It is always paired wit...Brad King2005-03-081-4/+0
* ENH: Added option CMAKE_SKIP_RULE_DEPENDENCY to skip making build rules depen...Brad King2005-03-081-6/+21
* BUG: Only add leading ./ to custom command executable if the command is reall...Brad King2005-03-081-1/+2
* BUG: When a custom command's executable is in the current directory the relat...Brad King2005-03-081-1/+7
* BUG: Pay attention to ForceUnixPaths setting in cmSystemTools for ConvertToQu...Brad King2005-03-021-14/+36
* BUG: SGI make can support suffixes only up to 32 characters. Renaming .hpux_...Brad King2005-03-021-1/+2
* ENH: Framework for java dependency scanner. Right now it does nothing but al...Brad King2005-03-011-0/+10
* 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