Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
447b142b
Commit
447b142b
authored
Aug 16, 2016
by
Brad King
💬
Committed by
Kitware Robot
Aug 16, 2016
Browse files
Merge topic 'issue-tracker-urls'
2bdba83e
issues: update references to the CMake issue tracker
parents
6b07972f
2bdba83e
Changes
12
Hide whitespace changes
Inline
Side-by-side
Modules/CMakeDetermineCCompiler.cmake
View file @
447b142b
...
...
@@ -105,7 +105,7 @@ if(NOT CMAKE_C_COMPILER_ID_RUN)
CMAKE_C_COMPILER_ID_PLATFORM_CONTENT
)
# The IAR compiler produces weird output.
# See https://
cmake.org/Bug/view.php?id=10176#c19
59
8
# See https://
gitlab.kitware.com/cmake/cmake/issues/10176#note_153
59
1
list
(
APPEND CMAKE_C_COMPILER_ID_VENDORS IAR
)
set
(
CMAKE_C_COMPILER_ID_VENDOR_FLAGS_IAR
)
set
(
CMAKE_C_COMPILER_ID_VENDOR_REGEX_IAR
"IAR .+ Compiler"
)
...
...
Modules/CMakeDetermineCXXCompiler.cmake
View file @
447b142b
...
...
@@ -97,7 +97,7 @@ if(NOT CMAKE_CXX_COMPILER_ID_RUN)
CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT
)
# The IAR compiler produces weird output.
# See https://
cmake.org/Bug/view.php?id=10176#c19
59
8
# See https://
gitlab.kitware.com/cmake/cmake/issues/10176#note_153
59
1
list
(
APPEND CMAKE_CXX_COMPILER_ID_VENDORS IAR
)
set
(
CMAKE_CXX_COMPILER_ID_VENDOR_FLAGS_IAR
)
set
(
CMAKE_CXX_COMPILER_ID_VENDOR_REGEX_IAR
"IAR .+ Compiler"
)
...
...
Modules/CMakeFindEclipseCDT4.cmake
View file @
447b142b
...
...
@@ -35,7 +35,7 @@ function(_FIND_ECLIPSE_VERSION)
if
(
NOT DEFINED CMAKE_ECLIPSE_VERSION
)
if
(
CMAKE_ECLIPSE_EXECUTABLE
)
# use REALPATH to resolve symlinks (http://
public
.kitware.com/
Bug/view.php?id=
13036)
# use REALPATH to resolve symlinks (http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
13036)
get_filename_component
(
_REALPATH_CMAKE_ECLIPSE_EXECUTABLE
"
${
CMAKE_ECLIPSE_EXECUTABLE
}
"
REALPATH
)
get_filename_component
(
_ECLIPSE_DIR
"
${
_REALPATH_CMAKE_ECLIPSE_EXECUTABLE
}
"
PATH
)
file
(
GLOB _ECLIPSE_FEATURE_DIR
"
${
_ECLIPSE_DIR
}
/features/org.eclipse.platform*"
)
...
...
Modules/Compiler/IAR.cmake
View file @
447b142b
# This file is processed when the IAR compiler is used for a C or C++ file
# Documentation can be downloaded here: http://www.iar.com/website1/1.0.1.0/675/1/
# The initial feature request is here: https://
cmake.org/Bug/view.php?id=
10176
# The initial feature request is here: https://
gitlab.kitware.com/cmake/cmake/issues/
10176
# It also contains additional links and information.
if
(
_IAR_CMAKE_LOADED
)
...
...
@@ -39,7 +39,8 @@ endif()
if
(
NOT IAR_TARGET_ARCHITECTURE
)
message
(
FATAL_ERROR
"The IAR compiler for this architecture is not yet supported "
" by CMake. Please go to https://cmake.org/Bug and enter a feature request there."
)
"by CMake. Please go to https://gitlab.kitware.com/cmake/cmake/issues "
"and enter a feature request there."
)
endif
()
set
(
CMAKE_LINKER
"
${
CMAKE_IAR_LINKER
}
"
CACHE FILEPATH
"The IAR linker"
FORCE
)
...
...
Modules/ExternalProject.cmake
View file @
447b142b
...
...
@@ -2231,7 +2231,7 @@ function(_ep_add_configure_command name)
# If anything about the configure command changes, (command itself, cmake
# used, cmake args or cmake generator) then re-run the configure step.
# Fixes issue http://
public
.kitware.com/
Bug/view.php?id=
10258
# Fixes issue http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
10258
#
if
(
NOT EXISTS
${
tmp_dir
}
/
${
name
}
-cfgcmd.txt.in
)
file
(
WRITE
${
tmp_dir
}
/
${
name
}
-cfgcmd.txt.in
"cmd='
\@
cmd
\@
'
\n
"
)
...
...
Modules/FindHDF5.cmake
View file @
447b142b
...
...
@@ -639,7 +639,7 @@ if( NOT HDF5_FOUND )
if
(
UNIX AND HDF5_USE_STATIC_LIBRARIES
)
# According to bug 1643 on the CMake bug tracker, this is the
# preferred method for searching for a static library.
# See https://
cmake.org/Bug/view.php?id=
1643. We search
# See https://
gitlab.kitware.com/cmake/cmake/issues/
1643. We search
# first for the full static library name, but fall back to a
# generic search on the name if the static search fails.
set
(
THIS_LIBRARY_SEARCH_DEBUG
...
...
@@ -676,7 +676,7 @@ if( NOT HDF5_FOUND )
if
(
UNIX AND HDF5_USE_STATIC_LIBRARIES
)
# According to bug 1643 on the CMake bug tracker, this is the
# preferred method for searching for a static library.
# See https://
cmake.org/Bug/view.php?id=
1643. We search
# See https://
gitlab.kitware.com/cmake/cmake/issues/
1643. We search
# first for the full static library name, but fall back to a
# generic search on the name if the static search fails.
set
(
THIS_LIBRARY_SEARCH_DEBUG
...
...
Source/cmExtraCodeBlocksGenerator.cxx
View file @
447b142b
...
...
@@ -750,7 +750,7 @@ std::string cmExtraCodeBlocksGenerator::BuildMakeCommand(
if
(
generator
==
"NMake Makefiles"
)
{
// For Windows ConvertToOutputPath already adds quotes when required.
// These need to be escaped, see
// http://
public
.kitware.com/
Bug/view.php?id=
13952
// http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
13952
std
::
string
makefileName
=
cmSystemTools
::
ConvertToOutputPath
(
makefile
);
command
+=
" /NOLOGO /f "
;
command
+=
makefileName
;
...
...
@@ -758,7 +758,7 @@ std::string cmExtraCodeBlocksGenerator::BuildMakeCommand(
command
+=
target
;
}
else
if
(
generator
==
"MinGW Makefiles"
)
{
// no escaping of spaces in this case, see
// http://
public
.kitware.com/
Bug/view.php?id=
10014
// http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
10014
std
::
string
makefileName
=
makefile
;
command
+=
" -f
\"
"
;
command
+=
makefileName
;
...
...
Source/cmExtraEclipseCDT4Generator.cxx
View file @
447b142b
...
...
@@ -404,8 +404,8 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile()
if
(
this
->
IsOutOfSourceBuild
)
{
// create a linked resource to CMAKE_SOURCE_DIR
// (this is not done anymore for each project because of
// http://
public
.kitware.com/
Bug/view.php?id=
9978 and because I found
it
// actually quite confusing in bigger projects with many directories and
// http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
9978 and because I found
//
it
actually quite confusing in bigger projects with many directories and
// projects, Alex
std
::
string
sourceLinkedResourceName
=
"[Source directory]"
;
...
...
Source/cmExtraSublimeTextGenerator.cxx
View file @
447b142b
...
...
@@ -302,7 +302,7 @@ std::string cmExtraSublimeTextGenerator::BuildMakeCommand(
std
::
string
makefileName
;
if
(
generator
==
"MinGW Makefiles"
)
{
// no escaping of spaces in this case, see
// http://
public
.kitware.com/
Bug/view.php?id=
10014
// http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
10014
makefileName
=
makefile
;
}
else
{
makefileName
=
cmSystemTools
::
ConvertToOutputPath
(
makefile
);
...
...
Source/cmQtAutoGeneratorInitializer.cxx
View file @
447b142b
...
...
@@ -126,7 +126,7 @@ static void GetCompileDefinitionsAndDirectories(
std
::
vector
<
std
::
string
>
includeDirs
;
cmLocalGenerator
*
localGen
=
target
->
GetLocalGenerator
();
// Get the include dirs for this target, without stripping the implicit
// include dirs off, see http://
public
.kitware.com/
Bug/view.php?id=
13667
// include dirs off, see http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
13667
localGen
->
GetIncludeDirectories
(
includeDirs
,
target
,
"CXX"
,
config
,
false
);
incs
=
cmJoin
(
includeDirs
,
";"
);
...
...
Tests/CPackComponents/Issue 7470.html
View file @
447b142b
...
...
@@ -3,7 +3,7 @@
The install rule for this file demonstrates the problem described in
<br/>
CMake issue #7470:
<br/>
<br/>
<a
href=
"http://
public
.kitware.com/
Bug/view.php?id=
7470"
>
http://
public
.kitware.com/
Bug/view.php?id=
7470
</a><br/>
<a
href=
"http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
7470"
>
http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
7470
</a><br/>
</body>
</html>
Tests/CTestLimitDashJ/CMakeLists.txt
View file @
447b142b
cmake_minimum_required
(
VERSION 2.8
)
project
(
CTestLimitDashJ NONE
)
# This file demonstrates http://
public
.kitware.com/
Bug/view.php?id=
12904
# This file demonstrates http
s
://
gitlab
.kitware.com/
cmake/cmake/issues/
12904
# when configured with CMake 2.8.10.2 and earlier, and when running
# "ctest -j 4" in the resulting build tree. This example is hard-coded
# to assume -j 4 just to reproduce the issue easily. Adjust the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment