| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
|
|
| |
See #889
|
| |
|
|
|
| |
Fixes #828
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Use readline only with TTY terminals
* Fix readline usage in IceStorm
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Prefer the reentrant versions of localtime/gmtime when available
* Simplify pragmas
* Review comment fixes
* Remove comment
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Build only the default C++ configuration to avoid time limits
- Fix typo in Java build
- Build only .NET 5 to speed up C# builds
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Prevent dictionary key being GC while unmarshal a value class
* Fix GC issue with string keys
|
|
|
|
| |
timeout (fixes #1216)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
And removed the now unnecessary utf-8 compiler flags.
|
| |
|
|
|
|
|
|
|
| |
* Revert "Use pragmas to disable code analyzer warnings in generated code (#1199)"
This reverts commit 76e025975bee05bac2af4e2403b353ebba7cbdf8.
* Add missing generated code attributes to avoid FxCop warnings
|
|
|
|
|
| |
This fixes #1179.
It switches tests for this to compile with the utf-8 codepage too.
|
| |
|
| |
|