summaryrefslogtreecommitdiff
path: root/Source/cmDepends.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* cmDepends: Refactor object file path conversionBrad King2014-07-221-6/+1
* cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'Brad King2014-07-221-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* cmDepends: No dependency-vector erasure in CheckDependenciesMichael Wild2012-11-061-2/+4
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-3/+10
* -fix line lengthAlex Neundorf2012-08-201-2/+2
* fix #13474: also rescan dependencies if the depender does not existAlex Neundorf2012-08-171-17/+46
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Fix compiler warning reported on older Borland dashboard.David Cole2012-02-221-2/+4
* Fix compiler error reported on older Borland dashboard.David Cole2012-02-221-2/+3
* Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-1/+13
* Remove call to SystemTools::GetMaximumFilePathLengthBrad King2010-12-161-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Major optimization of C/C++ dependency scanning.Alexander Neundorf2009-09-231-3/+23
* Minor optimization in dependency checking.Alexander Neundorf2009-09-191-2/+12
* ENH: Light refactoring of implicit dependency scanning configuration implemen...Brad King2008-05-081-3/+15
* ENH: Implement Fortran module dependencies across targets and directories.Brad King2007-12-281-0/+7
* ENH: Convert cmDepends object interface to scan an entire target at once.Brad King2007-12-221-3/+34
* ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...Brad King2007-12-191-8/+14
* BUG: Updated Makefile dependency scanning to provide a full local generator t...Brad King2006-05-251-1/+5
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-20/+20
* ENH: correct include for memcpyBill Hoffman2006-01-231-2/+1
* BUG: Fix logic to return true when the file was already statted. Also, use na...Andy Cedilnik2005-10-131-1/+0
* ENH: Improve performance of check build system by creating another file that ...Andy Cedilnik2005-10-121-7/+102
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-65/+13
* BUG: a fix for constant recomputing of dependsKen Martin2005-05-251-2/+7
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-12/+19
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-2/+11
* ENH: do not collapse full path for cwdBill Hoffman2005-04-121-1/+3
* BUG: Dependency scans and checks must always set the current working director...Brad King2005-03-081-0/+20
* ENH: Implemented support for include/complain regular expressions for depende...Brad King2005-02-071-1/+6
* ENH: Split dependency scanning and checking into separate cmDepends superclas...Brad King2005-01-181-0/+96