Історія комітів

Автор SHA1 Опис Дата
  Brad King 2459ceb076 BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms. 19 роки тому
  Brad King 358b947072 BUG: cmake_force needs to be written into build.make as well as Makefile. 19 роки тому
  Brad King 76f6ea8011 BUG: Fixed ordering of code generated in Makefile and build.make files to make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files. 19 роки тому
  Brad King fd8236c862 BUG: Patch from Alex to fix name of includecache files to not look like source files. 19 роки тому
  Brad King 409f70bc91 ENH: Make sure all custom command outputs are up to date before scanning dependencies. This avoids the need to pass a list of generated files to the dependency scanning code and to rescan after the files have been generated. Currently there is no notion of implicit dependencies of the custom commands themselves so this design is safe. We only need to make sure implicit dependencies are up to date before the make process for the /build part of a target is executed because only this process loads them. This is a step towards fixing bug#3658. 19 роки тому
  Brad King eef327b944 ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories. 19 роки тому
  Brad King f826c6c58b ENH: Centralized generation of targets listed in the help to be done by the code that actually writes the targets. 19 роки тому
  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. 19 роки тому
  Andy Cedilnik f6b2a42266 BUG: add newline for some versions of make 19 роки тому
  Brad King dd37d0652f ENH: Changed preprocessed source extension to .i and assembly extension to .s for more portability. 19 роки тому
  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. 19 роки тому
  Brad King 5cfa1b02ab ENH: Added generation of rules to manually request preprocessed or generated assembly sources. 19 роки тому
  Brad King 88702ff442 ENH: Moved GetSourceFileLanguage up to cmLocalGenerator. 19 роки тому
  Brad King 221b34392b ENH: Restoring previous change with a fix. 19 роки тому
  Bill Hoffman 16e73643f3 ENH: undo change that broke borland 5.6 cont 19 роки тому
  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. 19 роки тому
  Brad King ab61137eb1 COMP: Fix and/or disable warnings for Borland 5.6 build. 19 роки тому
  Ken Martin ed54b93533 ENH: added progress for subdir all targets and fixed compiler waring 19 роки тому
  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. 19 роки тому
  Ken Martin f1dfa7e78f BUG: changed to progress to make it more flexible and to no relink targets as often 19 роки тому
  Andy Cedilnik 9e9653713c BUG: Make the path change more localized to bundles only 19 роки тому
  Andy Cedilnik 46febb9a2b BUG: Revert the change 1.152 19 роки тому
  Andy Cedilnik 24e6ffae36 BUG: If the source file specified is not in a source tree, do not use full path to the file 19 роки тому
  Ken Martin dcbb4e4461 COMP: warning fix 19 роки тому
  Ken Martin bec28bb03b ENH: fix for subdir all target after control c 19 роки тому
  Brad King 35c3a91bc1 BUG: When using a working directory for the custom command do not convert paths to be relative to the build directory. 19 роки тому
  Ken Martin 6071052835 ENH: fix linelength 19 роки тому
  Ken Martin 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 роки тому
  Ken Martin 1f1196410a ENH: fix line length 19 роки тому
  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. 19 роки тому