This file contains hidden or 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
diff --git a/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb b/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb | |
index a2416e2..cdeff0b 100644 | |
--- a/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb | |
+++ b/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/Utils.vb | |
@@ -64,8 +64,8 @@ Namespace Microsoft.VisualBasic.CompilerServices | |
Return array.GetLength(dimension) | |
End Function | |
- Friend Shared Sub Array_Copy(ByVal sourceArray As System.Array, ByVal sourceIndex As Integer, ByVal destinationArray As System.Array, ByVal destinationIndex As Integer, ByVal length As Integer) | |
- System.Array.Copy(sourceArray, sourceIndex, destinationArray, destinationIndex, length) |
This file contains hidden or 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
public static UIImage[] GetImagesIOS6 (UIPasteboard pasteboard) | |
{ | |
global::MonoTouch.UIKit.UIApplication.EnsureUIThread (); | |
if (pasteboard == null) | |
throw new ArgumentNullException ("pasteboard"); | |
var arrayptr = global::MonoTouch.ObjCRuntime.Messaging.IntPtr_objc_msgSend (pasteboard.Handle, new global::MonoTouch.ObjCRuntime.Selector ("images").Handle); | |
if (arrayptr == IntPtr.Zero) | |
return null; |
This file contains hidden or 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
Module Module1 | |
Sub Main() | |
Dim i() As Integer = New Integer() {} | |
Dim watch As New Stopwatch() | |
Dim aa, bb As Double | |
For z As Integer = 0 To 10 | |
watch.Restart() |
This file contains hidden or 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
public class MyViewController : UIViewController { | |
public override void ViewDidLoad () | |
{ | |
base.ViewDidLoad (); | |
for (int i = 0; i < Int32.MaxValue; i++) { | |
DoStuffAsync(); | |
} | |
} |
This file contains hidden or 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
class bar {} |
This file contains hidden or 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
commit 76c41727f0da3ce4dda28663f856b7e6a06fdc6e | |
Author: Rolf Bjarne Kvinge <[email protected]> | |
Date: Tue Dec 22 11:42:46 2015 +0100 | |
[mtouch] Don't pass -read_only_relocs to the linker if bitcode is enabled. | |
diff --git a/tools/mtouch/Application.cs b/tools/mtouch/Application.cs | |
index 317101c..521107c 100644 | |
--- a/tools/mtouch/Application.cs | |
+++ b/tools/mtouch/Application.cs |
This file contains hidden or 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
diff --git a/builds/.gitignore b/builds/.gitignore | |
index 592aa50..f7174ce 100644 | |
--- a/builds/.gitignore | |
+++ b/builds/.gitignore | |
@@ -29,4 +29,6 @@ install | |
watchsimulator | |
watchbcl | |
tvsimulator | |
+_ios-cache | |
+*.zip |
This file contains hidden or 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
Archive: ios-cache.zip | |
Length Date Time Name | |
-------- ---- ---- ---- | |
0 12-22-15 18:17 _ios-cache/ | |
0 12-22-15 18:17 _ios-cache/Library/ | |
0 12-22-15 18:17 _ios-cache/Library/Frameworks/ | |
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/ | |
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/Versions/ | |
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/Versions/git/ | |
0 12-22-15 18:17 _ios-cache/Library/Frameworks/Xamarin.iOS.framework/Versions/git/bin/ |
This file contains hidden or 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
commit 7522a024cd866a618babb1239246bea4359c12f9 | |
Author: Rolf Bjarne Kvinge <[email protected]> | |
Date: Tue Dec 22 19:38:18 2015 +0100 | |
[mtouch] Specify the right triple when aot-compiling. | |
diff --git a/tools/mtouch/mtouch.cs b/tools/mtouch/mtouch.cs | |
index cfd0f0d..1cab990 100644 | |
--- a/tools/mtouch/mtouch.cs | |
+++ b/tools/mtouch/mtouch.cs |
This file contains hidden or 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
commit 7522a024cd866a618babb1239246bea4359c12f9 | |
Author: Rolf Bjarne Kvinge <[email protected]> | |
Date: Tue Dec 22 19:38:18 2015 +0100 | |
[mtouch] Specify the right triple when aot-compiling. | |
diff --git a/tools/mtouch/mtouch.cs b/tools/mtouch/mtouch.cs | |
index cfd0f0d..1cab990 100644 | |
--- a/tools/mtouch/mtouch.cs | |
+++ b/tools/mtouch/mtouch.cs |
OlderNewer