Skip to content

p-groarke/fea_flat_recurse

Repository files navigation


This repository is inactive and kept for posterity's sake.

Any further development will happen in fea_libs. Cheers.



fea_flat_recurse

Build Status Build status

Flat breadth and depth graph traversal/gathering functions.

Examples

Build

fea_flat_recurse is a single header with no dependencies other than the stl.

The unit tests depend on gtest. They are not built by default. Use conan to install the dependencies when running the test suite.

Install recent conan, cmake and compiler.

Windows

mkdir build && cd build
cmake .. -A x64 -DFEAFLATRECURSE_TESTS=On && cmake --build . --config debug
bin\fea_flat_recurse_tests.exe

// Optionally
cmake --build . --target install

Unixes

mkdir build && cd build
cmake .. -DFEAFLATRECURSE_TESTS=On && cmake --build . --config debug
bin\fea_flat_recurse_tests.exe

// Optionally
cmake --build . --target install

About

Flat breadth and depth graph traversal/gathering functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors