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

169 Commits

Author SHA1 Message Date
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
Peter Dimov
f345749e64 Merge pull request #14 from tcm-marcel/patch-1
Remove unused using-declaration for `error_code`
boost-1.74.0.beta1 boost-1.74.0
2020-04-25 00:04:54 +03:00
Marcel Kost
ceeb3e12e0 Remove unused using-declaration for error_code
`boost::system::error_code` is included in the namespace, even though it is not even used in this file. 

The problem I encounter because of this: When configuring `boost/chrono` to be header-only, the `error_code` symbol is not included anymore and the `cpu_timer.cpp` doesn't compile.
2020-04-24 16:09:45 +02:00
Peter Dimov
1fc97cb802 Use -DBOOST_INCLUDE_LIBRARIES=timer on Appveyor too boost-1.73.0.beta1 boost-1.73.0 2019-12-30 09:37:19 +02:00
Peter Dimov
5d72f2b3c3 Use -DBOOST_INCLUDE_LIBRARIES=timer 2019-12-30 04:00:08 +02:00
Peter Dimov
19ceb98df2 Use LINK_LIBRARIES instead of LIBRARIES 2019-12-28 22:08:03 +02:00
Peter Dimov
a18cb7ec2f Normalize if statement 2019-12-28 22:06:05 +02:00
Peter Dimov
15fed3a0df $<IF requires CMake 3.8 2019-12-28 21:11:02 +02:00
Peter Dimov
29c3ce9d00 Update CMakeLists.txt 2019-12-27 19:24:52 +02:00
Peter Dimov
e476b4498a Tolerate absence of BoostTestJamfile.cmake 2019-12-23 04:04:05 +02:00
Peter Dimov
0ed7b642a9 Add -d0 to b2 headers 2019-12-17 15:10:00 +02:00
Peter Dimov
ab5c8786a8 Update submodule tools/cmake in appveyor.yml 2019-12-17 15:00:34 +02:00
Peter Dimov
6250e4ab4b Update appveyor.yml 2019-12-17 14:07:10 +02:00
Peter Dimov
f1f1e86be5 Update submodule tools/cmake 2019-12-16 05:49:17 +02:00
Peter Dimov
cb6201f2f8 Add CMake job to .travis.yml 2019-12-16 01:48:28 +02:00