{"id":24616311,"url":"https://github.com/wunkolo/intriman","last_synced_at":"2025-05-07T02:25:25.211Z","repository":{"id":27712956,"uuid":"114990558","full_name":"Wunkolo/Intriman","owner":"Wunkolo","description":"Intriman is a documentation generator that retargets the Intel Intrinsics Guide to other documentation formats","archived":false,"fork":false,"pushed_at":"2022-06-15T19:03:25.000Z","size":69,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T05:24:57.443Z","etag":null,"topics":["documen","intel","intrinsic","simd"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Wunkolo.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}},"created_at":"2017-12-21T09:54:47.000Z","updated_at":"2024-06-16T05:28:28.000Z","dependencies_parsed_at":"2022-08-31T17:00:55.331Z","dependency_job_id":null,"html_url":"https://github.com/Wunkolo/Intriman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wunkolo%2FIntriman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wunkolo%2FIntriman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wunkolo%2FIntriman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wunkolo%2FIntriman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wunkolo","download_url":"https://codeload.github.com/Wunkolo/Intriman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252800087,"owners_count":21806093,"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":["documen","intel","intrinsic","simd"],"created_at":"2025-01-24T22:16:48.122Z","updated_at":"2025-05-07T02:25:25.187Z","avatar_url":"https://github.com/Wunkolo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intriman [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nIntriman is a documentation generator that retargets the [Intel Intrinsics Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/) data into additional **offline** documentation formats.\n\n---\n\nMan page(groff):\n\n![](media/manpage.png)\n\nMarkdown:\n\n![](media/markdown.png)\n\nPlaintext:\n\n![](media/plaintext.png)\n\n---\n\n## Dependencies\n\n * [Cmake 3.2.2+](https://www.cmake.org/download/)\n * [pugixml](https://github.com/zeux/pugixml)\n\n## Building\n\nClone the repository with submodules:\n\n`git clone --recursive https://github.com/Wunkolo/Intriman.git`\n\n### Windows\n\nUsing Visual Studio 2017, simply open `CMakeLists.txt` using Visual Studios [built-in support for opening CMake projects](https://blogs.msdn.microsoft.com/vcblog/2016/10/05/cmake-support-in-visual-studio/):\n\n![](https://i.imgur.com/NmnwidH.png)\n\nFinally, select your desired build target and architecture and then build. Compiled binaries will be found in the cache folder:\n\n![](https://i.imgur.com/binVwSK.png)\n\n![](https://i.imgur.com/Ad0KG7t.png)\n\n![](https://i.imgur.com/Lyqmwbi.png)\n\n### Linux\n\nTypical [Cmake out-of-source build procedure](http://preshing.com/20170511/how-to-build-a-cmake-based-project/#running-cmake-from-the-command-line):\n\n```\ncd Intriman\nmkdir build\ncd build\ncmake ..\nmake\n```\n\n## Usage\n\nCMake generation should automatically download `data-latest.xml` from Intel.\nOtherwise, download the file from `https://software.intel.com/sites/landingpage/IntrinsicsGuide/files/data-latest.xml` and simply drag and drop this file onto the executable, or put `data-latest.xml` as the first argument(`Intriman data-latest.xml`), and the documentation files will be generated( default output directory is `./docs/` relative to the executable path )\n\n![](https://i.imgur.com/YwGg9y0.png)\n\n![](https://i.imgur.com/OOE9HrB.gif)\n\n![](https://i.imgur.com/fa1bm4M.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunkolo%2Fintriman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwunkolo%2Fintriman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunkolo%2Fintriman/lists"}