bloomberg / bde

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Apache License 2.0
1.67k stars 316 forks source link

references to internal tools #253

Closed austo closed 2 years ago

austo commented 5 years ago

should this be in the OSS documentation?

bbgithub profile

mversche commented 5 years ago

Thanks. Ideally, no. At some point we would like to provide an open-source code-generator that can work with the bdlat encoding framework. For the moment, I think the best we can do is be a little clearer what is happening in the documentation.

osubboo commented 2 years ago

Internal BDE code is completely synchronized with the open source version and there are no mechanisms to do conditional code manipulations ( this proven to be error-prone and labor intensive ). BDE team will try to limit the references to the internal tools where not needed.