Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mbientlab/MetaWear-SDK-iOS-macOS-tvOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: mbientlab/MetaWear-SDK-iOS-macOS-tvOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Mar 22, 2021

  1. Copy the full SHA
    de39930 View commit details

Commits on Mar 24, 2021

  1. update example app for mms

    lkasso committed Mar 24, 2021
    Copy the full SHA
    117c815 View commit details

Commits on Jun 15, 2021

  1. Copy the full SHA
    5df55bb View commit details
  2. bump version

    lkasso committed Jun 15, 2021
    Copy the full SHA
    c076a91 View commit details

Commits on Jun 16, 2021

  1. 4.0.1

    lkasso committed Jun 16, 2021
    Copy the full SHA
    edda5c8 View commit details
  2. 4.0.1

    lkasso committed Jun 16, 2021
    Copy the full SHA
    e55cdeb View commit details

Commits on Aug 5, 2021

  1. Copy the full SHA
    da215b4 View commit details
  2. Copy the full SHA
    1798f09 View commit details

Commits on Aug 9, 2021

  1. Adhere to macOS URLSession caching requirements

    This eliminates an error in the macOS app.
    importRyan committed Aug 9, 2021
    Copy the full SHA
    dda064a View commit details
  2. Print only in debug

    importRyan committed Aug 9, 2021
    Copy the full SHA
    df2baea View commit details

Commits on Aug 13, 2021

  1. Merge pull request #14 from importRyan/dfu

    DFU-Library bump for CBPeripheral API change
    lkasso authored Aug 13, 2021
    Copy the full SHA
    bc9123c View commit details
  2. Merge pull request #15 from importRyan/macosSupport

    Adopt ephemeral URLSession for macOS
    lkasso authored Aug 13, 2021
    Copy the full SHA
    d93a47e View commit details

Commits on Nov 3, 2021

  1. Copy the full SHA
    2b99160 View commit details
  2. bump conf ver

    lkasso committed Nov 3, 2021
    Copy the full SHA
    270b725 View commit details
  3. bumpversion

    lkasso committed Nov 3, 2021
    Copy the full SHA
    f7878f0 View commit details
  4. Copy the full SHA
    c694b40 View commit details

Commits on Nov 4, 2021

  1. Merge branch 'release-4.1.0'

    lkasso committed Nov 4, 2021
    Copy the full SHA
    2c26a87 View commit details

Commits on Nov 16, 2021

  1. update cpp + add more tests

    lkasso committed Nov 16, 2021
    Copy the full SHA
    00578e9 View commit details
  2. Bumped version number to 4.1.1

    lkasso committed Nov 16, 2021
    Copy the full SHA
    5092e89 View commit details
  3. Merge branch 'release-4.1.1'

    lkasso committed Nov 16, 2021
    Copy the full SHA
    7cd82ce View commit details

Commits on Nov 17, 2021

  1. Copy the full SHA
    d294a98 View commit details

Commits on Nov 18, 2021

  1. Merge pull request #23 from mbientlab/permissions

    Address warning in Xcode 13 for macOS test host
    lkasso authored Nov 18, 2021
    1
    Copy the full SHA
    706d5d7 View commit details

Commits on Nov 19, 2021

  1. update cpp

    lkasso committed Nov 19, 2021
    Copy the full SHA
    21618c6 View commit details
  2. Copy the full SHA
    28aa0fa View commit details
  3. Get ready for 4.1.2 release

    lkasso committed Nov 19, 2021
    Copy the full SHA
    7742837 View commit details
  4. change constant names

    lkasso committed Nov 19, 2021
    Copy the full SHA
    5fef877 View commit details
  5. Merge branch 'release-4.1.2'

    lkasso committed Nov 19, 2021
    Copy the full SHA
    3d87a0d View commit details
  6. bump cpp lib

    lkasso committed Nov 19, 2021
    Copy the full SHA
    25fe252 View commit details
  7. Bumped version number to 4.1.3

    lkasso committed Nov 19, 2021
    Copy the full SHA
    37a7c6f View commit details

Commits on Dec 2, 2021

  1. Copy the full SHA
    5a8579c View commit details
  2. Copy the full SHA
    802e3c7 View commit details
  3. Copy the full SHA
    bd7f132 View commit details
  4. Add xcworkspace

    importRyan committed Dec 2, 2021
    Copy the full SHA
    ba0be06 View commit details
  5. Copy the full SHA
    d67d245 View commit details
  6. Merge pull request #24 from mbientlab/unsafe_pointer_warnings

    Silence unsafe pointer warnings
    lkasso authored Dec 2, 2021
    Copy the full SHA
    bcdc421 View commit details

Commits on Dec 11, 2021

  1. Copy the full SHA
    703cc89 View commit details

Commits on Jan 3, 2022

  1. Copy the full SHA
    86b40ad View commit details

Commits on Jan 20, 2022

  1. Copy the full SHA
    f8283f2 View commit details
Showing 803 changed files with 4,020 additions and 92,803 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0
current_version = 4.1.3

[bumpversion:file:Docs/source/conf.py]

6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# OS X
.DS_Store

# Xcode
# Docs
build/

# Xcode
*.pbxuser
!default.pbxuser
*.mode1v3
@@ -22,6 +24,8 @@ DerivedData
# Bundler
.bundle

*/Pods

Carthage
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.1.3] - 2021-11-19
### Update
- Update CPP lib

## [4.1.2] - 2021-11-18
### Update
- Update CPP lib

## [4.1.1] - 2021-11-16
### Update
- Update CPP lib
- Add more tests

## [4.1.0] - 2021-11-03
### Update and Error Fix
- Update iOSDUFLibrary
- Remove Mocks
- Update CPP lib (fix odr bug)
- Add more Tests
- Lower required versions

## [4.0.2] - 2021-08-05
### Update
- Update iOSDUFLibrary pod for Swift 5.5 CBPeripheral API change

## [4.0.1] - 2021-06-15
### Update
- General update and cleanup (no major changes)

## [4.0.0] - 2021-03-22
### Update
- Update pods and new CPP SDK 0.20.0
5 changes: 0 additions & 5 deletions CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions Docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/build/
/html/
/docs
upload.sh
upload_docs.sh
Loading