积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(163)Julia(81)C++(79)Conan(59)Go(2)数据库(1)系统运维(1)Python(1)Linux(1)ClickHouse(1)

语言

全部英语(151)中文(繁体)(10)中文(简体)(3)俄语(1)

格式

全部PDF文档 PDF(165)
 
本次搜索耗时 0.063 秒,为您找到相关结果约 165 个.
  • 全部
  • 后端开发
  • Julia
  • C++
  • Conan
  • Go
  • 数据库
  • 系统运维
  • Python
  • Linux
  • ClickHouse
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 俄语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 2020: The Year of Sanitizers?

    2020: The Year of Sanitizers? Victor Ciura Principal Engineer @ciura_victor2 Abstract Clang-tidy is the go-to assistant for most C++ programmers looking to improve their code, whether to modernize @ciura_victor - 2020: The Year of Sanitizers?New venue, same great C++ conference 2019 ~~~~~~45 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? New venue, same great C++ conference @ciura_victor - 2020: The Year of Sanitizers? Have a great CppCon week, everyone !7 2020 Victor Ciura | @ciura_victor - 2020: The Year of Sanitizers? ❓ Due to the nature of delivery medium
    0 码力 | 135 页 | 27.77 MB | 5 月前
    3
  • pdf文档 Make Successor Build Systems: World Tour of Build Systems

    com/tipi-build/sanitizers-cmakeSanitizers for C++ builds AddressSanitizer (ASan) UndefinedBehaviorSanitizer (UBSsan) ThreadSanitizer (TSan) LeakSanitizer (LSan) MemorySanitizer (MSan)Using LLVM Sanitizers in your your CMake project(safepp) find_package(Sanitizers MODULE REQUIRED) add_executable(use-after-free test/use-after-free.cpp) # enable sanitizers add_sanitizers(use-after-free)So we done ?ASan, TSan, UBSan set(SANITIZE_MEMORY TRUE CACHE BOOL "" FORCE) set(SANITIZE_THREAD TRUE CACHE BOOL "" FORCE)We want to run these Sanitizers on each key strokesThat requires a decent amount of CPU power Let's look at other build systemsLearning
    0 码力 | 115 页 | 7.02 MB | 5 月前
    3
  • pdf文档 Back To Basics Debugging

    The final piece of advice Use the tools!Part 2So many tools 1. GDB 2. LLDB 3. Valgrind 4. Sanitizers 5. strace & ltrace 6. libc++ debug mode 7. time travelGDB GNU Debugger ● TUI mode ● Python MemorySanitizer (msan) ● Essentially a compiler feature: ○ Much faster runtime ○ Knows more stuffSo many sanitizers… address float-cast-overflow nonnull-attribute returns-nonnull-attribute shift-base thread undefinedSo many sanitizers… address float-cast-overflow nonnull-attribute returns-nonnull-attribute
    0 码力 | 32 页 | 1.48 MB | 5 月前
    3
  • pdf文档 Back To Basics Debugging and Testing

    Allow yourself to go down tangentsKNOW THE TOOLS… AND USE THEM! 1. GDB 2. LLDB 3. Valgrind 4. Sanitizers 5. strace & ltrace 6. libc++ debug mode 7. time travelGDB GNU Debugger ● TUI mode ● Python MemorySanitizer (msan) ● Essentially a compiler feature: ○ Much faster runtime ○ Knows more stuffSO MANY SANITIZERS… address float-cast-overflow nonnull-attribute returns-nonnull-attribute shift-base thread undefinedSO MANY SANITIZERS… address float-cast-overflow nonnull-attribute returns-nonnull-attribute
    0 码力 | 50 页 | 2.04 MB | 5 月前
    3
  • pdf文档 Building Safe and Reliable Surgical Robotics with C++

    obsolete C constructs as errorsCompiler Hardening 33 Prioritize Memory, type and thread safety: sanitizers Compiler Flag Supported Since Description -fsanitize=address GCC 4.8.0 Clang 3.1.0 Enables Multi-compiler Build Test Build ASan TSan LSan UBSan MSan RTSan Quality Gate Code Review Merge Sanitizers Static analyzers/QG Use of AI tools Rich IDE ❖ No new bugs are introduced ❖ No new vulnerabilities injection testing Stress testing Reliability testing Regression testing Testing with Sanitizers E2E Tests Integration Tests Unit TestsFrequent Upgrades 36 A superpower ❖ Being enabled to
    0 码力 | 71 页 | 4.02 MB | 5 月前
    3
  • pdf文档 Conan 1.18 Documentation

    and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 284 14.25 Compiler sanitizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 15 application/json" -T /tmp/build_ ˓→info.json "http://host:8081/artifactory/api/build" 14.25 Compiler sanitizers Sanitizers are tools that can detect bugs such as buffer overflows or accesses, dangling pointer or depending on if you are using clang or gcc, different sanitizers are supported. Here we explain different options on how to model and use sanitizers with your Conan packages. 14.25.1 Adding custom settings
    0 码力 | 584 页 | 4.80 MB | 1 年前
    3
  • pdf文档 Conan 1.19 Documentation

    and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291 14.26 Compiler sanitizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293 15 ˓→mergedbuildinfo.json You can check the complete conan_build_info reference. 14.26 Compiler sanitizers Sanitizers are tools that can detect bugs such as buffer overflows or accesses, dangling pointer or depending on if you are using clang or gcc, different sanitizers are supported. Here we explain different options on how to model and use sanitizers with your Conan packages. 14.26.1 Adding custom settings
    0 码力 | 609 页 | 4.88 MB | 1 年前
    3
  • pdf文档 Conan 1.20 Documentation

    and Artifactory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 291 14.26 Compiler sanitizers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 293 15 ˓→mergedbuildinfo.json You can check the complete conan_build_info reference. 14.26 Compiler sanitizers Sanitizers are tools that can detect bugs such as buffer overflows or accesses, dangling pointer or depending on if you are using clang or gcc, different sanitizers are supported. Here we explain different options on how to model and use sanitizers with your Conan packages. 14.26.1 Adding custom settings
    0 码力 | 611 页 | 4.89 MB | 1 年前
    3
  • pdf文档 Тестирование ClickHouse которого мы заслуживаем

    для энтузиастов 9 / 77 Тестирование ClickHouse, которого мы заслуживаем Сборка: санитайзеры Sanitizers – библиотеки из поставки компиляторов, помогают найти проблемы в коде на С++ или Go. Виды: › Address использование неинициализованной памяти Ссылки: › Основной репозиторий: https://github.com/google/sanitizers › Внутри LLVM: http://compiler-rt.llvm.org/ 10 / 77 Тестирование ClickHouse, которого мы заслуживаем
    0 码力 | 84 页 | 9.60 MB | 1 年前
    3
  • pdf文档 Cetting Started with C++

    executionDynamic analysis Sanitizers AddressSanitizer (ASan) LeakSanitizer (LSan) ThreadSanitizer (TSan) UndefinedBehaviorSanitizer (UBSan) https://github.com/google/sanitizers/ Available on GCC and Clang
    0 码力 | 95 页 | 4.71 MB | 5 月前
    3
共 165 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
2020TheYearofSanitizersMakeSuccessorBuildSystemsWorldTourBackToBasicsDebuggingandTestingBuildingSafeReliableSurgicalRoboticswithC++Conan1.18Documentation1.191.20clickhouseCettingStarted
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩