Andy Cedilnik
|
a9875aa62f
Implement GetLineFromStream that actually works and use it instead of getline
|
преди 23 години |
Bill Hoffman
|
5a676508c4
BUG: fix bug in depends
|
преди 23 години |
Sebastien Barre
|
b8548c1db3
FIX: a / was appended without checking if there wasn't one already.
|
преди 23 години |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
преди 23 години |
Brad King
|
eb1ff5f968
ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot be compared directly with other pointer types. We use 0 instead.
|
преди 23 години |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
преди 23 години |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
преди 23 години |
Ken Martin
|
fd26d44f5f
now includes current include files directory when searching for files it includes
|
преди 23 години |
Bill Hoffman
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
преди 24 години |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
преди 24 години |
Franck Bettinger
|
8c7b9cbf10
Now adds dependency if the file doesn't exist but will be created during the compilation
|
преди 24 години |
Brad King
|
5231ad0c7e
ENH: cmMakeDepend::GenerateDependInformation will now use hints regardless of whether the actual file exists. This can be used to add dependencies to .h files which are generated but included in hand-written .cxx files. If the .cxx does exist, though, it will be used first, and the hints will be used afterward.
|
преди 24 години |
Brad King
|
ddec29c52d
BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted.
|
преди 24 години |
Ian Scott
|
b24861d895
Removed the Uniquification of the include and link directory list in FinalPass,
|
преди 24 години |
Brad King
|
7df455251b
BUG: Need to expand variables in search paths in case it hasn't been done yet by the makefile.
|
преди 24 години |
Brad King
|
82c1916a6d
ENH: Hacked together a new implementation of the dependency generator code. This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
|
преди 24 години |
Brad King
|
cf82992964
ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies.
|
преди 24 години |
Brad King
|
5f12ae0c62
BUG: Dependency hints must be removed by the makefile generator before adding the dependencies generated by cmMakeDepend.
|
преди 24 години |
Ken Martin
|
ff529aa861
some cleanup to the make depend process
|
преди 24 години |
Bill Hoffman
|
1cd9ce6f6e
ENH: unify make process on unix
|
преди 24 години |
Will Schroeder
|
54cfe84f3f
ENH:New copyright
|
преди 24 години |
Brad King
|
ddbf1feab4
STYLE: Updated comments for name change cmClassFile->cmSourceFile
|
преди 24 години |
Ken Martin
|
73f04d1409
many fixes and cleanup and features
|
преди 24 години |
Brad King
|
57c4325c7d
ERR: We can't assume a vector iterator is a pointer. It must be dereferenced to get a reference to the element, and then we can take the address of that to get a pointer. "i" becomes "&*i"
|
преди 24 години |
Brad King
|
f63e4a144c
ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a set results in a significant performance increase and reduction in memory usage.
|
преди 24 години |
Ken Martin
|
865ec96644
major changes to support multiple libraries and source lists
|
преди 24 години |
Brad King
|
be4db9150c
ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used in dependency checking.
|
преди 25 години |
Brad King
|
02fe911803
ENH: Added support for finding dependencies for files that don't exist. Dependency recursion begins with hints provided in the cmClassFile for a file if it doesn't exist.
|
преди 25 години |
Bill Hoffman
|
0adb5237bd
ENH: fix depend segfault
|
преди 25 години |
Will Schroeder
|
0ce5ac760b
ENH:Documentation and cleanups
|
преди 25 години |