283 Commits
Author SHA1 Message Date
Peter Dimov 6fa4cc7e9f Merge pull request #21 from sdarwin/cmake_subdir_test
simplify path in cmake_subdir_test
2021-02-28 08:05:02 +02:00
sdarwin 67c88796f6 simplify path in cmake_subdir_test 2021-01-26 16:37:58 +00:00
Peter Dimov af75a05808 Merge pull request #19 from eldiener/develop
[skip ci] Add "cxxstd" json field
2021-01-20 00:26:48 +02:00
Edward Diener a95736c66e [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2021-01-18 21:02:53 -05:00
Peter Dimov 835f8db241 Cast to char const* to placate clang-tidy (refs #18) 2021-01-02 17:51:56 +02:00
Peter Dimov 269e947d1f Compute LIBRARY from GITHUB_REPOSITORY 2020-12-23 06:23:28 +02:00
Peter Dimov 21e3ca27b6 Merge pull request #16 from boostorg/pdimov-patch-1
Update README.md
2020-12-23 05:04:13 +02:00
Peter Dimov c12e4bb43c Update README.md 2020-12-23 04:56:53 +02:00
Peter Dimov d3cae8b56b Log and recalculate branch names properly 2020-12-23 04:49:43 +02:00
Peter Dimov a181193bc4 Update ci.yml 2020-12-19 17:35:40 +02:00
Peter Dimov 48e6569d9f Move windows.yml into ci.yml 2020-12-19 17:30:54 +02:00
Peter Dimov aeb7d5d21b Rename posix.yml to ci.yml 2020-12-19 17:30:00 +02:00
Peter Dimov d1f2cf8779 Update maintainer e-mail 2020-12-12 00:57:48 +02:00
Peter Dimov a6560be6ff Add addrmd to the matrix in windows.yml 2020-11-20 05:13:44 +02:00
Peter Dimov 7d4a629281 Add toolset=gcc to windows.yml 2020-11-20 05:05:25 +02:00
Peter Dimov 362da7892c Suppress warnings under variant=release 2020-11-20 04:56:21 +02:00
Peter Dimov 50030e9ac3 Add variant=debug,release; address-model=32,64 to Github Actions 2020-11-20 04:47:55 +02:00
Peter Dimov a43d6569b8 Squash-merge feature/gh-actions into develop (#15)
* Add .github/workflows
* Fix typo
* GITHUB_BASE_REF is only for PRs
* Compute BOOST_BRANCH
* Split into lines; fix cd
* Revert "Split into lines; fix cd"
* Fix cd
* We don't want fail-fast
* Add os to matrix
* Use bash on Windows
* Split Windows setup
* Quote if expressions
* Install GCC if needed
* sudo make me a sandwich
* Use matrix.install for the apt package
* Use GITHUB_BASE_REF on Windows as well
* Use a LIBRARY environment variable
* Rename ci.yml to posix.yml
* Split ci.yml into posix.yml and windows.yml
* Use cmd for Run tests
* Remove ./, try clang-win
* Remove clang-win, not present
2020-11-20 03:28:46 +02:00
Peter Dimov 2cd99e24e8 Merge branch 'feature/appveyor-2013' into develop boost-1.75.0.beta1 boost-1.75.0 2020-10-05 22:04:38 +03:00
Peter Dimov fa5b588766 Merge pull request #14 from giomasce-throwaway/develop
Fix a typo in copyright headers.
2020-10-05 21:48:30 +03:00
Peter Dimov 217733169c Use address-model=32 for msvc-9.0, 10.0, 11.0 2020-10-05 21:40:52 +03:00
Peter Dimov cf7f527dae Use the 2013 image on Appveyor 2020-10-05 21:32:35 +03:00
Giovanni Mascellani 826d6e833d Fix a typo in copyright headers. 2020-10-05 19:19:20 +02:00
Peter Dimov 35c31e7778 Update .travis.yml boost-1.73.0 boost-1.74.0.beta1 boost-1.74.0 boost-1.73.0.beta1 2020-01-21 15:05:19 +02:00
Peter Dimov 1f740abb3b Add revision history 2020-01-21 03:18:16 +02:00
Peter Dimov 312b047876 Update documentation 2020-01-21 03:03:16 +02:00
Peter Dimov e52b379928 Add operator<< for source_location 2020-01-21 01:52:41 +02:00
Peter Dimov e4ae80770f Reinstate CMake project version check 2020-01-09 21:56:40 +02:00
Peter Dimov 3c84f4c301 Add -DBOOST_INCLUDE_LIBRARIES=assert, otherwise test dependencies for Core are required 2020-01-06 17:09:14 +02:00
Peter Dimov 19329d3335 Use Boost_VERBOSE instead of Boost_DEBUG 2019-12-30 17:15:43 +02:00
Peter Dimov b16c39fad1 Detabify 2019-12-28 05:24:27 +02:00
Peter Dimov c015f4d8c0 Add missing copyright/license preambles 2019-12-27 05:24:50 +02:00
Peter Dimov e651b9d5e7 Change LIBRARIES to LINK_LIBRARIES 2019-12-27 04:06:14 +02:00
Peter Dimov eedcd7fbd6 cd into the right directory on Appveyor 2019-12-27 04:03:38 +02:00
Peter Dimov da5e091413 Disable installation without PROJECT_VERSION; add comments; fix indentation 2019-12-27 04:00:29 +02:00
Peter Dimov 9d8eda7972 Add subdir, install tests to Appveyor 2019-12-27 01:09:51 +02:00
Peter Dimov a6da241823 Quote library list 2019-12-26 23:34:36 +02:00
Peter Dimov 8f71cdaf76 Fix typos in .travis.yml 2019-12-26 21:52:16 +02:00
Peter Dimov 44bed90749 Add cmake_install_test, cmake_subdir_test 2019-12-26 17:55:24 +02:00
Peter Dimov 37a31584ca Update according to latest BoostInstall changes 2019-12-26 17:07:17 +02:00
Peter Dimov 14dfa526df Reenable boost_install(boost_assert) 2019-12-23 19:45:16 +02:00
Peter Dimov 204ce510c0 Tolerate absence of BoostTestJamfile.cmake 2019-12-23 04:02:13 +02:00
Peter Dimov 44e6762642 Disable boost_install(boost_assert) for now 2019-12-23 04:00:08 +02:00
Peter Dimov ca4e25f64e Install the include/ directory separately 2019-12-22 08:34:42 +02:00
Peter Dimov e999e81106 Add CMake install support 2019-12-22 04:23:22 +02:00
Peter Dimov ad8d5d64da Fix Appveyor 2019-12-17 13:25:02 +02:00
Peter Dimov 14061d1afa Add CMake jobs to Appveyor 2019-12-17 13:09:49 +02:00
Peter Dimov 66a366088e Fix include directory in CMakeLists.txt 2019-12-16 21:08:02 +02:00
Peter Dimov b7b3243936 Update submodule tools/cmake 2019-12-16 00:35:21 +02:00
Peter Dimov 231c0cb162 Update .travis.yml for CMake changes 2019-12-15 20:51:42 +02:00