index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmDepends.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
cmDepends: Define DependencyMap instead of DependencyVector
Sebastian Holtermann
2019-03-27
1
-8/+7
*
cmDepends: Refactor cmDepends::CheckDependencies method
Sebastian Holtermann
2019-03-27
1
-5/+0
*
Substitute FileComparison in variable names with FileTimeCache
Sebastian Holtermann
2019-03-18
1
-2/+2
*
Rename cmFileTimeComparison to cmFileTimeCache
Sebastian Holtermann
2019-03-18
1
-6/+3
*
clang-tidy: Use `= delete`
Regina Pfeifer
2019-01-29
1
-2/+3
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-1/+1
*
cmDepends: all members accept std::string arguments
Vitaly Stakhovsky
2019-01-19
1
-5/+8
*
clang-tidy: Use default member initialization
Regina Pfeifer
2018-12-15
1
-3/+3
*
cmDepends: Remove attempt to change directory that always fails
Craig Scott
2018-03-08
1
-6/+0
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Use CM_DISABLE_COPY
Daniel Pfeifer
2017-04-24
1
-4/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-1/+6
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-13/+16
*
Remove extra semicolons from C++ code.
Stephen Kelly
2014-04-03
1
-1/+1
*
stringapi: Use strings for the languages
Ben Boeckel
2014-03-08
1
-2/+2
*
cmDepends: allow multiple dependees per depender
Alex Neundorf
2012-11-06
1
-2/+4
*
fix #13474: also rescan dependencies if the depender does not exist
Alex Neundorf
2012-08-17
1
-0/+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-3/+3
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Major optimization of C/C++ dependency scanning.
Alexander Neundorf
2009-09-23
1
-4/+9
*
ENH: Light refactoring of implicit dependency scanning configuration implemen...
Brad King
2008-05-08
1
-1/+6
*
ENH: Implement Fortran module dependencies across targets and directories.
Brad King
2007-12-28
1
-0/+4
*
ENH: Convert cmDepends object interface to scan an entire target at once.
Brad King
2007-12-23
1
-2/+12
*
ENH: Moved dependency integrity check from CheckBuildSystem over to a per-tar...
Brad King
2007-12-19
1
-3/+6
*
BUG: Updated Makefile dependency scanning to provide a full local generator t...
Brad King
2006-05-25
1
-9/+10
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-1/+2
*
BUG: Fix to avoid repeated calls to CollapseFullPath during dependency scanni...
Brad King
2006-05-03
1
-1/+8
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-10/+11
*
ENH: Improve performance of check build system by creating another file that ...
Andy Cedilnik
2005-10-12
1
-5/+16
*
ENH: reduce the number of files produced still needs a bit more cleanup
Ken Martin
2005-07-27
1
-25/+7
*
BUG: a fix for constant recomputing of depends
Ken Martin
2005-05-25
1
-0/+4
*
ENH: some changes to the depends signature to be more flexible
Ken Martin
2005-05-11
1
-2/+9
*
ENH: Added optional verbose output to build system dependency check.
Brad King
2005-05-06
1
-1/+4
*
ENH: Implemented support for include/complain regular expressions for depende...
Brad King
2005-02-07
1
-1/+1
*
ENH: Split dependency scanning and checking into separate cmDepends superclas...
Brad King
2005-01-18
1
-0/+82