Stephen Kelly
b8259c3d69
Centralize maintenance of usage requirement include directories
...
Maintain a target's internal list of usage requirement include
directories whenever the LINK_LIBRARIES property is set by either
target_link_libraries or set_property.
2013-05-06 09:54:11 -04:00
Kitware Robot
b85f691d78
CMake Nightly Date Stamp
2013-05-06 00:01:03 -04:00
Kitware Robot
4cb77c4a0e
CMake Nightly Date Stamp
2013-05-05 00:01:02 -04:00
Kitware Robot
21bdeadf00
CMake Nightly Date Stamp
2013-05-04 00:01:02 -04:00
Kitware Robot
41839d6fb6
CMake Nightly Date Stamp
2013-05-03 00:01:03 -04:00
Kitware Robot
d94eae4356
CMake Nightly Date Stamp
2013-05-02 00:01:02 -04:00
Jack O'Connor
b9c1f3b78a
Eclipse: Add a missing space in the documentation
2013-05-01 14:29:01 -04:00
Kitware Robot
e9e088a4df
CMake Nightly Date Stamp
2013-05-01 00:01:08 -04:00
Brad King
2618e0257e
target_link_libraries: Update usage requirements documentation
...
Re-word the documentation to make clear that CMake integrates usage
requirements during generation and not synchronously during
configuration or execution of target_link_libraries.
2013-04-30 09:15:03 -04:00
Kitware Robot
2ba65cc9d9
CMake Nightly Date Stamp
2013-04-30 00:01:05 -04:00
Kitware Robot
c80594ba12
CMake Nightly Date Stamp
2013-04-29 00:01:13 -04:00
Victor Zverovich
c46b46b628
Use GmakeErrorParser instead of deprecated MakeErrorParser (fixes bug 0013699)
2013-04-28 15:50:31 +02:00
Kitware Robot
77df4ef5ac
CMake Nightly Date Stamp
2013-04-28 00:01:03 -04:00
Kitware Robot
82f5936a8b
CMake Nightly Date Stamp
2013-04-27 00:01:11 -04:00
Brad King
0c04428d04
Merge branch 'upstream-kwsys' into update-kwsys
2013-04-26 16:08:35 -04:00
Kitware Robot
c8b34729d9
CMake Nightly Date Stamp
2013-04-26 00:01:09 -04:00
Kitware Robot
78185f598c
CMake Nightly Date Stamp
2013-04-25 00:01:03 -04:00
Alex Neundorf
f92d7e7f95
cmake-gui: use shortcut F only for "Find in Output"
...
Before it was used also for "Find Next" and "Find Previous"
Alex
2013-04-24 15:32:43 -04:00
Marc Bartholomaeus
6e57724fc3
cmake-gui: Add function for going to next error message in Output window
...
Using new shortcuts: F8 (Visual Studio) and Ctrl-. (Eclipse)
Signed-off-by: Alex Neundorf <neundorf@kde.org>
2013-04-24 15:32:42 -04:00
Marc Bartholomaeus
7be2d8acc6
cmake-gui: Change shortcut of the search field from Ctrl-F to Alt-E
...
Ctrl-F is now used by "Find in Output".
Signed-off-by: Alex Neundorf <neundorf@kde.org>
2013-04-24 15:32:42 -04:00
Marc Bartholomaeus
4ce65e82f5
cmake-gui: Add search functions to the context menu of the Output widget
...
Signed-off-by: Alex Neundorf <neundorf@kde.org>
2013-04-24 15:32:42 -04:00
Marc Bartholomaeus
df3663bfab
cmake-gui: Add search functions for Output window ( #9733 )
...
Signed-off-by: Alex Neundorf <neundorf@kde.org>
2013-04-24 15:32:34 -04:00
Kitware Robot
90bd164193
CMake Nightly Date Stamp
2013-04-24 00:01:07 -04:00
Kitware Robot
2baf851c34
CMake Nightly Date Stamp
2013-04-23 00:01:07 -04:00
Kitware Robot
e55b8ce4a4
CMake Nightly Date Stamp
2013-04-22 00:01:04 -04:00
Kitware Robot
d37fe5bc5b
CMake Nightly Date Stamp
2013-04-21 00:01:05 -04:00
Kitware Robot
50e96802d2
CMake Nightly Date Stamp
2013-04-20 00:01:03 -04:00
Kitware Robot
e6c3595fde
CMake Nightly Date Stamp
2013-04-19 00:01:10 -04:00
Ian Monroe
e7c58f6c35
Ninja: use cd /D to set directory on Windows
...
Add_custom_command was unable to handle build and source directories
existing on different drives.
2013-04-18 14:16:46 -04:00
Robert Maynard
573f39cb2a
CMake 2.8.11-rc3
2013-04-18 11:55:10 -04:00
Robert Maynard
dfca68ce89
Merge branch 'release'
2013-04-18 11:53:22 -04:00
Kitware Robot
6a3ee5dd4e
CMake Nightly Date Stamp
2013-04-18 00:01:08 -04:00
Brad King
52b758b5c2
Merge topic 'doc-get_filename_component'
...
df71f96 get_filename_component: Document path components more clearly (#14091 )
2013-04-17 11:36:30 -04:00
Brad King
8a2763b3ac
Merge topic 'missing-fclose-in-trycompile'
...
ce441fa try_compile: add missing fclose() to recently added error case
2013-04-17 11:35:26 -04:00
Brad King
5b5a365aa6
Merge topic 'fix-clear-INCLUDE_DIRECTORIES-prop'
...
5a5e0fa Fix clearing of the INCLUDE_DIRECTORIES DIRECTORY property.
2013-04-17 11:35:14 -04:00
Kitware Robot
f2958ff984
CMake Nightly Date Stamp
2013-04-17 00:01:08 -04:00
Brad King
5683146185
Xcode: Use explicitFileType to mark source types ( #14093 )
...
Replace use of lastKnownFileType with explicitFileType to insist
that Xcode treat the file as we ask.
2013-04-16 15:44:48 -04:00
Brad King
7d1590e6f9
get_filename_component: Add DIRECTORY option ( #14091 )
...
The name "PATH" is not precise so add equivalent option "DIRECTORY".
Document the latter as preferred and the former as a legacy alias.
2013-04-16 09:37:37 -04:00
Brad King
df71f968cd
get_filename_component: Document path components more clearly ( #14091 )
...
Organize component names in a table to explain each in more detail.
Clearly state that PATH is the directory name.
2013-04-16 09:02:40 -04:00
Rolf Eike Beer
ce441fac07
try_compile: add missing fclose() to recently added error case
...
In commit 236133e7 (Handle targets in the LINK_LIBRARIES of try_compile,
2013-02-09) an error return case was added without closing the file in
progress. Add the missing fclose() call.
Spotted by sevenhill.
2013-04-16 08:38:33 -04:00
Kitware Robot
201db269b8
CMake Nightly Date Stamp
2013-04-16 00:01:10 -04:00
Kitware Robot
51e4424df6
CMake Nightly Date Stamp
2013-04-15 00:01:14 -04:00
Kitware Robot
ee62ac4f1a
CMake Nightly Date Stamp
2013-04-14 00:01:03 -04:00
Kitware Robot
edd90f9911
CMake Nightly Date Stamp
2013-04-13 00:01:16 -04:00
Petr Kmoch
ac9a5f4d94
ctest_build: Pass projectDir to GenerateBuildCommand
...
This allows the ctest_build command's TARGET option to name a target
in a subdirectory and still build properly with msbuild.
Add test case covering use of ctest_build() with such a TARGET.
2013-04-12 11:35:36 -04:00
Brad King
a6c0299c40
CTest: Simplify ctest_* command source/build dir lookup
...
In cmCTestHandlerCommand::InitialPass call InitializeHandler after setting
the CTest "SourceDirectory" and "BuildDirectory" configuration values
instead of before. This makes the values available to InitializeHandler
methods in subclasses, so also drop the duplicate configuration of those
values from cmCTestConfigureCommand::InitializeHandler.
2013-04-12 11:35:36 -04:00
Petr Kmoch
3cd4000601
VS: Use .sln parser to build targets in subdirs with msbuild ( #13623 )
...
Use cmVisualStudioSlnParser in GenerateBuildCommand() to provide correct
command line for MSBuild even when target project is stored in a
subdirectory.
2013-04-12 11:35:36 -04:00
Petr Kmoch
df035e4825
VS: Create parser for Visual Studio .sln files
...
Create class cmVisualStudioSlnParser as a generic parser for Visual
Studio .sln files. Implement minimum functionality but keep class
extensible. Add tests for the class.
2013-04-12 11:35:35 -04:00
Petr Kmoch
de8be9ef7d
Add projectDir parameter to GenerateBuildCommand
...
Extend the cmGlobalGenerator::GenerateBuildCommand virtual method
signature with a "projectDir" parameter specifying the top of the
project build tree for which the build command will be generated.
Populate it from call sites in cmGlobalGenerator::Build where a
fully-generated build tree should be available.
2013-04-12 11:35:35 -04:00
Kitware Robot
1513dd399c
CMake Nightly Date Stamp
2013-04-12 00:01:08 -04:00