Historial de Commits

Autor SHA1 Mensaje Fecha
  Brad King eef327b944 ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories. hace 19 años
  Brad King f826c6c58b ENH: Centralized generation of targets listed in the help to be done by the code that actually writes the targets. hace 19 años
  Brad King c6f1a11480 BUG: Added object language to list of object files in a local generator's directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects. hace 19 años
  Andy Cedilnik f6b2a42266 BUG: add newline for some versions of make hace 19 años
  Brad King dd37d0652f ENH: Changed preprocessed source extension to .i and assembly extension to .s for more portability. hace 19 años
  Brad King 8c94be3f18 ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMBLY_SOURCE_RULES to allow projects to disable generation of .E and .S rules. hace 19 años
  Brad King 5cfa1b02ab ENH: Added generation of rules to manually request preprocessed or generated assembly sources. hace 19 años
  Brad King 88702ff442 ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. hace 19 años
  Brad King 221b34392b ENH: Restoring previous change with a fix. hace 19 años
  Bill Hoffman 16e73643f3 ENH: undo change that broke borland 5.6 cont hace 19 años
  Brad King fe5a6e9413 ENH: Moved generation of directory-level object convenience rules to a separate method. This will aid generation of more such rules later. hace 19 años
  Brad King ab61137eb1 COMP: Fix and/or disable warnings for Borland 5.6 build. hace 19 años
  Ken Martin ed54b93533 ENH: added progress for subdir all targets and fixed compiler waring hace 19 años
  Brad King 9bf5af6e32 ENH: Moved unique object file name computation from cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories. hace 19 años
  Ken Martin f1dfa7e78f BUG: changed to progress to make it more flexible and to no relink targets as often hace 19 años
  Andy Cedilnik 9e9653713c BUG: Make the path change more localized to bundles only hace 19 años
  Andy Cedilnik 46febb9a2b BUG: Revert the change 1.152 hace 19 años
  Andy Cedilnik 24e6ffae36 BUG: If the source file specified is not in a source tree, do not use full path to the file hace 19 años
  Ken Martin dcbb4e4461 COMP: warning fix hace 19 años
  Ken Martin bec28bb03b ENH: fix for subdir all target after control c hace 19 años
  Brad King 35c3a91bc1 BUG: When using a working directory for the custom command do not convert paths to be relative to the build directory. hace 19 años
  Ken Martin 6071052835 ENH: fix linelength hace 19 años
  Ken Martin 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting hace 19 años
  Ken Martin 1f1196410a ENH: fix line length hace 19 años
  Brad King ad9dd6d11c ENH: Moved generation of the /fast version of GLOBAL_TARGET targets to the proper place in the local generator instead of in the global generator. Also made the install/fast target not depend on the all target. hace 19 años
  Brad King 791706a52f BUG: Added /fast targets in subdirectory makefiles. Removed bogus INSTALL_*/fast targets. Also fixed preinstall/fast target. hace 19 años
  Brad King d3073828f0 BUG: Fix progress when total number of source files is less than 100. hace 19 años
  Brad King ff41664c6b ENH: Slight improvement in genreation time by recording the setting of CMAKE_COLOR_MAKEFILE in an ivar of each local generator at the beginning of generation. This avoids many repeated table lookups. hace 19 años
  Ken Martin 7eba286403 BUG: fix to progress for small projects hace 19 años
  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. hace 19 años