https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
f1ebcc8 Avoid "format expects 'unsigned int'" warnings. 19 March 2013, 19:19:15 UTC
fbe6636 Increase FD_SETSIZE on Cygwin. The Single UNIX (R) Specification, Version 2 defines "FD_SETSIZE", but does not specify the effects if it's (re)defined by an application. Cygwin's newlib headers document that FD_SETSIZE may be defined by the user [1] and should be >= NOFILE. [2] Setting it to 16386 uses a value from Cygwin's poll() implementation. [3] [1]: http://cygwin.com/cgi-bin/cvsweb.cgi/src/newlib/libc/include/sys/types.h?cvsroot=src [2]: http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/param.h?cvsroot=src [3]: http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/poll.cc?cvsroot=src 19 March 2013, 19:18:19 UTC
4513d35 Add test for BAD_COMMAND issue on Cygwin. 19 March 2013, 17:15:18 UTC
17ddbe2 Merge topic 'expand-version-of-Qt5-gui-fix' into next 7a24f12 Use the QStandardItemModel workaround until 5.1.0. 18 March 2013, 23:15:31 UTC
7a24f12 Use the QStandardItemModel workaround until 5.1.0. If there is a Qt 5.0.3 release, it may or may not contain the patch that fixes this issue. http://thread.gmane.org/gmane.comp.lib.qt.releasing/882 Just use the workaround until 5.1.0 which certainly will contain the fix. Don't use the workaround before Qt 5.0.0. 18 March 2013, 23:15:01 UTC
f26995b Merge topic 'expand-version-of-Qt5-gui-fix' into next 73c089b Fix up the Qt version check. 18 March 2013, 23:14:33 UTC
73c089b Fix up the Qt version check. 18 March 2013, 23:12:38 UTC
e4ee856 Merge topic 'FindImageMagick-v6.8.0-8' into next dbd895b FindImageMagick: Search versioned suffixes (#14012) 18 March 2013, 20:40:39 UTC
dbd895b FindImageMagick: Search versioned suffixes (#14012) The parent commit added suffixes for -Q8 and -Q16 but there may also be versioned suffixes -6.Q8 and -6.Q16. 18 March 2013, 20:37:50 UTC
65e7d1a Merge topic 'Ruby-version-selection' into next d7e05e4 FindRuby: improve version selection 18 March 2013, 19:31:41 UTC
d7e05e4 FindRuby: improve version selection This will stop e.g. looking for a ruby1.9 executable first if "1.8 EXACT" was given. 18 March 2013, 19:17:08 UTC
f61b00c Merge topic 'fix-genex-preprocess' into next 7a619fa Fix cmGeneratorExpression::Preprocess for interleaved inputs. 18 March 2013, 14:11:42 UTC
7a619fa Fix cmGeneratorExpression::Preprocess for interleaved inputs. We can't find both preprocessing expressions at once, because then the BUILD_INTERFACE will always be favored if both are present, even if INSTALL_INTERFACE appears first. This was affecting the behavior of install(EXPORT) because the INTERFACE_INCLUDE_DIRECTORIES contained entries like /foo/include;$<INSTALL_INTERFACE:/bar/include> As the INSTALL_INTERFACE always evaluates to '0', it always needs to be preprocessed properly. 18 March 2013, 14:09:47 UTC
be01944 Merge topic 'fix-genex-preprocess' into next 875586b Add test. 18 March 2013, 14:09:25 UTC
875586b Add test. 18 March 2013, 14:08:56 UTC
440643c Merge branch 'master' into next 18 March 2013, 13:42:13 UTC
526cbaf Merge topic 'findqt4-withqt5' 252bfd3 FindQt4: If Qt5 is in CMAKE_PREFIX_PATH, be sure to find Qt4 includes. 18 March 2013, 13:42:06 UTC
68e86af Merge topic 'fix-FPHSA-match' 78e6217 FPHSA: Fix FOUND_VAR check to work with if() auto-dereference 18 March 2013, 13:41:59 UTC
85f7caa Merge topic 'CMAKE_AUTOMOC-Qt5-docs' 1b386b3 Document that CMAKE_AUTOMOC works with Qt 5. 18 March 2013, 13:41:55 UTC
758651f Merge topic 'set-QT_MAJOR_VERSION' 4aa10cd FindQt4: Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCore 18 March 2013, 13:41:50 UTC
bb260f0 Merge topic 'set-Qt4_FOUND' 28d14f9 FindQt4: Set the Qt4_FOUND variable if Qt4 is found 18 March 2013, 13:41:41 UTC
a402bc4 Merge topic 'TI_DSP_to_TI' 27e6f6e TI compiler: add automatic detection of prefix and suffixes b301586 rename TI_DSP toolchain to TI, since it works also for the ARM compiler 12b25df Determine C/CXX/Fortran compiler: fix indentation 7baa55a Determine C/CXX/Fortran compiler: minor restructuring 18 March 2013, 13:41:37 UTC
253d7b6 Merge topic 'FindCUDA.cmake/SeparableCompilation' b6e9b8f FindCUDA: Use the PRE_LINK mode only for MSVC >= 10 18 March 2013, 13:41:28 UTC
317fe71 Merge topic 'fix-FPHSA-match' into next 78e6217 FPHSA: Fix FOUND_VAR check to work with if() auto-dereference 18 March 2013, 13:36:57 UTC
78e6217 FPHSA: Fix FOUND_VAR check to work with if() auto-dereference Otherwise, it seems to match on the content of the variable. 18 March 2013, 13:35:07 UTC
5487336 Merge topic 'set-QT_MAJOR_VERSION' into next 4aa10cd FindQt4: Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCore 18 March 2013, 13:32:17 UTC
4aa10cd FindQt4: Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCore With a similar commit in Qt 5, this will error at CMake time if an attempt is made to use target_link_libraries(foo Qt4::QtCore Qt5::Core) 18 March 2013, 13:31:33 UTC
6783335 Merge topic 'set-Qt4_FOUND' into next 28d14f9 FindQt4: Set the Qt4_FOUND variable if Qt4 is found 18 March 2013, 13:31:32 UTC
28d14f9 FindQt4: Set the Qt4_FOUND variable if Qt4 is found Provide the old QT4_FOUND for compatibility. 18 March 2013, 13:30:47 UTC
c448ad8 Merge topic 'expand-version-of-Qt5-gui-fix' into next 8acf851 Use the QStandardItemModel workaround until 5.1.0. 18 March 2013, 13:11:14 UTC
8acf851 Use the QStandardItemModel workaround until 5.1.0. If there is a Qt 5.0.3 release, it may or may not contain the patch that fixes this issue. http://thread.gmane.org/gmane.comp.lib.qt.releasing/882 Just use the workaround until 5.1.0 which certainly will contain the fix. 18 March 2013, 13:10:24 UTC
b4783c4 Merge topic 'findqt4-withqt5' into next 252bfd3 FindQt4: If Qt5 is in CMAKE_PREFIX_PATH, be sure to find Qt4 includes. 18 March 2013, 13:07:37 UTC
252bfd3 FindQt4: If Qt5 is in CMAKE_PREFIX_PATH, be sure to find Qt4 includes. 18 March 2013, 13:06:53 UTC
001a02a Merge topic 'fix-java-jar-depends' into next adeafad UseJava.cmake: accept jar targets in add_jar 53a05b8 UseJava.cmake: fix passing jars to add_jar 45c8e4b UseJava.cmake: simplify path logic 18 March 2013, 13:05:45 UTC
b44f5d5 Merge topic 'automoc-append-implicit-dirs' into next 0b5d0c3 Make Qt Automoc append implicit includes after other user-specified dirs. d7a2a9c CMake Nightly Date Stamp 18 March 2013, 11:20:27 UTC
0b5d0c3 Make Qt Automoc append implicit includes after other user-specified dirs. The commit d2536579 (Automoc: fix regression #13667, broken build in phonon, 2012-11-19) changed Automoc to try to re-add the Qt header dir if it was stripped out as an implicit include from the moc command line. When invoking a compiler, those directories are stripped out because they are built-in, but for moc, there are no built-in directories. The follow-up commit acc22400 (Automoc: get include dirs without stripping implicit include dirs off, 2012-12-07) went further by not removing the implicit include dirs, if they were specified specifically by the user. This had the remaining problem that the implicit include dirs appeared in a different order of precedence for moc compared to the compiler. Resolve that by stripping out the include dirs, where specified for the moc command line to, and then appending them at the end. Note that the order of the appended implicit include directories is the order they are specified in the CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES, not the order specified by the user. 18 March 2013, 11:16:14 UTC
ef63fa5 CMake Nightly Date Stamp 18 March 2013, 04:01:04 UTC
d7a2a9c CMake Nightly Date Stamp 17 March 2013, 04:01:13 UTC
8d81738 Merge topic 'fix-FPHSA-match' into next 67b4a2c Change the variable check in FPHSA to match the variable. 16 March 2013, 20:45:22 UTC
67b4a2c Change the variable check in FPHSA to match the variable. Otherwise, it seems to match on the content of the variable. 16 March 2013, 20:42:19 UTC
d450412 Merge topic 'CMAKE_AUTOMOC-Qt5-docs' into next 1b386b3 Document that CMAKE_AUTOMOC works with Qt 5. 253a913 CMake Nightly Date Stamp 16 March 2013, 18:32:05 UTC
1b386b3 Document that CMAKE_AUTOMOC works with Qt 5. 16 March 2013, 18:31:04 UTC
aee813f Merge topic 'Automoc-Qt4-Qt5' into next 6489015 Remove an endif() followed by an if() for the same condition. e7813b1 Add a test for Qt5Automoc 27fb96b Make the QtAutomoc test compile with either Qt 4 or Qt 5 16 March 2013, 17:59:10 UTC
6489015 Remove an endif() followed by an if() for the same condition. 16 March 2013, 17:57:38 UTC
e7813b1 Add a test for Qt5Automoc The same source is used as for the Qt4Automoc test. 16 March 2013, 17:57:01 UTC
27fb96b Make the QtAutomoc test compile with either Qt 4 or Qt 5 16 March 2013, 17:55:22 UTC
2e14151 Merge topic 'set-QT_MAJOR_VERSION' into next 3393a2d Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCore 16 March 2013, 17:54:30 UTC
3393a2d Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCore With a similar commit in Qt 5, this will error at CMake time if an attempt is made to use target_link_libraries(foo Qt4::QtCore Qt5::Core) 16 March 2013, 17:53:54 UTC
10d45f2 Merge topic 'set-Qt4_FOUND' into next 60dccac Set the Qt4_FOUND variable if Qt4 is found. 03b0cee CMake Nightly Date Stamp 16 March 2013, 17:48:07 UTC
60dccac Set the Qt4_FOUND variable if Qt4 is found. 16 March 2013, 17:47:26 UTC
253a913 CMake Nightly Date Stamp 16 March 2013, 04:01:09 UTC
97fba40 Merge topic 'findqt4-withqt5' into next bd27c64 FindQt4: If Qt5 is in CMAKE_PREFIX_PATH, be sure to find Qt4 includes. db00592 FindQt4: Fix QT_QMAKE{_QMAKE => }_EXECUTABLE typo 15 March 2013, 14:35:05 UTC
bd27c64 FindQt4: If Qt5 is in CMAKE_PREFIX_PATH, be sure to find Qt4 includes. 15 March 2013, 14:32:43 UTC
db00592 FindQt4: Fix QT_QMAKE{_QMAKE => }_EXECUTABLE typo The parent commit accidentally referenced QT_QMAKE_QMAKE_EXECUTABLE which does not exist. Use QT_QMAKE_EXECUTABLE instead. Reported-by: m.hergarden@euphoria-it.nl 15 March 2013, 14:32:17 UTC
03b0cee CMake Nightly Date Stamp 15 March 2013, 04:01:08 UTC
25d6f1b Merge topic 'fix-genex-preprocess' into next 908b864 Don't use std::min. 14 March 2013, 21:14:44 UTC
908b864 Don't use std::min. There is no existing use in cmake, so I suspect it wouldn't pass the dashboard. 14 March 2013, 21:13:27 UTC
c47d239 Merge topic 'TI_DSP_to_TI_2' into next 27e6f6e TI compiler: add automatic detection of prefix and suffixes b301586 rename TI_DSP toolchain to TI, since it works also for the ARM compiler 12b25df Determine C/CXX/Fortran compiler: fix indentation 7baa55a Determine C/CXX/Fortran compiler: minor restructuring 14 March 2013, 20:48:32 UTC
27e6f6e TI compiler: add automatic detection of prefix and suffixes The TI cross compilers are named e.g. cl6x or armcl, the accompanying strip and ar have the same prefixes/suffixes. Alex 14 March 2013, 20:48:09 UTC
b301586 rename TI_DSP toolchain to TI, since it works also for the ARM compiler Additionally, look for a special ar and strip Alex 14 March 2013, 20:47:59 UTC
12b25df Determine C/CXX/Fortran compiler: fix indentation Alex 14 March 2013, 20:47:49 UTC
7baa55a Determine C/CXX/Fortran compiler: minor restructuring No functional changes, only change the way the if()-condition works, to make it easier to add more cases. Alex 14 March 2013, 20:47:38 UTC
0dba8ff Merge topic 'fix-genex-preprocess' into next 1ac45f7 Fix cmGeneratorExpression::Preprocess for interleaved inputs. 14 March 2013, 20:45:36 UTC
1ac45f7 Fix cmGeneratorExpression::Preprocess for interleaved inputs. We can't find both preprocessing expressions at once, because then the BUILD_INTERFACE will always be favored if both are present, even if INSTALL_INTERFACE appears first. 14 March 2013, 20:40:47 UTC
7f19de3 Merge topic 'FindCUDA.cmake/SeparableCompilation' into next b6e9b8f FindCUDA: Use the PRE_LINK mode only for MSVC >= 10 14 March 2013, 16:55:43 UTC
533bbb4 Merge branch 'master' into next 14 March 2013, 14:19:00 UTC
55812ab Merge topic 'configure-no-tests' dd8a06b Configure Tests/CMakeTests only with BUILD_TESTING ON 14 March 2013, 14:00:49 UTC
192ef71 Merge topic 'aix-pic' 5c8c1d6 XL: Use -qpic for position independent code (#14010) 14 March 2013, 14:00:35 UTC
b6e9b8f FindCUDA: Use the PRE_LINK mode only for MSVC >= 10 Use normal custom command dependencies by default. Use the PRE_LINK approach only to work around what seems to be a bug in msbuild handling of custom build rules that chain together. 14 March 2013, 13:57:15 UTC
ae84d24 CMake Nightly Date Stamp 14 March 2013, 04:01:10 UTC
adeafad UseJava.cmake: accept jar targets in add_jar Modify add_jar to also accepts jars by target name. 13 March 2013, 21:34:50 UTC
53a05b8 UseJava.cmake: fix passing jars to add_jar Fix setting classpath when encountering a jar argument to add_jar to actually set the variable that is used to specify the classpath to javac, instead of just uselessly appending the jar to CMAKE_JAVA_INCLUDE_PATH (which is never used again at the point where it is modified). Also, list jars so specified as dependencies of compiling the java sources for the jar target. 13 March 2013, 21:30:16 UTC
45c8e4b UseJava.cmake: simplify path logic Move logic to determine relative path to .java file to after the file extension check, so that it only executes when it is actually used. 13 March 2013, 21:29:14 UTC
6675cb9 Merge topic 'configure-no-tests' into next dd8a06b Configure Tests/CMakeTests only with BUILD_TESTING ON 13 March 2013, 18:13:18 UTC
dd8a06b Configure Tests/CMakeTests only with BUILD_TESTING ON Since commit e03f83f3 (ProcessorCount test: fix path to cmsysTestsCxx executable, 2013-01-24) the directory references a target that is not built when BUILD_TESTING is OFF. It makes no sense to add tests without BUILD_TESTING anyway. While at it, use add_subdirectory instead of subdirs to add CMakeTests. 13 March 2013, 18:09:43 UTC
85f247b Merge topic 'aix-pic' into next 5c8c1d6 XL: Use -qpic for position independent code (#14010) 13 March 2013, 17:50:49 UTC
5c8c1d6 XL: Use -qpic for position independent code (#14010) According to XL C/C++ V9.0 documentation the default for -qpic/-qnopic is platform-dependent. It won't hurt to add the option on platforms where it is the default, so always add it when we want position independent code. 13 March 2013, 17:49:48 UTC
79eea43 Merge branch 'master' into next 13 March 2013, 17:42:03 UTC
a95968f Merge topic 'ninja-escape-line-breaks' 3b4436a Ninja: escape line breaks in literals 13 March 2013, 17:42:00 UTC
18029b1 Merge topic 'findqt4-withqt5' 161a793 FindQt4: Fix QT_QMAKE{_QMAKE => }_EXECUTABLE typo 13 March 2013, 17:37:26 UTC
59c6718 Merge branch 'master' into next 13 March 2013, 17:37:24 UTC
55f3d45 Merge branch 'master' into next 13 March 2013, 17:35:42 UTC
0c1621f Merge topic 'qt5-fixes' 404e1d6 cmake-gui: Workaround bug in Qt 5.0.0 to 5.0.3 QStandardItemModel 5144f6f cmake-gui: Use -fPIE if required by Qt. 13 March 2013, 17:34:41 UTC
8128940 Merge topic 'cleanup-early-include-CTest-failure' d90f49b CTest: Fail early without PROJECT_BINARY_DIR (#14005) 2e1c2bd build_command: Fail early without CMAKE_MAKE_PROGRAM (#14005) 4e5cb37 Refactor RunCMake.build_command test to allow more cases 13 March 2013, 17:34:36 UTC
26bfece Merge topic 'fix-automoc-no-qt' a223a3b Automoc: Don't create automoc targets if Qt is not used (#13999) 65b5c1e Merge branch 'property-link-depends-no-crash' into fix-automoc-no-qt 13 March 2013, 17:34:24 UTC
9a02a26 Merge topic 'property-link-depends-no-crash' ab079ee Avoid crash when checking property compatibility without link info 92a2ab7 Avoid crash when checking property link dependencies without link info 13 March 2013, 17:34:20 UTC
7d9d0ef Merge topic 'genex-SEMICOLON' 7f3bb8b Add $<SEMICOLON> generator expression. 13 March 2013, 17:34:16 UTC
edf200a Merge topic 'ExternalData-escape-semicolons' 1823ab4 ExternalData: Preserve escaped semicolons during argument expansion 13 March 2013, 17:34:06 UTC
0707e0d Merge topic 'add_subdirectory-trailing-slashes' 1df4928 add_subdirectory: Compute output dir with consistent slashes (#10072) 13 March 2013, 17:34:02 UTC
2643634 Merge topic 'doc-fixes' 3cf2f67 Documentation: Clarify a few subtleties 13 March 2013, 17:33:53 UTC
b432725 Merge topic 'findqt4-withqt5' into next 161a793 FindQt4: Fix QT_QMAKE{_QMAKE => }_EXECUTABLE typo 13 March 2013, 11:58:31 UTC
161a793 FindQt4: Fix QT_QMAKE{_QMAKE => }_EXECUTABLE typo The parent commit accidentally referenced QT_QMAKE_QMAKE_EXECUTABLE which does not exist. Use QT_QMAKE_EXECUTABLE instead. Reported-by: m.hergarden@euphoria-it.nl 13 March 2013, 11:54:36 UTC
a9c8359 CMake Nightly Date Stamp 13 March 2013, 04:01:11 UTC
872df5e Merge topic 'qt5-fixes' into next 404e1d6 cmake-gui: Workaround bug in Qt 5.0.0 to 5.0.3 QStandardItemModel 5144f6f cmake-gui: Use -fPIE if required by Qt. 12 March 2013, 22:43:16 UTC
404e1d6 cmake-gui: Workaround bug in Qt 5.0.0 to 5.0.3 QStandardItemModel The commit in qtbase 9dfba89c (Add implementations of QAIM::sibling in public APIs., 2012-09-26) added a buggy implementation of sibling(), and the commit f136701b (Use the base implementation of QAbstractItemModel::sibling in QSIM., 2013-02-21) resolves it. Workaround the bug for Qt releases that have it. 12 March 2013, 22:41:26 UTC
5144f6f cmake-gui: Use -fPIE if required by Qt. 12 March 2013, 22:41:15 UTC
a1338fd Merge topic 'qt5-fixes' into next 9a5e4a9 cmake-gui: Fix Qt 5.0.0-5.0.3 workaround logic 12 March 2013, 22:40:42 UTC
9a5e4a9 cmake-gui: Fix Qt 5.0.0-5.0.3 workaround logic Check for out-of-range on either end but not both at the same time. 12 March 2013, 22:39:25 UTC
c29248e Merge topic 'cleanup-early-include-CTest-failure' into next d90f49b CTest: Fail early without PROJECT_BINARY_DIR (#14005) 2e1c2bd build_command: Fail early without CMAKE_MAKE_PROGRAM (#14005) 4e5cb37 Refactor RunCMake.build_command test to allow more cases 12 March 2013, 22:32:06 UTC
d90f49b CTest: Fail early without PROJECT_BINARY_DIR (#14005) Do not use PROJECT_BINARY_DIR before it is defined. If it is not defined when needed, fail with an error message suggesting that the project() command be invoked first. 12 March 2013, 22:20:44 UTC
back to top