Tomaz Canabrava
Tomaz Canabrava
Linux Compier: GCC 11 Mac Compiler: latest apple-clang The resulting code works on linux / gcc, but on mac I get: ``` /result.hpp:3524:82: error: ISO C++ requires the name after...
``` /home/tcanabrava/Projects/bde/groups/bal/balb/balb_controlmanager.cpp: In member function ‘void BloombergLP::balb::ControlManager::printUsage(std::ostream&, const std::string_view&) const’: /home/tcanabrava/Projects/bde/groups/bal/balb/balb_controlmanager.cpp:142:32: error: ‘endl’ is not a member of ‘bsl’; did you mean ‘end’? 142 | stream
https://github.com/bloomberg/bde/wiki/Getting-Started it asks us to use and download Waf, and many other errors.
I have only the opensource version of BDE. ``` ➜ bde git:(master) git remote -v origin https://github.com/bloomberg/bde.git (fetch) origin https://github.com/bloomberg/bde.git (push) ``` The repository is clean: ``` ➜ bde git:(master)...
This is a WIP for the multi-window feature. Things that we need to keep in consideration: - ThemeManager receives only one Qml Engine, it will need to keep track of...
``` ➜ database-spec git:(master) ✗ tbls out -t svg -o output sql: Scan error on column index 2, name "name": converting NULL to string is unsupported ➜ database-spec git:(master) ✗...
Just pick a reasonable default. If someone is compilling this from scratch, it's probably a developer, so debug is a sane default.
The current check differs from file to file, some require python, some require python3.8. The current version of python is 3.10, and it's backward compatible, so we only need to...
Hello, Sorry for the question :) I think your lib is really good and I know a lot of programs on KDE that could benefit from it. I know we...