Commit 1782dba5 authored by tqcq's avatar tqcq
Browse files

feat add marl for fiber

parent b94e3198
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+0 −0

Empty file added.

+5 −0
Original line number Diff line number Diff line
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium

---
Language:        Cpp

3party/marl/.gitignore

0 → 100644
+8 −0
Original line number Diff line number Diff line
/.vs/
/.vscode/
/build/
/cmake-build-*/
/out/
bazel-*
CMakeSettings.json
/.idea/
+6 −0
Original line number Diff line number Diff line
[submodule "third_party/googletest"]
	path = third_party/googletest
	url = https://github.com/google/googletest.git
[submodule "third_party/benchmark"]
	path = third_party/benchmark
	url = https://github.com/google/benchmark.git

3party/marl/AUTHORS

0 → 100644
+9 −0
Original line number Diff line number Diff line
# This is the list of the Marl authors for copyright purposes.
#
# This does not necessarily list everyone who has contributed code, since in
# some cases, their employer may be the copyright holder.  To see the full list
# of contributors, see the revision history in source control.
Google LLC
Shawn Anastasio <shawn@anastas.io>
A. Wilcox <awilfox@adelielinux.org>
Jiaxun Yang <jiaxun.yang@flygoat.com>
Loading