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

52 Commits

Author SHA1 Message Date
ec0971565d
README.md: section License: revision
1. Swap license order and rephrase to clarify 'or' option
2. Unlicense: update the protocol of the link
3. Add links to both licenses
2024-08-16 20:31:22 +03:00
678468e363
main.c: my_basename: free path after using 2024-08-06 23:08:19 +03:00
e12a75788a
main.c: use correct_slashes only on Windows 2024-08-06 23:07:23 +03:00
ee1dff912b
downgrade POSIX C source version to 2001-12
Implement `strdup` to not require version 2008-09
2024-08-06 23:04:20 +03:00
c707657459
reformat CLI help 2024-08-06 16:11:09 +03:00
a881b80a2b
simplify arguments 2024-08-06 16:03:57 +03:00
f81100fbf1
main.c: fix help text 2024-07-19 23:14:04 +03:00
94dc5703a4
README.md: add information on mirrors 2024-07-11 22:26:59 +03:00
6d0e05de44
always use name file instead of f 2024-07-11 20:43:23 +03:00
0833f7a4d2
common.h: remove commented code and add a note 2024-07-11 20:29:34 +03:00
743bffc9d2
gitignore: ignore build and test artifacts 2024-07-10 14:24:11 +03:00
ac8df6d29d
support non-POSIX functions fseek and ftell 2024-07-09 14:53:20 +03:00
c9bf4d2b45
remove gitignore_clean.py 2024-07-09 01:27:18 +03:00
c3116772a0
Makefile: do not use echo
Always use `printf --` instead
2024-07-09 00:20:28 +03:00
3f3913fe3a
Makefile: target distclean: also run testclean
Add the target `testclean` as a prerequisite for the target `distclean`
2024-07-09 00:15:35 +03:00
06510ce7f1
refactor: move testing script into Makefile 2024-07-08 22:12:19 +03:00
7eb1d1dbdf
Makefile: add target testclean 2024-07-08 21:07:14 +03:00
f0169f57e6
Makefile: extract variable of removed files and directories 2024-07-08 21:05:11 +03:00
f4726c1d27
Makefile: add target distclean 2024-07-08 21:04:41 +03:00
5a5d10b67d
Makefile: remove multiple directories in one call 2024-07-08 20:58:22 +03:00
d404c4ff3a
Makefile: generate executable file name alternatively 2024-07-08 20:50:46 +03:00
d7e5e12126
test.sh: do not exit on command fail 2024-07-08 20:38:12 +03:00
a6b39e3d1f
main.c: fix range check of chance value 2024-07-08 17:30:15 +03:00
4860ccd61e
test.sh: find call: quote $1 2024-07-08 14:31:58 +03:00
f2b7b11369
test.sh: polonium: use --contents argument 2024-07-08 14:30:26 +03:00
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