Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Pedro
CMake
Commits
07c3597a
Commit
07c3597a
authored
15 years ago
by
Bill Hoffman
Browse files
Options
Downloads
Patches
Plain Diff
Fix the documentation to say what it really does. Bug
#9638
parent
2e78b58d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Modules/TestForANSIForScope.cmake
+1
-1
1 addition, 1 deletion
Modules/TestForANSIForScope.cmake
Modules/TestForANSIStreamHeaders.cmake
+1
-1
1 addition, 1 deletion
Modules/TestForANSIStreamHeaders.cmake
Modules/TestForSSTREAM.cmake
+2
-2
2 additions, 2 deletions
Modules/TestForSSTREAM.cmake
with
4 additions
and
4 deletions
Modules/TestForANSIForScope.cmake
+
1
−
1
View file @
07c3597a
# - Check for ANSI for scope support
# Check if the compiler
supports std:: on stl classes
.
# Check if the compiler
restricts the scope of variables declared in a for-init-statement to the loop body
.
# CMAKE_NO_ANSI_FOR_SCOPE - holds result
#
...
...
This diff is collapsed.
Click to expand it.
Modules/TestForANSIStreamHeaders.cmake
+
1
−
1
View file @
07c3597a
# - Test for compiler support of ANSI stream headers iostream, etc.
# check if
we they have
the standard
ansi
stream
files
(without the .h)
# check if
the compiler supports
the standard
ANSI io
stream
header
(without the .h)
# CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results
#
...
...
This diff is collapsed.
Click to expand it.
Modules/TestForSSTREAM.cmake
+
2
−
2
View file @
07c3597a
#
# - Test for
std:: namespace support
# check if the compiler supports
std:: on stl classes
# - Test for
compiler support of ANSI sstream header
# check if the compiler supports
the standard ANSI sstream header
# CMAKE_NO_ANSI_STRING_STREAM - defined by the results
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment