2
0
mirror of https://github.com/boostorg/timer.git synced 2026-01-22 17:52:19 +00:00
Commit Graph

147 Commits

Author SHA1 Message Date
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
Peter Dimov
a1a3f9a399 Add CMakeLists.txt 2019-12-16 01:45:33 +02:00
Peter Dimov
7e252144c1 Remove trailing whitespace boost-1.72.0.beta1 boost-1.72.0 2019-10-07 15:05:16 +03:00
Peter Dimov
c221a60102 Copy progress_display into boost/timer/progress_display.hpp 2019-08-24 15:57:15 +03:00
Peter Dimov
04462eebe9 Update .travis.yml 2019-08-15 15:07:02 +03:00
Peter Dimov
dbd1435c6a Switch Appveyor to 2015 image boost-1.71.0.beta1 boost-1.71.0 2019-04-14 18:01:54 +03:00
Peter Dimov
075d6b25ab Add deprecation warnings to v1 headers boost-1.70.0.beta1 boost-1.70.0 2019-01-16 20:32:37 +02:00
Peter Dimov
b7bf32e40c BOOST_PLAT_WINDOWS_DESKTOP is not defined for Cygwin 2019-01-16 01:29:01 +02:00
Peter Dimov
f070343556 Add --verbose-test 2019-01-16 00:52:03 +02:00
Peter Dimov
11f92ac2b1 Add -l120 to b2 test 2019-01-15 21:35:31 +02:00
Peter Dimov
2547da2ca9 Merge branch 'universal-windows' of https://github.com/mauve/timer into feature/pr-3 2019-01-15 19:38:07 +02:00
Peter Dimov
b10b3b36ce Simplify test/Jamfile; make inspect test explicit 2019-01-15 18:23:30 +02:00
Peter Dimov
108933bbcc Remove <asynch-exceptions>on 2019-01-15 18:15:43 +02:00
Peter Dimov
cee372b042 Remove assert to placate inspect; logic handles the case fine 2019-01-15 18:15:27 +02:00
Peter Dimov
cd6d875a9a Fix anchor names 2019-01-15 05:20:52 +02:00
Peter Dimov
34f1edb018 Merge pull request #11 from Lastique/remove_linking_system
Remove linking with Boost.System
2019-01-15 04:46:21 +02:00
Peter Dimov
febc9b8b81 Merge pull request #9 from danieljames/feature/fix-links
Fix some links
2019-01-15 04:46:08 +02:00
Andrey Semashev
43eecbd071 Removed linking with Boost.System.
Since Boost.System is now header-only, no need to link with the library.
2019-01-14 20:49:50 +03:00
Peter Dimov
c3339bf5a3 Remove essentials from yml files 2018-12-22 04:34:24 +02:00
Peter Dimov
9701f6feb6 Update .yml files 2018-12-18 22:00:51 +02:00
Peter Dimov
39c8ee92f7 No longer autolink to System; it's header-only 2018-12-15 18:36:59 +02:00
Peter Dimov
2f5aadff61 Update appveyor.yml, .travis.yml 2018-12-15 03:09:41 +02:00
Daniel James
f2c75bc9e0 Fix some links 2018-01-11 17:58:23 +00:00