summaryrefslogtreecommitdiffstats
path: root/Source/cmDepends.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: correct include for memcpyBill Hoffman2006-01-231-2/+1
|
* BUG: Fix logic to return true when the file was already statted. Also, use ↵Andy Cedilnik2005-10-131-1/+0
| | | | nanosecond percision if available. Remove debug
* ENH: Improve performance of check build system by creating another file that ↵Andy Cedilnik2005-10-121-7/+102
| | | | is simpler to parse and therefore much faster overall
* 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 ↵Brad King2005-03-081-0/+20
| | | | directory to the directory containing the Makefile.
* ENH: Implemented support for include/complain regular expressions for ↵Brad King2005-02-071-1/+6
| | | | dependency scanning. This now includes the possibility that scanning will return failure and the build will stop.
* ENH: Split dependency scanning and checking into separate cmDepends ↵Brad King2005-01-181-0/+96
superclass with language-specific subclasses such as cmDependsC.