issues
search
tzaeschke
/
phtree-cpp
PH-Tree C++ implementation
Apache License 2.0
28
stars
9
forks
source link
Improve build scripts
#53
Closed
tzaeschke
closed
2 years ago
tzaeschke
commented
2 years ago
Remove
tools/bazel
, it appears not to be used
Remove the
tools/*.bzl
? The files files appear to be used, but are they useful? Check other projects' WORSPACE files, e.g.
https://github.com/google/benchmark/blob/main/WORKSPACE
Add flags, see
https://github.com/google/benchmark
Add code coverage
Add Cmake for test/benchmark, see e.g.
https://stackoverflow.com/questions/59041027/gbenchmark-and-cmake
and referenced questions
tools/bazel
, it appears not to be usedtools/*.bzl
? The files files appear to be used, but are they useful? Check other projects' WORSPACE files, e.g. https://github.com/google/benchmark/blob/main/WORKSPACE