Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
4c8f7e9a
Commit
4c8f7e9a
authored
May 31, 2015
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Убрал std::ios::sync_with_stdio(false); ещё где нашёл
(до выяснения всех последствий использования)
parent
9f043270
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
admin.cc
Utilities/Admin/admin.cc
+1
-1
mbrtuslave.cc
Utilities/MBTester/mbrtuslave.cc
+1
-1
mbrtutester.cc
Utilities/MBTester/mbrtutester.cc
+1
-1
mbslave.cc
Utilities/MBTester/mbslave.cc
+1
-1
mbtcpserver.cc
Utilities/MBTester/mbtcpserver.cc
+1
-1
mbtcptester.cc
Utilities/MBTester/mbtcptester.cc
+1
-1
main.cc
Utilities/NullController/main.cc
+1
-1
main.cc
Utilities/SImitator/main.cc
+1
-1
smonitor.cc
Utilities/SMonit/smonitor.cc
+1
-1
main.cc
Utilities/SViewer-text/main.cc
+1
-1
No files found.
Utilities/Admin/admin.cc
View file @
4c8f7e9a
...
...
@@ -128,7 +128,7 @@ static bool quiet = false;
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
try
{
...
...
Utilities/MBTester/mbrtuslave.cc
View file @
4c8f7e9a
...
...
@@ -36,7 +36,7 @@ static char* checkArg( int ind, int argc, char* argv[] );
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
int
optindex
=
0
;
int
opt
=
0
;
int
verb
=
0
;
...
...
Utilities/MBTester/mbrtutester.cc
View file @
4c8f7e9a
...
...
@@ -97,7 +97,7 @@ static char* checkArg( int ind, int argc, char* argv[] );
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
Command
cmd
=
cmdNOP
;
int
optindex
=
0
;
int
opt
=
0
;
...
...
Utilities/MBTester/mbslave.cc
View file @
4c8f7e9a
...
...
@@ -33,7 +33,7 @@ static void print_help()
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
int
optindex
=
0
;
int
opt
=
0
;
int
verb
=
0
;
...
...
Utilities/MBTester/mbtcpserver.cc
View file @
4c8f7e9a
...
...
@@ -34,7 +34,7 @@ static void print_help()
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
int
optindex
=
0
;
int
opt
=
0
;
int
verb
=
0
;
...
...
Utilities/MBTester/mbtcptester.cc
View file @
4c8f7e9a
...
...
@@ -83,7 +83,7 @@ static char* checkArg( int ind, int argc, char* argv[] );
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
Command
cmd
=
cmdNOP
;
int
optindex
=
0
;
int
opt
=
0
;
...
...
Utilities/NullController/main.cc
View file @
4c8f7e9a
...
...
@@ -21,7 +21,7 @@ static void short_usage()
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
try
{
...
...
Utilities/SImitator/main.cc
View file @
4c8f7e9a
...
...
@@ -25,7 +25,7 @@ struct ExtInfo:
// -----------------------------------------------------------------------------
int
main
(
int
argc
,
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
try
{
...
...
Utilities/SMonit/smonitor.cc
View file @
4c8f7e9a
...
...
@@ -9,7 +9,7 @@ using namespace std;
// -----------------------------------------------------------------------------
int
main
(
int
argc
,
const
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
try
{
...
...
Utilities/SViewer-text/main.cc
View file @
4c8f7e9a
...
...
@@ -13,7 +13,7 @@ static void short_usage()
// --------------------------------------------------------------------------
int
main
(
int
argc
,
const
char
**
argv
)
{
std
::
ios
::
sync_with_stdio
(
false
);
//
std::ios::sync_with_stdio(false);
try
{
...
...
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