-
Notifications
You must be signed in to change notification settings - Fork 469
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
base: master
Are you sure you want to change the base?
support for linux scheduler and timer #64
Commits on Jan 20, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4d1845b - Browse repository at this point
Copy the full SHA 4d1845bView commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c549df8 - Browse repository at this point
Copy the full SHA c549df8View commit details
Commits on Feb 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for af44da4 - Browse repository at this point
Copy the full SHA af44da4View commit details
Commits on Feb 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 26e6c72 - Browse repository at this point
Copy the full SHA 26e6c72View commit details
Commits on Feb 16, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3ecdf4a - Browse repository at this point
Copy the full SHA 3ecdf4aView commit details
Commits on Feb 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 377deb8 - Browse repository at this point
Copy the full SHA 377deb8View commit details
Commits on Feb 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 48e1ef5 - Browse repository at this point
Copy the full SHA 48e1ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0f2df - Browse repository at this point
Copy the full SHA 7d0f2dfView commit details
Commits on Feb 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 862e99d - Browse repository at this point
Copy the full SHA 862e99dView commit details
Commits on Mar 9, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 936e6ee - Browse repository at this point
Copy the full SHA 936e6eeView commit details
Commits on Mar 27, 2018
-
Merge pull request lewissbaker#71 from think-cell/redef_warnings
Remove possible warnings with redefinitions of WIN32_LEAN_AND_MEAN.
Configuration menu - View commit details
-
Copy full SHA for a19b13b - Browse repository at this point
Copy the full SHA a19b13bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4963e33 - Browse repository at this point
Copy the full SHA 4963e33View commit details -
Merge pull request lewissbaker#76 from lewissbaker/appveyor-tweaks
Update appveyor.yml to ignore x86 optimised failures
Configuration menu - View commit details
-
Copy full SHA for 53d4a06 - Browse repository at this point
Copy the full SHA 53d4a06View commit details
Commits on Mar 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a4d2c7b - Browse repository at this point
Copy the full SHA a4d2c7bView commit details
Commits on Apr 4, 2018
-
Merge pull request lewissbaker#77 from think-cell/correct_file_write
Correct file_write_operation's friend class
Configuration menu - View commit details
-
Copy full SHA for 98d98e2 - Browse repository at this point
Copy the full SHA 98d98e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e5f76 - Browse repository at this point
Copy the full SHA b0e5f76View commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 14ad4bd - Browse repository at this point
Copy the full SHA 14ad4bdView commit details
Commits on Apr 6, 2018
-
Replace <iosfwd> with <ostream> in doctest.h to try and fix linker er…
…rors under Linux (lewissbaker#78)
Configuration menu - View commit details
-
Copy full SHA for bce2a72 - Browse repository at this point
Copy the full SHA bce2a72View commit details -
[AppVeyor] Reenable VS 2017 Preview build variants
The AppVeyor 'Visual Studio 2017 Preview' image has now been updated with VS 2017.7 Preview 2
Configuration menu - View commit details
-
Copy full SHA for 5aa1cd1 - Browse repository at this point
Copy the full SHA 5aa1cd1View commit details
Commits on Apr 9, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 2492c07 - Browse repository at this point
Copy the full SHA 2492c07View commit details
Commits on Apr 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 115aa39 - Browse repository at this point
Copy the full SHA 115aa39View commit details
Commits on Apr 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e5dc2fc - Browse repository at this point
Copy the full SHA e5dc2fcView commit details
Commits on Apr 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d02cab7 - Browse repository at this point
Copy the full SHA d02cab7View commit details
Commits on Jun 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b23f640 - Browse repository at this point
Copy the full SHA b23f640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723c049 - Browse repository at this point
Copy the full SHA 723c049View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8db839 - Browse repository at this point
Copy the full SHA b8db839View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc86c9b - Browse repository at this point
Copy the full SHA cc86c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 343fe0a - Browse repository at this point
Copy the full SHA 343fe0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2565005 - Browse repository at this point
Copy the full SHA 2565005View commit details -
rebasing with upstream master and fixing some windows bugs.
Anirudh Badam committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for b006b04 - Browse repository at this point
Copy the full SHA b006b04View commit details -
Anirudh Badam committed
Jun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 7fec714 - Browse repository at this point
Copy the full SHA 7fec714View commit details -
removing repeated files from cake.
Anirudh Badam committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 87910b8 - Browse repository at this point
Copy the full SHA 87910b8View commit details -
Anirudh Badam committed
Jun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 8007d4f - Browse repository at this point
Copy the full SHA 8007d4fView commit details -
Anirudh Badam committed
Jun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for ab4b9b7 - Browse repository at this point
Copy the full SHA ab4b9b7View commit details -
more indentation changes. Moving from cc mode to llvm style.
Anirudh Badam committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for d38a213 - Browse repository at this point
Copy the full SHA d38a213View commit details -
reverting some changes since the functions are no longer needed.
Anirudh Badam committedJun 20, 2018 Configuration menu - View commit details
-
Copy full SHA for 1696936 - Browse repository at this point
Copy the full SHA 1696936View commit details
Commits on Jun 21, 2018
-
Anirudh Badam committed
Jun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 751232b - Browse repository at this point
Copy the full SHA 751232bView commit details -
Ubuntu committed
Jun 21, 2018 Configuration menu - View commit details
-
Copy full SHA for f870053 - Browse repository at this point
Copy the full SHA f870053View commit details