{"id":20667058,"url":"https://github.com/lu-zero/valgrind","last_synced_at":"2025-04-19T17:05:21.848Z","repository":{"id":6090281,"uuid":"7317140","full_name":"lu-zero/valgrind","owner":"lu-zero","description":"Mirror of valgrind svn - updated hourly","archived":false,"fork":false,"pushed_at":"2014-08-13T21:34:18.000Z","size":30664,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-02T00:16:48.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lu-zero.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-25T11:57:35.000Z","updated_at":"2024-05-02T00:16:48.179Z","dependencies_parsed_at":"2022-08-27T11:31:21.731Z","dependency_job_id":null,"html_url":"https://github.com/lu-zero/valgrind","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/lu-zero%2Fvalgrind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fvalgrind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fvalgrind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fvalgrind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu-zero","download_url":"https://codeload.github.com/lu-zero/valgrind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224964672,"owners_count":17399434,"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-11-16T19:42:47.027Z","updated_at":"2024-11-16T19:42:47.723Z","avatar_url":"https://github.com/lu-zero.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nRelease notes for Valgrind\n~~~~~~~~~~~~~~~~~~~~~~~~~~\nIf you are building a binary package of Valgrind for distribution,\nplease read README_PACKAGERS.  It contains some important information.\n\nIf you are developing Valgrind, please read README_DEVELOPERS.  It contains\nsome useful information.\n\nFor instructions on how to build/install, see the end of this file.\n\nIf you have problems, consult the FAQ to see if there are workarounds.\n\n\nExecutive Summary\n~~~~~~~~~~~~~~~~~\nValgrind is a framework for building dynamic analysis tools. There are\nValgrind tools that can automatically detect many memory management\nand threading bugs, and profile your programs in detail. You can also\nuse Valgrind to build new tools.\n\nThe Valgrind distribution currently includes six production-quality\ntools: a memory error detector, two thread error detectors, a cache\nand branch-prediction profiler, a call-graph generating cache abd\nbranch-prediction profiler, and a heap profiler. It also includes\nthree experimental tools: a heap/stack/global array overrun detector,\na different kind of heap profiler, and a SimPoint basic block vector\ngenerator.\n\nValgrind is closely tied to details of the CPU, operating system and to\na lesser extent, compiler and basic C libraries. This makes it difficult\nto make it portable.  Nonetheless, it is available for the following\nplatforms: \n\n- X86/Linux\n- AMD64/Linux\n- PPC32/Linux\n- PPC64/Linux\n- ARM/Linux\n- x86/MacOSX\n- AMD64/MacOSX\n- S390X/Linux\n- MIPS32/Linux\n- MIPS64/Linux\n\nNote that AMD64 is just another name for x86_64, and Valgrind runs fine\non Intel processors.  Also note that the core of MacOSX is called\n\"Darwin\" and this name is used sometimes.\n\nValgrind is licensed under the GNU General Public License, version 2. \nRead the file COPYING in the source distribution for details.\n\nHowever: if you contribute code, you need to make it available as GPL\nversion 2 or later, and not 2-only.\n\n\nDocumentation\n~~~~~~~~~~~~~\nA comprehensive user guide is supplied.  Point your browser at\n$PREFIX/share/doc/valgrind/manual.html, where $PREFIX is whatever you\nspecified with --prefix= when building.\n\n\nBuilding and installing it\n~~~~~~~~~~~~~~~~~~~~~~~~~~\nTo install from the Subversion repository :\n\n  0. Check out the code from SVN, following the instructions at\n     http://www.valgrind.org/downloads/repository.html.\n\n  1. cd into the source directory.\n\n  2. Run ./autogen.sh to setup the environment (you need the standard\n     autoconf tools to do so).\n\n  3. Continue with the following instructions...\n\nTo install from a tar.bz2 distribution:\n\n  4. Run ./configure, with some options if you wish.  The only interesting\n     one is the usual --prefix=/where/you/want/it/installed.\n\n  5. Run \"make\".\n\n  6. Run \"make install\", possibly as root if the destination permissions\n     require that.\n\n  7. See if it works.  Try \"valgrind ls -l\".  Either this works, or it\n     bombs out with some complaint.  In that case, please let us know\n     (see www.valgrind.org).\n\nImportant!  Do not move the valgrind installation into a place\ndifferent from that specified by --prefix at build time.  This will\ncause things to break in subtle ways, mostly when Valgrind handles\nfork/exec calls.\n\n\nThe Valgrind Developers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fvalgrind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu-zero%2Fvalgrind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fvalgrind/lists"}