Skip to content

Commit c2fe8bc

Browse files
添加glog库文件
1 parent 50c3183 commit c2fe8bc

File tree

79 files changed

+21793
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+21793
-0
lines changed

3rd/glog/AUTHORS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This is the official list of glog authors for copyright purposes.
2+
# This file is distinct from the CONTRIBUTORS files.
3+
# See the latter for an explanation.
4+
#
5+
# Names should be added to this file as:
6+
# Name or Organization <email address>
7+
# The email address is not required for organizations.
8+
#
9+
# Please keep the list sorted.
10+
11+
Abhishek Dasgupta <abhi2743@gmail.com>
12+
Abhishek Parmar <abhishek@orng.net>
13+
Andrew Schwartzmeyer <andrew@schwartzmeyer.com>
14+
Andy Ying <andy@trailofbits.com>
15+
Brian Silverman <bsilver16384@gmail.com>
16+
Dmitriy Arbitman <d.arbitman@gmail.com>
17+
Google Inc.
18+
Guillaume Dumont <dumont.guillaume@gmail.com>
19+
Marco Wang <m.aesophor@gmail.com>
20+
Michael Tanner <michael@tannertaxpro.com>
21+
MiniLight <MiniLightAR@Gmail.com>
22+
romange <romange@users.noreply.github.com>
23+
Roman Perepelitsa <roman.perepelitsa@gmail.com>
24+
Sergiu Deitsch <sergiu.deitsch@gmail.com>
25+
tbennun <tbennun@gmail.com>
26+
Teddy Reed <teddy@prosauce.org>
27+
Vijaymahantesh Sattigeri <vijaymahantesh016@gmail.com>
28+
Zhongming Qu <qzmfranklin@gmail.com>
29+
Zhuoran Shen <cmsflash99@gmail.com>

3rd/glog/BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
licenses(['notice'])
2+
3+
exports_files(["COPYING"])
4+
5+
load(':bazel/glog.bzl', 'glog_library')
6+
7+
glog_library()

0 commit comments

Comments
 (0)