{"id":14991155,"url":"https://github.com/flopsreallygotit/logpass","last_synced_at":"2026-02-16T02:43:57.794Z","repository":{"id":228311534,"uuid":"773396201","full_name":"flopsreallygotit/LogPass","owner":"flopsreallygotit","description":"Generates log info about IR","archived":false,"fork":false,"pushed_at":"2025-04-07T22:12:57.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T23:22:13.911Z","etag":null,"topics":["llvm","llvm-clang","llvm-ir","llvm-pass"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flopsreallygotit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-03-17T14:54:34.000Z","updated_at":"2025-04-07T22:10:24.000Z","dependencies_parsed_at":"2025-04-08T01:45:10.769Z","dependency_job_id":null,"html_url":"https://github.com/flopsreallygotit/LogPass","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"0c8a910300f9c2b70b04cf62040101d2aec261e2"},"previous_names":["flopsreallygotit/logpass"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FLogPass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FLogPass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FLogPass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flopsreallygotit%2FLogPass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flopsreallygotit","download_url":"https://codeload.github.com/flopsreallygotit/LogPass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248512432,"owners_count":21116599,"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":["llvm","llvm-clang","llvm-ir","llvm-pass"],"created_at":"2024-09-24T14:21:36.346Z","updated_at":"2026-02-16T02:43:57.723Z","avatar_url":"https://github.com/flopsreallygotit.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogPass\n\nLogPass provides compiler wrapper and pass library that logs function traces\n\n# Dependencies\n\nYou can install dependencies on Debian/Ubuntu with following command:\n\n```bash\nsudo apt install clang-16 llvm-16-dev cmake make\n```\n\n## Quick Start\n\nTo build pass library write:\n\n```bash\nmkdir build\ncd build\ncmake .. -DCMAKE_C_COMPILER=clang-16 -DCMAKE_CXX_COMPILER=clang++-16\nmake -j\n```\n\n## Usage\n\nUse `loggercc` as C-compiler and `loggercxx` as C++-compiler:\n\n```bash\nCC=/path/to/loggercc\nCXX=/path/to/loggercxx\n\ncmake / make / ninja / ...\n./a.out\n```\n\nYou'll receive `logger.log` file with function trace.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflopsreallygotit%2Flogpass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflopsreallygotit%2Flogpass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflopsreallygotit%2Flogpass/lists"}