-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* pre_exit Added pre_exit handler to shut down the default executors before the program exits to avoid detached and canceled tasks from running concurrently with at_exit handlers and global destructors. * Adding pre_exit() to serial queue test * Updating Docker image - Updating docker file and instructions to build docks. - Removed old BBEdit project * In progress - working on updating docker based hyde update Only committing so I can merge and continue work. * Checkpoint before trying to build docs. * Committing safe changes. * Adding pre-exit docs * Using global fixture for `pre_exit()` invocation Switched to using a global fixture for pre_exit invocation. Started filling in release notes. * Attempt to fix incorrectly configured boost for wasm build. * Trivial conversion of serial_queue_test to use boost test I did a trivial conversion of serial_queue_test to use boost test to fix a link error. All the tests need to be systematically revisited.
- Loading branch information
1 parent
85df183
commit e69d4bf
Showing
35 changed files
with
652 additions
and
5,914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.7.4 |
Oops, something went wrong.