338 Commits
Author SHA1 Message Date
Antony Polukhin 29ab3258a7 do not run tests on old MSVC in appveyor boost-1.84.0 boost-1.84.0.beta1 2023-08-25 14:06:21 +03:00
Antony Polukhin 4a04bb5f46 update meta 2023-08-25 12:49:14 +03:00
Antony Polukhin 34e6c165da run tests on more compilers 2023-08-25 11:59:54 +03:00
Antony Polukhin 034d105a48 Remove hard error about C++11 requirement (fixes #38) 2023-08-25 11:41:48 +03:00
Mohammad Nejati 62a3c9e89f Use relative URL for redirect in index.html (#37) 2023-08-12 11:03:19 +03:00
Antony Polukhin b9815d397b Drop C++03 support and Boost.Preprocessor usage (#13) 2023-08-11 21:34:25 +03:00
Antony Polukhin 7bde4f36af Update CI (3) boost-1.83.0 boost-1.83.0.beta1 2023-05-27 17:30:17 +03:00
Antony Polukhin b66e6cf881 update CI setup (2) 2023-05-21 12:21:05 +03:00
Antony Polukhin ad7e8f7e4b update CI setup (1) 2023-05-21 11:19:51 +03:00
Antony Polukhin 6fcb86f6cc update CI setup 2023-05-21 10:59:55 +03:00
Antony Polukhin b8e658c5bd add C++03 deprecation warnings 2023-05-14 20:08:00 +03:00
Antony Polukhin 9507b06b68 Update copyright years boost-1.82.0 boost-1.82.0.beta1 2023-01-19 10:22:50 +03:00
Peter Dimov 9f35fab4cf Update ci.yml 2022-12-24 17:51:43 +02:00
Peter Dimov d4fe92e302 Regenerate CMakeLists.txt 2022-12-23 03:05:52 +02:00
Antony Polukhin cca370a918 update copyright years boost-1.80.0.beta1 boost-1.80.0 boost-1.79.0.beta1 boost-1.79.0 boost-1.81.0 boost-1.81.0.beta1 2022-01-30 15:01:13 +03:00
Antony Polukhin 97fc5b9838 do not use depth 1 for checkouts in CI boost-1.78.0.beta1 boost-1.78.0 2021-09-20 21:56:00 +03:00
Antony Polukhin 0cc169ecd6 modernize CI setup 2021-09-11 18:18:54 +03:00
Peter Dimov a3c6a957ee Update CMakeLists.txt boost-1.77.0.beta1 boost-1.77.0 2021-06-10 00:48:35 +03:00
Antony Polukhin 04cc1734ef use HTTPS links in Readme 2021-04-27 11:22:44 +03:00
Antony Polukhin f395836779 gather coverage in CI from more platforms 2021-04-24 21:53:20 +03:00
Antony Polukhin 4f51b1f4eb update Readme with new CI links and new doc links, do not gather coverage twice, remove drone 2021-04-24 18:53:27 +03:00
Antony Polukhin a2ef72c907 CI updates: proper setup of clang-7 and restore sanitizers for gcc-10 2021-04-24 14:28:28 +03:00
Antony Polukhin 331c26760e Use clang-7 in CI instead of clang-3.8; do not sanitize with GCC-10 2021-04-24 14:20:46 +03:00
Antony Polukhin d6d07a8ce8 add missing include and do not tests on clang-3.7 2021-04-24 13:49:52 +03:00
Antony Polukhin 4468903f8f modernize CI 2021-04-24 12:47:19 +03:00
Antony Polukhin 88c5d9a998 fix broken link 2021-04-24 12:46:59 +03:00
Antony Polukhin f0b87ea7d3 Merge pull request #35 from sdarwin/githubactions
GitHub Actions config
2021-04-18 14:10:35 +03:00
sdarwin 03794d6144 Add GitHub Actions config [ci skip] 2021-03-04 18:22:58 +00:00
Antony Polukhin 62154d3b19 Merge pull request #33 from sdarwin/drone
Drone config
boost-1.76.0 boost-1.76.0.beta1
2021-01-27 10:29:41 +03:00
Antony Polukhin b4014f385d Merge pull request #32 from eldiener/develop
[skip ci] Add "cxxstd" json field
2021-01-27 10:25:31 +03:00
sdarwin 0dc42bab8f add drone config [ci skip] 2021-01-26 15:29:49 +00:00
Edward Diener a4726d239f [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-21 16:26:02 -05:00
Antony Polukhin f40f4731e1 Merge github.com:apolukhin/type_index into develop 2021-01-04 18:29:36 +03:00
Antony Polukhin 754fb0f348 CI fix attempt (1) 2021-01-04 13:32:09 +03:00
Antony Polukhin 6fa4f57e7d CI fix attempt 2021-01-04 13:23:42 +03:00
Antony Polukhin c79f1c8d5d Specify address model for MSVC
Relates boostorg/build#659
2021-01-04 11:04:54 +03:00
Antony Polukhin 843ee6848b update copyright years 2021-01-03 20:01:31 +03:00
Antony Polukhin 6fc5b35b00 Merge pull request #31 from sdarwin/lcov
update .travis.yml to correct lcov error messages
2021-01-03 12:49:28 +03:00
sdarwin 84d68f32e2 update lcov in .travis.yml 2020-12-31 00:51:49 +00:00
Antony Polukhin 1dacdb561e Merge pull request #29 from Kojoley/cease-dependence-on-smart_ptr
Cease dependence on SmartPtr
2020-08-27 12:03:36 +03:00
Antony Polukhin 9862011b6b CI fixes boost-1.74.0.beta1 boost-1.75.0.beta1 boost-1.75.0 boost-1.74.0 2020-07-06 11:36:48 +03:00
Nikita Kniazev 321749796e Cease dependence on SmartPtr
by forward declaring `boost::shared_ptr`
2020-05-26 02:56:12 +03:00
Antony Polukhin f2e395a7f3 update copyright years boost-1.73.0.beta1 boost-1.73.0 2020-01-22 23:26:24 +03:00
Antony Polukhin 9936c31851 Attempt to fix CI 2019-11-12 09:00:57 +03:00
Antony Polukhin 560c7d2ef6 Change header file to include 2019-11-11 20:56:04 +03:00
Antony Polukhin bf33e63feb CI fixes 2019-11-11 18:47:46 +03:00
Antony Polukhin 2152466531 CI fixes 2019-08-29 19:12:02 +03:00
Antony Polukhin 389f621450 CI + inspect tool fixes 2019-08-29 16:00:48 +03:00
Antony Polukhin 0b65c1a8d8 Disable some of the inspect tool checks 2019-08-28 20:59:16 +03:00
Antony Polukhin 216c21b728 Fix issues found by inspect too and add it to CI 2019-08-28 17:54:46 +03:00