summaryrefslogtreecommitdiff
path: root/Source/cmDependsJava.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-2/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-1/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-1/+0
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-4/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-5/+5
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-3/+0
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-3/+3
* -fix Java dependency scanning, broken in previous commitAlex Neundorf2012-08-201-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-1/+2
* ENH: Improve performance of check build system by creating another file that ...Andy Cedilnik2005-10-121-3/+2
* 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 al...Brad King2005-03-011-0/+59