{"id":13591862,"url":"https://github.com/nemequ/hedley","last_synced_at":"2025-04-07T05:07:52.098Z","repository":{"id":37773970,"uuid":"62017121","full_name":"nemequ/hedley","owner":"nemequ","description":"A C/C++ header to help move #ifdefs out of your code","archived":false,"fork":false,"pushed_at":"2024-09-18T13:08:23.000Z","size":253,"stargazers_count":768,"open_issues_count":20,"forks_count":50,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-09-19T11:05:55.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nemequ.github.io/hedley/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nemequ.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"COPYING","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":"2016-06-27T01:36:23.000Z","updated_at":"2024-09-08T13:58:22.000Z","dependencies_parsed_at":"2024-10-25T20:05:54.638Z","dependency_job_id":"1445ca5c-3e13-4b0b-b989-d11bc1f45fb6","html_url":"https://github.com/nemequ/hedley","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fhedley","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fhedley/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fhedley/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fhedley/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemequ","download_url":"https://codeload.github.com/nemequ/hedley/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595334,"owners_count":20963943,"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-08-01T16:01:03.013Z","updated_at":"2025-04-07T05:07:52.081Z","avatar_url":"https://github.com/nemequ.png","language":"C++","readme":"# Hedley\n\n## Documentation\n\nFor documentation, see [https://nemequ.github.io/hedley/](https://nemequ.github.io/hedley/).\nThere is an easy-to-read user guide and full API documentation.\n\n## Brief Description\n\nHedley is C/C++ a header file designed to smooth over some\nplatform-specific annoyances.  The idea is to get rid of a bunch of\nthe #ifdefs in your code and put them in Hedley instead or, if you\nhaven't bothered with platform-specific functionality in your code, to\nmake it easier to do so.  This code can be used to improve:\n\n * Static analysis — better warnings and errors help you catch errors\n   before they become a real issue.\n * Optimizations — compiler hints help speed up your code.\n * Manage public APIs\n   * Visibility — keeping internal symbols private can make your\n     program faster and smaller.\n   * Versioning — help consumers avoid functions which are deprecated\n     or too new for all the platforms they want to support.\n * C/C++ interoperability — make it easier to use code in both C and\n   C++ compilers.\n* *… and more!*\n\nYou can safely use Hedley in your *public* API.  If someone else\nincludes a newer version of Hedley later on, the newer Hedley will\njust redefine everything, and if someone includes an older version it\nwill simply be ignored.\n\nIt should be safe to use any of Hedley's features; if the platform\ndoesn't support the feature it will be silently ignored.\n","funding_links":[],"categories":["Miscellaneous","C++","Portability Definitions"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemequ%2Fhedley","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemequ%2Fhedley","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemequ%2Fhedley/lists"}