Commit History

Author SHA1 Message Date
  Brad King 33e865c041 ENH: Add unset() command. 17 years ago
  Brad King f50ed1fd88 ENH: Improve errors when a policy is REQUIRED 17 years ago
  Brad King b9b11903ab BUG: Fix computed directory property DEFINITIONS. 17 years ago
  Brad King 1381aab4b7 BUG: Remove check for files written by file(WRITE) being loaded. 17 years ago
  Brad King e3666a1de5 ENH: Allow policy CMP0000 to be set explicitly 17 years ago
  Brad King f7f03347a6 ENH: Improve new error/warning message generation 17 years ago
  Bill Hoffman dc9245df6c ENH: add enum to IssueMessage 17 years ago
  Brad King 680104a490 ENH: New format for warning and error messages 17 years ago
  Brad King 49549560b2 ENH: Improve cmake_policy command signature 17 years ago
  Ken Martin d49ef18f8a ENH: add first cut and policies still need to add the doc support 17 years ago
  Brad King 1c0595c73f ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing projects that depend on having duplicate custom targets. It is allowed only for Makefile generators. See bug#6348. 17 years ago
  Brad King ac0e58dcfb ENH: Enforce global target name uniqueness. 17 years ago
  Brad King 739a463539 ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmLocalGenerator::NeedBackwardsCompatibility for convenience. 17 years ago
  Brad King 5594ad4885 ENH: Updated exporting and importing of targets to support libraries and configurations. 18 years ago
  Brad King 7213408287 ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cmCacheManager. This will allow commands to modify their behavior when running with a cache loaded from an earlier CMake version. 18 years ago
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 years ago
  Brad King 433099ecdd ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property. 18 years ago
  Brad King caca9b8065 ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them. 18 years ago
  Ken Martin ac4c2f675a ENH: change raise_scope signature to be safer for returned varuables 18 years ago
  Ken Martin f4b1c3880b ENH: add functions and raise scope 18 years ago
  Alexander Neundorf f55dd81190 18 years ago
  Alexander Neundorf 9220e97401 BUG: fix #4057 (which had several duplicates): handle recursivew source groups better, i.e. multiple sourcegroups with the same end component work now 18 years ago
  Alexander Neundorf 55303d6dd2 18 years ago
  Alexander Neundorf 43de8c8628 18 years ago
  Alexander Neundorf f7d4f27c2a 18 years ago
  Alexander Neundorf 1cf1780f6e 18 years ago
  Brad King 35936433e1 ENH: Merging changes from branch CMake-SourceFile2-b between tags 18 years ago
  Alexander Neundorf 6d200fa6be 18 years ago
  Alexander Neundorf 9d4f3a0686 18 years ago
  Brad King 28e94533dd BUG: More problems with cmMakefile copy-constructor. It seems the regular expression class cannot be assigned but does not enforce this limitation at compile time. 18 years ago