Boost logo

Boost-Build :

From: Johannes Brunen (jbrunen_at_[hidden])
Date: 2008-09-03 05:00:21


Hi,

I would like to ask if it is possible (and popular) to add the proposed
stl-security-theater feature to the msvc toolset. I think that this
would be a very handsome feature. Additionally, I propose a
crt-security-theater feature.

feature.feature stl-security-theater : off on : propagated
link-incompatible ;
feature.feature crt-security-theater : off on : propagated
link-incompatible ;

flags msvc.compile C++FLAGS <stl-security-theater>off : /D_SCL_SECURE=0
/D_SCL_SECURE_NO_WARNINGS ;
flags msvc.compile C++FLAGS <stl-security-theater>on : /D_SCL_SECURE=1
/D_SCL_SECURE_NO_WARNINGS ;

flags msvc.compile C++FLAGS <crt-security-theater>off :
/D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE ;
flags msvc.compile C++FLAGS <stl-security-theater>on : ;

Any opinions?

With best regards,
Johannes

____________
Virus checked by G DATA AntiVirusKit
Version: AVK 19.289 from 03.09.2008
Virus news: www.antiviruslab.com


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk