Skip to content
/ common Public
forked from Debbieliang9/common

Shared components for the Hydro project

License

Notifications You must be signed in to change notification settings

Miiira/common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydro Common

This repository is a shared repository for header files, protobuf definitions, and scripts. It is linked into other repositories in the Hydro project using git submodules. This README provides a brief overview of the contents of this repository. This repository will not change frequently and should only contain code that is used across multiple Hydro subprojects.

  • cmake: This directory has three helpers that are useful for any CMake-based project: CodeCoverage.cmake uses lcov and gcov to automatically generate coverage information; DownloadProject.cmake automatically downloads and configured external C++ dependencies; and clang-format.cmake automatically runs the clang-format tool on all C++ files in a project.
  • include: A variety of Hydro C++ header files, including shared lattice definitions, a Anna KVS client, shared typedefs and other utilities.
  • proto: Project API-level protobuf definitions.
  • scripts: Various helper scripts that install dependencies and simplify creating Travis build processes.
  • vendor: CMake configuration for Hydro vendor dependencies (ZeroMQ, SPDLog, and Yaml-CPP).

About

Shared components for the Hydro project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.6%
  • CMake 19.6%
  • Shell 13.8%