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: touchlab/Kermit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.4
Choose a base ref
...
head repository: touchlab/Kermit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.5
Choose a head ref
  • 9 commits
  • 52 files changed
  • 6 contributors

Commits on Nov 6, 2024

  1. OSLogWriter not working properly (#381)

    * Replacing usage of private API with public API, by switching to cInterop. Fixes issue #339
    
    * Update build.gradle.kts
    
    ---------
    
    Co-authored-by: Kevin Schildhorn <[email protected]>
    robbiehanson and KevinSchildhorn authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a38320f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0ea16 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Revert "Enable KLib ABI validation (#402)" (#411)

    This reverts commit 4a0ea16.
    KevinSchildhorn authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1650e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Create CONTRIBUTING.md

    samhill303 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    760a81e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Updating Wasm implementation and Updating to Kotlin 2.0.21 (#413)

    * Updating Wasm
    
    * updating workflows
    
    * Update .gitignore
    
    * updating gradle version
    
    * Update yarn.lock
    
    * Some updates related to Wasm and JS (#414)
    
    ---------
    
    Co-authored-by: Jigar Brahmbhatt <[email protected]>
    KevinSchildhorn and findjigar authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    20d2f1d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. OSLogWriter takes optional subsystem and category (#409)

    Resolves #393
    
    Co-authored-by: Kevin Schildhorn <[email protected]>
    rocketraman and KevinSchildhorn authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    30b0c78 View commit details
    Browse the repository at this point in the history
  2. iOS public logging (#408)

    * iOS public logging
    
    Resolves #400
    
    * OSLogWriter public logging by configuration
    
    ---------
    
    Co-authored-by: Kevin Schildhorn <[email protected]>
    rocketraman and KevinSchildhorn authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5f5fc07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6364916 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Rolling log file writer in new io module (#406)

    * Rolling log file writer in new io module
    
    * initial changes
    
    * Update build.gradle.kts
    
    * Finalizing sample
    
    * reverting datetime as it may cause conflicts with versions
    
    * Update build.gradle.kts
    
    * reverting to api
    
    * Removing Logger from sample
    
    * Revert "Removing Logger from sample"
    
    This reverts commit 1c97ee6.
    
    * Splitting versions for mobile
    
    * renaming files
    
    * merging in temporary changes
    
    * Update build.gradle.kts
    
    * Update ContentView.swift
    
    * Re-order maven repos
    
    ---------
    
    Co-authored-by: Kevin Schildhorn <[email protected]>
    Co-authored-by: Sam Hill <[email protected]>
    3 people authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c9af0b7 View commit details
    Browse the repository at this point in the history
Loading