{"id":22825428,"url":"https://github.com/crabdancing/md5-conan-example","last_synced_at":"2025-03-31T00:22:48.184Z","repository":{"id":82553531,"uuid":"482088318","full_name":"crabdancing/md5-conan-example","owner":"crabdancing","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-15T22:26:12.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T05:33:00.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/crabdancing.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}},"created_at":"2022-04-15T21:25:47.000Z","updated_at":"2022-04-15T21:26:09.000Z","dependencies_parsed_at":"2023-03-12T16:09:25.019Z","dependency_job_id":null,"html_url":"https://github.com/crabdancing/md5-conan-example","commit_stats":null,"previous_names":["a7287/md5-conan-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fmd5-conan-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fmd5-conan-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fmd5-conan-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crabdancing%2Fmd5-conan-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crabdancing","download_url":"https://codeload.github.com/crabdancing/md5-conan-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246397397,"owners_count":20770546,"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-12-12T17:10:46.182Z","updated_at":"2025-03-31T00:22:48.159Z","avatar_url":"https://github.com/crabdancing.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Based on [this](https://docs.conan.io/en/latest/getting_started.html) doc.\n\n# Prereqs for toolchain\n\n- make\n- cmake\n- conan\n- gcc/clang prolly I dunno, fuck off\n\n# Getting repo\n\n```bash\ngit clone \"https://github.com/alxpettit/md5-conan-example\"\ncd md5-conan-example/\n```\n\n# backward compatibility ABI setting\n\nIn a nutshell, the Conan is boomer and defaults to configuring a boomer [ABI](https://en.wikipedia.org/wiki/Application_binary_interface) for backward compatibility. In practice, this breaks anything using a version of C++ newer than 2011, due to COW strings and whatever the fuck else.\n\nYou might say, 'but Alexandria, 2011 was over a decade ago!'\n\n*YES.* ***I KNOW.*** Welcome to C++ programming, fucker.\n\n(see the official docs for this issue here [here](https://docs.conan.io/en/latest/howtos/manage_gcc_abi.html#manage-gcc-abi))\n\nAnyway, here's the workaround:\n\n```bash\nconan profile new default --detect\nconan profile update settings.compiler.libcxx=libstdc++11 default\n```\n\nUnder `~/.conan/profiles/default`, this sets the following:\n```ini\n[settings]\n.   .   .\ncompiler.libcxx=libstdc++11\n```\n\n# Prereqs \u0026 actually building your thing\n\n```bash\n# We prefer to build in build directory to keep build artifacts separate from source code\nmkdir -p build\ncd build/\n# Installs the prereqs \u0026 toolchains to complete build process\nconan install .. --build missing\n# From here, conventional cmake/make toolchain techniques apply\ncmake ..\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrabdancing%2Fmd5-conan-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrabdancing%2Fmd5-conan-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrabdancing%2Fmd5-conan-example/lists"}