Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 19 años
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup hace 19 años
  Brad King 1b5e3f4136 BUG: Fixed generation of cmake re-run rules. hace 19 años
  Brad King c6741363de ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET on VS 6 generator. hace 19 años
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 hace 20 años
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk hace 20 años
  Brad King 15c7d45ecd BUG: Fixed ordering of multiple commands in a custom target when implemented as custom commands. Also added support to execute pre-build rules first to be consistent with makefile generator. hace 20 años
  Ken Martin 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings hace 20 años
  Ken Martin ba68f771b3 yikes added new custom command support hace 22 años
  Brad King cde384411d Several fixes/improvements: hace 23 años
  Andy Cedilnik ee548d8fd8 Add support for comments on custom commands in visual studio 6 hace 23 años
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. hace 23 años
  Ken Martin 49aebe6c99 new arch hace 23 años