Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS support #119

Merged
merged 35 commits into from
Feb 16, 2024
Merged

MacOS support #119

merged 35 commits into from
Feb 16, 2024

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    4575ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcae41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    358d10a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24fd268 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    b65490c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5068baa View commit details
    Browse the repository at this point in the history
  3. Misc stuff I forgot

    sybrenjansen committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    0c1ef20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c72e48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20e2cbf View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    56a8148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b6ef4 View commit details
    Browse the repository at this point in the history
  3. Misc

    sybrenjansen committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ddd55f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    b6f29b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54eeff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Jan 31, 2024

  1. * Added support for macOS

      - Fixes memory leaks on macOS
      - Reduced the amount of semaphores used
      - Issues a warning when ``cpu_ids`` is used on macOS
    
    Fixes #27
    Fixes #79
    Fixes #91
    sybrenjansen committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    442b63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c4a0d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. * Reduced number of leaked semaphores in dashboard.

    * Restructured manager used in dashboard
    sybrenjansen committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    944cfad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415eb29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfa3e1a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    9bc1a19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3830122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d42e0d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f325ecc View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    5b68260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2256a97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd0f0af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dea2ed8 View commit details
    Browse the repository at this point in the history
  5. Changed _worker_running_task to include the RLock instead of creating…

    … a separate _worker_running_task_locks attribute
    sybrenjansen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    272f1a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d871676 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97229dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2aac28c View commit details
    Browse the repository at this point in the history
  9. - Potential fix for windows deadlock

    - Removing duplicate terminate_worker code, not sure how it got there
    sybrenjansen committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3371d82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc7bf1c View commit details
    Browse the repository at this point in the history