summaryrefslogtreecommitdiffstats
path: root/Source/cmMakeDepend.h
Commit message (Collapse)AuthorAgeFilesLines
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
| | | | | | | | | | | Casts from std::string -> cmStdString were high on the list of things taking up time. Avoid such implicit casts across function calls by just using std::string everywhere. The comment that the symbol name is too long is no longer relevant since modern debuggers alias the templates anyways and the size is a non-issue since the underlying methods are generated since it's inherited.
* stringapi: Use strings for search pathsBen Boeckel2014-03-081-1/+1
|
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-17/+17
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Remove unused code from cmMakeDependBrad King2009-03-161-18/+1
| | | | | | | This class is the old-style dependency scanner. It is needed only to implement the output_required_files command. This change removes some code not needed for that purpose, including a reference to the HEADER_FILE_ONLY property.
* 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