Commit History

Author SHA1 Message Date
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 147d6f3101 ENH: Remove unused code from cmMakeDepend 16 years ago
  Bill Hoffman a5e76555bf BUG: fix for bug 6136 make sure includes are not directories 18 years ago
  Ken Martin da279f0041 BUG: some UNIX fixes for my m_ commit 20 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
  Andy Cedilnik 634343c3e8 STYLE: Fix some style issues 20 years ago
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 years ago
  Bill Hoffman 9d4aefc088 BUG: fix for bug 373 make depend problem 22 years ago
  Ken Martin cc8aa74ec4 removed duplicate includes 22 years ago
  Bill Hoffman 2ba1c0ab06 ENH: performance fixes for network depends 22 years ago
  Brad King 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 years ago
  Andy Cedilnik a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 23 years ago
  Bill Hoffman 5a676508c4 BUG: fix bug in depends 23 years ago
  Sebastien Barre b8548c1db3 FIX: a / was appended without checking if there wasn't one already. 23 years ago
  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 years ago
  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 years ago
  Ken Martin 7b5a8762c6 modified how source files store properties 23 years ago
  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 years ago
  Ken Martin fd26d44f5f now includes current include files directory when searching for files it includes 23 years ago
  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 years ago
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
  Franck Bettinger 8c7b9cbf10 Now adds dependency if the file doesn't exist but will be created during the compilation 24 years ago
  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 years ago
  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 years ago
  Ian Scott b24861d895 Removed the Uniquification of the include and link directory list in FinalPass, 24 years ago
  Brad King 7df455251b BUG: Need to expand variables in search paths in case it hasn't been done yet by the makefile. 24 years ago
  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 years ago
  Brad King cf82992964 ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about missing dependencies. 24 years ago
  Brad King 5f12ae0c62 BUG: Dependency hints must be removed by the makefile generator before adding the dependencies generated by cmMakeDepend. 24 years ago
  Ken Martin ff529aa861 some cleanup to the make depend process 24 years ago