Sylwester Arabas
Sylwester Arabas
Thanks @Iceman9 for reporting and @denisri following up. The origin of the problem seems to be outside of Blitz, it is the tau profiler that defines the CT macro: https://www.cs.uoregon.edu/research/tau/docs/newguide/bk03rn01re146.html...
Concerning you question: i. I understand @citibeth's intention as a initiative to actually answer this question - draft an API, consulting with Blitz++ community, that would depict which features are...
@bhelenbr Thanks! If any of those fixes would qualify for the current Blitz "maintenance mode" here at github, please do submit pull requests!
@wolfv Big thanks for feedback here. Some time ago I've posted a very subjective list of "key" features we've found in our team impoartant in Blitz: https://github.com/blitzpp/blitz/issues/8#issuecomment-174221798 - feedback welcome...
@wolfv thanks
BTW, anyone has experience with libdynnd: http://libdynd.org/ ?
All content from http://blitz.sourceforge.net/ has now been integrated into the wiki and there is a redirect at the SF website now.
> More generally is there a way to see the available configuration variables (something like configure --help)? According to https://stackoverflow.com/questions/16851084/how-to-list-all-cmake-build-options-and-their-default-values, the ways to do it include: - ```cmake -LA``` -...
> cmake -DBUILD_SHARED_LIBS=false -DBUILD_STATIC_LIBS=true .. but it didn't do anything. Any idea? Shared lib is built unconditionally: https://github.com/blitzpp/blitz/blob/e1c40dfbc0f2a50b817f815320ede4de63ddd5ff/src/CMakeLists.txt#L3 Static lib is built for non-windows builds: https://github.com/blitzpp/blitz/blob/e1c40dfbc0f2a50b817f815320ede4de63ddd5ff/src/CMakeLists.txt#L12 @papadop would adding support...
> I cannot figure out how to generate benchmarks/plot_benchmarks.m from benchmarks/plot_benchmarks.m.in with cmake Added a separate issue: https://github.com/blitzpp/blitz/issues/148