Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

PaladinAI/fmt

 
 

Repository files navigation

{fmt}

fmt is a formatting library for C++ used by the Collector, Local Agent and Platform.

Syncing with the upstream master branch

First, make sure the upstream remote is configured:

git remote -v

# If the upstream remote doesn't exist, add it:
git remote add upstream https://github.com/fmtlib/fmt.git

Then merge the upstream changes from the master branch:

git fetch upstream
git checkout develop
git merge upstream/master

Publishing to the Conan server

To update the package, update the version number in conanfile.py then run:

conan create . paladin/develop
conan upload fmt/5.2.1@paladin/develop -r paladin

Packages

No packages published

Languages

  • C++ 97.2%
  • Python 1.8%
  • CMake 1.0%
  • QMake 0.0%
  • HTML 0.0%
  • Batchfile 0.0%