- Feb 13, 2008
-
-
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
-
- Feb 10, 2008
-
-
Alexander Neundorf authored
Alex
-
Brad King authored
BUG: Fix recent find_library change to look for user-specified name first to do so only if the name matches a valid library extension.
-
Brad King authored
-
- Feb 09, 2008
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
-
- Feb 08, 2008
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
-
Clinton Stimpson authored
BUG: Fix new editors stealing focus while typing search text. ENH: Look for translation in data dir, not bin dir.
-
Brad King authored
-
Brad King authored
-
- Feb 07, 2008
-
-
Clinton Stimpson authored
BUG: Fix arg for moc parameter file so it works with unix makefiles, when the build dir has a space in it.
-
Alexander Neundorf authored
BUG: fix #5496: eclipse can't load projects where the build dir is a subdir of the src dir Alex
-
Clinton Stimpson authored
ENH: Show cache variable name in title of file dialogs.
-
Brad King authored
-
Alexander Neundorf authored
BUG: fix #5819: put compile definitions into the eclipse project files so eclipse handles ifdef blcoks correctly STYLE: make the code for filtering some global targets out nicer Alex
-
Brad King authored
-
Alexander Neundorf authored
Alex
-