Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixes ice_scheduler/ice_executor: | Jose | 2017-05-04 |
| | | | | | | - ice_scheduler always honors the TaskContinuationOptions.ExecuteSynchronously. - ice_executor always queue the continuation with the Ice thread pool | ||
* | Improve ice_executor and ice_scheduler to use Ice.Dispatcher | Jose | 2017-05-04 |
| | |||
* | Remove unnecessary tabs | Joe George | 2017-05-03 |
| | |||
* | Fix (ICE-7839) - C++ AMI thread behavior in C#, Java and Python | Jose | 2017-05-03 |
| | |||
* | Fixed ICE-7662 - Use System.Action & System.Func classes | Benoit Foucher | 2017-03-10 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | Fixed ICE-2802 - no longer halt when running out of FDs | Benoit Foucher | 2017-01-18 |
| | | |||
* | | CSharp cleanup and fixes: | Jose | 2016-12-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add EditorBrowsable(EditorBrowsableState.Never) to hidde internal public methods from Intellisense, see ICE-7448. - Remove Base64 and replace it with .NET System.Convert see ICE-7477 - Remove SysLogger as that was only used by Mono - Simplify ThreadPriority setting - Remove using statements that are not required - Normalize string, char, object spell, preferred over String, Char, Object - Shorthen qualifier names avoiding redundant scopes. | ||
* | | Added support for C# ThreadPool synchronization context for async/await | Benoit Foucher | 2016-08-08 |
| | | |||
* | | CSharp AMD mapping update | Jose | 2016-07-22 |
| | | |||
* | | CSharp mapping cleanup | Jose | 2016-05-11 |
|/ | | | | | - Remove code support for old ussuported frameworks (SILVERLIGHT, COMPACT, MONO) - Remove code support for deprecated collection mappings clr:collection | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | py -> python | Matthew Newhook | 2015-03-21 |
rb -> ruby objc -> objective-c cs -> csharp |