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

support for linux scheduler and timer #64

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2018

  1. Turn off warnings about std::result_of_t usage on latest msvc compiler.

    I will move over to using std::invoke_result_t once I have confirmed
    that it is supported by clang/libc++ as well.
    lewissbaker committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    4d1845b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

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

Commits on Feb 7, 2018

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

Commits on Feb 12, 2018

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

Commits on Feb 16, 2018

  1. Update .travis.yml to refer to clang-7

    The clang mainline has now been branched for clang-6 and mainline now uses clang-7 version.
    lewissbaker authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    3ecdf4a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

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

Commits on Feb 24, 2018

  1. Configuration menu
    Copy the full SHA
    48e1ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0f2df View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

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

Commits on Mar 9, 2018

  1. Remove possible warnings with redefinitions

    If the library is used as part of a bigger project some definitions can
    be provided via external build files.
    attila0x2A committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    936e6ee View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request lewissbaker#71 from think-cell/redef_warnings

    Remove possible warnings with redefinitions of WIN32_LEAN_AND_MEAN.
    lewissbaker authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    a19b13b View commit details
    Browse the repository at this point in the history
  2. Update appveyor.yml to ignore x86 optimised failures

    Several tests are currently failing due to what seems to be compiler bugs.
    
    Ignore tests for now and revisit once MSVC 15.7 is released.
    lewissbaker authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    4963e33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request lewissbaker#76 from lewissbaker/appveyor-tweaks

    Update appveyor.yml to ignore x86 optimised failures
    lewissbaker authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    53d4a06 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

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

Commits on Apr 4, 2018

  1. Merge pull request lewissbaker#77 from think-cell/correct_file_write

    Correct file_write_operation's friend class
    lewissbaker authored Apr 4, 2018
    Configuration menu
    Copy the full SHA
    98d98e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0e5f76 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

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

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    bce2a72 View commit details
    Browse the repository at this point in the history
  2. [AppVeyor] Reenable VS 2017 Preview build variants

    The AppVeyor 'Visual Studio 2017 Preview' image has now been updated with
    VS 2017.7 Preview 2
    lewissbaker authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    5aa1cd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Link against vcruntime[d].lib instead of msvcurt[d].lib

    The msvcurt[d].lib is actually intended for C++/CLI usage and
    seems to no longer being bundled with the default VS install
    in more recent Visual Studio 2017 installs.
    
    Should fix lewissbaker#73
    lewissbaker authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    2492c07 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

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

Commits on Apr 12, 2018

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

Commits on Apr 16, 2018

  1. copyright block

    neo5167 committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    d02cab7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. support for linux scheduler and timer

    neo5167 authored and Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b23f640 View commit details
    Browse the repository at this point in the history
  2. restructuring the code to reduce ifdefs

    neo5167 authored and Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    723c049 View commit details
    Browse the repository at this point in the history
  3. conforming to the white space and indentation rules.

    neo5167 authored and Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    b8db839 View commit details
    Browse the repository at this point in the history
  4. fixed the minor comments from lewis.

    neo5167 authored and Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    cc86c9b View commit details
    Browse the repository at this point in the history
  5. changes for white space based on clang-format.el

    neo5167 authored and Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    343fe0a View commit details
    Browse the repository at this point in the history
  6. copyright block

    neo5167 authored and Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    2565005 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b006b04 View commit details
    Browse the repository at this point in the history
  8. fixing merge conflicts.

    Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    7fec714 View commit details
    Browse the repository at this point in the history
  9. removing repeated files from cake.

    Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    87910b8 View commit details
    Browse the repository at this point in the history
  10. indentation fixes.

    Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    8007d4f View commit details
    Browse the repository at this point in the history
  11. indentation fixes.

    Anirudh Badam committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    ab4b9b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d38a213 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1696936 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. windows tests passing.

    Anirudh Badam committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    751232b View commit details
    Browse the repository at this point in the history
  2. All linux tests passing.

    Ubuntu committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    f870053 View commit details
    Browse the repository at this point in the history