system_wrappers:OS 相关功能的封装,比如 cpu、clock 等。 test:单元测试代码实现,用 gmock testing:gmock、gtest等源码,属于整个 Chromium 项目。 third_party:第三方库依赖。比如,boringssl,abseil-cpp,libvpx等 tools:公共工具集,整个 Chromium 项目依赖的。 tools_webrtc:WebRTC 用到的工具集。比如代码检查 valg...
//The following example attaches an HWND to the CWindow object and //calls CWindow::DestroyWindow() to destroy the window CWindow myWindow; myWindow.Attach(hWndChild); //call the CWindow wrappers myWindow.DestroyWindow(); hWndChild = NULL; ...
stats:WebRTC 统计模块实现。 style-guide:编码规范说明 system_wrappers:OS 相关功能的封装,比如 cpu、clock 等。 test:单元测试代码实现,用 gmock testing:gmock、gtest等源码,属于整个 Chromium 项目。 third_party:第三方库依赖。比如,boringssl,abseil-cpp,libvpx等 tools:公共工具集,整个 Chromium 项目依赖的。
cuda-api-wrappers - Lightweight, Modern-C++ wrappers for the CUDA GPU programming runtime API. [BSD] cupla - C++ API to run CUDA/C++ on OpenMP, Threads, TBB, ... through Alpaka. [LGPLv3+] C++React - A reactive programming library for C++11. [Boost] FiberTaskingLib - Task-based mult...
0.1.0•Public• Published12 years ago CWrap CWrap is a NodeJS utility I've created to help me create (NodeJS) wrappers for library modules that have a C interface. At its core, CWrap is little more than a template engine with a slight resemblance to [Mustache]1. The rest of ...
//The following example attaches an HWND to the CWindow object and //calls CWindow::DestroyWindow() to destroy the window CWindow myWindow; myWindow.Attach(hWndChild); //call the CWindow wrappers myWindow.DestroyWindow(); hWndChild = NULL; ...
system_wrappers:OS 相关功能的封装,比如 cpu、clock 等。 test:单元测试代码实现,用 gmock testing:gmock、gtest等源码,属于整个 Chromium 项目。 third_party:第三方库依赖。比如,boringssl,abseil-cpp,libvpx等 tools:公共工具集,整个 Chromium 项目依赖的。
.github bazel cmake doc etc examples include spm-core-include spm-cpp-include src summerofcode templates test third_party tools .bazelignore .bazelrc .bazelversion .clang-format .clang-tidy .dockerignore .editorconfig .git-blame-ignore-revs ...
TCP_Wrappers是一个工作在应用层的安全工具,它只能针对某些具体的应用或者服务起到一定的防护作用。 比如说ssh、telnet、FTP等服务的请求,都会先受到TCP_Wrappers的拦截。 TCP_Wrappers有一个TCP的守护进程叫作tcpd。 以telnet为例,每当有telnet的连接请求时,tcpd即会截获请求,先读取系统管理员所设置的访问控制文件,...
ENVIRONMENTVARIABLES By default, the wrappers use the compilers that were selected when Open MPI was configured. These compilers were either found automatically by Open MPI's "configure" script, or were selected by the user in the CC, CXX, F77, and/or FC environment variables before "configure...