Vertexwahn

Results 51 issues of Vertexwahn

@yumcyaWiz This PR adds Bazel build support to volppm. This enables to build volppm with one single command: ``` # Ubuntu 20.04 bazel build --config=gcc9 //... # Ubuntu 22.04 bazel...

I followed the getting started guide (using skaffold v2.10.0), i.e.: ```shell git clone https://github.com/GoogleContainerTools/skaffold cd skaffold/examples/buildpacks-node-tutorial skaffold init minikube start --profile custom skaffold config set --global local-cluster true eval $(minikube...

Add Bazel module file to support Bzlmod

This PR helps users of the Bazel build system to integrate pugixml in their builds. Supporting the Bazel build systems is of course more effort to maintain but helps to...

Would be nice if Bazel build would also be supported by this project by providing WORKSPACE/MODLUE/BUILD files

enhancement

- Apply buildifier to Bazel build files - Add Bzlmod `MODULE.bazel` file - Rename from BUILD to BUILD.bazel - Switch angle brackets to double qoutes

Would make sense to add a license to this repo

This PR helps users of the [Bazel build system](https://bazel.build/) to integrate xtl in their builds. Supporting two build systems (CMake and Bazel) is of course more effort to maintain but...

It is unclear under which license this extension is provided? Is it [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). If so can you add a LICENSE file and clearify this.

Bzlmod support would be nice!