Thanks to visit codestin.com
Credit goes to github.com

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: tnagler/RcppThread
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.5
Choose a base ref
...
head repository: tnagler/RcppThread
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 6 commits
  • 96 files changed
  • 6 contributors

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    20ce857 View commit details
    Browse the repository at this point in the history
  2. Release 2.1.6 (#71)

    * fix broken @doctype tag for pkg docs
    
    * allow custom msg in ProgressCounter (solves #70)
    
    * implement resize()
    
    * bump version
    
    * shorten unit test runs
    
    * fix inline
    
    ---------
    
    Co-authored-by: tnagler <[email protected]>
    tnagler and tnagler authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1a1cd3a View commit details
    Browse the repository at this point in the history
  3. bump version

    tnagler committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2de1797 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. -Fix R_NO_REMAP warning: "R_NO_REMAP" redefined compilation warning (

    …#77)
    
    * -Fix R_NO_REMAP `warning: "R_NO_REMAP" redefined` compilation warning by adding preprocessor guard
    
    * -Update NEWS
    
    ---------
    
    Co-authored-by: tylermorganwall <[email protected]>
    tylermorganwall and tylermorganwall authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    b1f8440 View commit details
    Browse the repository at this point in the history
  2. Include parallel-safe types from RcppParallel (#74)

    * Add type safe wrappers from RcppParallel.
    
    * Fix SafeTypes.hpp.
    
    * Apply clang-format.
    rorynolan authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    d324410 View commit details
    Browse the repository at this point in the history
  3. bump version, update docs

    tnagler committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    3d47c8a View commit details
    Browse the repository at this point in the history
Loading