Commit Graph

35 Commits

Author SHA1 Message Date
Andrey Semashev
5fd1761c83 Removed linking with Boost.System.
Since Boost.System is now header-only, no need to link with the library.
2019-01-14 20:34:14 +03:00
Peter Dimov
95821eec65 Add boost-install to build/Jamfile 2018-10-05 17:35:10 +03:00
Vicente J. Botet Escriba
54024419cc remove BOOST_SYSTEM_NO_DEPRECATED in Jamfiles. 2017-10-23 01:55:58 +02:00
Vicente J. Botet Escriba
49d9ee8b0f merge PR. 2015-10-20 14:37:07 +02:00
Vicente J. Botet Escriba
2971d147c7 fix no-variadic-macros. 2015-10-20 14:34:59 +02:00
Ion Gaztañaga
07fa84630a fix incorrect pach of pull#9
"Fix chrono to support GCC 3.x #9" contained a wrong patch. It deleted the clang line instead of the gcc one.
2015-10-18 19:40:28 +02:00
Ion Gaztañaga
ab7e0a7674 Fix chrono to support GCC 3.x
According to the latest compiler deprecation GCC 3.3 is still (in theory) supported. I'm trying to put a regression runner with mingw-3.4 and it seems that "-Wno-variadic-macros" was introduced with GCC 4.0 and compilation fails because of this. With this patch the library compiles fine.
2015-10-14 22:00:54 +02:00
Vicente J. Botet Escriba
6210bc4619 Avoid pedantic clang warnings. 2014-08-21 19:18:09 +02:00
Vicente J. Botet Escriba
21de308c23 Apply patch for #9859. 2014-04-19 08:56:24 +02:00
Vicente J. Botet Escriba
b8dee16660 Chrono: inhibit variadic-macros warning.
[SVN r82945]
2013-02-17 10:07:41 +00:00
Vicente J. Botet Escriba
ed7858d805 Chrono: remove some warnoings
[SVN r81096]
2012-10-29 12:10:01 +00:00
Vicente J. Botet Escriba
9043333e23 Chrono: try to manage with ref #7542
[SVN r81033]
2012-10-21 09:01:46 +00:00
Vicente J. Botet Escriba
ea5285d7fd Chrono: Added some warning removal on intel and fix explicit bool conversion issue
[SVN r80949]
2012-10-10 23:05:02 +00:00
Vicente J. Botet Escriba
2d2301ec24 Chrono: make use of BOOST_ERROR_CODE_HEADER_ONLY
[SVN r79323]
2012-07-07 10:12:11 +00:00
Vicente J. Botet Escriba
d48ff8a202 Chrono: Updated chrono io utilities
[SVN r78719]
2012-05-28 13:54:22 +00:00
Vicente J. Botet Escriba
bb6d626c83 Chrono: make use of scoped enum emulation fro duration_style and timezone
[SVN r78436]
2012-05-12 17:27:59 +00:00
Vicente J. Botet Escriba
b89a71ea94 Chrono: Remove traces + try __typeof__ trink on sun + update history
[SVN r77797]
2012-04-07 00:19:39 +00:00
Vicente J. Botet Escriba
a227c207b7 Chrono: try to solve issue building Boost.Chrono with <threading>single
[SVN r74902]
2011-10-10 19:57:57 +00:00
Vicente J. Botet Escriba
74e56b322c Chrono: Force <threading multi for pgi compiler waiting for a better option.
[SVN r69232]
2011-02-24 06:28:50 +00:00
Vicente J. Botet Escriba
c1874fde39 Chrono: Remove enable-auto-import
[SVN r68830]
2011-02-13 12:55:51 +00:00
Vicente J. Botet Escriba
528eebcae3 Chrono: remove erroneous -Wextra compiler flag for pathscale
[SVN r68772]
2011-02-11 06:55:08 +00:00
Vicente J. Botet Escriba
31beece329 Chrono: Suppress warning for clang compiler
warning: 'long long' is an extension when C99 mode is not enabled [-Wlong-long]


[SVN r68664]
2011-02-06 11:37:33 +00:00
Vicente J. Botet Escriba
3e1d511819 Chrono: Change UPPERCASE by lowercase in <target-os>
[SVN r68452]
2011-01-26 12:04:03 +00:00
Vicente J. Botet Escriba
ab6a7f56c6 Chrono: Change <os> by <target-os>
[SVN r68441]
2011-01-25 19:37:00 +00:00
Vicente J. Botet Escriba
0853f0bd2b Chrono: Set -Wno-long-long with pathscale toolset as needed if -pedantic is set
[SVN r68436]
2011-01-25 17:26:35 +00:00
Vicente J. Botet Escriba
3371665716 Boost.Chrono: Remove BOOST_USE_WINDOWS_H from the Jamfiles and move it to the config.h file when BOOST_CHRONO_SOURCE is defined
[SVN r68158]
2011-01-14 17:44:05 +00:00
Vicente J. Botet Escriba
6e1a889c27 Boost.Chrono: It seems that multi-threading is also needed on FREEBSD.
[SVN r68131]
2011-01-13 22:44:42 +00:00
Vicente J. Botet Escriba
66fd35de7a Boost.Chrono: Correct preceding modification that doesn't works
[SVN r68113]
2011-01-13 18:16:03 +00:00
Vicente J. Botet Escriba
b1db2b6ffc Boost.Chrono: It seems that multi-threading is needed on LINUX to any user of Boost.Chrono, in particular the tests.
[SVN r68110]
2011-01-13 17:34:04 +00:00
Vicente J. Botet Escriba
983e6f0217 Boost.Chrono: Remove redundant definition of BOOST_COMMON_TYPE_DONT_USE_TYPEOF
[SVN r68080]
2011-01-13 05:23:27 +00:00
Vicente J. Botet Escriba
d7f8d996a5 Boost.Chrono: It seems that multi-threading is needed on LINUX
[SVN r68036]
2011-01-12 12:33:39 +00:00
Vicente J. Botet Escriba
5ae17865aa Boost.Chrono: Disable THREAD_CLOCK on single threading
[SVN r68005]
2011-01-11 23:21:46 +00:00
Vicente J. Botet Escriba
357a9c6a43 Boost.Chrono: Don't use typeof to get common_type
[SVN r67907]
2011-01-10 07:35:55 +00:00
Vicente J. Botet Escriba
3ae4aba7e5 Boost.Chrono: Ignore some warnings from intel compilers
[SVN r67777]
2011-01-08 12:33:54 +00:00
Vicente J. Botet Escriba
c183fb72fd Boost.Chrono: Moved to trunk
[SVN r67698]
2011-01-06 00:47:42 +00:00