Histórico de Commits

Autor SHA1 Mensagem Data
  Bill Hoffman f5e87c309c ENH: add EHa option há 19 anos atrás
  Bill Hoffman e050211a6d BUG: fix for bug 3444, remove trailing . in lib names há 19 anos atrás
  Ken Martin f9eb5cf768 ENH: fix line length há 19 anos atrás
  Ken Martin 1f1196410a ENH: fix line length há 19 anos atrás
  Bill Hoffman abf97b5b84 ENH: fix /TP for c code há 19 anos atrás
  Brad King 3db44b6973 COMP: Added missing include for isspace. há 19 anos atrás
  Brad King 52a8004b98 BUG: Fix parsing of definitions to support REMOVE_DEFINITIONS. há 19 anos atrás
  Ken Martin 7dc8a92246 STYLE: fix line length há 19 anos atrás
  Bill Hoffman 1a2b8afe1e ENH: remove bogus machine setting há 19 anos atrás
  Bill Hoffman d5d1525339 ENH: remove debug output há 19 anos atrás
  Bill Hoffman 1794836ee3 ENH: fix build c stuff with c and c++ with c++ há 19 anos atrás
  Bill Hoffman 2eea3e3868 ENH: use a better name há 19 anos atrás
  Bill Hoffman 03cee03f67 ENH: do not compile header files há 19 anos atrás
  Brad King 350c3efe7b BUG: VS7 seems to have a limit on the length of the link directory list string. Try to make the string as short as possible by avoiding trailing slashes and using a relative path (if it is shorter). há 19 anos atrás
  Bill Hoffman 69488e5bd2 ENH: allow multiple files with the same name in different subdirs há 19 anos atrás
  Brad King 08289893b8 ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway. há 19 anos atrás
  Brad King e380bad5f6 BUG: Use flag-map transform only for C and C++ flags. 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 3c8e899102 ENH: add support for per config target LINK_FLAGS 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 00d2546664 ENH: removed unused rules from targets for VS há 19 anos atrás
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup há 19 anos atrás
  Andy Cedilnik 634343c3e8 STYLE: Fix some style issues há 19 anos atrás
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes há 19 anos atrás
  Andy Cedilnik 07d0e776ad BUG: More fixing of support for global target son visual studio há 19 anos atrás
  Andy Cedilnik 7c0251014c COMP: More fixes for visual studio há 19 anos atrás
  Bill Hoffman 0a0e459102 ENH: make command line flags more consistent with ide settings há 19 anos atrás
  Bill Hoffman 2cb68f6000 ENH: make sure CMAKE_STANDARD_LIBRARIES are used há 19 anos atrás
  Brad King 7bdec94154 BUG: Add target-level COMPILE_FLAGS to the target not the individual source files. This simplifies the generated files and puts flags in a more logical order (VS6 works, VS7 needs more translation to work). há 19 anos atrás
  Brad King 9ba0283870 ENH: If CMAKE_NO_AUTOMATIC_INCLUDE_DIRECTORIES is not set try to approximate in-source build include file behavior in an out-of-source build by adding the build tree directory corresponding to a source tree directory at the beginning of the include path. Also fixed VS6 and VS7 generators to use cmLocalGenerator's computation of include paths. The VS6 generator will now short-path the include directories if the total length is too long in order to try to avoid its truncation limit. há 19 anos atrás