summaryrefslogtreecommitdiffstats
path: root/Source/cmMakeDepend.h
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
|
* BUG: some UNIX fixes for my m_ commitKen Martin2006-03-151-2/+2
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-18/+19
|
* ENH: fix line length style stuffBill Hoffman2006-03-101-2/+4
|
* ENH: make LOCATION an computed property of the target and get rid of a bunch ↵Ken Martin2005-06-221-2/+2
| | | | of const junk
* removed duplicate includesKen Martin2003-08-101-1/+0
|
* ENH: performance fixes for network dependsBill Hoffman2003-07-281-0/+8
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-3/+4
| | | | cmRegularExpression.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* now includes current include files directory when searching for files it ↵Ken Martin2002-06-101-2/+2
| | | | includes
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵Bill Hoffman2001-08-221-1/+1
| | | | length in object files.
* ENH: Hacked together a new implementation of the dependency generator code. ↵Brad King2001-07-171-46/+42
| | | | This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
* ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ↵Brad King2001-06-211-0/+1
| | | | missing dependencies.
* some cleanup to the make depend processKen Martin2001-06-121-13/+26
|
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* many fixes and cleanup and featuresKen Martin2001-04-241-2/+2
|
* ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a ↵Brad King2001-04-161-7/+4
| | | | set results in a significant performance increase and reduction in memory usage.
* major changes to support multiple libraries and source listsKen Martin2001-04-111-3/+3
|
* ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ↵Brad King2001-03-151-6/+0
| | | | in dependency checking.
* ENH: Added support for finding dependencies for files that don't exist. ↵Brad King2001-03-081-0/+10
| | | | Dependency recursion begins with hints provided in the cmClassFile for a file if it doesn't exist.
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-25/+59
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-2/+1
| | | | CMakeLists.txt files.
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+115