Историја ревизија

Аутор SHA1 Порука Датум
  Brad King dd332a00cc ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. пре 19 година
  Brad King b9fc06735d BUG: Enabled use of EscapeForShell to properly escape custom command lines. This addresses bug#3786 for Xcode. пре 19 година
  Bill Hoffman 78275f1d4b ENH: do not use OBJROOT or you can get two copies of executables пре 19 година
  Brad King d3e8ef705e BUG: Set GCC_SYMBOLS_PRIVATE_EXTERN and GCC_INLINES_ARE_PRIVATE_EXTERN attributes on all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default. пре 19 година
  Bill Hoffman 1fa5f76e40 BUG: fix for bug 3417 пре 19 година
  Ken Martin 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting пре 19 година
  Brad King 87d4d0e039 BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. пре 19 година
  Bill Hoffman 43fd40fe21 ENH: fix warning пре 19 година
  Bill Hoffman 0883dee7f0 ENH: fix rebuild problem with xcode and universal binaries пре 19 година
  Ken Martin 80f71359c1 STYLE: fix line length пре 19 година
  Ken Martin bf0cb4d49a STYLE: fix line length пре 19 година
  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. пре 19 година
  Bill Hoffman e4f3568099 ENH: fix so all configurations show up пре 19 година
  Bill Hoffman 71505ff2d2 ENH: fix spaces in path for xcode пре 19 година
  Bill Hoffman ae10b3578d ENH: add a wrapper for xcodebuild to get around bug and verbose output пре 19 година
  Andy Cedilnik c2da475507 ENH: Use PBXResourcesBuildPhase for resrources пре 19 година
  Andy Cedilnik 5076590a02 ENH: Simplify. Instead of doing ../MacOS just copy to current directory пре 19 година
  Andy Cedilnik 32ec28ad00 ENH: Add copy stages for bundle files пре 19 година
  Bill Hoffman f7c1723135 ENH: add support for universal binaries пре 19 година
  Bill Hoffman 5208004560 ENH: fix up this changes for mac пре 19 година
  Ken Martin da279f0041 BUG: some UNIX fixes for my m_ commit пре 19 година
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup пре 19 година
  Brad King 93c95f1cc5 BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory. пре 19 година
  Andy Cedilnik 07260a6f27 ENH: Cleanup global targets even more and potentially fix Xcode пре 19 година
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes пре 19 година
  Brad King 586a9427d3 ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. пре 19 година
  Brad King 576f0b65c7 BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. пре 19 година
  Brad King f437c8e888 BUG: Treat GLOBAL_TARGET like UTILITY for generation. пре 19 година
  Brad King 3fa4a95f56 BUG: Xcode generator should use local generator computation of include directories. пре 19 година
  Brad King c21287552b ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility. пре 19 година