Jozsef Bakosi
Jozsef Bakosi
I'd like to create one test group per source file, however, tests do not run when the runner is statically linked. Minimal example: `m1.C` ```cpp #include #include namespace tut {...
Auto EOL
Is there an automatic way of processing long strings (containing EOL `'\n'`) to appear correctly-prefixed with the FORMAT prefix in the log? That is, when logging ```cpp std::string longone( "Results:...
Peertube
This adds PeerTube. More info at https://joinpeertube.org.
See why at https://github.com/quinoacomputing/quinoa/issues/96.
From http://charm.cs.illinois.edu/news.html#116: > Reductions over groups and chare arrays that apply commutative, associative operations (e.g. MIN, MAX, SUM, AND, OR, XOR) are now processed in a streaming fashion. This reduces...
From https://github.com/electronicarts/EASTL. It might help with memory usage and performance.
From http://charm.cs.illinois.edu/news.html#116: > Calls to entry methods taking a single fixed-size parameter can now automatically be aggregated and routed through the TRAM library by marking them with the [aggregate] attribute....