summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsJava.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Improve performance of check build system by creating another file that ↵Andy Cedilnik2005-10-121-3/+2
| | | | is simpler to parse and therefore much faster overall
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-1/+1
|
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-10/+4
|
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-6/+2
|
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-3/+4
|
* COMP: Removed unused parameter warning.Brad King2005-03-011-1/+1
|
* ENH: Framework for java dependency scanner. Right now it does nothing but ↵Brad King2005-03-011-0/+59
always reports success. This is enough to get the Java test to pass with the new generator because the old implementation did not do dependencies anyway.