annotate repoint-project.json @ 2123:7c30a7f20c6a fix-static-analysis

Add run-clang-tidy script
author Chris Cannam
date Thu, 22 Nov 2018 14:57:22 +0000
parents 0f5ff52655ec
children b35c1f8b2ddd
rev   line source
Chris@1674 1 {
Chris@1674 2 "config": {
Chris@1706 3 "extdir": "."
Chris@1674 4 },
Chris@1721 5 "services": {
Chris@1966 6 "soundsoftware": {
Chris@1966 7 "vcs": ["hg", "git"],
Chris@1966 8 "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
Chris@1966 9 "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
Chris@1966 10 }
Chris@1676 11 },
Chris@1724 12 "libraries": {
Chris@1674 13 "vamp-plugin-sdk": {
Chris@1710 14 "vcs": "hg",
Chris@1710 15 "service": "soundsoftware"
Chris@1674 16 },
Chris@1674 17 "svcore": {
Chris@1780 18 "vcs": "hg",
Chris@2121 19 "service": "soundsoftware",
Chris@2121 20 "branch": "fix-static-analysis"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@2121 24 "service": "soundsoftware",
Chris@2121 25 "branch": "fix-static-analysis"
Chris@1674 26 },
Chris@1674 27 "svapp": {
Chris@1674 28 "vcs": "hg",
Chris@2121 29 "service": "soundsoftware",
Chris@2121 30 "branch": "fix-static-analysis"
Chris@1674 31 },
Chris@1710 32 "checker": {
Chris@1710 33 "vcs": "hg",
Chris@1966 34 "service": "soundsoftware",
Chris@1979 35 "repository": "vamp-plugin-load-checker"
Chris@1710 36 },
Chris@1720 37 "piper": {
Chris@1720 38 "vcs": "git",
Chris@1966 39 "service": "github",
Chris@1966 40 "owner": "piper-audio"
Chris@1720 41 },
Chris@2045 42 "piper-vamp-cpp": {
Chris@1710 43 "vcs": "git",
Chris@1966 44 "service": "github",
Chris@2045 45 "owner": "piper-audio"
Chris@1710 46 },
Chris@1674 47 "dataquay": {
Chris@1674 48 "vcs": "hg",
Chris@1675 49 "service": "bitbucket",
Chris@1675 50 "owner": "breakfastquay"
Chris@1674 51 },
Chris@1674 52 "bqvec": {
Chris@1674 53 "vcs": "hg",
Chris@1675 54 "service": "bitbucket",
Chris@1675 55 "owner": "breakfastquay"
Chris@1674 56 },
Chris@1674 57 "bqfft": {
Chris@1674 58 "vcs": "hg",
Chris@1675 59 "service": "bitbucket",
Chris@1675 60 "owner": "breakfastquay"
Chris@1674 61 },
Chris@1674 62 "bqresample": {
Chris@1674 63 "vcs": "hg",
Chris@1675 64 "service": "bitbucket",
Chris@1675 65 "owner": "breakfastquay"
Chris@1674 66 },
Chris@1674 67 "bqaudioio": {
Chris@1674 68 "vcs": "hg",
Chris@1675 69 "service": "bitbucket",
Chris@1675 70 "owner": "breakfastquay"
Chris@1674 71 },
Chris@1674 72 "sv-dependency-builds": {
Chris@1674 73 "vcs": "hg",
Chris@1966 74 "service": "soundsoftware"
Chris@1674 75 },
Chris@1674 76 "icons/scalable": {
Chris@1674 77 "vcs": "hg",
Chris@1966 78 "service": "soundsoftware",
Chris@1966 79 "repository": "sv-iconset"
Chris@1674 80 }
Chris@1674 81 }
Chris@1674 82 }
Chris@1674 83