2
0
mirror of https://github.com/boostorg/timer.git synced 2026-01-26 19:12:11 +00:00
Commit Graph

183 Commits

Author SHA1 Message Date
Peter Dimov
a701cafb6b Update appveyor.yml boost-1.85.0 2024-03-14 16:57:55 +02:00
Peter Dimov
104f7ad682 Update cmake_subdir_test/CMakeLists.txt boost-1.85.0.beta1 2023-12-05 21:49:21 +02:00
Peter Dimov
5e6ef2a3a7 Update ci.yml 2023-12-05 21:31:09 +02:00
Peter Dimov
115d19072e Merge branch 'feature/gha' into develop boost-1.84.0 2023-11-17 15:06:30 +02:00
Peter Dimov
954b529f1c Update ci.yml 2023-11-17 13:23:54 +02:00
Peter Dimov
e0cd587858 Update appveyor.yml 2023-11-17 13:13:37 +02:00
Peter Dimov
85b2642a42 Disable deprecated headers unless BOOST_TIMER_ENABLE_DEPRECATED is defined boost-1.84.0.beta1 boost-1.83.0.beta1 boost-1.83.0 2023-04-21 01:30:51 +03:00
Peter Dimov
0254b6a68b Update dependency list in cmake_subdir_test 2023-04-20 03:24:38 +03:00
Peter Dimov
2b199b5133 Avoid redefinition of BOOST_TIMER_SOURCE 2023-04-20 03:13:41 +03:00
Peter Dimov
cca09d7c3c Regenerate CMakeLists.txt 2023-04-20 03:03:53 +03:00
Peter Dimov
7bb062e85c Remove unnecessary include of boost/throw_exception.hpp 2023-04-20 01:04:57 +03:00
Peter Dimov
c8a66cd364 Remove dependency on Boost.Core 2023-04-20 01:01:38 +03:00
Peter Dimov
b66706fff5 Remove remaining mentions of Boost.Chrono 2023-04-19 21:43:13 +03:00
Peter Dimov
faffa6e787 Remove dependency on Boost.Chrono 2023-04-19 21:06:28 +03:00
Peter Dimov
1a53ea1d8e Remove dependency on Boost.System; use return value of ::times as suggested in #13 2023-04-19 20:26:29 +03:00
Peter Dimov
cd7d42696b Update ci.yml boost-1.82.0.beta1 boost-1.82.0 2023-03-06 07:55:27 +02:00
Peter Dimov
2e3aba8ad5 Update ci.yml 2023-03-06 06:35:20 +02:00
Peter Dimov
fb88e7758e Update ci.yml boost-1.81.0.beta1 boost-1.81.0 2022-08-16 00:40:09 +03:00
Peter Dimov
5101af7a29 Merge pull request #20 from renbaoshuo/patch-1
chore: bump macos runner version
2022-07-25 15:15:12 +03:00
Baoshuo Ren
8705525c60 chore: bump macos runner version
GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22
2022-07-25 17:54:04 +08:00
Peter Dimov
9ee4c9cd9d Remove 16.04 from ci.yml boost-1.80.0.beta1 boost-1.80.0 boost-1.79.0.beta1 boost-1.79.0 boost-1.78.0.beta1 boost-1.78.0 2021-10-28 23:35:08 +03:00
Peter Dimov
0416ddd5a4 Add msvc-14.3 to ci.yml 2021-10-28 23:19:26 +03:00
Peter Dimov
414fc819fb Fix typo 2021-09-18 02:30:15 +03:00
Peter Dimov
167de25f3d Set LD_LIBRARY_PATH 2021-09-18 02:18:48 +03:00
Peter Dimov
0a750a4565 Update list of dependencies in cmake_subdir_test 2021-09-18 02:14:34 +03:00
Peter Dimov
dd73da237b Add a 'build' step to posix-cmake-install 2021-09-18 02:11:49 +03:00
Peter Dimov
2fca611618 Add CMake tests to GHA 2021-09-18 02:04:07 +03:00
Peter Dimov
e83f95a624 Update Travis to build CMake tests boost-1.77.0.beta1 boost-1.77.0 2021-06-11 16:16:59 +03:00
Peter Dimov
5bcb619e79 Update appveyor.yml 2021-06-10 20:48:15 +03:00
Peter Dimov
ff7a38a798 Update appveyor.yml 2021-06-10 16:17:51 +03:00
Peter Dimov
133e05e0a4 Update ci.yml 2021-06-10 07:19:24 +03:00
Peter Dimov
4f71bef0d0 Update ci.yml 2021-06-10 05:39:16 +03:00
Peter Dimov
e8f3f87ac0 Update CMakeLists.txt 2021-06-10 01:54:14 +03:00
Peter Dimov
e9387e4d99 Update .github/workflows 2021-04-19 21:31:02 +03:00
Peter Dimov
059a9c0a0f Update .github/workflows 2021-04-19 20:33:56 +03:00
Peter Dimov
d292eec727 Add -DBUILD_TESTING=ON to .yml files; it's not default anymore 2021-03-19 04:16:59 +02:00
Peter Dimov
ab6081707c Merge pull request #19 from eldiener/develop
[skip ci] Add "cxxstd" json field
boost-1.76.0.beta1 boost-1.76.0
2021-01-21 23:51:31 +02:00
Edward Diener
0db1bfe3b4 [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:23:49 -05:00
Peter Dimov
68514a4e18 Update ci.yml 2020-12-23 07:07:40 +02:00
Peter Dimov
8fccd92c9b Update ci.yml 2020-12-19 18:33:55 +02:00
Peter Dimov
94e3854300 Move windows.yml into ci.yml 2020-12-19 18:25:52 +02:00
Peter Dimov
328adc0c2e Rename posix.yml to ci.yml 2020-12-19 18:25:23 +02:00
Peter Dimov
ec37f56f2a Update maintainer 2020-12-12 01:09:51 +02:00
Peter Dimov
adf4a1d8e0 Add matrix.addrmd, toolset=gcc to windows.yml 2020-11-20 05:23:28 +02:00
Peter Dimov
2d98f253a0 Simplify tick_factor_ 2020-11-20 03:59:52 +02:00
Peter Dimov
42537dc3e0 Add variant=debug,release, address-model=32,64 2020-11-20 03:48:24 +02:00
Peter Dimov
c1b94535b9 Add .github/workflows 2020-11-20 03:33:21 +02:00
Peter Dimov
85da0907ac Fix data race in tick_factor() 2020-11-19 17:50:41 +02:00
Peter Dimov
70d1c73a89 Use address-model=32 for msvc-9.0, 10.0, 11.0 boost-1.75.0.beta1 boost-1.75.0 2020-10-12 15:39:15 +03:00
Peter Dimov
dfacf29179 Remove unnecessary include 2020-10-12 15:13:13 +03:00