__init__.py (194B)
1 """Google Benchmark tooling""" 2 3 __author__ = 'Eric Fiselier' 4 __email__ = 'eric@efcs.ca' 5 __versioninfo__ = (0, 5, 0) 6 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev' 7 8 __all__ = []
libcxxlibcxx mirror with random patches | |
| git clone https://git.neptards.moe/neptards/libcxx.git | |
| Log | Files | Refs |