4.6.0 #36
grafikrobot
started this conversation in
General
4.6.0
#36
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release wraps up a few new features that make using some toolsets easier
(thanks to Nikita). It's now also possible to specify empty flags features on
the command line, like
cxxfalgs=
, and have those be ignored. This helps tomake CI scripts shorter as they don't need to handle those cases specially.
And as usual there are many bug fixes and adjustments. Thanks to everyone who
contributed to this release.
toolset=clang-xx
on the command line.-- Nikita Kniazev
mirror clang functionality.
-- Nikita Kniazev
the value specified on the command line is empty. Hence once can specify
cxxflags=
on the command line without errors.-- René Ferdinand Rivera Morell
bootstrap.sh
invoke arguments to forward to thebuild.sh
script.-- tkoecker
local
inbuils.sh
to be compatible with some, not fullycapable, shells.
-- Tanzinul Islam
build.sh
on busybox shells.-- tkoecker
-pthread
to build engine with gcc on some platforms.-- tkoecker
-- Stéphan Kochen
/python//numpy
target to use as a dependency to communicate versionspecific properties.
-- Peter Dimov
CXX
andCXXFLAGS
when using the custom
cxx
toolset to build the engine.-- Samuel Debionne and René Ferdinand Rivera Morell
intel-linux
toolset installation when only the compilerexecutable is in the
PATH
.-- René Ferdinand Rivera Morell
b2
executable path determination for platforms that don't have anative method of getting the path to executables, like OpenBSD.
-- René Ferdinand Rivera Morell
property.find
error message.-- Thomas Brown
This discussion was created from the release 4.6.0.
Beta Was this translation helpful? Give feedback.
All reactions