2
0
mirror of https://github.com/boostorg/timer.git synced 2026-01-27 07:22:11 +00:00
Commit Graph

133 Commits

Author SHA1 Message Date
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
Peter Dimov
cb59c5cff1 Fix autolink; Chrono and System are needed in order to link successfully boost-1.69.0-beta1 boost-1.69.0 boost-1.68.0 boost-1.67.0 2017-12-22 21:22:12 +02:00
Peter Dimov
d66618c700 Merge pull request #8 from boostorg/feature/revert-pr5-for-1.66.0
Revert "Avoid link-time chrono dependencies"
2017-12-18 20:54:29 +02:00
Daniel James
10bf0e3d6d Revert "Avoid link-time chrono dependencies"
This reverts commit 98954984a4.
2017-12-17 15:27:55 +00:00
Peter Dimov
e5759a6c47 Fix test/Jamfile to make chrono_conflict_test fail in the right way 2017-12-14 17:55:45 +02:00
Peter Dimov
ffe4bbf681 Add g++ 5,6,7 to Travis 2017-12-14 17:40:05 +02:00
Peter Dimov
fe43d3e8fd Add missing import testing to test/Jamfile 2017-12-14 17:37:45 +02:00
Peter Dimov
7e3e7eb1a3 Add appveyor.yml 2017-12-14 17:31:23 +02:00
Peter Dimov
05ae7c47e9 Add chrono_conflict_test 2017-12-14 16:04:03 +02:00
Peter Dimov
517349613b Reduce number of Travis jobs 2017-10-25 17:23:42 +03:00
Beman Dawes
a8e1fefd5f Merge pull request #2 from jzmaddock/patch-1
Allow timer to be built with -fno-exceptions
2017-10-23 08:44:38 -04:00
Beman Dawes
d9efde562d Merge pull request #5 from igaztanaga/patch-1
Avoid link-time chrono dependencies
2017-10-23 08:42:08 -04:00
Beman Dawes
0399fe95f1 Merge pull request #4 from apolukhin/develop
Fixed multiple warnings 'use of C99 long long integer constant'
2017-10-23 08:38:00 -04:00
Beman
92f38313c8 Upgrade msvc to 2017 2017-10-23 08:26:01 -04:00
Peter Dimov
7440c2201e Merge branch 'develop' 2017-10-23 01:26:53 +03:00