annotate repoint-project.json @ 2153:f57b0eea9201

Remove LTO again. It makes linking very slow, I'm not noticing any practical difference in performance, it doesn't work correctly on Travis image etc, and it sometimes breaks in incremental builds.
author Chris Cannam
date Thu, 06 Dec 2018 09:55:36 +0000
parents f474b3931217
children b35c1f8b2ddd bc3d0c86ee2e
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@2098 19 "service": "soundsoftware"
Chris@1674 20 },
Chris@1674 21 "svgui": {
Chris@1780 22 "vcs": "hg",
Chris@2098 23 "service": "soundsoftware"
Chris@1674 24 },
Chris@1674 25 "svapp": {
Chris@1674 26 "vcs": "hg",
Chris@2031 27 "service": "soundsoftware"
Chris@1674 28 },
Chris@1710 29 "checker": {
Chris@1710 30 "vcs": "hg",
Chris@1966 31 "service": "soundsoftware",
Chris@1979 32 "repository": "vamp-plugin-load-checker"
Chris@1710 33 },
Chris@1720 34 "piper": {
Chris@1720 35 "vcs": "git",
Chris@1966 36 "service": "github",
Chris@1966 37 "owner": "piper-audio"
Chris@1720 38 },
Chris@2045 39 "piper-vamp-cpp": {
Chris@1710 40 "vcs": "git",
Chris@1966 41 "service": "github",
Chris@2045 42 "owner": "piper-audio"
Chris@1710 43 },
Chris@1674 44 "dataquay": {
Chris@1674 45 "vcs": "hg",
Chris@1675 46 "service": "bitbucket",
Chris@1675 47 "owner": "breakfastquay"
Chris@1674 48 },
Chris@1674 49 "bqvec": {
Chris@1674 50 "vcs": "hg",
Chris@1675 51 "service": "bitbucket",
Chris@1675 52 "owner": "breakfastquay"
Chris@1674 53 },
Chris@1674 54 "bqfft": {
Chris@1674 55 "vcs": "hg",
Chris@1675 56 "service": "bitbucket",
Chris@1675 57 "owner": "breakfastquay"
Chris@1674 58 },
Chris@1674 59 "bqresample": {
Chris@1674 60 "vcs": "hg",
Chris@1675 61 "service": "bitbucket",
Chris@1675 62 "owner": "breakfastquay"
Chris@1674 63 },
Chris@1674 64 "bqaudioio": {
Chris@1674 65 "vcs": "hg",
Chris@1675 66 "service": "bitbucket",
Chris@1675 67 "owner": "breakfastquay"
Chris@1674 68 },
Chris@2128 69 "rubberband": {
Chris@2128 70 "vcs": "hg",
Chris@2128 71 "service": "bitbucket",
Chris@2128 72 "owner": "breakfastquay"
Chris@2128 73 },
Chris@1674 74 "sv-dependency-builds": {
Chris@1674 75 "vcs": "hg",
Chris@1966 76 "service": "soundsoftware"
Chris@1674 77 },
Chris@1674 78 "icons/scalable": {
Chris@1674 79 "vcs": "hg",
Chris@1966 80 "service": "soundsoftware",
Chris@1966 81 "repository": "sv-iconset"
Chris@1674 82 }
Chris@1674 83 }
Chris@1674 84 }
Chris@1674 85