- Feb 15, 2008
-
-
David Cole authored
ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too.
-
Brad King authored
- Fixes repeated rebuild of bundles by Makefile generators - Add special rules to copy sources to their MACOSX_PACKAGE_LOCATION bundle directory - Remove MacOSX_Content language hack - Remove EXTRA_CONTENT property - Remove MACOSX_CONTENT - Remove corresponding special cases in object names
-
Bill Hoffman authored
-
Brad King authored
-
- Feb 14, 2008
-
-
Alexander Neundorf authored
Alex
-
Clinton Stimpson authored
ENH: Convert native paths from QFileDialog and QDirModel/QCompleter. BUG: Block possible completion loop.
-
Clinton Stimpson authored
ENH: Add shortcut to start search/filter. A bit of cleanup. Disable tab navigation in cache variable list. Enable home/end keys. BUG: Ensure currently edited values are saved before doing configure.
-
Brad King authored
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.
-
Brad King authored
ENH: Allow multiple OS X applications bundles to be created in a single build directory. Converted Info.plist files to be generated directly instead of configured with make variables. The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility).
-
Bill Hoffman authored
-
Brad King authored
ENH: Updated DEFINE_PROPERTY command to be more extendible and more consistent with new SET_PROPERTY and GET_PROPERTY signatures.
-
Brad King authored
- Re-enable enforcement in cmMakefile::EnforceUniqueName - Improve error message to help user resolve the problem - Fix Modules/CTestTargets.cmake to not duplicate testing targets - Move commands used by the changes to Modules/CTestTargets.cmake to build during bootstrap: DEFINE_PROPERTY, GET_PROPERTY
-
Brad King authored
ENH: Remove unnecessary compiler force macros. The compiler ID can now be detected without linking an executable.
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Clinton Stimpson authored
BUG: Fix error when paths have + in them. (special regex characters)
-
Brad King authored
-
- Feb 13, 2008
-
-
Sebastien Barre authored
-
Brad King authored
BUG: Update cmComputeLinkDepends to support leading/trailing whitespace stripping off link items for compatibility.
-
Brad King authored
- Add --qt-gui and --no-qt-gui options - Add --qt-qmake=<qmake> option to help locate Qt - Build more commands during bootstrap to help FindQt4.cmake: MATH, GET_DIRECTORY_PROPERTY, EXECUTE_PROCESS, SEPARATE_ARGUMENTS - Bootstrapping with the cmake-gui is now possible in MSys
-
Brad King authored
BUG: Fix FindQt4.cmake QT4_CREATE_MOC_COMMAND macro to work with spaces in the path while using the @ syntax on MSYS builds.
-
Clinton Stimpson authored
ENH: Remove CurrentChanged from the table view's edit triggers. It results in editor issues when modifying the view. Remove workarounds for some of those issues.
-
Brad King authored
-
- Feb 12, 2008
-
-
Bill Hoffman authored
-
Brad King authored
-
Bill Hoffman authored
-
Brad King authored
-
Brad King authored
-
- Feb 11, 2008
-
-
Brad King authored
ENH: Update documentation of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH to reference their replacements.
-
Brad King authored
-
Brad King authored
- Search for libtarget.a explicitly - Do not complain about compiler id during try-compile
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to CMAKE_C_COMPILE_OBJECT. We should not require every project to reference CMAKE_ANSI_CFLAGS.
-
Brad King authored
- Error if imported target is involved in conflict - Error for non-imported target conflict unless CMAKE_BACKWARDS_COMPATIBILITY <= 2.4 - Include OUTPUT_NAME property in error message - Update add_executable and add_library command documentation
-
Brad King authored
ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmLocalGenerator::NeedBackwardsCompatibility for convenience.
-
Brad King authored
-
Brad King authored
- Track link type correctly - Use _LINK_TYPE variables exported by CMake 2.4
-
Brad King authored
-