summaryrefslogtreecommitdiff
path: root/Source/cmDependsJava.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmDepends: Define DependencyMap instead of DependencyVectorSebastian Holtermann2019-03-271-4/+3
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* cmDepends: all members accept std::string argumentsVitaly Stakhovsky2019-01-181-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+7
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-7/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+9
* cmDepends: allow multiple dependees per dependerAlex Neundorf2012-11-061-1/+2
* -fix Java dependency scanning, broken in previous commitAlex Neundorf2012-08-201-1/+2
* 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/+3
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-9/+2
* ENH: some changes to the depends signature to be more flexibleKen Martin2005-05-111-3/+2
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-1/+1
* ENH: Framework for java dependency scanner. Right now it does nothing but al...Brad King2005-03-011-0/+54