Commit graph

330 commits

Author SHA1 Message Date
ff9ecd2a69
Release 0.2.0-alpha.2
libpt@0.2.0-alpha.2
libpt-bin@0.2.0-alpha.2
libpt-bintols@0.2.0-alpha.2
libpt-ccc@0.2.0-alpha.2
libpt-core@0.2.0-alpha.2
libpt-hedu@0.2.0-alpha.2
libpt-log@0.2.0-alpha.2
libpt-math@0.2.0-alpha.2
libpt-net@0.2.0-alpha.2

Generated by cargo-workspaces
2024-01-17 12:19:52 +01:00
5387ca6085
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:19:23 +01:00
5620832bcc
Release independent packages
Generated by cargo-workspaces
2024-01-17 12:17:41 +01:00
ceca5de5d6
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt 2024-01-17 12:08:21 +01:00
716315be0e
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt 2024-01-17 12:08:15 +01:00
98feab53b4
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt 2024-01-17 12:08:02 +01:00
e4099fb954
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt 2024-01-17 12:07:54 +01:00
64163febde
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt 2024-01-17 12:07:16 +01:00
7a768a14f4
auto publish on push to master 2024-01-17 12:07:02 +01:00
b04cd39781
auto publish on push to master 2024-01-17 12:06:42 +01:00
badcc62420
adjust ci for devel
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m14s
2024-01-17 00:31:43 +01:00
edcec991dc
auto release with ci?
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m8s
Cargo Check, Format, Fix and Test / cargo CI (pull_request) Has been cancelled
2024-01-17 00:26:11 +01:00
Gitea CI
de9ef8d841 automatic cargo CI changes 2024-01-16 18:43:48 +00:00
0155465332
hedu limit
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m1s
2024-01-16 19:41:51 +01:00
521ae9a193
skip line counting 2024-01-16 19:03:56 +01:00
Gitea CI
15687ca0d7 automatic cargo CI changes 2024-01-16 17:29:38 +00:00
441669a2c3
more configs
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m41s
can't detect dups like this

dedup lines
2024-01-16 18:13:39 +01:00
b2435f3963
sub crates are now version agnostic to other local crates
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m13s
2024-01-16 15:59:04 +01:00
b58dc3dc44
fix small formatting issue in hedu 2024-01-16 15:58:40 +01:00
Gitea CI
747c3e6eac automatic cargo CI changes 2024-01-16 15:12:03 +00:00
5b8753c45d
get rid of unreachable code
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m10s
2024-01-16 15:45:12 +01:00
aa560b0e05
hack log together for more configs 2024-01-16 15:44:53 +01:00
39a21d64e9
add log to hedu 2024-01-16 14:04:06 +01:00
0515e221f9
adjust bin interface with log 2024-01-16 14:03:55 +01:00
a9cf78ee0d
i think it works 2024-01-16 12:47:38 +01:00
Gitea CI
66932f70a3 automatic cargo CI changes 2024-01-16 10:33:21 +00:00
3f59e99b88
early hedu
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m20s
2024-01-16 11:31:05 +01:00
b7fbef73b4
remove versions for workspace crates
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 1m58s
2024-01-16 10:33:14 +01:00
Gitea CI
b3e5a99718 automatic cargo CI changes 2024-01-16 09:30:55 +00:00
eaea5ac1d7
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m31s
2024-01-16 10:28:11 +01:00
6181f2bff8
remove the goddamn python interface 2024-01-16 10:28:08 +01:00
43f27493b4
remove the goddamn python interface
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Failing after 38s
2024-01-16 10:22:07 +01:00
c85e785802
py logger removal
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Failing after 2m21s
2024-01-16 10:18:39 +01:00
074dcf9c0f
log error handlin 2024-01-16 10:18:29 +01:00
c679bed538
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Failing after 1m50s
2024-01-15 23:30:39 +01:00
3e2ecf1189
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt 2024-01-15 23:30:34 +01:00
50fea61bb0
Merge branch 'master' of https://git.cscherr.de/PlexSheep/pt
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
2024-01-15 23:29:04 +01:00
9f393f0369
destruction of libpt-ccc 2024-01-15 23:28:01 +01:00
PlexSheep
43ac1e3fb8 Automatical formatting 2024-01-10 20:52:13 +00:00
6dcc45d722 remove trailing whitespaces
Some checks failed
Cargo Format, Check and Test / cargo fmt (push) Successful in 1m0s
Cargo Format, Check and Test / cargo check (push) Successful in 1m20s
Cargo Format, Check and Test / cargo test (push) Failing after 1m16s
2024-01-10 21:45:40 +01:00
6330c3da48 gitea workflow cargo
Some checks failed
Cargo Format, Check and Test / cargo test (push) Has been cancelled
2024-01-10 21:43:03 +01:00
0de0340f4e publish workspace 2023-09-29 18:42:47 +02:00
ceb8c98715 Merge branch 'devel' 2023-09-29 18:24:50 +02:00
a63262825e renaming all my stuff to libpt 2023-09-29 18:24:24 +02:00
94cd2c4d84 make things hopefully ready for v0.1.7 2023-09-29 17:53:29 +02:00
1bdef8c493 make things hopefully ready for v0.1.7 2023-09-29 17:50:47 +02:00
2fb3fc298c python shenanigans 2023-09-29 13:42:37 +02:00
8cd7dcd77d fix warnings 2023-09-29 12:32:06 +02:00
0e9da09102 link docu files 2023-09-29 12:31:26 +02:00
9d1a242060 docu things i guess 2023-09-20 20:35:07 +02:00