{"id":24589190,"url":"https://github.com/devprabal/small-linklist","last_synced_at":"2025-03-17T22:03:11.698Z","repository":{"id":38690983,"uuid":"485874769","full_name":"devprabal/small-linklist","owner":"devprabal","description":"small linked list lib in C","archived":false,"fork":false,"pushed_at":"2024-03-31T11:32:05.000Z","size":44,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-24T08:14:15.871Z","etag":null,"topics":["c","linked-list"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devprabal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-26T16:58:25.000Z","updated_at":"2023-12-24T17:25:36.000Z","dependencies_parsed_at":"2024-03-31T11:24:39.200Z","dependency_job_id":"75521f50-af40-48c5-9bb7-cfbc3b80c8b7","html_url":"https://github.com/devprabal/small-linklist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devprabal%2Fsmall-linklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devprabal%2Fsmall-linklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devprabal%2Fsmall-linklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devprabal%2Fsmall-linklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devprabal","download_url":"https://codeload.github.com/devprabal/small-linklist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244117611,"owners_count":20400742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","linked-list"],"created_at":"2025-01-24T08:14:17.440Z","updated_at":"2025-03-17T22:03:11.662Z","avatar_url":"https://github.com/devprabal.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/summary/new_code?id=devprabal_small-linklist)\n\n# Small linkedlist lib in C\n\n## TODOs\n\n- [x] nicer Makefile\n- [x] Move to Scons or other build systems, if required, in future -- not required at present\n- [x] libcheck unit testing -- not used anymore\n- [ ] use gtest for unit testing\n- [x] check memleaks, etc. with valgrind\n- [x] code coverage report generation with gcov\n- [ ] upload code coverage report on github pages\n- [ ] doxygen documentation\n- [x] upload on github with proper commit messages\n- [ ] use `-g` gcc debugging option for use with `gdb`\n- [ ] config file for code-formatting\n- [ ] revisit codes several times, each time you will get something which can be done in a better way (performance, readability, or style)\n    - [ ] while revisiting the code, we can write documentation, and log lines\n- [x] I don't like `OBJS` variable to be at one place, can be spread across multiple Makefiles\n- [x] I don't like the `#include \"module/inc/module.h\"` style now, \"inc\" word is redundant\n- [x] `struct` tags should not start with `_`, infact any identifier shouldn't start with leading `_`\n- [ ] list can have a struct `ListInstance` which gives the user functions by which they can insert/delete/update/find/etc in the list\n- [ ] log level lines instead of `printf()`s for debugging\n- [ ] I have changed my style from `char *var` to `char* var`, also changed curly braces to start on the same line (unless it is a function defintion)\n- [ ] fix github CI unit test\n- [ ] cache github CI workflow/environment so that it doesn't install `valgrind` etc. on every push\n- [ ] Separate debug bin build (compiled with `-g`) process and release bin build process \n- [ ] Add description about project instead of tasks list on README\n\n## Dependencies\n\nDocument somehow that these are dependencies and need to be installed (or make a script that checks for and installs these dependencies)\n\n- [ ] `valgrind`\n- [ ] `check` testing framework lib \n- [ ] `lcov`\n- [ ] `gcovr`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevprabal%2Fsmall-linklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevprabal%2Fsmall-linklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevprabal%2Fsmall-linklist/lists"}