Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: d234783f4365fad427d2c49da23b5f5b0b484796
https://github.com/kronosnet/kronosnet/commit/d234783f4365fad427d2c49da23b5…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M libknet/bindings/rust/src/libknet.rs
A libknet/bindings/rust/tests/build.rs
M libknet/bindings/rust/tests/src/bin/knet-test.rs
M libknet/tests/api-test-coverage
M libnozzle/bindings/rust/Makefile.am
M libnozzle/bindings/rust/build.rs
M libnozzle/bindings/rust/tests/Cargo.toml
M libnozzle/bindings/rust/tests/Makefile.am
M libnozzle/bindings/rust/tests/src/bin/nozzle-test.rs
M libnozzle/tests/api-test-coverage
Log Message:
-----------
Add some more tests, fix some bugs
'make dist' fails though - not sure why
Things to do:
- fix make dist
- Find a way to make tests use the in-tree libraries
(currently they just use them for building)
- probably fix all the Makefile.am files
Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: cbfb003eb8b3b5f69ecd8dbe0c3641c2a03595a2
https://github.com/kronosnet/kronosnet/commit/cbfb003eb8b3b5f69ecd8dbe0c364…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M libknet/bindings/rust/src/libknet.rs
M libknet/bindings/rust/tests/src/bin/knet-test.rs
M libknet/tests/api-test-coverage
M libnozzle/bindings/rust/Makefile.am
M libnozzle/bindings/rust/build.rs
M libnozzle/bindings/rust/tests/Cargo.toml
M libnozzle/bindings/rust/tests/Makefile.am
M libnozzle/bindings/rust/tests/src/bin/nozzle-test.rs
M libnozzle/tests/api-test-coverage
Log Message:
-----------
Add some more tests, fix some bugs
'make dist' fails though - not sure why
Branch: refs/heads/stack-clash-protection
Home: https://github.com/kronosnet/kronosnet
Commit: cbcea79c72a5f06ce80f6251888a9ded6201e776
https://github.com/kronosnet/kronosnet/commit/cbcea79c72a5f06ce80f6251888a9…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M configure.ac
Log Message:
-----------
[build] Add -fstack-clash-protection to release builds
CentOS Stream CI insists on this but it's generally a 'good thing'
Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: a82c7d55fcec69608a26ac4909207cf46e2dc9a9
https://github.com/kronosnet/kronosnet/commit/a82c7d55fcec69608a26ac4909207…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M configure.ac
M libknet/Makefile.am
M libknet/bindings/rust/Cargo.toml
A libknet/bindings/rust/Makefile.am
M libknet/bindings/rust/tests/Cargo.toml
A libknet/bindings/rust/tests/Makefile.am
M libknet/bindings/rust/tests/src/bin/knet-test.rs
M libnozzle/Makefile.am
A libnozzle/bindings/rust/Makefile.am
A libnozzle/bindings/rust/tests/Makefile.am
M libnozzle/bindings/rust/tests/src/bin/nozzle-test.rs
Log Message:
-----------
First pass at integrating Rust files into the build system
Branch: refs/heads/rust-bindings
Home: https://github.com/kronosnet/kronosnet
Commit: b00f923d26bd1591ec6d21d9f28cd338df56e7c0
https://github.com/kronosnet/kronosnet/commit/b00f923d26bd1591ec6d21d9f28cd…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M libknet/bindings/rust/src/lib.rs
M libknet/bindings/rust/src/libknet.rs
M libnozzle/bindings/rust/src/lib.rs
M libnozzle/bindings/rust/src/libnozzle.rs
M libnozzle/bindings/rust/tests/src/bin/nozzle-test.rs
Log Message:
-----------
Tidy the rust code a lot
(thanks clippy)