| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Instead of removing the depot name, which causes problems when looking
at the file change list in CDash, make the Update test remove a given
prefix from the files retrieved from Update.xml.
|
|\
| |
| |
| |
| |
| | |
07f5788 Move TraceDependencies to cmGeneratorTarget.
fa03777 Do not populate SourceEntries in AddSourceFile.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It only generates a default constructed SourceEntry for each
cmSourceFile.
this->Internal->SourceEntries[sf];
in cmTargetTraceDependencies::Trace has the same effect, and is called
early in generation-time for each source file anyway.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
4fcb97e Tests: Add test for CTEST_USE_LAUNCHERS capture of custom commands
05c7042 Ninja: run custom commands through launcher if available
|
| | |
| | |
| | |
| | |
| | | |
This new test detects if custom command failures are detected with
launchers.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
29071fe VS: Add version year to generator names
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Rename the Visual Studio >= 10 generators to indicate the version year:
Visual Studio 10 => Visual Studio 10 2010
Visual Studio 11 => Visual Studio 11 2012
Visual Studio 12 => Visual Stduio 12 2013
Report the names with the year to the list of available generators so
that the cmake-gui drop-down shows the years. When selecting a
generator from the "-G" option or from an existing CMAKE_GENERATOR cache
entry, recognize names without the years for compatibility and map them
to the names with years.
Update the generator names in the cmake-generators.7 manual.
|
| | | | |
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
638843a Remove the Location member from cmTarget.
90ef1cf Move GenerateTargetManifest to cmGeneratorTarget.
25f1df3 Split CreateGeneratorTargets into two methods.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It is never used. Presumably it only exists so that a const char * can
be returned from GetLocation. However, that is getting in the way
now, so use a static std::string instead, which is already a common
pattern in cmake.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
As the generate-time-related API is moving to cmGeneratorTarget, almost
all of generation code needs to be able to access instances of it.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
8640e52 Add to RunCMake.Syntax test \-escape cases
144068e Add to RunCMake.Syntax test comments not separated by spaces
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add an Escape1 test case covering \-escape cases inside bracket, quoted,
and unquoted arguments. Also cover comments immediately after quoted
and unquoted arguments on lines containing \# escapes.
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Extend the BracketComment5 test case to cover both bracket comments and
line comments starting immediately after a bracket comment closes.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
f88332f Help: Glob manual/*.rst in Sphinx configuration
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add the man page description line as explicit markup at the top of each
Help/manual/*.rst file and scan it from conf.py to automatically
generate the man_pages Sphinx configuration value. This reduces the
number of places that need to be changed when a new manual is added.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
10ef247 Configure Utilities/Sphinx for standalone build with CTest
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Include the CTestUseLaunchers module in the standalone build of
Utilities/Sphinx so that it can be built under CTest with the
CTEST_USE_LAUNCHERS option.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
eb1d6ce CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
|
| | | | | | |
|
| |_|/ / /
|/| | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
c9d5ccf Help: Add index document title
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add an explicit title directive to set the HTML index page title instead
of taking the first section header.
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
2c7cd95 Help: Organize top-level index
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
Divide the list of manuals into separate sections each with its own
title.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
f037b9b Generators: don't append sources from utility targets to objectSources
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
e65c788 CMakeDetermineCompilerId: Load src from CMAKE_MODULE_PATH (#14481)
|
| | |/ /
| |/| |
| | | |
| | | | |
Support new languages using CMAKE_MODULE_PATH.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
9c87d9c Add automatic rcc invocation for Qt.
84218e1 Add automatic uic invocation for Qt.
94a0ca6 Record which files are skipped by automoc.
18fb758 Run the main executable created in the autogen tests.
e485ba1 Rename the QtAutomoc tests to QtAutogen.
7ce65c3 Add extra checks for the AUTOMOC target property.
32771fc Update output messages for generic use.
f371ab5 Rename RunAutomoc to RunAutogen.
85b3d6e Extract an SetupAutoMocTarget method.
ca124a1 Rename the AutomocInfo.cmake file to be more generic.
a342c9f Move some makefile definitions up away from moc-specific code.
98632ef Add the AUTOGEN_TARGETS_FOLDER and obsolete AUTOMOC_TARGETS_FOLDER.
63378ba Rename some variables to reflect broader scope.
97f1aa3 Rename method to reflect generic use.
4abb111 Rename local variable to reflect generic use.
03878c9 Move variable set to where it is used.
...
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This replaces the need to invoke qt4_add_resources by allowing
adding the source .qrc file directly to the target sources.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The source files are already processed by cmQtAutomoc to look for
moc includes, so extend that to also look for ui_ includes and
find corresponding .ui files to process.
This replaces the need to invoke qt4_wrap_ui().
As the ui files are not likely to be part of the SOURCES of the
target, store the options associated with them separately in the
cmMakefile for querying during the autogen run.
|
| | | |
| | | |
| | | |
| | | | |
They may not be skipped by autouic.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't try to show the windows, which would require a gui capable test
machine, and that's not guaranteed.
Automatically link to qtmain.a on Windows to avoid a policy warning. Set
policy CMP0020 to NEW by increasing the required version.
Don't attempt to run the test when using Windows.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
In an upcoming commit, this class will be used even if it is not set.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
It will soon be used to process ui and rcc files too.
|
| | | |
| | | |
| | | |
| | | | |
This class will soon gain methods for autouic and autorcc.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|