История коммитов

Автор SHA1 Сообщение Дата
  Stephen Kelly 72f43fa13d cmLocalGenerator: Remove CreateCustomTargetsAndCommands method. 10 лет назад
  Stephen Kelly 3b880a0741 cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. 10 лет назад
  Stephen Kelly 34c9ee2ed7 cmLocalGenerator: Require a global generator in the constructor. 10 лет назад
  Stephen Kelly a48aebcb67 cmLocalGenerator: Require a parent in the constructor. 10 лет назад
  Ben Boeckel 84fdc9921c stringapi: Pass configuration names as strings 11 лет назад
  Ben Boeckel fabf1fbabb stringapi: Use strings in target name 11 лет назад
  Stephen Kelly 2a6bd96c13 Fix config-specific INCLUDE_DIRECTORIES in multi-config generators 13 лет назад
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 лет назад
  Brad King 01e979acef VS: Add CMakeLists.txt re-run rules at start of generation 13 лет назад
  Brad King c403f27a2d Add $<TARGET_OBJECTS:...> expression to use an object library 13 лет назад
  Brad King d57047de33 Pre-compute object file names before VS project generation 13 лет назад
  Brad King 51b67366ed Merge branch 'cleanup-object-file-names' into object-library 13 лет назад
  Brad King 4ae7f3656b Remove unused partial OBJECT_FILES property implementation 13 лет назад
  Stephen Kelly 9106b564ae Extract and use the INCLUDE_DIRECTORIES target properties. 14 лет назад
  Brad King b38c2929b0 Create a static library's output dir for VS 6 16 лет назад
  Brad King 51ba120844 Remove unused members of local VS 6 generator 16 лет назад
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 лет назад
  Brad King 5129c23cba ENH: Refactor VS 6 build event generation 16 лет назад
  Brad King 6066e92ba2 BUG: cmTarget instances should not be copied. Removed pass-by-value arguments from cmLocalVisualStudio7Generator::WriteGroup and cmLocalVisualStudio6Generator::WriteGroup. Updated cmTarget to make this easier to find. 18 лет назад
  Brad King 8262ccfd4e ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. 18 лет назад
  Brad King c6092b7e5e BUG: Fixed passing of configuration names to GetRealDependency and ConstructScript. Added GetConfigName helper method to do this. 18 лет назад
  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. 18 лет назад
  Brad King dfb79bea23 STYLE: Removed unused reference to cmMakeDepend. 18 лет назад
  Alexander Neundorf 8245f437b6 18 лет назад
  Alexander Neundorf 7f11536704 18 лет назад
  Bill Hoffman ca0230a33e ENH: check in initial conv library stuff 19 лет назад
  Brad King 87ef95c715 ENH: Made cmLocalVisualStudioGenerator a superclass of cmLocalVisualStudio6Generator. Implemented object file unique naming when multiple sources share the same name. 19 лет назад
  Brad King 864c0292d5 BUG: VS6 generator now uses ComputeLinkInformation just like all other generators. 19 лет назад
  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. 19 лет назад
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 лет назад