Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.47 KB

DEPENDENCIES.md

File metadata and controls

68 lines (44 loc) · 2.47 KB

Dependencies

This project uses three kinds of dependencies:

  • External
  • Git Submodules
  • Internal

External Dependencies

With external dependencies we refer to software components that are not shipped in this repository, but which are necessary to build or run DRace.

  • CMake > 3.8
  • DynamoRIO 8.0.x (use weekly releases)
  • C++11 / C99 Compiler (e.g msvc)

Git Submodules

The source of these dependencies are not stored inside the repository, but included using git submodules. All submodules are located in the vendor directory.

DRace

Mandatory:

Optional:

Detectors

Fasttrack

  • Boost > 1.65

Managed Symbol Resolver (MSR)

Mandatory:

DRace GUI

Mandatory:

Internal Dependencies

These components are adapted or modified for DRace and shipped with the repository. The exact license wording is found either in the source file directly, or in a dedicated license file in the directory.

Name Location License Comment
LLVM-Tsan vendor/tsan BSD-Like/MIT a customized version is included in binary format
CoreCLR Header ManagedResolver/include/prebuild MIT prebuild version of MIDL files (cannot be build on windows)
Ringbuffer common/ipc/ringbuffer.cpp CC0 generic ring buffer implementation for embedded targets
LossyCounting drace-client/include/lcm BSD 3-Clause fast lossy-counting model implementation
git-watcher CMakeExt/git_watcher.cmake MIT burn in git commit hash into binary