提交歷史

作者 SHA1 備註 提交日期
  Bill Hoffman 2cb68f6000 ENH: make sure CMAKE_STANDARD_LIBRARIES are used 19 年之前
  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). 19 年之前
  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. 19 年之前
  Brad King 5288d61ede BUG: Use NOINHERIT macro to avoid linking to project default libraries which may not exist. 19 年之前
  Brad King 6c89a96b86 BUG: Removed hard-coded linking to odbc32 and odbccp32. 19 年之前
  Brad King 916ea2bad2 BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure project regeneration rules go only in desired targets. 19 年之前
  Bill Hoffman 8f71efa776 ENH: bug fix for 2829 better flags for idl tool 20 年之前
  Brad King 1b5e3f4136 BUG: Fixed generation of cmake re-run rules. 20 年之前
  Bill Hoffman 347c5f4b46 ENH: add working directory support 20 年之前
  Brad King f4b306d5d4 BUG: VS7 generator should use per-configuration linker flags for targets. This addresses bug#2765. 20 年之前
  Bill Hoffman 07ef88c985 ENH: add COMPILE_FLAGS to targets 20 年之前
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 年之前
  Bill Hoffman a91947039a ENH: for all custom commands that can not be given to a target, add them to all targets in the current makefile 20 年之前
  Ken Martin 0b69b892ed ENH: removed TARGET_DIR_PREFIX support 20 年之前
  Brad King 1c7075057f ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. 20 年之前
  Bill Hoffman 129299f900 ENH: fix for bug 2584, empty source groups with children skipped 20 年之前
  Brad King d952f68738 BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer. 20 年之前
  Bill Hoffman 49840778b9 ENH: add some more properties for visual studio projects 20 年之前
  Bill Hoffman 9104097502 COMP: fix compile error 20 年之前
  Brad King 036a78056c BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute. 20 年之前
  Brad King 8dc8232027 BUG: Fixed XML escapes for custom commands. Also added escaping of newlines for VS 2005. 20 年之前
  Brad King b9e088dcfa BUG: Double-quotes in definitions must be escaped. 20 年之前
  Ken Martin c6b011e35e ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree 20 年之前
  Brad King f9aef0e422 ENH: Generator now creates a separate intermediate files directory for each target. This is needed for MSVC 8 to support parallel builds. 20 年之前
  Bill Hoffman 6a73e8ac69 ENH: fix lib case bug correctly 20 年之前
  Bill Hoffman 6ea4eadc68 BUG: undo fix 20 年之前
  Bill Hoffman 7041af809d ENH: more efficent fix for bug # 2063 20 年之前
  Bill Hoffman 72fdb13652 BUG: fix for case mismatched lib bug # 2063 20 年之前
  Bill Hoffman 42b76aea32 BUG: remove part of patch from bug 1965 that set executable paths 20 年之前
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 20 年之前