Stephen Kelly
c9597259ea
Exit the loop when we have determined the language.
2012-01-08 15:41:05 +01:00
Stephen Kelly
9bffb3fcf4
Fix typos arguement -> argument.
2012-01-08 15:32:51 +01:00
KWSys Robot
e0d1e7e085
KWSys Nightly Date Stamp
2012-01-08 00:05:09 -05:00
KWSys Robot
cad7508615
KWSys Nightly Date Stamp
2012-01-07 00:05:06 -05:00
KWSys Robot
2858f3433a
KWSys Nightly Date Stamp
2012-01-06 00:05:03 -05:00
KWSys Robot
a823d88149
KWSys Nightly Date Stamp
2012-01-05 00:05:03 -05:00
KWSys Robot
d6f59a5293
KWSys Nightly Date Stamp
2012-01-04 00:05:09 -05:00
Eric NOULARD
d2c9626d5a
Document undocumented (but existing) cpack options ( fix #0010134 )
2012-01-03 16:47:35 +01:00
KWSys Robot
df224727cf
KWSys Nightly Date Stamp
2012-01-03 00:05:08 -05:00
Clinton Stimpson
131eed6607
cmake-gui: Improve interrupt granularity to fix bug 12649.
...
Instead of enabling interrupt only when a progress or message callback is called, add a new callback specifically for
interrupt. This new callback is called from GetFatalErrorOccured() so cmake-gui can immediately report interrupt status
instead of calling queuing a call to cmSystemTools::SetFatalErrorOccured() and waiting for the progress or message
callback to be called to process that queued call.
2012-01-02 11:07:43 -07:00
KWSys Robot
40aedcbbae
KWSys Nightly Date Stamp
2012-01-02 00:05:04 -05:00
KWSys Robot
7ce47e6908
KWSys Nightly Date Stamp
2012-01-01 00:05:04 -05:00
KWSys Robot
3a29d37b16
KWSys Nightly Date Stamp
2011-12-31 00:05:04 -05:00
KWSys Robot
add4ad1098
KWSys Nightly Date Stamp
2011-12-30 00:05:04 -05:00
KWSys Robot
15cebeb047
KWSys Nightly Date Stamp
2011-12-29 00:05:05 -05:00
KWSys Robot
38bc4b5d9e
KWSys Nightly Date Stamp
2011-12-28 00:05:03 -05:00
KWSys Robot
11385ba56a
KWSys Nightly Date Stamp
2011-12-27 00:05:04 -05:00
KWSys Robot
6eb0779dbe
KWSys Nightly Date Stamp
2011-12-26 00:05:03 -05:00
KWSys Robot
087b8feee4
KWSys Nightly Date Stamp
2011-12-25 00:05:03 -05:00
KWSys Robot
4fe0206e92
KWSys Nightly Date Stamp
2011-12-24 00:05:04 -05:00
KWSys Robot
9fc5faceea
KWSys Nightly Date Stamp
2011-12-23 00:05:05 -05:00
Brad King
ffdb37a4f7
Handle libarchive API change in archive_read_data_block
...
The offset argument type depends on the libarchive version.
2011-12-22 10:52:03 -05:00
KWSys Robot
b81ef0533c
KWSys Nightly Date Stamp
2011-12-22 00:05:19 -05:00
KWSys Robot
b4c2f40653
KWSys Nightly Date Stamp
2011-12-21 00:05:03 -05:00
David Cole
cc9319e717
Merge topic 'AddIncludePathForASMToDirectoryInformationFile'
...
ea68837 fix #12262 : dependency scanning for ASM files
2011-12-20 14:21:52 -05:00
David Cole
7ca69a08cb
Merge topic 'AddCommentToCDependencyScanner'
...
318b0cd Add comment about one more problem of the C depency scanner.
4bb08e0 Remove trailing whitespace
2011-12-20 14:21:43 -05:00
David Cole
d6a33f6d38
Merge topic 'fix_double_project_cmake_build'
...
5badf5f Fix the case where cmake --build failed with two project cmds in one file.
2011-12-20 14:21:06 -05:00
David Cole
16dacf3a6a
Merge topic 'AutomocFineTuning'
...
e474dcb automoc: improved warning message in relaxed mode
96fc5d5 automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE
2011-12-20 14:20:32 -05:00
Bill Hoffman
5badf5f734
Fix the case where cmake --build failed with two project cmds in one file.
...
This adds a test that uses two project commands in the same CMakeLists.txt
file. It also adds a fix so that cmake --build will work in that case.
The fix sets the name of the last project command in the top level
CMakeLists.txt in the cache variable CMAKE_PROJECT_NAME. This variable
is used by cmake --build to find the project name.
2011-12-20 14:16:25 -05:00
KWSys Robot
4e98500012
KWSys Nightly Date Stamp
2011-12-20 00:05:03 -05:00
KWSys Robot
4bb3edfcb4
KWSys Nightly Date Stamp
2011-12-19 00:05:03 -05:00
Alex Neundorf
ea6883752b
fix #12262 : dependency scanning for ASM files
...
Now also CMAKE_ASM_INCLUDE_PATH is written into
CMakeDirectoryInformation.cmake, which is necessary to make
the dependency scanning for included files work.
Alex
2011-12-18 19:15:34 +01:00
Alex Neundorf
318b0cdf23
Add comment about one more problem of the C depency scanner.
...
Alex
2011-12-18 15:44:33 +01:00
Alex Neundorf
4bb08e0a9b
Remove trailing whitespace
...
Alex
2011-12-18 15:42:48 +01:00
KWSys Robot
84094cd155
KWSys Nightly Date Stamp
2011-12-18 00:05:03 -05:00
KWSys Robot
61da11ecd7
KWSys Nightly Date Stamp
2011-12-17 00:05:11 -05:00
David Cole
ef086b5e41
Merge topic 'qtdialog-quit'
...
56e0499 QtDialog: Set Ctrl+Q as the shortcut for quitting the program.
2011-12-16 10:15:39 -05:00
David Cole
1706a7ed5b
Merge topic 'intel-error-regex-issue-12627'
...
56f29f4 CTest: Recognize Intel errors without space before colon (#12627 )
2011-12-16 10:15:35 -05:00
David Cole
44b6b0b5df
Merge topic 'remove-old-QtDialog-readme'
...
470bcfa Remove the apparently outdated README in Source/QtDialog.
2011-12-16 10:15:28 -05:00
David Cole
65db5b4a99
Merge topic 'osx-dependent-libraries'
...
5d99343 Do not link private dependent shared libraries on OS X > 10.4
2011-12-16 10:15:07 -05:00
David Cole
2f82798ef8
Merge topic 'transitive-shared-lib-depend'
...
183b950 Follow all dependencies of shared library private dependencies
2011-12-16 10:15:01 -05:00
David Cole
be637d7a92
Merge topic 'fix-12441-show-custom-target-progress'
...
7ab1162 CMake: Fix progress reporting for custom targets (#12441 )
2011-12-16 10:14:52 -05:00
David Cole
037616f194
Merge topic 'vs-version-ivar'
...
6571f46 Fix Intel Fortran .vfproj files for VS 10
2011-12-16 10:14:25 -05:00
David Cole
765e9d30ae
Merge topic 'ctest-no-cdash-issue-12618'
...
52f937a CTest: Do not get CDash version without drop site (#12618 )
2011-12-16 10:13:12 -05:00
David Cole
f189c5d7d3
Merge topic 'xcode-rerun-issue-12616'
...
e8b8f0e Xcode: Create separate rerun dependencies for subprojects (#12616 )
2011-12-16 10:12:36 -05:00
KWSys Robot
b15071791c
KWSys Nightly Date Stamp
2011-12-16 00:05:04 -05:00
Brad King
c544545c63
KWSys: Correctly handle empty environment variables
...
Fix a crash which occurs when SystemTools::GetPath attempts to process
an empty environment variable.
Author: Vladimir Panteleev <vladimir@thecybershadow.net>
2011-12-15 15:45:09 -05:00
Raphael Kubo da Costa
56e0499104
QtDialog: Set Ctrl+Q as the shortcut for quitting the program.
...
QKeySequence::Quit does not work on all platforms, and since it
translates to Ctrl+Q on all platforms where it does work, Ctrl+Q was
hardcoded instead.
2011-12-15 08:51:50 -07:00
Brad King
56f29f48c2
CTest: Recognize Intel errors without space before colon ( #12627 )
...
Fix the regex meant to match errors of the form:
C:\some\dir\source.cpp(17): catastrophic error: could not open source file "some_header.h"
to make the space between ')' and ':' optional.
2011-12-15 09:31:12 -05:00
Raphael Kubo da Costa
470bcfad7b
Remove the apparently outdated README in Source/QtDialog.
...
Qt has been LGPL-licensed for a few years, so the clause mentioning only
developers with a paid Qt license can change the code seems to be
outdated.
2011-12-15 08:42:38 -05:00