Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Jul 24, 2019
1 parent 529d4ed commit a16a527
Show file tree
Hide file tree
Showing 876 changed files with 43,414 additions and 14,934 deletions.
11 changes: 11 additions & 0 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"BENTLEYCONFIG",
"bentleyjs",
"betabadge",
"Bezier",
"beziers",
"bitmask",
"bloss",
Expand All @@ -50,6 +51,7 @@
"comparator",
"coord",
"crosshair",
"cursorpopup",
"customizations",
"datapoint",
"dataset",
Expand All @@ -59,6 +61,9 @@
"deserialize",
"deserialized",
"deserializes",
"deweight",
"deweighted",
"deweights",
"displaystyle",
"earcut",
"ecclass",
Expand Down Expand Up @@ -108,6 +113,7 @@
"imodeljs",
"imodelopen",
"imodels",
"implicitize",
"incircle",
"inobvious",
"inplace",
Expand All @@ -122,6 +128,7 @@
"jsonxyz",
"keyboardshortcut",
"keyin",
"keyinbrowser",
"Keypoint",
"Kubernetes",
"languagedetector",
Expand Down Expand Up @@ -156,6 +163,7 @@
"Nums",
"Obscurable",
"oldcolor",
"origin",
"overclamped",
"overriden",
"overspecified",
Expand All @@ -172,6 +180,7 @@
"Polyfaces",
"polyline",
"Polylines",
"popupeditor",
"postupdate",
"preallocated",
"prerelease",
Expand Down Expand Up @@ -222,6 +231,7 @@
"texel",
"tileset",
"toleranced",
"toolassistance",
"Topo",
"Transp",
"transpiler",
Expand Down Expand Up @@ -255,6 +265,7 @@
"Viewport's",
"viewports",
"viewstate",
"w",
"Wireframe",
"withispressed",
"Wrappable",
Expand Down
6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@
{
"type": "node",
"request": "launch",
"name": "Run Performance test (Offline)",
"name": "Run CRUD Performance tests (Offline)",
"program": "${workspaceFolder}/core/backend/node_modules/@bentley/build-tools/scripts/test",
"cwd": "${workspaceFolder}/core/backend",
"args": [
"--testDir=${workspaceFolder}/core/backend/lib/perftest",
"--debug",
"--offline"
"--offline",
"--grep",
"PerformanceElementsTests"
],
"port": 9229,
"protocol": "inspector",
Expand Down
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"Accu",
"BENTLEYCONFIG",
"Backends",
"Bezier",
"CADID",
"Cloneable",
"Elems",
Expand Down Expand Up @@ -100,10 +101,14 @@
"comparator",
"coord",
"crosshair",
"cursorpopup",
"customizations",
"datapoint",
"defactor",
"deserialized",
"deweight",
"deweighted",
"deweights",
"displaystyle",
"earcut",
"ecclass",
Expand Down Expand Up @@ -140,6 +145,7 @@
"imodelindex",
"imodeljs",
"imodelopen",
"implicitize",
"incircle",
"inobvious",
"inplace",
Expand All @@ -152,6 +158,7 @@
"jsonxyz",
"keyboardshortcut",
"keyin",
"keyinbrowser",
"languagedetector",
"lifecycle",
"linestring",
Expand All @@ -175,6 +182,7 @@
"numericinput",
"numeronyms",
"oldcolor",
"origin",
"overclamped",
"overspecified",
"pageable",
Expand All @@ -183,6 +191,7 @@
"parameterize",
"pnpm",
"polyline",
"popupeditor",
"postupdate",
"preallocated",
"prerelease",
Expand Down Expand Up @@ -217,6 +226,7 @@
"texel",
"tileset",
"toleranced",
"toolassistance",
"transpiler",
"tridiagonal",
"uifw",
Expand All @@ -241,6 +251,7 @@
"viewlet",
"viewports",
"viewstate",
"w",
"withispressed",
"xyxy",
"zbuffer"
Expand Down
29 changes: 4 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# The iModel.js Library

Copyright © 2019 Bentley Systems, Incorporated. All rights reserved.
Copyright © Bentley Systems, Incorporated. All rights reserved.

The [iModel.js](http://imodeljs.org) library is an open source platform for creating, querying, modifying, and displaying iModels.
The [iModel.js](http://imodeljs.org) library is an open source platform for creating, querying, modifying, and displaying Infrastructure Digital Twins.

If you have questions, or wish to contribute to iModel.js, see our [Contributing guide](./CONTRIBUTING.md).

Expand Down Expand Up @@ -44,28 +44,7 @@ Each package creates its own **node_modules** directory that contains symbolic l
* [TypeScript](https://www.typescriptlang.org/): this is listed as a devDependency, so if you're building it from source, you will get it with `rush install`.
* [Visual Studio Code](https://code.visualstudio.com/): an optional dependency, but the repository structure is optimized for its use

## Supported Backend Platforms

The iModel.js **backend** is built and tested on the following:

* Windows 10 version 1803 (or greater)
* Debian 9 "Stretch"

In addition, **backends** are deployed on:

* Windows Server 2016 Datacenter version 1607

### Notes

iModel.js **backends** should run on most Windows and Linux platforms that nodejs provides [Tier 1 support](https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list) for. However, regular testing only occurs on the platforms listed above. Support for other platforms will be considered, but prioritized below them.

### Backend Additional Prerequisites

* Windows
* [Visual Studio 2017 C Runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
* Linux
* GLIBC 2.24 (or greater)
* GLIBCXX 3.4.22 (or greater)
> See [supported platforms](./docs/core/learning/SupportedPlatforms.md) for further information.
## Build Instructions

Expand All @@ -87,7 +66,7 @@ The above commands iterate and perform their action against each package in the

For incremental builds, the `rush build` command can be used to only build packages that have changes versus `rush rebuild` which always rebuilds all packages.

Note that it is a good idea to `rush install` after each `git pull` as dependencies may have changed.
> Note: It is a good idea to `rush install` after each `git pull` as dependencies may have changed.
## Source Code Edit Workflow

Expand Down
Loading

0 comments on commit a16a527

Please sign in to comment.