This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
-
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.
Haxe-Cpp synchronized blocks & methods support + Thread improvements …
…in all targets + Kotlin 1.1.4-2 (#264) * Haxe-Cpp synchronized blocks support + Thread improvements in all targets + Kotlin 1.1.4-2 * Small fix * Extract modifier convenience properties * Add synchronized method test * Remove old comments * Use new modifier shortcuts + reformat * Support synchronized methods in haxe * Initial common synchronized method support * Complete unification of synchronized method support for targets supporting finally * Fixed C# target * Initial C# Thread support * Do not reference System.out or System.err if possible * Revert "Do not reference System.out or System.err if possible" This reverts commit f245c2f * Test threads on D target
- Loading branch information
Showing
33 changed files
with
879 additions
and
510 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
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
Oops, something went wrong.