Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 2556fd7

Browse files
Update for 2.6.0-beta.1 release
1 parent 10b9867 commit 2556fd7

Some content is hidden

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

43 files changed

+121
-49
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 6b39eac240195e2f0a8a922cc03c0422
3+
config: cad02adcc14fa981e2655987c418d4fa
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
4.6 KB
Binary file not shown.
11.5 KB
Binary file not shown.

docs/.doctrees/api/sdk/sdk.doctree

11.7 KB
Binary file not shown.

docs/.doctrees/environment.pickle

9.44 KB
Binary file not shown.

docs/.doctrees/index.doctree

0 Bytes
Binary file not shown.
860 Bytes
Binary file not shown.

docs/_sources/other/supported_platforms.rst.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ The C++ SDK is compatible with the following operating systems:
88
* Ubuntu 20.04+
99
* x86_64
1010
* gcc9/gnustl, clang10/libc++
11-
* MacOS 10.14+
11+
* Debian 11 (Beta)
12+
* arm64
13+
* gcc9/gnustl
14+
* MacOS 10.15+
1215
* x86_64, arm64
1316
* Windows 10+
1417
* x86_64

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.5.5',
3+
VERSION: '2.6.0',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/api/coresdk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Core API &mdash; C++ SDK 2.5.5 documentation</title>
7+
<title>Core API &mdash; C++ SDK 2.6.0 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />

0 commit comments

Comments
 (0)