Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
/ common Public archive
forked from hydro-project/common

Shared components for the Hydro project

License

Notifications You must be signed in to change notification settings

stolet/common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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++ 65.7%
  • CMake 20.1%
  • Shell 14.2%