David Lindauer
David Lindauer
some of the occpr tests take an inordinate amount of time to complete. Should be investigated...
Incorporate filesystem object to get rid of direct references to dir separators, as well as support some currently missing functionality relating to processing directories. There needs to be support for...
space related to threads is allocated on the local heap by the C runtime. The default heap size is 1MB. That means with enough threads, the heap is going to...
Now that we've got basic sanitizer functionality working, we could try building a release version with it if that is possible. If we can do that we can run a...
There is some constexpression work that needs to be done. First, classes/templates with no data that are marked constexpr aren't being treated as constexpr Second, the fmatrix-related stuff in the...
need to update the cmake scripts for C++17 whenever we release. Also, add ORC to cmake, reference the comments in #1057 for details
if abort is called on a thread (for example as part of an uncaught throw) it should be limited to one abort, and should return to the main thread before...