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

Commits on Mar 15, 2022

  1. re-enable automatic Rcerr

    tnagler committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    479e441 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    dd51e36 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. call wait() on Threadpool dtor

    tnagler committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    cfd277b View commit details
    Browse the repository at this point in the history
  2. add benchmark results

    tnagler committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d427e94 View commit details
    Browse the repository at this point in the history
  3. link in README

    tnagler committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    376c3b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. fix flags for sourceCpp (#68)

    * fix flags for sourceCpp
    
    * update actions workflow
    
    ---------
    
    Co-authored-by: tnagler <[email protected]>
    tnagler and tnagler authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    548751c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Release 2.1.5 (#69)

    * first include sys headers in detectCores.cpp
    
    * Release 2.1.4
    
    * remove wait in threadpool dtor
    
    * add test for global pool dtor
    
    * bump version + NEWS
    
    ---------
    
    Co-authored-by: tnagler <[email protected]>
    tnagler and tnagler authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fd008aa View commit details
    Browse the repository at this point in the history

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