Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
b04ddbb8
Commit
b04ddbb8
authored
Sep 03, 2019
by
tanzhongyibidu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove shflags since it is not needed and it uses LGPL license
parent
79044bc4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
idl2proto
tools/idl2proto
+0
-5
probe
tools/probe
+0
-4
shflags
tools/shflags
+0
-0
No files found.
tools/idl2proto
View file @
b04ddbb8
...
...
@@ -2,11 +2,6 @@
# mcpack2pb - Make protobuf be front-end of mcpack/compack
# source shflags from current directory
mydir
=
"
${
BASH_SOURCE
%/*
}
"
if
[[
!
-d
"
$mydir
"
]]
;
then
mydir
=
"
$PWD
"
;
fi
.
$mydir
/shflags
# command-line flags
DEFINE_string ns
''
'Namespace of the idl file'
DEFINE_boolean pb3
false
'Use new data structures introduced in protobuf 3'
...
...
tools/probe
View file @
b04ddbb8
#!/bin/bash
# source shflags from current directory
mydir
=
"
${
BASH_SOURCE
%/*
}
"
if
[[
!
-d
"
$mydir
"
]]
;
then
mydir
=
"
$PWD
"
;
fi
.
$mydir
/shflags
# define command-line flags
DEFINE_string
'data'
''
'message body of http'
'd'
...
...
tools/shflags
deleted
100755 → 0
View file @
79044bc4
This diff is collapsed.
Click to expand it.
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