summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: no longer usedKen Martin2005-06-201-290/+0
* ENH: added new generatorKen Martin2005-05-121-2/+2
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-2/+3
* COMP: Added pragma directives for SGI compilers to avoid useless warnings.Brad King2005-05-031-0/+8
* ENH: Created cmTarget::GetLibraryNames to replace cmLocalUnixMakefileGenerato...Brad King2005-04-221-3/+0
* ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...Brad King2005-04-221-1/+0
* BUG: Fix dependencies of custom commands that are relative paths to files or ...Brad King2005-03-291-1/+2
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-6/+2
* ENH: Added option CMAKE_SKIP_RULE_DEPENDENCY to skip making build rules depen...Brad King2005-03-081-0/+2
* ENH: Replaced OutputEcho/pre-echo/post-echo with AppendEcho. This allows for...Brad King2005-02-251-4/+9
* ENH: Added ConvertToQuotedOutputPath method and used it to properly generate ...Brad King2005-02-251-0/+1
* ENH: Merged implementations of ConvertToRelative*Path methods. The main Conv...Brad King2005-02-241-9/+0
* BUG: Using a better technique to produce the rule file name for a custom comm...Brad King2005-02-241-1/+0
* ENH: Avoid generating duplicate rules for an object file. A warning about du...Brad King2005-02-171-0/+3
* ENH: Split cmLocalUnixMakefileGenerator2 away from cmLocalUnixMakefileGenerat...Brad King2005-02-101-3/+66
* ENH: Added SystemTools::SplitPath method to split any file path into its basi...Brad King2005-02-101-1/+0
* ENH: Adding cleaning of custom command outputs during "make clean".Brad King2005-02-091-0/+2
* ENH: Moved reference from local driver targets (like build.local) into indivi...Brad King2005-02-091-9/+4
* ENH: Added generation of CMakeDirectoryInformation.cmake file in each directo...Brad King2005-02-071-0/+2
* ENH: Implemented external object feature.Brad King2005-02-041-6/+13
* ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generatorBill Hoffman2005-02-021-4/+0
* ENH: Implemented full per-object test for whether provides-requires mode is n...Brad King2005-01-281-6/+15
* ENH: Removed unquoted version of OBJECTS make variable. Quoted seems to work...Brad King2005-01-191-1/+2
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-10/+15
* ENH: Adding partial implementation of provides-requires mode.Brad King2005-01-171-1/+2
* ENH: Added install target implementation. Also added missing include of asse...Brad King2005-01-041-1/+0
* ENH: Added relative path support (mostly done). Many paths are written relat...Brad King2005-01-041-1/+13
* ENH: Added post-build rules to executables and libraries. Generalized Append...Brad King2004-12-091-7/+11
* ENH: Implemented utility targets. This involved pulling part of the custom c...Brad King2004-12-091-1/+6
* ENH: Unified WriteDependRules, WriteBuildRules, WriteCleanRules, and the futu...Brad King2004-11-191-3/+17
* ENH: Added partial clean target support.Brad King2004-11-051-1/+4
* ENH: Implemented VERBOSE output setting.Brad King2004-11-051-1/+1
* ENH: Generalized driver targets and subdirectory traversal rules. The implem...Brad King2004-11-031-1/+5
* ENH: Removed unneeded requires rules now that canonical names are available.Brad King2004-11-031-2/+0
* ENH: Added convenience rules to build targets without specifying full paths.Brad King2004-11-031-0/+6
* ENH: Added dependencies between libraries.Brad King2004-11-021-0/+2
* ENH: Implemented generation of custom command rule files.Brad King2004-11-021-1/+10
* BUG: Fixed subdirectory implementation for Borland Make.Brad King2004-11-021-1/+11
* ENH: Implemented subdirectory rules for all target.Brad King2004-11-021-4/+4
* ENH: Added framework for subdirectory traversal.Brad King2004-10-291-0/+4
* ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. Th...Brad King2004-10-291-0/+11
* ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented jump...Brad King2004-10-291-1/+1
* ENH: Cleaned up format of generated makefiles. Consolidated rule generation ...Brad King2004-10-291-0/+15
* ENH: Do not try to handle unimplemented target types yet. Fixes for projects...Brad King2004-10-271-0/+1
* ENH: Added executable dependencies on libraries including jump-and-build supp...Brad King2004-10-271-0/+11
* ENH: Added generation of rules for shared libraries and modules.Brad King2004-10-271-1/+9
* ENH: Added rules to build executables. Also began to consolidate flag list c...Brad King2004-10-271-1/+21
* ENH: Added generation of rule to build object file.Brad King2004-10-261-0/+1
* ENH: Added object file dependency scanning.Brad King2004-10-261-0/+7
* ENH: Started new makefile generator implementation. It will temporarily be c...Brad King2004-10-041-0/+63