Histórico de Commits

Autor SHA1 Mensagem Data
  Brad King 6297bcbf1d ENH: Moved code that checks output path variables to separate ConfigureOutputPaths method. Needed to provide access to the same code from a subclass. há 21 anos atrás
  Brad King a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. há 21 anos atrás
  Brad King d46d8df0ed ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. há 21 anos atrás
  Bill Hoffman 901dc9d49f ENH: remove debug print há 21 anos atrás
  Bill Hoffman 36c8f1d157 ENH: put error checking for missing linker languages há 21 anos atrás
  Brad King a2b8c1fbcb BUG: Add a space before the : only if the target name is one letter long. This works around bugs in some shells' tab completion of target names. há 21 anos atrás
  Bill Hoffman 040f776885 FIX: fix the problem where a target is a single character and nmake gets confused and add a test for it há 21 anos atrás
  Bill Hoffman 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE há 21 anos atrás
  Bill Hoffman 6abbc7b1ff BUG: make sure output path is used for target with canonical name há 21 anos atrás
  Bill Hoffman 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString há 21 anos atrás
  Bill Hoffman 016e0e52cb BUG: make sure java jar files are not libfoo.jar but are just foo.jar há 21 anos atrás
  Bill Hoffman 1603e16cc5 ENH: replace all enabled languages in rule vars há 21 anos atrás
  Bill Hoffman 16c0a02d9b ENH: correctly ignore files há 21 anos atrás
  Bill Hoffman a7e20abcdb ENH: only replace the language being used in expand rule variables há 21 anos atrás
  Bill Hoffman d11cecab7d STYLE: remove warning há 21 anos atrás
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. há 21 anos atrás
  Bill Hoffman b5bdf2cb0a ENH: add better error reporting for file open failures há 21 anos atrás
  Bill Hoffman 46a493ae74 ENH: remove warnings há 21 anos atrás
  Bill Hoffman c2ef51e181 ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem há 21 anos atrás
  Bill Hoffman 66a08c10e5 ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code há 21 anos atrás
  Andy Cedilnik ded244d1a8 ERR: Fix the list of targets. The base target name now includes the MACOSX_BUNDLE path há 21 anos atrás
  Bill Hoffman 9655299f08 ENH: initial fortran support há 21 anos atrás
  Brad King 46418e70a3 BUG#427: Generated makefiles need to have targets with canonical names for each executable and library target in order for try-compiles to work correctly when specifying the target. há 21 anos atrás
  Bill Hoffman d759b687a7 BUG: remove double include flags for rc resouce compiles há 21 anos atrás
  Brad King 491ef99291 BUG: Added special hack for VTK 4.0-4.4 to re-enable automatic addition of current source directory to -I path. há 21 anos atrás
  Brad King 0fec8c8ce9 ERR: Fixed typo. há 21 anos atrás
  Brad King 06cfe37e22 BUG: Need to preserve automatic addition of source tree to -I path if CMAKE_BACKWARDS_COMPATIBILITY is set to below 2.0. há 21 anos atrás
  Brad King 4df215a268 Removing automatic addition of a -I path for the current source directory. há 21 anos atrás
  Ken Martin 94847d0aa7 BUG#891: When building CMake itself, use the new cmake to install so that the current cmake can be overwritten. há 21 anos atrás
  Andy Cedilnik c56547a3f9 ENH: Fix preorder. This caused preorder to not work and the test passed because of jump-over rule há 21 anos atrás