Enhance CI, add license and readme, and fix a visibility issue

This commit is contained in:
James E. King III
2018-10-30 15:41:36 +00:00
parent 9477cd8be0
commit ac1713e130
9 changed files with 365 additions and 221 deletions

11
Jamfile Normal file
View File

@ -0,0 +1,11 @@
# Boost.Algorithm Library Jamfile
#
# Copyright (c) 2018 James E. King III
#
# Use, modification, and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# please order by name to ease maintenance
build-project example ;
build-project test ;