1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-09-19 18:45:33 +05:30
Commit Graph

27 Commits

Author SHA1 Message Date
18f1d8df2c
add COPYING and LICENSE 2024-07-08 01:23:41 +03:00
81499af476
test.sh: fix: use polonium instead of polonium_debug 2024-07-07 22:01:32 +03:00
42fa63ea90
test.sh: move shell parameters to the top of file 2024-07-07 22:01:32 +03:00
f9cbf96a96
test.sh: only show basename of tested file 2024-07-07 22:01:32 +03:00
5d98abd777
test.sh: do not build the project 2024-07-07 22:01:32 +03:00
4377c89965
CI: combine build and test stages 2024-07-07 22:01:32 +03:00
4e0a9ee7bb
CI: fix stage name for test job 2024-07-07 22:01:32 +03:00
0225ffad00
CI: run the script appropriately 2024-07-07 22:01:31 +03:00
d7c4f85fe4
add .gitignore-ci.yml to branch feature/tests 2024-07-07 21:52:48 +03:00
b00377ec9e
delete .gitlab-ci.yml from branch feature/tests 2024-07-07 21:52:48 +03:00
b48f8f885c
Update .gitlab-ci.yml file 2024-07-07 21:52:48 +03:00
18e184100f
initial test upload (shell script) 2024-07-07 21:52:48 +03:00
f0541c6f8c
main.c: add a comment "printing parameters: ..." 2024-07-07 21:52:48 +03:00
62e6b23f83
main.c: printing config.: reword 1st string for clarity 2024-07-07 21:52:45 +03:00
1f428f8f00
main.c: don't hardcore a list of supported formats
Do not hardcode a list of supported formats in the immutable string used when
displaying configuration
2024-07-07 21:52:06 +03:00
5fcddd0aaf
main.c: show custom seed
Print configuration in parts in order to do that
2024-07-07 21:51:44 +03:00
4570bf7609
main.c: function my_basename: also return NULL on error 2024-07-07 19:49:01 +03:00
44546b3d9c
remove .gitlab-ci.yml from branch WIP 2024-07-07 01:29:10 +03:00
4cdc125fef
random_seed.c: do not define struct timespec ts twice 2024-07-07 01:19:18 +03:00
4a0a2d0f96
Update .gitlab-ci.yml file 2024-07-07 01:14:56 +03:00
106646a98f
Makefile: add POSIX macro to CFLAGS
Declare macro `_POSIX_C_SOURCE` to `200809L` during compilation
2024-07-07 01:08:41 +03:00
dfc2484164
corrupter.h: fix missing #include <limits.h> 2024-07-07 01:06:13 +03:00
cccde99e80
initial codebase upload 2024-07-07 00:48:23 +03:00
abd4c064fb
README.md: add warning emoji to "Work In Progress" 2024-07-06 17:51:14 +03:00
2a6e8321ea
README.md: mark the project as WIP 2024-07-06 17:43:31 +03:00
f5614b3b8d
README.md: create the first version 2024-07-06 17:38:57 +03:00
d4b064070d Initial commit 2024-07-06 16:19:58 +02:00