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
/
cmMakeDepend.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION.
Stephen Kelly
2015-07-18
1
-1/+1
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-3/+3
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-6/+1
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-4/+4
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-4/+4
*
stringapi: Use strings for search paths
Ben Boeckel
2014-03-08
1
-1/+1
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
GenEx: Fix reporting about not-found include directories and libraries.
Stephen Kelly
2012-10-17
1
-4/+15
*
Move GetIncludeDirectories to cmGeneratorTarget.
Stephen Kelly
2012-09-19
1
-3/+4
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-7/+7
*
Make search paths ordered and unique
David Cole
2012-02-22
1
-1/+14
*
Extract and use the INCLUDE_DIRECTORIES target properties.
Stephen Kelly
2012-02-22
1
-9/+13
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Remove unused code from cmMakeDepend
Brad King
2009-03-16
1
-58/+0
*
BUG: fix for bug 6136 make sure includes are not directories
Bill Hoffman
2007-12-15
1
-4/+4
*
BUG: some UNIX fixes for my m_ commit
Ken Martin
2006-03-15
1
-4/+4
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-71/+72
*
STYLE: Fix some style issues
Andy Cedilnik
2006-03-10
1
-22/+25
*
ENH: make LOCATION an computed property of the target and get rid of a bunch ...
Ken Martin
2005-06-22
1
-3/+3
*
BUG: fix for bug 373 make depend problem
Bill Hoffman
2003-11-12
1
-2/+4
*
removed duplicate includes
Ken Martin
2003-08-10
1
-1/+0
*
ENH: performance fixes for network depends
Bill Hoffman
2003-07-28
1
-7/+31
*
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...
Brad King
2003-06-23
1
-1/+2
*
Implement GetLineFromStream that actually works and use it instead of getline
Andy Cedilnik
2003-03-27
1
-3/+3
*
BUG: fix bug in depends
Bill Hoffman
2002-12-10
1
-6/+0
*
FIX: a / was appended without checking if there wasn't one already.
Sebastien Barre
2002-11-06
1
-3/+12
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-10/+10
*
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...
Brad King
2002-09-10
1
-2/+2
*
modified how source files store properties
Ken Martin
2002-08-16
1
-1/+1
*
removed all source lists from the system and made them vectors. Also appended...
Ken Martin
2002-06-27
1
-24/+20
*
now includes current include files directory when searching for files it incl...
Ken Martin
2002-06-10
1
-8/+24
*
ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...
Bill Hoffman
2002-03-29
1
-8/+8
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-30/+6
*
Now adds dependency if the file doesn't exist but will be created during the ...
Franck Bettinger
2001-11-16
1
-4/+41
*
ENH: cmMakeDepend::GenerateDependInformation will now use hints regardless of...
Brad King
2001-11-12
1
-14/+19
*
BUG: Changed include and link directory paths in cmMakefile back to std::vect...
Brad King
2001-07-30
1
-2/+2
*
Removed the Uniquification of the include and link directory list in FinalPass,
Ian Scott
2001-07-30
1
-2/+2
*
BUG: Need to expand variables in search paths in case it hasn't been done yet...
Brad King
2001-07-17
1
-1/+3
*
ENH: Hacked together a new implementation of the dependency generator code. ...
Brad King
2001-07-17
1
-137/+99
*
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ...
Brad King
2001-06-21
1
-30/+19
*
BUG: Dependency hints must be removed by the makefile generator before adding...
Brad King
2001-06-12
1
-14/+0
*
some cleanup to the make depend process
Ken Martin
2001-06-12
1
-24/+46
*
ENH: unify make process on unix
Bill Hoffman
2001-05-16
1
-1/+0
*
ENH:New copyright
Will Schroeder
2001-04-27
1
-3/+28
*
STYLE: Updated comments for name change cmClassFile->cmSourceFile
Brad King
2001-04-25
1
-7/+7
*
many fixes and cleanup and features
Ken Martin
2001-04-24
1
-16/+22
*
ERR: We can't assume a vector iterator is a pointer. It must be dereferenced...
Brad King
2001-04-18
1
-1/+1
*
ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a s...
Brad King
2001-04-16
1
-24/+7
*
major changes to support multiple libraries and source lists
Ken Martin
2001-04-11
1
-18/+20
[next]