Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

PaladinAI/asio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Asio C++ Library

Asio is a C++ library for network and low-level I/O programming used by the 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/chriskohlhoff/asio.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

Until the Platform library is updated, we're using Asio version 1.11. Make sure to checkout that branch before making any changes. To update the package, update the version number in conanfile.py then run:

git checkout v1.11
conan create . paladin/develop
conan upload asio/1.11.0@paladin/develop -r paladin

Packages

No packages published

Languages

  • C++ 96.2%
  • XSLT 1.5%
  • Perl 1.0%
  • Makefile 0.9%
  • HTML 0.3%
  • M4 0.1%