Skip to content

Commit

Permalink
updated dpm dspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Aug 22, 2024
1 parent a340d8f commit b5a9777
Showing 1 changed file with 69 additions and 68 deletions.
137 changes: 69 additions & 68 deletions Spring4D.Benchmark.dspec
Original file line number Diff line number Diff line change
@@ -1,75 +1,76 @@
{
"metadata": {
"id": "Spring4D.Benchmark",
"version": "0.2.0",
"description": "A powerful benchmarking library for Delphi (ported from Google Benchmark)",
"authors": "Vincent Parrett",
"projectUrl": "https://github.com/spring4d/benchmark",
"license": "Apache-2.0",
"copyright": "Spring4D Team",
"tags": "Benchmark Performance"
"metadata": {
"id": "Spring4D.Benchmark",
"version": "0.3.0",
"description": "A powerful benchmarking library for Delphi (ported from Google Benchmark)",
"authors": "Vincent Parrett",
"projectUrl": "https://github.com/spring4d/benchmark",
"repositoryUrl": "",
"license": "Apache-2.0",
"copyright": "Spring4D Team",
"tags": "Benchmark Performance"
},
"targetPlatforms": [
{
"compiler": "XE7",
"platforms": "Win32, Win64, OSX32, Android, iOS32, iOSSimulator",
"template": "default"
},
"targetPlatforms": [
{
"compiler": "XE7",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "XE8",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.0",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.1",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.2",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.3",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "10.4",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "11.0",
"platforms": "Win32, Win64",
"template": "default"
},
{
"compiler": "XE8",
"platforms": "Win32, Win64, OSX32, Android, iOS32, iOS64, iOSSimulator",
"template": "default"
},
{
"compiler": "10.0",
"platforms": "Win32, Win64, OSX32, Android, iOS32, iOS64, iOSSimulator",
"template": "default"
},
{
"compiler": "10.1",
"platforms": "Win32, Win64, OSX32, Android, iOS32, iOS64, iOSSimulator",
"template": "default"
},
{
"compiler": "10.2",
"platforms": "Win32, Win64, OSX32, Android, iOS32, iOS64, iOSSimulator",
"template": "default"
},
{
"compiler": "10.3",
"platforms": "Win32, Win64, OSX32, OSX64, Android, Android64, iOS32, iOS64, iOSSimulator, LinuxIntel64",
"template": "default"
},
{
"compiler": "11.0",
"platforms": "Win32, Win64, OSX64, OSXARM64, Android, Android64, iOS64, LinuxIntel64",
"template": "default"
},
{
"compiler": "12.0",
"platforms": "Win32, Win64, OSX64, OSXARM64, Android, Android64, iOS64, LinuxIntel64",
"template": "default"
},
{
"compiler": "10.4",
"platforms": "Win32, Win64, OSX64, Android, Android64, iOS64, iOSSimulator, LinuxIntel64",
"template": "--unset--"
}
],
"templates": [
{
"name": "default",
"source": [
{
"compiler": "12.0",
"platforms": "Win32, Win64",
"template": "default"
"src": "Spring.Benchmark.pas",
"dest": "source"
}
],
"templates": [
],
"searchPaths": [
{
"name": "default",
"source": [
{
"src": "Spring.Benchmark.pas",
"dest": "source"
}
],
"searchPaths": [
{
"path": "source"
}
]
"path": "source"
}
]
]
}
]
}

0 comments on commit b5a9777

Please sign in to comment.