Yash Tibrewal
|
aa11978541
|
Fix include guards for src/ and test/ directories (#32167)
* Fix include guards for src/ and test/ directories
* Sanity
* Update new files
|
2 years ago |
Yijie Ma
|
f99b8b5bc4
|
Convert c-style comments to C++-style comments (#31923)
* baseline
* fix clang-tidy
* manually revert these files
* manually fixup at eof
* revert 2 more files
* change check_deprecated_grpc++.py
* change end2end_defs.include template
* fix check_include_guards.py
* untrack tools/distrib/python/convert_cstyle_comments_to_cpp.py
not yet ready to be submitted
* fix
yapf check_include_guards.py
remove a space...
* fix version.cc.template
* fix version_info.h.template
|
2 years ago |
Mark D. Roth
|
27e1c1c56d
|
clang-tidy: enable google-readability-braces-around-statements
|
4 years ago |
Esun Kim
|
1743519aa9
|
Activate C++ stdlib
|
5 years ago |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
7 years ago |
Muxi Yan
|
38fcd0c6c3
|
clang-format
|
7 years ago |
Craig Tiller
|
baa14a975e
|
Update clang-format to 5.0
|
7 years ago |
Vijay Pai
|
6defb325d9
|
Remove some pre-C++11-style workarounds
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
8 years ago |
vjpai
|
87bac959ee
|
Eradicate Uniform, Deterministic, and Pareto interarrival
distributions since we don't use them and it's not sensible
to add them
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
Vijay Pai
|
914455782f
|
Sanity (clang-format and copyright)
|
9 years ago |
Vijay Pai
|
1132c6b7db
|
Simplify and properly implement openloop testing.
Revive it in tests as well
|
9 years ago |
Vijay Pai
|
9982c6fc3a
|
Fix random number generators and improve code style (stop using
operator overloads)
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
9 years ago |
vjpai
|
b1db869e1a
|
Address concerns from review
|
9 years ago |
Vijay Pai
|
ab1dba72dc
|
clang-format
|
9 years ago |
vjpai
|
582c687b4c
|
Remove use of C++11 randomization engines
|
9 years ago |
Vijay Pai
|
372fd8791b
|
Revert "Revert "Open loop sync/async multithreaded testing""
|
10 years ago |
Craig Tiller
|
d55636d813
|
Revert "Open loop sync/async multithreaded testing"
|
10 years ago |
Vijay Pai
|
92b7f872fd
|
Add comments describing various random distributions
Also remove the parameterized constructor for InterarrivalTimer
and only keep the init function.
|
10 years ago |
Vijay Pai
|
fcedc15082
|
Use typedef rather than using to make Travis happy
|
10 years ago |
Vijay Pai
|
cf3fb092cc
|
clang-format
|
10 years ago |
Vijay Pai
|
e23aba4884
|
Fix definition of InterarrivalTimer to enable late initialization
and use nanoseconds
|
10 years ago |
vjpai
|
9cf0b3b84d
|
Random number distributions and test for common distributions
|
10 years ago |