Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
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
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
Brad King
KWSys
Commits
198957cf
Commit
198957cf
authored
9 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused KWSYS_IOS_USE_SSTREAM check
Change-Id: I930fdf45832e09b01b653a21ed0be159bebbf45d
parent
a5799c17
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
CMakeLists.txt
+0
-2
0 additions, 2 deletions
CMakeLists.txt
Configure.hxx.in
+0
-4
0 additions, 4 deletions
Configure.hxx.in
kwsysPlatformTestsCXX.cxx
+0
-11
0 additions, 11 deletions
kwsysPlatformTestsCXX.cxx
with
0 additions
and
17 deletions
CMakeLists.txt
+
0
−
2
View file @
198957cf
...
...
@@ -420,8 +420,6 @@ ENDIF()
SET
(
KWSYS_PLATFORM_CXX_TEST_DEFINES
-DKWSYS_IOS_USE_ANSI=
${
KWSYS_IOS_USE_ANSI
}
-DKWSYS_IOS_HAVE_STD=
${
KWSYS_IOS_HAVE_STD
}
)
KWSYS_PLATFORM_CXX_TEST
(
KWSYS_IOS_HAVE_BINARY
"Checking whether ios has binary openmode"
DIRECT
)
SET
(
KWSYS_PLATFORM_CXX_TEST_DEFINES
)
KWSYS_PLATFORM_CXX_TEST
(
KWSYS_CXX_HAS_NULL_TEMPLATE_ARGS
...
...
This diff is collapsed.
Click to expand it.
Configure.hxx.in
+
0
−
4
View file @
198957cf
...
...
@@ -21,9 +21,6 @@
/* Whether ANSI C++ streams are in std namespace. */
#define @KWSYS_NAMESPACE@_IOS_HAVE_STD @KWSYS_IOS_HAVE_STD@
/* Whether C++ streams support the ios::binary openmode. */
#define @KWSYS_NAMESPACE@_IOS_HAVE_BINARY @KWSYS_IOS_HAVE_BINARY@
/* Whether STL is in std namespace. */
#define @KWSYS_NAMESPACE@_STL_HAVE_STD @KWSYS_STL_HAVE_STD@
...
...
@@ -120,7 +117,6 @@
# define KWSYS_STL_HAVE_STD @KWSYS_NAMESPACE@_STL_HAVE_STD
# define KWSYS_IOS_HAVE_STD @KWSYS_NAMESPACE@_IOS_HAVE_STD
# define KWSYS_IOS_USE_ANSI @KWSYS_NAMESPACE@_IOS_USE_ANSI
# define KWSYS_IOS_HAVE_BINARY @KWSYS_NAMESPACE@_IOS_HAVE_BINARY
# define KWSYS_STAT_HAS_ST_MTIM @KWSYS_NAMESPACE@_STAT_HAS_ST_MTIM
# define KWSYS_CXX_HAS_CSTDDEF @KWSYS_NAMESPACE@_CXX_HAS_CSTDDEF
# define KWSYS_STL_STRING_HAVE_OSTREAM @KWSYS_NAMESPACE@_STL_STRING_HAVE_OSTREAM
...
...
This diff is collapsed.
Click to expand it.
kwsysPlatformTestsCXX.cxx
+
0
−
11
View file @
198957cf
...
...
@@ -296,17 +296,6 @@ int main()
}
#endif
#ifdef TEST_KWSYS_IOS_HAVE_BINARY
int
test_binary
(
int
,
...)
{
return
0
;
}
int
main
()
{
return
test_binary
(
1
,
kwsys_ios
::
ios
::
binary
);
}
#endif
#ifdef TEST_KWSYS_IOS_HAS_ISTREAM_LONG_LONG
int
test_istream
(
kwsys_ios
::
istream
&
is
,
long
long
&
x
)
{
...
...
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