annotate repoint-project.json @ 2550:a004f981f6f5 startup-timing

Some work to try to get the main window up & functioning quicker - without waiting for the transforms to be populated first. Needs a lot more testing, not to be merged until after 4.1.
author Chris Cannam
date Wed, 03 Jun 2020 14:12:14 +0100
parents f67b7a489f75
children e55433e351cd
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@2550 19 "service": "soundsoftware",
Chris@2550 20 "branch": "startup-timing"
Chris@1674 21 },
Chris@1674 22 "svgui": {
Chris@1780 23 "vcs": "hg",
Chris@2491 24 "service": "soundsoftware"
Chris@1674 25 },
Chris@1674 26 "svapp": {
Chris@1674 27 "vcs": "hg",
Chris@2488 28 "service": "soundsoftware"
Chris@1674 29 },
Chris@1710 30 "checker": {
Chris@1710 31 "vcs": "hg",
Chris@1966 32 "service": "soundsoftware",
Chris@1979 33 "repository": "vamp-plugin-load-checker"
Chris@1710 34 },
Chris@1720 35 "piper": {
Chris@1720 36 "vcs": "git",
Chris@1966 37 "service": "github",
Chris@1966 38 "owner": "piper-audio"
Chris@1720 39 },
Chris@2045 40 "piper-vamp-cpp": {
Chris@1710 41 "vcs": "git",
Chris@1966 42 "service": "github",
Chris@2045 43 "owner": "piper-audio"
Chris@1710 44 },
Chris@1674 45 "dataquay": {
Chris@1674 46 "vcs": "hg",
Chris@2311 47 "service": "sourcehut",
Chris@1675 48 "owner": "breakfastquay"
Chris@1674 49 },
Chris@1674 50 "bqvec": {
Chris@1674 51 "vcs": "hg",
Chris@2311 52 "service": "sourcehut",
Chris@1675 53 "owner": "breakfastquay"
Chris@1674 54 },
Chris@1674 55 "bqfft": {
Chris@1674 56 "vcs": "hg",
Chris@2311 57 "service": "sourcehut",
Chris@1675 58 "owner": "breakfastquay"
Chris@1674 59 },
Chris@1674 60 "bqresample": {
Chris@1674 61 "vcs": "hg",
Chris@2311 62 "service": "sourcehut",
Chris@1675 63 "owner": "breakfastquay"
Chris@1674 64 },
Chris@1674 65 "bqaudioio": {
Chris@1674 66 "vcs": "hg",
Chris@2311 67 "service": "sourcehut",
Chris@1675 68 "owner": "breakfastquay"
Chris@1674 69 },
Chris@2147 70 "bqaudiostream": {
Chris@2147 71 "vcs": "hg",
Chris@2311 72 "service": "sourcehut",
Chris@2147 73 "owner": "breakfastquay"
Chris@2147 74 },
Chris@2147 75 "bqthingfactory": {
Chris@2147 76 "vcs": "hg",
Chris@2311 77 "service": "sourcehut",
Chris@2147 78 "owner": "breakfastquay"
Chris@2147 79 },
Chris@1674 80 "sv-dependency-builds": {
Chris@1674 81 "vcs": "hg",
Chris@2413 82 "service": "soundsoftware"
Chris@1674 83 },
Chris@1674 84 "icons/scalable": {
Chris@1674 85 "vcs": "hg",
Chris@1966 86 "service": "soundsoftware",
Chris@1966 87 "repository": "sv-iconset"
Chris@1674 88 }
Chris@1674 89 }
Chris@1674 90 }
Chris@1674 91