Ráduly, Csaba

Results 13 issues of Ráduly, Csaba

http://github.com/socialtext/stconfig seems to have disappeared

``` ../include/lru/cache.hpp:192:42: error: throw will always call terminate() [-Werror=terminate] throw LRU::Error::EmptyCache("back"); ^ ``` How can you put a `throw` into a function marked `noexcept` ?

http://ninja-ide.org/downloads/ prominently features ... version 2.3

Presentation link: https://www.youtube.com/watch?v=XPzHNSUnTc4

``` $ bugjar -p 4242 foo.py Listening on 0.0.0.0:3742 for a bugjar client Waiting for connection... [Errno 111] Connection refused Waiting for connection... [Errno 111] Connection refused Waiting for connection......

In our project, we use the following local patch: ``` $ cat cpack.diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 83024b94a..1945cc145 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,6 +169,13 @@ endif() add_sdks()...

feature-request
p2
Cmake

There isn't a single link in the generated index.html !

For CDT, colors can be changed under Window > Preferences, C++ > Build > Console. These override the settings in Window > Preferences > Run/Debug > Console. This should be...

Bazel extensions are files ending in .bzl ()