{"id":15280411,"url":"https://github.com/xjtu-enre/ENRE-cpp","last_synced_at":"2025-10-06T20:30:52.041Z","repository":{"id":49386052,"uuid":"393040546","full_name":"xjtu-enre/ENRE-cpp","owner":"xjtu-enre","description":"ENtity Relationship Extractor for C/C++ based on @eclipse/CDT. (Under development)","archived":false,"fork":false,"pushed_at":"2024-08-20T08:42:27.000Z","size":30553,"stargazers_count":5,"open_issues_count":10,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-20T10:42:27.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xjtu-enre.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,"publiccode":null,"codemeta":null}},"created_at":"2021-08-05T12:50:01.000Z","updated_at":"2024-08-20T08:42:30.000Z","dependencies_parsed_at":"2023-12-19T17:12:30.533Z","dependency_job_id":"3a35f568-cf53-4fa0-b148-1e1ecccdf266","html_url":"https://github.com/xjtu-enre/ENRE-cpp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjtu-enre%2FENRE-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjtu-enre%2FENRE-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjtu-enre%2FENRE-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjtu-enre%2FENRE-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xjtu-enre","download_url":"https://codeload.github.com/xjtu-enre/ENRE-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877390,"owners_count":16554867,"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":[],"created_at":"2024-09-30T12:01:37.813Z","updated_at":"2025-10-06T20:30:42.026Z","avatar_url":"https://github.com/xjtu-enre.png","language":"Java","readme":"# ENRE-cpp\n\n\u003e ENRE-cpp is a tool extracting entities and relations for C++ based on [Eclipse/CDT](https://github.com/eclipse-cdt).\n\n## Features\n* 🆕 Designed for the latest C++ standard\n* 👨‍💻 Friendly and easy to use\n* 💪 Input file source code compilation error tolerance, strong robustness\n* ⚙️ The tool part supports C language, with strong scalability\n\n## Supported Language\n\n|  Language  | Maximum Version |\n|:----------:|:---------------:|\n|    C++     |       14        |\n\n\n## Getting Started\n\n\u003e ENRE-cpp has been tested to be worked with [Java 17]((https://docs.oracle.com/javase/7/docs/webnotes/install/)).\n\n## Build \u0026 Installation\nin case on the GNU/Linux and Mac platform:\n```\n// chmod a+x install.sh\n./install.sh\n```\nin case on the Windows platfrom:\n```\n./install.bat\n```\nAfter installed the required libraries, you can build the jar file by using:\n```\nmvn clean package assembly:single\n```\n\n## Usage\n\nAppend `-h` or `--help` without any other arguments to see list\nof options:\n```text\nUsage: ENRE-CPP [-hv] [-d=\u003cdirs\u003e]... [-p=\u003cprogram_environment\u003e]... directory\n                projectName\n      directory      The directory to be analyzed\n      projectName    A short alias name of the anayzed source code project\n  -d, --dir=\u003cdirs\u003e   other directory need to analysis.\n  -h, --help         display help for command\n  -p, --program_environment=\u003cprogram_environment\u003e\n                     the program environment.\n  -v, --version      print version information and exit\n```\n\n### Examples\n\nUse ENRE to analyze a demo project \"**electron**\" written in *C++*: \n\n```cmd\njava -jar ENRE-CPP.jar  demo-projects/electron electron -p electron/src \n```\n\nTo increase the memory heap, you can add -Xmx before -jar, like:\n```cmd\njava -jar -Xmx64g -Xms8g ENRE-CPP.jar  demo-projects/electron electron\n```\n\n## Documentation\nSpecifications on which kinds of entities and relations can be\ncaptured and any other details can be found in [documents](enre-ts/docs/README.md)\n\n## References\n- [cpp reference](https://en.cppreference.com/w/)\n- [C++ docs | Microsoft Docs](https://learn.microsoft.com/en-us/cpp/cpp/?view=msvc-170)\n- [IBM XL C/C++ for AIX documentation](https://www.ibm.com/docs/en/xl-c-and-cpp-aix)\n- [LLVM](https://github.com/llvm/llvm-project)","funding_links":[],"categories":["Programming Languages"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjtu-enre%2FENRE-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjtu-enre%2FENRE-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjtu-enre%2FENRE-cpp/lists"}