Aurelien Chartier
4e2be04c2c
Add QNX support for threading-flags ( #467 )
2019-08-23 12:23:16 -05:00
Edward Diener
56f15f0edc
Merge pull request #460 from eldiener/develop
...
Corrected intel-win Intel 19.0 VC++ support and added optional <root> option in intel-win as in intel-linux
2019-08-21 11:24:28 -04:00
Edward Diener
265c567757
Make code safer when attempting to use shell fails and there are no items.
2019-08-15 02:47:12 -04:00
Rene Rivera
35df939f69
Add example using creating multiple PCHs at "once".
2019-08-12 18:35:11 -05:00
Edward Diener
1e4fe9e090
Eliminated space at the end of a comment line.
2019-07-27 13:38:04 -04:00
Edward Diener
7f6496f590
Corrected comment.
2019-07-27 13:35:15 -04:00
Edward Diener
58e0eedd3d
Corrected comment to avoid confusion.
2019-07-27 12:22:14 -04:00
Edward Diener
c15b3239d2
Updated documentation for the 'root' option for the intel toolset on Windows.
2019-07-27 12:10:45 -04:00
Edward Diener
923ce29a88
Corrected setting of root from the command.
2019-07-27 11:29:26 -04:00
Edward Diener
9e742cec13
The root should have a trailing / for the dirictory.
2019-07-27 10:53:30 -04:00
Edward Diener
03a14395d4
Merge branch 'develop' of https://github.com/boostorg/build into develop
2019-07-26 14:57:18 -04:00
Edward Diener
e1d19a69e1
Correct fix for grouping syntax.
2019-07-25 09:19:40 -04:00
Edward Diener
c23efb0210
Whoops, removed fix.
2019-07-25 09:15:26 -04:00
Edward Diener
5777341a39
I had assumed '!' has higher precedence than '&&' in the bjam language, but just in case that is not so I have made this fix.
2019-07-25 09:12:35 -04:00
Edward Diener
72d9e39555
Use root to find the archiver and ranlib if they are not specified.
2019-07-22 08:06:12 -04:00
Edward Diener
a866b6d216
Add support for a <root> option which points at runtime to the root directory of the gcc installation which clang uses at its backend. This is mainly for clang targeting gcc on Windows where multiple versions of mingw(-64)/gcc can be installed. On Linux clang will normally use the version of gcc in the PATH, so this option is normally not used in Linux. The idea is that the toolset command is a script, which sets the PATH for clang and gcc before invoking clang++, and then the <root> option points to the gcc installation at runtime so that any shared libraries will be found.
2019-07-19 22:27:20 -04:00
Edward Diener
f00ca383e0
Don't show direct compiler setup output.
2019-07-15 08:03:14 -04:00
Edward Diener
7c4f1b6643
Improve handling of <root> option. Add back VS2019 support for Intel 19.0 for Windows even though the /Q parameter warns about vc14.2 ( see https://software.intel.com/en-us/forums/intel-c-compiler/topic/814333 ). Add support for option <rewrite-setup-scripts>always to force regeneration of the single msvc-setup.bat file when using multiple Intel C++ for Windows toolsets and/or multiple vc++ compatibilities for a given toolset.
2019-07-15 00:16:50 -04:00
Rene Rivera
b6c05c9a92
Bump jam source version to 4.1 also.
2019-07-11 08:21:28 -05:00
Rene Rivera
d50d14ce91
Update history.
2019-07-11 06:36:47 -05:00
Andrey Semashev
2b9645cd7e
Fix compiler warnings about -std=gnu11 on Cygwin. ( #458 )
...
-std=gnu11 is a flag for C source files, for C++ -std=gnu++11 should be used.
2019-07-11 06:34:28 -05:00
Rene Rivera
35c86a1bed
Start of 4.1.0 release.
2019-07-11 06:32:18 -05:00
Edward Diener
64e484ade5
Intel 19.0 only supports VS2017 (vc++14.1), and not VS2019 (vc++14.2) as I originally erroneously coded. Also added is the same support for an optional <root> option as the intel-linux compiler. In intel-win the optional <root> option must point to the user's directory where iclvars.bat exists for a particular intel-win installation. Like intel-linux the <root> option is mean for intel-win toolsets where the toolset 'command' is a script rather than either a full path to an invocation of the compiler as icl.exe or left blank.
2019-07-11 01:07:05 -04:00
Rene Rivera
583c4dd56c
Can't do <=1.65.1 yet bacause of feature refactor.
2019-07-10 23:43:16 -05:00
Rene Rivera
efa04b093a
Only b2 output is important.
2019-07-10 23:40:00 -05:00
Rene Rivera
8001e1932a
Add Boost checks back to 1.64.0.
2019-07-10 23:32:45 -05:00
Rene Rivera
633703e469
Fix toolset spec.
2019-07-10 22:56:50 -05:00
Rene Rivera
54f21c459c
Fix job name.
2019-07-10 22:38:44 -05:00
Rene Rivera
58753c0206
Test against released Boost versions.
2019-07-10 22:35:41 -05:00
Edward Diener
ec4cf4f632
Merge branch 'develop' of https://github.com/boostorg/build into develop
2019-07-10 18:42:52 -04:00
Edward Diener
fb0a7eb9f8
Support for VS2019 for intel-win 19.0 ( #457 )
2019-07-09 06:36:03 -05:00
Edward Diener
2a88fdfbda
Support for VS2019 for intel-win 19.0
2019-07-09 03:32:12 -04:00
Rene Rivera
429a2134e5
Add -jN change warning.
2019-06-21 08:30:58 -05:00
Rene Rivera
b1c1b2ed53
Update doc for -jN to match new default.
2019-06-21 08:30:19 -05:00
Rene Rivera
a83f94aad2
Fix bad number of args to cpu count macro.
2019-06-18 09:24:18 -05:00
Rene Rivera
79c248c57a
Restore POSIX & Linux core count.
...
Looks like the std core count function is no worse than the POSIX &
Linux specific methods. Re-enabling those platform methods.
2019-06-18 08:09:48 -05:00
Rene Rivera
9e4bb2e28b
Disable the POSIX & Linux core count until stable.
...
Some methods for quering the cpu counts are unreliable when run
in a container or other cpuset restrictions. Disable them to prefer
the std query.
2019-06-14 23:48:59 -05:00
Rene Rivera
495410e2c1
Avoid warnings about redef of _GNU_SOURCE.
2019-06-11 21:34:58 -05:00
Rene Rivera
c27d575fb3
Rework sysinfo cpu to avoid overcounts.
...
When running in Linux containers the POSIX sysconf can return "too many"
cores or cpus. Instead we prefer using Linux specific sched_getaffinity
there.
2019-06-11 21:26:25 -05:00
Rene Rivera
1309749518
Update release notes.
2019-06-10 22:14:43 -05:00
James E. King III
9f17722e80
Add -fno-omit-frame-pointer to sanitizer options for gcc/glang ( #450 )
2019-06-10 09:06:08 -05:00
Hans Dembinski
11bd2898fb
simplified coverage options and added docs ( #449 )
...
* simplified coverage options and added docs
* fix off must be first to be default
2019-06-09 09:03:10 -05:00
Rene Rivera
b9c0b100e7
Make install be minimal.
...
Don't install examples unless requested. And don't install Python
build files unless it's a Python capable b2.
2019-06-05 20:47:16 -05:00
Rene Rivera
a91d7a2da0
Update list of tested compilers.
...
[skip ci]
2019-06-05 08:29:26 -05:00
Rene Rivera
86503dcf62
Fix name attribution for Peter Dimov.
2019-06-04 21:21:41 -05:00
Rene Rivera
a8ab76ef97
Final fallback for cpu count to use std::thread.
2019-06-04 17:07:24 -05:00
Rene Rivera
52d0cb791c
Fix some 11 warnings.
2019-06-04 09:07:39 -05:00
Rene Rivera
451059949d
Implement minimal cpu sys info for POSIX.
...
This implements partial cpu count information on POSIX systems using
`sysconf` call. This should be the fallback for most Unix like systems
if they don't have a more accurate cpu count API.
2019-06-04 08:25:47 -05:00
Rene Rivera
61468a54ae
Seems 10.14 has issues with 9.4.1 xcode.
2019-06-04 07:38:20 -05:00
Rene Rivera
4fa6d9a0f7
Fix missing VM_IMAGE for macOS.
2019-06-03 22:35:31 -05:00