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

Added parallel mode to utilise power of all CPUs #67

Merged
merged 21 commits into from
Mar 15, 2021

Commits on Mar 10, 2021

  1. Added concurrent mode to utilize power of all CPUs

    Oleksandr Yermoshenko committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    55c7b14 View commit details
    Browse the repository at this point in the history
  2. Removed taskflow submodule. Taskflow added from sources.

    Oleksandr Yermoshenko committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    75baa8a View commit details
    Browse the repository at this point in the history
  3. Switch all configutarions to stdcpp17

    Oleksandr Yermoshenko committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    06b8b08 View commit details
    Browse the repository at this point in the history
  4. Enable cpp exception handling

    Oleksandr Yermoshenko committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1a86d13 View commit details
    Browse the repository at this point in the history
  5. Enable exceptions in makefile

    Oleksandr Yermoshenko committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d71afa8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Taskflow moved to lib folder.

    doterax committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c139e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f081777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b29a1ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d513aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc56fe0 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Fixed how is taskflow included

    Oleksandr Yermoshenko committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    6a0640e View commit details
    Browse the repository at this point in the history
  2. Removed string creation in non _WIN32 ProcessFile()

    Oleksandr Yermoshenko committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b53a92b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Disabled optimisation for Clang to fix problem with linking

    Oleksandr Yermoshenko committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    cdaacb9 View commit details
    Browse the repository at this point in the history
  2. Removed unused taskflow files

    doterax committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    f6f2a58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4763a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    566b5e9 View commit details
    Browse the repository at this point in the history
  5. Reverted Makefile

    doterax committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    f557afb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    f4251c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8373cc View commit details
    Browse the repository at this point in the history
  3. Fixed clang compilation with optimisation enabled.

    Oleksandr Yermoshenko committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e0a51cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5793a8 View commit details
    Browse the repository at this point in the history