Skip to content

Commit 7f63788

Browse files
committed
Merge branch 'master' of gitlab.acadiasoft.net:qs/ore
2 parents 5faa589 + ec765fe commit 7f63788

627 files changed

Lines changed: 129277 additions & 68534 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

App/ore.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#include <orea/app/oreapp.hpp>
2929

30-
#include <ored/utilities/initbuilders.hpp>
30+
#include <orea/app/initbuilders.hpp>
3131

3232
#include <qle/version.hpp>
3333

@@ -71,7 +71,7 @@ int main(int argc, char** argv) {
7171
return -1;
7272
}
7373

74-
ore::data::initBuilders();
74+
ore::analytics::initBuilders();
7575

7676
string inputFile(argv[1]);
7777

CMakePresets.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,20 @@
186186
"rhs": "Linux"
187187
}
188188
},
189+
{
190+
"name": "apple-arm64-base",
191+
"hidden": true,
192+
"binaryDir": "${sourceDir}/build/${presetName}",
193+
"architecture": {
194+
"value": "arm64",
195+
"strategy": "external"
196+
},
197+
"condition": {
198+
"type": "equals",
199+
"lhs": "${hostSystemName}",
200+
"rhs": "Darwin"
201+
}
202+
},
189203
{
190204
"name": "_release",
191205
"hidden": true,
@@ -204,7 +218,7 @@
204218
"name": "_relwithdebinfo",
205219
"hidden": true,
206220
"cacheVariables": {
207-
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
221+
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
208222
}
209223
},
210224
{
@@ -288,6 +302,33 @@
288302
"_ninja",
289303
"_relwithdebinfo"
290304
]
305+
},
306+
{
307+
"name": "apple-arm64-ninja-debug",
308+
"description": "Apple M series preset Debug",
309+
"inherits": [
310+
"apple-arm64-base",
311+
"_ninja",
312+
"_debug"
313+
]
314+
},
315+
{
316+
"name": "apple-arm64-ninja-release",
317+
"description": "Apple M series preset Release",
318+
"inherits": [
319+
"apple-arm64-base",
320+
"_ninja",
321+
"_release"
322+
]
323+
},
324+
{
325+
"name": "apple-arm64-ninja-relwithdebinfo",
326+
"description": "Apple M series preset RelWithDebInfo",
327+
"inherits": [
328+
"apple-arm64-base",
329+
"_ninja",
330+
"_relwithdebinfo"
331+
]
291332
}
292333
],
293334
"buildPresets": [

Docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DEBIAN_TAG=11.7
33
# it's recommended to include CMAKE_BUILD_TYPE and BOOST_VARIANT in QL_TAG, ORE_TAG, BOOST_TAG
44
# to distinguish a release build from a debug build
55

6-
QL_TAG=1.31.1_ddda9430
6+
QL_TAG=1.31.1_f8955cf0
77
ORE_TAG=latest
88

99
# debug or release

Docs/Design/data/notebook.pdf

236 KB
Binary file not shown.

Docs/Design/data/process.pdf

35.2 KB
Binary file not shown.

Docs/Design/data/restore.pdf

17.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)