Peter Conrad
|
19b6de0e24
|
Created tests/* subfolders
|
2015-07-27 21:23:15 +02:00 |
|
Peter Conrad
|
5f4ff1aa21
|
More tests refactored
|
2015-07-27 21:23:15 +02:00 |
|
Vikram Rajkumar
|
683f1dd7bf
|
Fix unused variable warning
|
2014-12-23 15:48:56 -05:00 |
|
Eric Frias
|
454573e048
|
Add support for boost 1.56.
|
2014-09-08 10:41:59 -04:00 |
|
Eric Frias
|
ac385d1f6b
|
Allow the user to supply a reason string when canceling a task (useful for debugging)
|
2014-08-27 14:07:44 -04:00 |
|
Eric Frias
|
d9e6a9e568
|
When a task is canceled while blocking on a mutex, fix the code that removes it from the mutex's block list to null out its "next" pointer, which is assumed to be null whenever not blocked on a mutex
|
2014-08-27 11:55:14 -04:00 |
|
Eric Frias
|
976bbce668
|
When locking a mutex, ensure the task has a context before attempting to lock.
|
2014-08-25 18:44:15 -04:00 |
|
Eric Frias
|
ed2f543c24
|
Add a test that verifies that canceling a task that has a mutex locked cleans up properly (it does)
|
2014-08-21 15:22:43 -04:00 |
|
Eric Frias
|
978de7885a
|
Add a macro to check if a task that shouldn't yield actually yields.
|
2014-08-02 19:43:28 -04:00 |
|
Eric Frias
|
d847f6469a
|
Allow us to require assigning descriptions to all async tasks to aid in debugging
|
2014-07-27 17:37:21 -04:00 |
|
Eric Frias
|
87196008d4
|
Rephrase task_cancel tests in the form of a boost_test.
|
2014-07-09 15:23:18 -04:00 |
|
Daniel Larimer
|
a0c8d84372
|
adding missing test
|
2014-06-28 21:59:48 -04:00 |
|