Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
92c93802
Commit
92c93802
authored
Jan 26, 2018
by
Gennadiy Civil
Browse files
Merge branch 'master' of
https://github.com/google/googletest
parents
fbb48a77
cb727169
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
googletest/cmake/internal_utils.cmake
googletest/cmake/internal_utils.cmake
+3
-0
googletest/docs/Documentation.md
googletest/docs/Documentation.md
+1
-1
No files found.
googletest/cmake/internal_utils.cmake
View file @
92c93802
...
@@ -95,6 +95,9 @@ macro(config_compiler_and_linker)
...
@@ -95,6 +95,9 @@ macro(config_compiler_and_linker)
set
(
cxx_no_rtti_flags
"-GR-"
)
set
(
cxx_no_rtti_flags
"-GR-"
)
elseif
(
CMAKE_COMPILER_IS_GNUCXX
)
elseif
(
CMAKE_COMPILER_IS_GNUCXX
)
set
(
cxx_base_flags
"-Wall -Wshadow -Werror"
)
set
(
cxx_base_flags
"-Wall -Wshadow -Werror"
)
if
(
NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7.0.0
)
set
(
cxx_base_flags
"
${
cxx_base_flags
}
-Wno-error=dangling-else"
)
endif
()
set
(
cxx_exception_flags
"-fexceptions"
)
set
(
cxx_exception_flags
"-fexceptions"
)
set
(
cxx_no_exception_flags
"-fno-exceptions"
)
set
(
cxx_no_exception_flags
"-fno-exceptions"
)
# Until version 4.3.2, GCC doesn't define a macro to indicate
# Until version 4.3.2, GCC doesn't define a macro to indicate
...
...
googletest/docs/Documentation.md
View file @
92c93802
...
@@ -12,5 +12,5 @@ the respective git branch/tag).**
...
@@ -12,5 +12,5 @@ the respective git branch/tag).**
To contribute code to Google Test, read:
To contribute code to Google Test, read:
*
[
CONTRIBUTING
](
../CONTRIBUTING.md
)
-- read this _before_ writing your first patch.
*
[
CONTRIBUTING
](
../
../
CONTRIBUTING.md
)
-- read this _before_ writing your first patch.
*
[
PumpManual
](
PumpManual.md
)
-- how we generate some of Google Test's source files.
*
[
PumpManual
](
PumpManual.md
)
-- how we generate some of Google Test's source files.
Write
Preview
Markdown
is supported
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