linus-sherrill

Results 10 issues of linus-sherrill

1) Start with a clean build area. Run ccmake and select fletch_BUILD_CXX11=OFF and fletch_ENABLE_ALL_PACKAGES= ON. 2) configure and get error ``` CMake Error at CMake/External_pybind11.cmake:2 (message): CXX11 must be enabled...

It is reported that a '-' (dash) does not work as part of a process name. According to the code, a ‘-’ should be allowed as part of the process...

bug
help wanted

Clusters should be explored to see if they are useful. I think they are not used because they are not well understood and not documented. They may also solve a...

help wanted

Both processes and algorithms use configs, but the syntax is different. The methods on a process to access the config use an implicit config block whereas for algorithms, the config...

enhancement

Currently there is quite a bit of sprokit code in the ::sprokit:: name space. That namespace should be moved into the kwiver namespace. i.e. ::kwiver::sprokit::

During a recent round of changes, a seekable() method was added to the video_input base class. This duplicates the indication from the algorithm_capabilities support. In previous frameworks, all the capabilities...

There are several include paths that are configured at CMake time and then included during the build. - plugin include path (vital/algorithm_plugin_manager_paths.h) - sprokit pipe file include path (sprokit/src/sprokit/pipeline_util/include-paths.h) -...

The processes under `sprokit/processes/*` should be migrated to `arrows/*/processes/` based on the best fit for the category. Some processes have the same organization as the arrows (e.g. core), but others...

Need to review cluster documentation for typos and misleading names. More detailed explanations. Add an example of how to actually use a cluster in a pipe file.

I am getting the following CMake error when configuring KWIVER with KWIVER_ENABLE_KPF on, but not when it is off. This is done on current master branch. -- Configuring done CMake...