Clinton Stimpson
|
5730710c86
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
|
12 years ago |
Michael Wild
|
c66f03adf9
cmDepends: No dependency-vector erasure in CheckDependencies
|
16 years ago |
Alex Neundorf
|
e74ff7c29f
cmDepends: allow multiple dependees per depender
|
13 years ago |
Alex Neundorf
|
7ae4479d65
-fix line length
|
13 years ago |
Alex Neundorf
|
87fe4286bd
fix #13474: also rescan dependencies if the depender does not exist
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
David Cole
|
f66e735de3
Fix compiler warning reported on older Borland dashboard.
|
13 years ago |
David Cole
|
d90eed445f
Fix compiler error reported on older Borland dashboard.
|
13 years ago |
Stephen Kelly
|
9106b564ae
Extract and use the INCLUDE_DIRECTORIES target properties.
|
14 years ago |
Brad King
|
b97760fa52
Remove call to SystemTools::GetMaximumFilePathLength
|
15 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Alexander Neundorf
|
39383ef8cb
Major optimization of C/C++ dependency scanning.
|
16 years ago |
Alexander Neundorf
|
864e2670d6
Minor optimization in dependency checking.
|
16 years ago |
Brad King
|
12935b1599
ENH: Light refactoring of implicit dependency scanning configuration implementation.
|
17 years ago |
Brad King
|
68dad94b00
ENH: Implement Fortran module dependencies across targets and directories.
|
18 years ago |
Brad King
|
4d360f7ac5
ENH: Convert cmDepends object interface to scan an entire target at once.
|
18 years ago |
Brad King
|
de96fd1df9
ENH: Moved dependency integrity check from CheckBuildSystem over to a per-target UpdateDependencies step. This greatly reduces the startup time for make processes and allows individual targets to be built without a global dependency check.
|
18 years ago |
Brad King
|
ec2104cd31
BUG: Updated Makefile dependency scanning to provide a full local generator to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
|
19 years ago |
Ken Martin
|
d77fbb9640
STYLE: fix line length
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Bill Hoffman
|
5c692ee247
ENH: correct include for memcpy
|
20 years ago |
Andy Cedilnik
|
6a67b1bf71
BUG: Fix logic to return true when the file was already statted. Also, use nanosecond percision if available. Remove debug
|
20 years ago |
Andy Cedilnik
|
f18e7c7ff7
ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall
|
20 years ago |
Ken Martin
|
f85f919dbc
ENH: reduce the number of files produced still needs a bit more cleanup
|
20 years ago |
Ken Martin
|
d7cbf3e1d6
BUG: a fix for constant recomputing of depends
|
20 years ago |
Ken Martin
|
c85069b290
ENH: some changes to the depends signature to be more flexible
|
20 years ago |
Brad King
|
e8911705d6
ENH: Added optional verbose output to build system dependency check.
|
20 years ago |
Bill Hoffman
|
9e4506a2d0
ENH: do not collapse full path for cwd
|
20 years ago |
Brad King
|
5dc555e26d
BUG: Dependency scans and checks must always set the current working directory to the directory containing the Makefile.
|
20 years ago |
Brad King
|
337ad802c6
ENH: Implemented support for include/complain regular expressions for dependency scanning. This now includes the possibility that scanning will return failure and the build will stop.
|
21 years ago |