99 Commits

Author SHA1 Message Date
f1ebb2b6f7
revert "sourcing cargo env before running rules"
this reverts commit ad75a52e962d5e50d961090c1a0d5d70eb43672a.
2025-01-08 17:42:07 +01:00
ad75a52e96
sourcing cargo env before running rules
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m8s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 53s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 56s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 54s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 49s
2025-01-08 17:19:28 +01:00
a52031ad52
removed exit from anti-root check in makefile
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m5s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 1m33s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m8s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 1m4s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 1m6s
2025-01-08 17:11:43 +01:00
c72eb44ab0 corrected output path in make
Some checks failed
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 1m19s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 59s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 59s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 1m2s
Codacy Scan / Codacy Security Scan (push) Failing after 2m31s
2024-12-26 11:49:24 +00:00
5b213476d4
using libcrypto in chat build 2024-09-01 20:21:02 +02:00
f1a8e11ed1
using libgmp in makefile 2024-02-23 10:29:20 +01:00
6363df1342
added BYPASS_CHECK to check_root 2024-02-18 11:01:42 +01:00
808bffbdd6
removed useless yaml dependencies 2024-01-26 07:33:14 +01:00
5d443a0b74
checking for root access in install rule 2024-01-24 12:01:01 +01:00
40452f785d
changed Makefile's rule names to snake_case 2024-01-24 11:59:38 +01:00
b667f8ca3f
fixed user permission when installing
DO NOT RUN MAKEFILE USING sudo PLS  <3
2024-01-24 11:38:13 +01:00
bb7aca3ecf
implemented rust module in makefile
that was pretty huge update lol
2024-01-23 21:40:22 +01:00
bb5d31b02e
added libyaml to LIBS_CHAT 2023-08-27 11:47:29 +02:00
a51cfae3b0
removed Makefile linking TODO 2023-02-21 10:47:14 +01:00
c0daeef31a
added why2-chat library compilation to Makefile
few changes heehee
2023-02-21 09:58:28 +01:00
04f3223fdb
moved chat-related files into main directory 2023-02-21 07:48:50 +01:00
76448104b7
fixed compilation problems
linking library fok
2023-02-21 07:38:38 +01:00
611588dae8
created buildChat rule 2023-02-09 19:23:28 +01:00
2ee8d1c990
created installHeaderChat rule 2023-02-09 17:56:20 +01:00
466d0570c1
removed thread lib from LIBS_CHAT 2023-02-09 17:36:27 +01:00
d124fe27c2
created LIBS_CHAT variable 2023-02-09 17:18:15 +01:00
e068e62c48
created buildChatServer rule 2023-02-09 09:15:57 +01:00
fc74bac727
created buildChatClient rule 2023-02-09 09:13:57 +01:00
c43df47328
fixed Makefile undefined reference problem 2023-02-08 18:51:10 +01:00
1108c07316
created installAppLogger rule 2023-02-08 18:45:06 +01:00
2dcd23c73b
split install rule into more rules 2023-02-08 18:43:16 +01:00
cb83214f90
removed Makefile TODO 2023-02-08 18:38:46 +01:00
0a45dea3dc
added TODO to testLogger rule 2023-02-08 14:51:06 +01:00
d1620de0c3
made LIB_FOO stuff more variable 2023-02-08 14:41:48 +01:00
86ca484c85
created rule & variables for appLogger 2023-02-08 14:38:50 +01:00
6603fed5c8
added core to OUTPUT_APP_CORE 2023-02-08 14:38:20 +01:00
dbddaf75e2
renamed OUTPUT_APP flag to OUTPUT_APP_CORE 2023-02-08 14:24:07 +01:00
7ba349ccd6
renamed app rule to appCore 2023-02-08 14:22:01 +01:00
cf68d52e4c
made LIBS_LOGGER more variable 2023-02-08 09:45:39 +01:00
da25700f11
implemented misc.c movement in makefile 2023-01-29 19:46:29 +01:00
d01dc9dc47
added debug flag to CFLAGS 2023-01-27 14:26:37 +01:00
b71bab6749
added vgcores to clean rule 2023-01-06 15:25:57 +01:00
900cde63ca
moved some makefile variables on better place
smart yk
2023-01-06 15:20:39 +01:00
f04cfb8ad4
added missing libwhy2 into testLogger rule 2022-12-09 17:46:57 +01:00
5681a17a5e
added optimalisation to CFLAGS 2022-12-04 18:59:50 +01:00
f71647e0ff
added license at top of every file
I mean, the files where it is possible
2022-12-04 18:55:13 +01:00
e719c2c4bd
added cleaning logs into clean rule 2022-11-18 19:53:26 +01:00
33c85264de
created LOGS variable 2022-11-18 19:52:57 +01:00
6678266bf7
changed C version to gnu11 2022-11-18 19:23:22 +01:00
4bb59919ed
fixed wrong undefined reference error
omfg I forgot to change library name in testLogger [definetly wasn't freaking out and searching for the error for like 30 minutes]
2022-11-18 18:00:15 +01:00
5d844aa985
added testLogger into installTest 2022-11-18 17:45:18 +01:00
cb9d30e771
path typo fix 2022-11-18 17:43:53 +01:00
9eeece3d78
created testLogger rule 2022-11-18 17:43:26 +01:00
c840121a47
created OUTPUT_TEST_LOGGER variable 2022-11-18 17:41:20 +01:00
fda5a2391d
added core to OUTPUT_TEST_CORE 2022-11-18 17:39:50 +01:00