Commit Graph

236 Commits

Author SHA1 Message Date
Peter Dimov
bf86becf1f Remove ./, try clang-win 2020-11-20 03:11:35 +02:00
Peter Dimov
bb08742f4e Use cmd for Run tests 2020-11-20 03:06:11 +02:00
Peter Dimov
20b0647a26 Split ci.yml into posix.yml and windows.yml 2020-11-20 03:02:36 +02:00
Peter Dimov
7379c64085 Rename ci.yml to posix.yml 2020-11-20 02:52:22 +02:00
Peter Dimov
8fe51b2eec Use a LIBRARY environment variable 2020-11-20 02:50:56 +02:00
Peter Dimov
b778f7a5c0 Use GITHUB_BASE_REF on Windows as well 2020-11-20 02:39:03 +02:00
Peter Dimov
063d55c558 Use matrix.install for the apt package 2020-11-20 02:24:43 +02:00
Peter Dimov
0c958a4abb sudo make me a sandwich 2020-11-20 02:13:29 +02:00
Peter Dimov
e049827cb8 Install GCC if needed 2020-11-20 02:04:26 +02:00
Peter Dimov
3bc9bf61e0 Quote if expressions 2020-11-20 01:50:13 +02:00
Peter Dimov
f50418192c Split Windows setup 2020-11-20 01:48:21 +02:00
Peter Dimov
2affc65749 Use bash on Windows 2020-11-20 01:37:03 +02:00
Peter Dimov
fbdd5149c9 Add os to matrix 2020-11-20 01:32:05 +02:00
Peter Dimov
f425cf69c6 We don't want fail-fast 2020-11-20 01:22:14 +02:00
Peter Dimov
f47b28dad5 Fix cd 2020-11-20 01:19:10 +02:00
Peter Dimov
9ea36760f6 Revert "Split into lines; fix cd"
This reverts commit 8da42266d5.
2020-11-20 01:18:48 +02:00
Peter Dimov
8da42266d5 Split into lines; fix cd 2020-11-20 01:17:02 +02:00
Peter Dimov
43dd83b860 Compute BOOST_BRANCH 2020-11-20 01:14:31 +02:00
Peter Dimov
694c3cd643 GITHUB_BASE_REF is only for PRs 2020-11-20 01:09:38 +02:00
Peter Dimov
f18e24a6fc Fix typo 2020-11-20 00:59:55 +02:00
Peter Dimov
8f9deb1a8b Add .github/workflows 2020-11-20 00:58:15 +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