Commit History

Author SHA1 Message Date
  Brad King af95f61d76 ENH: Created method cmTarget::GetExportMacro to centralize computation of the export symbol name. This removes duplicate code from all the generators. Also enabled the export definition for executable targets with the ENABLE_EXPORTS property set. 18 years ago
  Brad King 31637efbfb ENH: Added cmMakefileTargetGenerator::GenerateExtraOutput to wrap up creation of rules to drive creation of extra outputs generated as side effects of another rule. Reimplemented generation of custom command multiple output rules to use it. Reimplemented soname symlink output dependencies to use it. Now if a symlink is deleted the library will be recreated with the symlink. 18 years ago
  Brad King 01dc699d82 ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they are nearly the same. This is another step for bug#2240. 18 years ago
  Brad King 33ee83714d ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240. 18 years ago
  Brad King 4089c76890 BUG: Some calls to Convert() were converting for MAKEFILE but then passing the output to the build shell. The calls have now been converted to call Convert() with SHELL. 18 years ago
  Ken Martin 06027d1d2b ENH: fix for Watcom 18 years ago
  Ken Martin e7ab8a0e1d ENH: fixed more bugs with spaces in the path 18 years ago
  Ken Martin 314f5f60a0 BUG: fix for spaces in path for nmake 18 years ago
  Bill Hoffman ca0230a33e ENH: check in initial conv library stuff 18 years ago
  Brad King 23d8525d46 BUG: Use the exe/lib output path for .pdb file location. This addresses bug#3277 and bug#4287. 19 years ago
  Ken Martin f46704fefe BUG: fix for bug number 3964 19 years ago
  Brad King f7611f167c ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalUnixMakefileGenerator3 to give access to all methods. Fixed broken custom targets with no commands for Borland makefiles when CMAKE_SKIP_RULE_DEPENDENCY is set. 19 years ago
  Bill Hoffman f2e8fd06c2 ENH: make sure things do not depend on optimized libraries if they are debug, and the other way around as well 19 years ago
  Brad King 0fe0523810 BUG: Fixed out-of-source subdirectories to work when they are also out-of-binary. Updated the OutOfSource test to test this feature. 19 years ago
  Brad King e4ec89d036 ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system. 19 years ago
  Brad King 9a1d4e92eb BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 19 years ago
  Bill Hoffman eb3da1cdf3 ENH: put the if in the right place 19 years ago
  Bill Hoffman 0406aace34 ENH: fix for BUG: #739 again, makefiles did not depend on external full path libraries 19 years ago
  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 years ago
  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 years ago
  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 years ago
  Andy Cedilnik 6b5403c586 ENH: fix for no newline on some makes fix for ctest and some symlinks 19 years ago
  Brad King dd37d0652f ENH: Changed preprocessed source extension to .i and assembly extension to .s for more portability. 19 years ago
  Brad King 5cfa1b02ab ENH: Added generation of rules to manually request preprocessed or generated assembly sources. 19 years ago
  Brad King ab61137eb1 COMP: Fix and/or disable warnings for Borland 5.6 build. 19 years ago
  Ken Martin ad3ca4c009 ENH: added progress to custom commands with comments 19 years ago
  Ken Martin 8ace577a2a BUG: reduce the number of file handles kept open 19 years ago
  Ken Martin c05b8fb993 ENH: fix compile warning 19 years ago
  Ken Martin f1dfa7e78f BUG: changed to progress to make it more flexible and to no relink targets as often 19 years ago
  Andy Cedilnik 0f28edbe4a STYLE: Fix some style errors 19 years ago