Commit Graph

49 Commits

Author SHA1 Message Date
Marc 67a68011ed PKGBUILD directly build from the git a archlinux package.
changed the name of the binary to not have issue.
2022-10-06 22:43:09 +02:00
Marc 7699b76333 added version string v0.1 2022-10-06 22:29:14 +02:00
Marc 7725e19069 fixed some memory leaks 2022-10-05 19:08:57 +02:00
Marc 3376ac1da6 fixed some pointer arithmetic issue on non GNU compilers. 2022-10-05 14:02:01 +02:00
Marc 635b1adcaf [Untested] fixed the compiler/linter options and fixed the corresponding code.
the code fixes have not been tested. some are trivial orthers might be a bit worrying.
2022-10-05 13:55:04 +02:00
Marc 561a2a90b8 Made errors output to stderr 2022-10-05 08:35:10 +02:00
Marc f8c5020a87 I discovered the static keyword 2022-10-04 16:25:44 +02:00
Marc c276e18282 properly setting the C version 2022-10-04 14:21:58 +02:00
Marc c223d149f4 Fix unsafe strtoul 2022-10-04 14:18:12 +02:00
Marc 3534b709bd allow to change the mod loading order 2022-10-04 14:08:54 +02:00
Marc 8dc874abd6 Merge branch 'master' of ssh.marcbarbier.fr:Marc/modmanager 2022-10-04 09:44:00 +02:00
Marc 9085b69efa Update cmake structure 2022-10-04 09:43:26 +02:00
Marc 9d60596308 Update .gitlab-ci.yml file 2022-10-03 21:05:42 +00:00
Marc e27ea7bcea Update .gitlab-ci.yml file 2022-10-03 21:03:30 +00:00
Marc fd25a195de Update .gitlab-ci.yml file 2022-10-03 20:58:10 +00:00
Marc 7e2a11568f Update .gitlab-ci.yml file 2022-10-03 20:56:38 +00:00
Marc bd7407b511 Update .gitlab-ci.yml file 2022-10-03 20:48:18 +00:00
Marc cd4afef107 Update .gitlab-ci.yml file 2022-10-03 20:47:55 +00:00
Marc 0788f48bed Update .gitlab-ci.yml file 2022-10-03 20:22:08 +00:00
Marc 6599bba5d7 Update .gitlab-ci.yml file 2022-10-03 20:20:33 +00:00
Marc f9e964b375 Update .gitlab-ci.yml file 2022-10-03 20:18:54 +00:00
Marc e43799930a Update .gitlab-ci.yml file 2022-10-03 20:17:40 +00:00
Marc 769fb59c6d Added basic ci (not sure if it works) .gitlab-ci.yml file 2022-10-03 19:26:42 +00:00
Marc aaf3b9527e untested bug fix 2022-10-03 21:23:10 +02:00
Marc e2429fee05 untested code cleanups 2022-10-03 20:42:57 +02:00
Marc 9325a087ee added a bit of doc and some games 2022-10-03 20:33:57 +02:00
Marc 68308d9df5 add basic order support. still need to add a cmdline parameter 2022-10-03 15:10:43 +02:00
Marc 8aff0c35f1 update README.md 2022-10-03 08:59:19 +02:00
Marc 4a02544aa8 fixed the todo list 2022-10-03 08:38:49 +02:00
Marc fbd2bc1025 updated requirements 2022-10-02 20:02:48 +02:00
Marc bdb2f52d07 Improved safety and reliability of the --add option 2022-10-02 19:11:37 +02:00
Marc 511a4ae352 Changed arguments and added option to delete a mod 2022-10-02 14:24:42 +02:00
Marc b8fb39e393 refactored the parser 2022-10-02 14:02:01 +02:00
Marc 3cedc7a182 TO TEST: added order support 2022-10-02 10:20:53 +02:00
Marc 35e4d222a7 Merge /home/marc/Projets/modmanager 2022-10-02 10:04:48 +02:00
Marc ad4821f3de improved fomod support 2022-10-02 10:03:23 +02:00
Marc barbier 29c8f3b068 FOMOD: add support for the order parameter 2022-10-02 10:01:26 +02:00
Marc 8c486e27dd i should sleep more 2022-09-26 09:10:30 +02:00
Marc dfd4ee2877 more todos 2022-09-26 09:08:19 +02:00
Marc 0c08e56eb9 updated readme with recent changes 2022-09-26 09:05:11 +02:00
Marc 825a232d5a Debuggin the fomod feature & adding the framework for basic error handling in the fomod code.
Still need to do proper error handling but at least we can easly catch the errors.
2022-09-26 08:56:05 +02:00
Marc f93e93943d i head you like untested code ? 2022-09-23 09:59:58 +02:00
Marc c318f46074 even more code to test 2022-09-22 19:09:41 +02:00
Marc e633354b35 added unclean and untested fomodparser 2022-09-22 12:02:38 +02:00
Marc 1ac8b25dc9 fix hangs while unbinding 2022-09-11 15:47:46 +02:00
Marc 720e8562e7 cleanup more memory leaks 2022-09-11 15:41:02 +02:00
Marc 15b8fdad98 fixed some segfault 2022-09-11 14:20:29 +02:00
Marc 2d63fd8d92 Removed small memory leaks and improved error code path
at first when i create the proof of concept i didn't care at all about memory leak sine the kernel
was cleaning that for me.
2022-09-11 14:14:42 +02:00
Marc ef8776b6b1 proof of concept 2022-09-11 12:19:46 +02:00