{"id":15735734,"url":"https://github.com/simonrw/sublimeclangprojectbuilder","last_synced_at":"2025-10-12T06:14:19.673Z","repository":{"id":86715255,"uuid":"3334073","full_name":"simonrw/SublimeClangProjectBuilder","owner":"simonrw","description":"Builds SublimeClang project files with the includes for a cmake-based project","archived":false,"fork":false,"pushed_at":"2012-02-02T11:11:37.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T07:37:53.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/simonrw.png","metadata":{"files":{"readme":"README.mkd","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}},"created_at":"2012-02-02T10:59:08.000Z","updated_at":"2014-01-01T20:11:37.000Z","dependencies_parsed_at":"2023-03-13T19:54:46.167Z","dependency_job_id":null,"html_url":"https://github.com/simonrw/SublimeClangProjectBuilder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simonrw/SublimeClangProjectBuilder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2FSublimeClangProjectBuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2FSublimeClangProjectBuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2FSublimeClangProjectBuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2FSublimeClangProjectBuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonrw","download_url":"https://codeload.github.com/simonrw/SublimeClangProjectBuilder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonrw%2FSublimeClangProjectBuilder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268016761,"owners_count":24181653,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-04T01:14:50.104Z","updated_at":"2025-10-12T06:14:14.606Z","avatar_url":"https://github.com/simonrw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\n\nThe script contains the code to create a [SublimeClang][1] project file\nfor the [Sublime Text 2][2] editor. It allows for automatic parsing of \nthe [CMake][3] path files to get the required include paths for the \nclang compiler.\n\n**WARNING**: This code is incredibly loosely held together and not \ntested. I had great dreams of writing proper OO code with unit tests,\nbut I should have been doing something else that day, so I present it \nhere 'as is'.\n\n## Requirements\n\n* [Python][4]\n* CMake\n* Sublime Text 2\n* [clang][5]\n* A cmake project\n\n## Usage\n\nThe script takes a source directory (defaults to the current directory if not given),\nthe \"out of source\" build directory and an output stub. The project file will be \nlocated at `output_stub`.sublime-project. \n\n    usage: SublimeProjectFileCreator [-h] -b BUILDDIR [-s SOURCEDIR] -o OUTPUT\n\n    optional arguments:\n      -h, --help            show this help message and exit\n      -b BUILDDIR, --builddir BUILDDIR\n                            Build directory\n      -s SOURCEDIR, --sourcedir SOURCEDIR\n                            Source directory\n      -o OUTPUT, --output OUTPUT\n                            Name of project file\n\n\n\n\n\n\n[1]: https://github.com/quarnster/SublimeClang \"SublimeClang Github page\"\n[2]: http://www.sublimetext.com/2 \"Sublime Text 2\"\n[3]: http://www.cmake.org \"CMake homepage\"\n[4]: http://www.python.org \"Python homepage\"\n[5]: http://clang.llvm.org \"Clang homepage\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fsublimeclangprojectbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonrw%2Fsublimeclangprojectbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonrw%2Fsublimeclangprojectbuilder/lists"}