Commit Graph

118 Commits

Author SHA1 Message Date
Peter Dimov
7e252144c1 Remove trailing whitespace 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 2019-04-14 18:01:54 +03:00
Peter Dimov
075d6b25ab Add deprecation warnings to v1 headers 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 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
Peter Dimov
24bd71393e Add .travis.yml 2017-10-23 01:18:09 +03:00
Ion Gaztañaga
98954984a4 Avoid link-time chrono dependencies
timer used to be independent from chrono. The tiny dependency used in the implementation can be isolated defining BOOST_CHRONO_HEADER_ONLY
2017-06-10 23:59:48 +02:00
Antony Polukhin
d41bad0dad Fixed multiple warnings 'use of C99 long long integer constant' 2017-04-28 13:11:15 +03:00
Beman
65d0635243 Merge remote-tracking branch 'remotes/origin/develop' 2015-10-27 17:53:51 -04:00
Beman
da677f6749 Clean up Jamfiles, clear GCC warnings, convert msvc to VC++ 2015 2015-10-27 17:11:55 -04:00
Beman
00ed15d83a Clear GCC warnings. 2015-10-08 05:00:28 -04:00
Mikael Olenfalk
fb7337d710 universal-windows: GetProcessTimes is not supported 2015-10-07 15:14:11 +02:00
jzmaddock
ba8ae43a26 Allow timer to be built with -fno-exceptions 2015-09-06 09:51:44 +01:00
Noel Belcourt
f4ec9ccd80 Merge pull request #1 from danieljames/metadata
Create metadata file.
2014-09-01 20:34:46 -06:00
Daniel James
1be764793c Add metadata file. 2014-08-18 15:11:24 +01:00
Beman
8682840301 Revert "Create first merge point for Git"
This reverts commit 01af50eb2a, reversing
changes made to b3cb84d8d0.

The reverted commit had the effect of backing out several previously committed fixes. Possibly operator error?
2013-12-28 09:11:49 -05:00
Beman
ca6da18211 Merge branch 'develop' 2013-12-26 08:19:51 -05:00
Beman
a30dccc6ee Fix for inspect in case where tests run from a different directory, for example boost-root/status. Thanks to Steven Watanabe for detecting both the problem and its solution. 2013-12-24 11:47:48 -05:00
Beman
7a981728f7 Add inspect to test suite. 2013-12-20 09:53:19 -05:00
Beman
01af50eb2a Create first merge point for Git 2013-12-20 07:56:26 -05:00