view repoint-project.json @ 2121:0f5ff52655ec fix-static-analysis

Fixes from clang modernize-use-override
author Chris Cannam
date Thu, 22 Nov 2018 14:56:18 +0000
parents 903537249fdf
children b35c1f8b2ddd
line wrap: on
line source
{
    "config": {
        "extdir": "."
    },
    "services": {
        "soundsoftware": {
            "vcs": ["hg", "git"],
            "anonymous": "https://code.soundsoftware.ac.uk/{vcs}/{repository}",
            "authenticated": "https://{account}@code.soundsoftware.ac.uk/{vcs}/{repository}"
        }
    },
    "libraries": {
        "vamp-plugin-sdk": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "svcore": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "fix-static-analysis"
        },
        "svgui": {
            "vcs": "hg",
            "service": "soundsoftware",
            "branch": "fix-static-analysis"
        },
        "svapp": {
            "vcs": "hg",
	    "service": "soundsoftware",
            "branch": "fix-static-analysis"
        },
        "checker": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "vamp-plugin-load-checker"
        },
        "piper": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio"
        },
        "piper-vamp-cpp": {
            "vcs": "git",
            "service": "github",
            "owner": "piper-audio"
        },
        "dataquay": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqvec": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqfft": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqresample": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "bqaudioio": {
            "vcs": "hg",
            "service": "bitbucket",
            "owner": "breakfastquay"
        },
        "sv-dependency-builds": {
            "vcs": "hg",
            "service": "soundsoftware"
        },
        "icons/scalable": {
            "vcs": "hg",
            "service": "soundsoftware",
            "repository": "sv-iconset"
        }
    }
}