summaryrefslogtreecommitdiff
path: root/Source/cmMakeDepend.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix for bug 6136 make sure includes are not directoriesBill Hoffman2007-12-141-4/+4
* BUG: some UNIX fixes for my m_ commitKen Martin2006-03-151-4/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-71/+72
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-22/+25
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-3/+3
* BUG: fix for bug 373 make depend problemBill Hoffman2003-11-121-2/+4
* removed duplicate includesKen Martin2003-08-101-1/+0
* ENH: performance fixes for network dependsBill Hoffman2003-07-281-7/+31
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-1/+2
* Implement GetLineFromStream that actually works and use it instead of getlineAndy Cedilnik2003-03-271-3/+3
* BUG: fix bug in dependsBill Hoffman2002-12-101-6/+0
* FIX: a / was appended without checking if there wasn't one already.Sebastien Barre2002-11-061-3/+12
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-10/+10
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...Brad King2002-09-101-2/+2
* modified how source files store propertiesKen Martin2002-08-161-1/+1
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-24/+20
* now includes current include files directory when searching for files it incl...Ken Martin2002-06-101-8/+24
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-8/+8
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* Now adds dependency if the file doesn't exist but will be created during the ...Franck Bettinger2001-11-161-4/+41
* ENH: cmMakeDepend::GenerateDependInformation will now use hints regardless of...Brad King2001-11-121-14/+19
* BUG: Changed include and link directory paths in cmMakefile back to std::vect...Brad King2001-07-301-2/+2
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-301-2/+2
* BUG: Need to expand variables in search paths in case it hasn't been done yet...Brad King2001-07-171-1/+3
* ENH: Hacked together a new implementation of the dependency generator code. ...Brad King2001-07-171-137/+99
* ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ...Brad King2001-06-211-30/+19
* BUG: Dependency hints must be removed by the makefile generator before adding...Brad King2001-06-121-14/+0
* some cleanup to the make depend processKen Martin2001-06-121-24/+46
* ENH: unify make process on unixBill Hoffman2001-05-161-1/+0
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* STYLE: Updated comments for name change cmClassFile->cmSourceFileBrad King2001-04-251-7/+7
* many fixes and cleanup and featuresKen Martin2001-04-241-16/+22
* ERR: We can't assume a vector iterator is a pointer. It must be dereferenced...Brad King2001-04-181-1/+1
* ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a s...Brad King2001-04-161-24/+7
* major changes to support multiple libraries and source listsKen Martin2001-04-111-18/+20
* ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ...Brad King2001-03-151-8/+5
* ENH: Added support for finding dependencies for files that don't exist. Depe...Brad King2001-03-081-26/+86
* ENH: fix depend segfaultBill Hoffman2001-02-141-0/+4
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-0/+15
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMak...Bill Hoffman2001-01-051-20/+17
* BUG: remove bogus warning about not finding a depend file, if there are no in...Bill Hoffman2000-11-221-4/+4
* ENH: clean up code, and varible namesBill Hoffman2000-09-211-4/+0
* ENH: added a config setup file for CMakeSetup. Cleaned up the names of the ...Bill Hoffman2000-09-181-2/+2
* ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the di...Bill Hoffman2000-09-121-11/+33
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+268