Histórico de Commits

Autor SHA1 Mensagem Data
  Brad King ea874415d9 ENH: Moved GetTargetDirectory method up to cmLocalGenerator. This provides a common interface to something that was implemented in most local generators anyway. há 18 anos atrás
  Brad King 35936433e1 ENH: Merging changes from branch CMake-SourceFile2-b between tags há 18 anos atrás
  Brad King dfb79bea23 STYLE: Removed unused reference to cmMakeDepend. há 18 anos atrás
  Alexander Neundorf 8245f437b6 há 18 anos atrás
  Alexander Neundorf 7f11536704 há 18 anos atrás
  Ken Martin 8b0c61c322 ENH: added internal target property for the name of the project file há 18 anos atrás
  Brad King fb38af53c0 BUG: Split precompiled header flags into a separate per-global-generator flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7. há 18 anos atrás
  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. há 18 anos atrás
  Bill Hoffman fad49c8724 ENH: fix for vs ide há 18 anos atrás
  Bill Hoffman ca0230a33e ENH: check in initial conv library stuff há 18 anos atrás
  Brad King 05b5600444 STYLE: Removed unused method declarations. há 18 anos atrás
  Brad King d8aa12178d ENH: Reimplemented parsing and mapping of flags into vcproj file attribute options. This cleans up and centralizes a few things. It is in preparation for dealing with precompiled header flags for bug #3512 since they require some special handling. há 18 anos atrás
  Brad King 712345ffc4 BUG: The .pdb file generated for a library or executable should match the real file name used for the target. This addresses bug#3277. há 18 anos atrás
  Bill Hoffman 345df44dc5 BUG: make sure external vs projects use the GUID in the project if it has one. há 19 anos atrás
  Bill Hoffman cca67d7f8e BUG: fix for bug 4239, NODEFAULTLIB flag support in ide há 19 anos atrás
  Brad King b155f3aa1c ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. há 19 anos atrás
  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. há 19 anos atrás
  Brad King 7e47f8496a BUG: Fix for VS.NET 2003 SP1 to make sure global target and utility target rules run every time. há 19 anos atrás
  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. há 19 anos atrás
  Ken Martin 7dc8a92246 STYLE: fix line length há 19 anos atrás
  Brad King d5719f22c1 ENH: Added support for multiple outputs generated by a single custom command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. há 19 anos atrás
  Bill Hoffman 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 há 19 anos atrás
  Ken Martin 4102949bf9 STYLE: minor comment cleanups há 19 anos atrás
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup há 19 anos atrás
  Bill Hoffman 6b47b28867 ENH: fix line length style stuff há 19 anos atrás
  Brad King 1b5e3f4136 BUG: Fixed generation of cmake re-run rules. há 19 anos atrás
  Brad King f4b306d5d4 BUG: VS7 generator should use per-configuration linker flags for targets. This addresses bug#2765. há 20 anos atrás
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should há 20 anos atrás
  Brad King f9aef0e422 ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds. há 20 anos atrás
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 há 20 anos atrás