{"id":37086443,"url":"https://github.com/calinradoni/buildnumberinc","last_synced_at":"2026-01-14T10:38:01.433Z","repository":{"id":182075696,"uuid":"66501629","full_name":"CalinRadoni/BuildNumberInc","owner":"CalinRadoni","description":"Auto-increment build number","archived":true,"fork":false,"pushed_at":"2019-09-22T18:58:30.000Z","size":2156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-07-18T16:42:12.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/CalinRadoni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-08-24T21:38:57.000Z","updated_at":"2023-07-18T16:42:14.482Z","dependencies_parsed_at":"2023-07-18T16:52:35.885Z","dependency_job_id":null,"html_url":"https://github.com/CalinRadoni/BuildNumberInc","commit_stats":null,"previous_names":["calinradoni/buildnumberinc"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/CalinRadoni/BuildNumberInc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FBuildNumberInc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FBuildNumberInc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FBuildNumberInc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FBuildNumberInc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalinRadoni","download_url":"https://codeload.github.com/CalinRadoni/BuildNumberInc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalinRadoni%2FBuildNumberInc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:25:19.714Z","status":"ssl_error","status_checked_at":"2026-01-14T10:22:49.371Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-14T10:38:00.724Z","updated_at":"2026-01-14T10:38:01.428Z","avatar_url":"https://github.com/CalinRadoni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BuildNumberInc\n\n__BuildNumberInc__ is an application to auto-increment the build number of a C/C++ project\n\n## Note\n\nThis repository is archived because I have no use for this application any more.\n\n## Usage\n\nAdd the executable and the arguments to the pre-build step of your IDE.\n\nIf the build number is declared as a _#define_ no flags are needed.\nIf the build number is declared as a _const_ use the __-c__ flag.\nIf you want to use only LF (and not CRLF) as line endings in the source file use __-r__ flag.\nIf you want to see the changed build number add the __-v__ flag.\n\n### Example\n\n#### Atollic TrueSTUDIO for ARM\n\nIn _project properties_ -\u003e C/C++ Build -\u003e Settings -\u003e Build Steps -\u003e Pre-build steps -\u003e Command\n\nfor a _#define_ set:\n```\n\u003cpath_to_BuildNumberInc.exe\u003e\\BuildNumberInc.exe -v \u003cpath_to_file\u003e\\version.h SW_VER_BUILD\n```\nfor a _const_ set:\n```\n\u003cpath_to_BuildNumberInc.exe\u003e\\BuildNumberInc.exe -c -v \u003cpath_to_file\u003e\\version.h verBuildNo_0\n```\n\n#### Test file (version.h)\n\n```cpp\n#ifndef VERSION_H\n#define VERSION_H\n\n#define SW_VER_MAJOR\t1\n#define SW_VER_MINOR\t8\n#define SW_VER_BUILD\t28\t\t// build number\n\nnamespace YourNamespace {\n\n    const unsigned int verBuildNo_0 = 14; // a comment\n    const uint16_t verBuildNo_1 = 27; // another comment\n\n} // namespace\n\n#endif // VERSION_H\n```\n\n## Building the package\n\n__BuildNumberInc__ is a simple package so, if you have [Go](https://golang.org/) installed and\nadded to your path, just type `go build` in the source directory.\n\n## License\n\n__BuildNumberInc__ is released under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalinradoni%2Fbuildnumberinc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalinradoni%2Fbuildnumberinc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalinradoni%2Fbuildnumberinc/lists"}