Histórico de commits

Autor SHA1 Mensagem Data
  Brad King caca9b8065 ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them. 18 anos atrás
  Brad King 80c2be45e0 ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity. 18 anos atrás
  Brad King da335fbd00 ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COMPILE_DEFINITIONS. 18 anos atrás
  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 anos atrás
  Amitha Perera 4d9259c15b STYLE: Spelling fixes on documentation 18 anos atrás
  Alexander Neundorf 3da6fd9da4 ENH: only allow usage of chrpath if the executable file format is ELF 18 anos atrás
  Brad King b2e8c07af8 ENH: Implemented Fortran module output directory and search path flags. 18 anos atrás
  Alexander Neundorf 3ae731fab7 ENH: add support for chrpath, so the RPATH in ELF files can be changed when 18 anos atrás
  Brad King 8506938407 ENH: Added SOURCES property to targets. This is based on patch from issues #6137. 18 anos atrás
  Brad King 91f68fc391 BUG: For imported target directory, do not return pointer to freed memory. 18 anos atrás
  Ken Martin 9bd0d0f1ed BUG: fix undefined property FRAMEWORK 18 anos atrás
  David Cole 2458b07464 BUG: Fix the dashboards! Put it back the way it was so it always creates the target directory at configure time. Figure out how to avoid it for the framework case on the Mac/Xcode later... 18 anos atrás
  David Cole 8e4c7b99e1 ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use. 18 anos atrás
  Brad King f2ac53bb10 ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers. 18 anos atrás
  Alexander Neundorf 112747e4e2 18 anos atrás
  Brad King bffcff4530 ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL target. Added a foo/preinstall version of targets that need relinking so that exclude-from-all targets can be manually relinked for installation. 18 anos atrás
  Brad King d7118006de BUG: Target exclusion-from-all tests should always use the root local generator associated with the all target being tested. 18 anos atrás
  Brad King 9f2de08f90 ENH: Added cmTarget::GetLanguages method to centralize computation of the list of languages compiled in a target. 18 anos atrás
  David Cole ee91e25499 BUG: Only pay attention to the FRAMEWORK target property for SHARED library targets 18 anos atrás
  Brad King e0fc8b2995 BUG: <CONFIG>_LOCATION property should use the config name in the directory and not $(OutDir). This addresses bug#5363. 18 anos atrás
  Alexander Neundorf 021ceea1b0 ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea) 18 anos atrás
  Alexander Neundorf 16705a3e87 COMP: revert last commit for now, broke Visual Studio 18 anos atrás
  Alexander Neundorf bea1a5de77 18 anos atrás
  Brad King cac79e92b8 STYLE: Fixed line-too-long, fixed indentation, removed trailing whitespace, added function separator comment lines. 18 anos atrás
  Alexander Neundorf cfe9fda9fe 18 anos atrás
  Alexander Neundorf e126db1f71 18 anos atrás
  Brad King 35936433e1 ENH: Merging changes from branch CMake-SourceFile2-b between tags 18 anos atrás
  Brad King 3d822e3a25 ENH: Moved link library related code from GenerateSourceFilesFromSourceLists to AnalyzeLibDependencies to make the former do no more than what its name says. 18 anos atrás
  Brad King 09289aadb6 ENH: Removed "Used" mark from custom commands. It is no longer needed or checked by any generators. 18 anos atrás
  Brad King 3f2dd9bc54 ENH: Made cmTarget::GetSourceFiles method return reference to const so addition of cmSourceFile pointers must be done with an access method in cmTarget. 18 anos atrás