Serg Krivonos
|
f34bcff86e
|
Add VC143 toolset
|
2021-09-16 16:14:38 +03:00 |
|
Tanzinul Islam
|
0e80afa323
|
Change toolset name to embtc
|
2020-11-25 18:43:34 +00:00 |
|
Tanzinul Islam
|
2e4b1fd404
|
Don't add address model in Embarcadero toolset name
None of the other toolset names include a 32/64-bit indicator. Also,
there is little danger of mixing object files compiled with both the
classic and Clang-based Embarcadero compilers, as the linker now [warns
about it][1].
[1]: https://blogs.embarcadero.com/issues-mixing-classic-and-clang-objects-linker-warnings-improving-app-stability/
|
2020-11-25 15:41:18 +00:00 |
|
Edward Diener
|
2d926e384c
|
Final fix for autolink
|
2020-03-25 12:35:28 -04:00 |
|
jzmaddock
|
687c9e80c9
|
Merge branch 'develop' into develop
|
2020-03-25 09:49:57 +00:00 |
|
Edward Diener
|
03d2c4963e
|
Final change to autolink.hpp
|
2020-03-25 01:47:55 -04:00 |
|
Edward Diener
|
835b765973
|
Next change
|
2020-03-25 01:23:25 -04:00 |
|
Edward Diener
|
0f5f39d1bd
|
Try to resolve conflict.
|
2020-03-25 01:18:18 -04:00 |
|
Edward Diener
|
4916249f72
|
Move block so git does not think there is a conflict.
|
2020-03-24 21:25:46 -04:00 |
|
Edward Diener
|
1ec083d6c2
|
Update to match latest Boost develop branch change
|
2020-03-24 21:07:55 -04:00 |
|
Edward Diener
|
f9e74d8a12
|
Updated configuration for Embarcadero clang based compilers
|
2020-03-20 12:29:35 -04:00 |
|
Edward Diener
|
aa90bfdb4a
|
Support for Embarcadero clang-based C++ compilers in Boost Config.
|
2020-03-18 20:23:04 -04:00 |
|
Marcel Raad
|
0e3b487200
|
Support auto-linking for non-Boost libraries
Check for `BOOST_AUTO_LINK_NOMANGLE` before any other layouts.
This way, `BOOST_AUTO_LINK_NOMANGLE` can be defined temporarily to link
to non-Boost libraries even if `BOOST_AUTO_LINK_TAGGED` or
`BOOST_AUTO_LINK_SYSTEM` are defined.
Boost.UUID does this:
24e3e0db36/include/boost/uuid/detail/random_provider_bcrypt.ipp (L20)
24e3e0db36/include/boost/uuid/detail/random_provider_wincrypt.ipp (L24)
|
2020-03-06 09:01:32 +01:00 |
|
James E. King III
|
a18911902d
|
Enable auto link support for clang on windows (clang-win) (clang-cl)
|
2019-05-14 08:47:13 -04:00 |
|
Thomas Kent
|
6fe7117b2e
|
vc142 auto lib
|
2019-04-04 18:58:33 -05:00 |
|
jzmaddock
|
db26d1431c
|
Update auto linking for --layout=tagged.
Fixes: https://github.com/boostorg/config/issues/260
|
2019-04-01 18:58:26 +01:00 |
|
Isuru Fernando
|
fb903c7180
|
Add support for user defined option BOOST_AUTO_LINK_SYSTEM
This is to support auto linking when the libraries are built with
system layout
|
2018-07-10 21:06:20 -06:00 |
|
Peter Dimov
|
6098c81ee0
|
Use architecture and address model in autolink, instead of just address model
|
2017-07-07 02:56:46 +03:00 |
|
Peter Dimov
|
80fb8000f0
|
Add address model to auto_link.hpp
|
2017-06-30 20:57:59 +03:00 |
|
Thomas Kent
|
6611d45398
|
Using 141 instead of 1410
|
2017-03-19 08:48:11 -05:00 |
|
Thomas Kent
|
953114b284
|
VS2017 version used in other places is vc1410
|
2017-03-16 18:57:02 -05:00 |
|
jzmaddock
|
d5c2dbae38
|
Fix library name for VC14.1 (Visual Studio 2017)
|
2017-03-13 18:58:28 +00:00 |
|
O01eg
|
de5f166253
|
Use corrent name for libraries built with MS VS 2017 RC.
|
2017-01-05 21:18:31 +03:00 |
|
jzmaddock
|
d3c1db5436
|
Apply patch from https://svn.boost.org/trac/boost/ticket/5315.
Allows auto-linking code to synch up with Boost.Build with the --buildid option.
|
2014-10-02 18:22:19 +01:00 |
|
jzmaddock
|
04acb85f7a
|
Update existing VC14 support with patches from https://svn.boost.org/trac/boost/ticket/10489
|
2014-10-02 17:46:49 +01:00 |
|
jzmaddock
|
9647c8ddb4
|
Revert "Config: Remove obsolete MSVC version check"
This reverts commit 9334a55617.
|
2014-01-26 10:04:44 +00:00 |
|
Stephen Kelly
|
9334a55617
|
Config: Remove obsolete MSVC version check
[SVN r85902]
|
2013-09-25 13:51:27 +00:00 |
|
John Maddock
|
5d792c13e7
|
Apply patches from #8753.
Fixes #8753.
[SVN r85137]
|
2013-07-23 17:32:10 +00:00 |
|
John Maddock
|
2058930b04
|
Apply patch from #6537.
Fixes #6537.
[SVN r79374]
|
2012-07-09 11:08:07 +00:00 |
|
John Maddock
|
17dcf6492b
|
Apply preliminary VC11 support.
Fixes #5923.
[SVN r74888]
|
2011-10-10 11:28:36 +00:00 |
|
John Maddock
|
ad7edb7b3a
|
Fix typo in message.
Fixes #5770.
[SVN r73955]
|
2011-08-20 16:08:10 +00:00 |
|
John Maddock
|
4423219649
|
Don't undef BOOST_AUTO_LINK_NOMANGLE.
Refs #4902.
[SVN r66906]
|
2010-11-30 18:01:55 +00:00 |
|
John Maddock
|
290d765e3f
|
Fix typo in auto-linking code.
Fixes #4563.
[SVN r64885]
|
2010-08-18 12:26:29 +00:00 |
|
John Maddock
|
7c0cb1b744
|
Add long standing debug-mode python support.
Add support for --layout=tagged.
Fixes #4041.
[SVN r61805]
|
2010-05-06 09:54:13 +00:00 |
|
John Maddock
|
0f0eef5efa
|
Fixes #2445.
Update to recognise VC10.
[SVN r49488]
|
2008-10-29 17:11:50 +00:00 |
|
John Maddock
|
66b6cae557
|
Added support for VC9.
[SVN r40894]
|
2007-11-07 17:17:39 +00:00 |
|
Douglas Gregor
|
9b43ef4a14
|
Merged from Version_1_33_1
[SVN r31949]
|
2005-12-08 03:23:02 +00:00 |
|
John Maddock
|
f79f2f8d3c
|
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
|
2005-08-25 16:27:28 +00:00 |
|
John Maddock
|
181c8d364a
|
Don't undef BOOST_TOOLSET after use.
[SVN r30544]
|
2005-08-12 16:01:02 +00:00 |
|
John Maddock
|
c42012d639
|
Disable debug detection for bcb5.1: it causes the compiler to crash in release mode.
[SVN r30039]
|
2005-07-13 12:34:04 +00:00 |
|
John Maddock
|
adf14dfcbc
|
Added support for non-mangled library names.
[SVN r26599]
|
2004-12-29 11:07:19 +00:00 |
|
John Maddock
|
3bad820e69
|
Added support for user settable BOOST_LIB_TOOLSET
[SVN r26428]
|
2004-12-04 13:40:11 +00:00 |
|
John Maddock
|
d216a669c5
|
Added vc8 support
[SVN r24995]
|
2004-09-10 10:12:58 +00:00 |
|
John Maddock
|
b1fcec8967
|
removed requirement for _MSC_EXTENSIONS with msvc
[SVN r22504]
|
2004-03-16 17:35:07 +00:00 |
|
John Maddock
|
cd5db2b09f
|
Added missing #undef (previously one symbol was left defined when the header exited, which caused problems when including two or more libs, one a static link and one a dynamic link).
[SVN r21857]
|
2004-01-21 11:55:11 +00:00 |
|
Beman Dawes
|
690210dbb5
|
Enable Metrowerks support
[SVN r21552]
|
2004-01-09 02:20:57 +00:00 |
|
Beman Dawes
|
7bdb84544f
|
turn on auto link support for Intel (from John Maddock)
[SVN r21551]
|
2004-01-09 00:52:02 +00:00 |
|
John Maddock
|
579da92456
|
Fixed up header so that non-msvc compilers that non-the-less define _MSC_VER don't get picked up.
[SVN r20954]
|
2003-11-26 12:00:04 +00:00 |
|
John Maddock
|
eab6d69c48
|
Added C compatibility for regex lib (honestly).
[SVN r20773]
|
2003-11-10 11:23:57 +00:00 |
|
John Maddock
|
db7f463805
|
Removed the bcb5 name from the toolset names - that's not an official toolset.
[SVN r20763]
|
2003-11-08 13:01:13 +00:00 |
|