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
Reverse-Build-Depends-Indep | |
=========================== | |
* ampsharp | |
* antlr | |
* blam | |
* bless | |
* cecil | |
* db4o | |
* dbus-sharp | |
* dbus-sharp-glib |
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
* Atom Zombie Smasher (Humble Indie Bundle 3, Humble Weekly Sale: Blendo Games) | |
* Spacechem (Humble Frozen Synapse Bundle, Humble Bundle for Android 3) | |
* Snuggle Truck (Humble Bundle for Android 2) | |
* Bastion (Humble Indie Bundle V, Humble Indie Bundle 9, Humble Weekly Sale: Bastion) | |
* Rochard (Humble Indie Bundle 6, Humble Weekly Sale: Rochard) | |
* Wizorb (Humble Indie Bundle 6) | |
* Splice (Humble Bundle for Android 4, Humble Bundle with Android 5, Humble Weekly Sale: Cipher Prime) | |
* Solar 2 (Humble Bundle with Android 5) | |
* Thomas Was Alone (Humble Indie Bundle 8, Humble Weekly Sale: Hosted by PewDiePie) | |
* Capsized (Humble Indie Bundle 8) |
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
directhex@marceline:~$ apt-cache search mono-snapshot | |
mono-snapshot-20140804074943 - Mono runtime snapshot - runtime (git commit e98a83e) | |
mono-snapshot-20140804074943-assemblies - Mono runtime snapshot - assemblies (git commit e98a83e) | |
mono-snapshot-20140804091112 - Mono runtime snapshot - runtime (git commit 3bd87b3) | |
mono-snapshot-20140804091112-assemblies - Mono runtime snapshot - assemblies (git commit 3bd87b3) | |
mono-snapshot-20140804095227 - Mono runtime snapshot - runtime (git commit 8da27c6) | |
mono-snapshot-20140804095227-assemblies - Mono runtime snapshot - assemblies (git commit 8da27c6) | |
mono-snapshot-20140805100952 - Mono runtime snapshot - runtime (git commit ff983a6) | |
mono-snapshot-20140805100952-assemblies - Mono runtime snapshot - assemblies (git commit ff983a6) | |
mono-snapshot-20140805144220 - Mono runtime snapshot - runtime (git commit 8fe4231) |
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
mark_rts.c: In function ‘GC_approx_sp’: | |
mark_rts.c:383:5: warning: function returns address of local variable [enabled by default] | |
mono-conc-hashtable.c: In function ‘mix_hash’: | |
mono-conc-hashtable.c:75:2: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses] | |
mono-conc-hashtable.c: At top level: | |
mono-conc-hashtable.c:79:1: warning: always_inline function might not be inlinable [-Wattributes] | |
mono-conc-hashtable.c:73:1: warning: always_inline function might not be inlinable [-Wattributes] | |
unwind.c: In function ‘mono_unwind_frame’: | |
unwind.c:603:63: warning: ‘cfa_offset’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
unwind.c:603:52: warning: ‘cfa_reg’ may be used uninitialized in this function [-Wmaybe-uninitialized] |
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
acpi 1.6-1 | |
acpid 1:2.0.16-1+deb7u1 | |
acpi-support-base 0.140-5+deb7u2 | |
adduser 3.113+nmu3 | |
apt 0.9.7.9+deb7u2 | |
aptitude 0.6.8.2-1 | |
aptitude-common 0.6.8.2-1 | |
apt-listchanges 2.85.11 | |
apt-utils 0.9.7.9+deb7u2 | |
aspell 0.60.7~20110707-1 |
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
directhex@marceline:~/Projects/monodevelop/main/tests/test-projects/local-copy-package/ConsoleProject$ diff -urNad ConsoleProject.csproj ConsoleProject.csproj.saved | |
--- ConsoleProject.csproj 2014-09-12 10:58:52.642707319 +0100 | |
+++ ConsoleProject.csproj.saved 2014-09-12 10:58:52.646707319 +0100 | |
@@ -30,13 +30,16 @@ | |
</PropertyGroup> | |
<ItemGroup> | |
<Reference Include="System" /> | |
- <Reference Include="System.Data" /> | |
+ <Reference Include="System.Data"> | |
+ <Private>True</Private> |
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
FROM debian:wheezy | |
#based on dockerfile by Michael Friis <[email protected]> | |
RUN apt-get update \ | |
&& apt-get install -y curl | |
&& rm -rf /var/lib/apt/lists/* | |
RUN curl http://download.mono-project.com/repo/xamarin.gpg | apt-key add - |
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/debian/mono.runtime-script b/debian/mono.runtime-script | |
index bae013d..9542743 100644 | |
--- a/debian/mono.runtime-script | |
+++ b/debian/mono.runtime-script | |
@@ -12,6 +12,8 @@ use File::Basename; | |
# Figure out the mode | |
my $mode = shift @ARGV; | |
+my $framework_prefix = "/usr/lib/mono"; | |
+ |
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
[mono-20141210094159]directhex@marceline:/tmp$ mono --version | |
Mono JIT compiler version 3.99.0 (tarball Wed Dec 10 17:02:24 UTC 2014) | |
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com | |
TLS: __thread | |
SIGSEGV: altstack | |
Notifications: epoll | |
Architecture: amd64 | |
Disabled: none | |
Misc: softdebug | |
LLVM: supported, not enabled. |
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/mcs/class/Microsoft.Build/Makefile b/mcs/class/Microsoft.Build/Makefile | |
index 279a814..df521a8 100644 | |
--- a/mcs/class/Microsoft.Build/Makefile | |
+++ b/mcs/class/Microsoft.Build/Makefile | |
@@ -35,5 +35,4 @@ BUILT_SOURCES = $(EXPR_PARSER).cs | |
include ../../build/library.make | |
-XBUILD_FRAMEWORK_FOLDERS_PATH=xbuild-testing | |
include $(XBUILD_DIR)/xbuild_test.make |
OlderNewer