0.9.58 • Published 1 year ago

omega-edit v0.9.58

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Release Build Status CodeQL codecov FOSSA Status Join the chat at https://gitter.im/ctc-oss/community

Goal

The goal of this project is to provide an open source library for building editors that can handle massive files, and multiple viewports.

User documentation

User documentation is published to https://ctc-oss.github.io/omega-edit/.

Requirements

IDE

The Ωedit project is built primarily using CLion. If using CLion everything should build seamlessly, though Visual Studio Code also works well.

Command line tools

Build the core library (C/C++)

:exclamation: These commands should be executed at the root level of the repository :exclamation:

Install conan:

pip install conan

Configure a debug build:

Depending on your linking needs, Ωedit can be built as either as a static (e.g., libomega_edit.a) or shared (e.g., libomega_edit.so) library.

  • Static:

cmake -S . -B cmake-build-debug -DCMAKE_BUILD_TYPE=Debug
  • Shared:

cmake -S . -B cmake-build-debug -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=YES

Build the configured build:

cmake --build cmake-build-debug

Run the test suite:

cmake -S src/tests -B cmake-build-tests -DCMAKE_BUILD_TYPE=Debug
pushd cmake-build-tests && ctest -C Debug --output-on-failure && popd

Packaging Ωedit

TypeScript Client

This package is normally uploaded to npmjs.com

:exclamation: Node needs to be installed but shouldn't matter what version you use. :exclamation:

  • Create local .tgz file

    cd src/rpc/client/ts
    yarn install # if not ran before
    yarn package
    • File will be at

      src/rpc/client/ts/omega-edit-v${VERSION}.tgz
  • Publish .tgz file to npmjs -- requires auth

    yarn publish omega-edit-v${VERSION}.tgz

Scala API and Native

This publishes for Scala version 2.13 to GitHub packages.

  • Requires the GITHUB_TOKEN environment variable to be set
sbt publishAll

Scala Reference Server

This packages the reference Scala server to a local zip folder

cd src/rpc/server/scala
sbt universal:packageBin

Zip file will be located at

src/rpc/server/scala/target/universal/omega-edit-grpc-server-${VERSION}.zip

Development

Currently, the repo holds bindings for both Scala and node.

Release Binaries

Binary releases for macOS (ARM and x86), Windows (x86), and Linux (ARM, and x86; glibc 2.31 or greater required) are built and published via GitHub CI workflows.

Versioning

Ωedit follows Semantic Versioning.

License

FOSSA Status

0.9.56

1 year ago

0.9.57

1 year ago

0.9.58

1 year ago

0.9.52

1 year ago

0.9.53

1 year ago

0.9.54

1 year ago

0.9.55

1 year ago

0.9.50

1 year ago

0.9.51

1 year ago

0.9.45

1 year ago

0.9.46

1 year ago

0.9.47

1 year ago

0.9.48

1 year ago

0.9.41

1 year ago

0.9.42

1 year ago

0.9.43

1 year ago

0.9.49

1 year ago

0.9.40

1 year ago

0.9.34

1 year ago

0.9.35

1 year ago

0.9.36

1 year ago

0.9.37

1 year ago

0.9.33

1 year ago

0.9.38

1 year ago

0.9.39

1 year ago

0.9.30

1 year ago

0.9.31

1 year ago

0.9.32

1 year ago

0.9.23

2 years ago

0.9.24

2 years ago

0.9.25

2 years ago

0.9.26

1 year ago

0.9.21

2 years ago

0.9.22

2 years ago

0.9.27

1 year ago

0.9.28

1 year ago

0.9.29

1 year ago

0.9.19

2 years ago

0.9.20

2 years ago

0.9.13

2 years ago

0.9.14

2 years ago

0.9.15

2 years ago

0.9.11

2 years ago

0.9.16

2 years ago

0.9.17

2 years ago

0.9.18

2 years ago

0.9.8

2 years ago

0.9.7

2 years ago

0.9.9

2 years ago

0.9.4

2 years ago

0.9.3

2 years ago

0.9.6

2 years ago

0.9.5

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.6.7

2 years ago

0.6.1-node16

2 years ago

0.6.6

2 years ago

0.6.8

2 years ago

0.6.1-node14

2 years ago

0.6.1-1

2 years ago

0.6.3-7

2 years ago

0.6.8-2

2 years ago

0.6.8-1

2 years ago

0.6.3-5

2 years ago

0.6.3-4

2 years ago

0.6.3-3

2 years ago

0.6.3-2

2 years ago

0.6.3-1

2 years ago

0.6.2-2

2 years ago

0.6.2-1

2 years ago

0.6.3-8

2 years ago

0.6.3

2 years ago

0.7.1

2 years ago

0.6.2

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

1.0.0

3 years ago