Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-16profiles: define xammac (Xamarin.Mac) profileAaron Bockover
Based on the Mobile profile and modeled after the MonoDroid profile.
2014-01-16build: use MOBILE_DYNAMIC instead of MONODROIDAaron Bockover
Some conditional compilation shouldn't really be bound to MONODROID, instead add a new define that can be reused, MOBILE_DYNAMIC.
2014-01-16configure.in: remove --with-mobileAaron Bockover
It doesn't actually do anything. Was quite misleading.
2014-01-16[jit] Handle native types in mini_type_get_underlying_type () as well.Zoltan Varga
2014-01-16Fix the --enable-native-types build.Zoltan Varga
2014-01-16Fix the build.Zoltan Varga
2014-01-16[runtime] Make gsharing and explicit configure extension.Rodrigo Kumpera
2014-01-16[runtime]Add native type extension.Rodrigo Kumpera
2014-01-16New test fileMarek Safar
2014-01-16[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadataAlan McGovern
It is incorrect to escape the FullPath metadata for a build item when we invoke GetEvaluatedMetadata. If we do this we end up completely breaking every file with a special character in it as things like this would always fail as we'd pass an escaped path to the filesystem: File.Exists (item.GetEvaluatedMetadata ("FullPath")) The iOS designer encountered this issue when we added retina images called "foo@2x.png" to our solution. With tests.
2014-01-15[mcs] Add additional l-value checks on member access properties as well. ↵Marek Safar
Fixes #9571
2014-01-15[mcs] Import extension methods dynamic generic arguments correctly.Marek Safar
2014-01-15[jit] Use the jit lock instead of the loader lock in ↵Zoltan Varga
mono_tramp_info_register ().
2014-01-15[runtime] Get rid of SuspendThread()/ResumeThread(), integrate its ↵Zoltan Varga
functionality into mono-thread-info.c.
2014-01-15[jit] Fix dwarf line number info generation, make AOT use it again instead ↵Zoltan Varga
of the .loc/.file directives of GAS, since CLANG only supports those with assembly, not with .byte directives. Fixes part of #15202.
2014-01-14[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad19347 changeMarek Safar
2014-01-14Add support for stdout returnsMiguel de Icaza
2014-01-14[runtime] Fix a regression caused by a0afa38296b8a3b0382bf34ce777357d2553c0f0.Zoltan Varga
2014-01-14The monotouch_runtime profile needs the DISABLE_COM flag too.Rolf Bjarne Kvinge
2014-01-14[runtime] Fix regressions caused by 9e5b23eee3a38cf03059542666c6762cc4885697.Zoltan Varga
2014-01-14Revert "[runtime] Get rid of ResumeThread(), use mono_thread_info_resume () ↵Zoltan Varga
instead." This reverts commit e0cff630135268203eea6ec2fa25069363f78d5d. Revert this as its racy.
2014-01-14Add missing (new) file for System.Net.Http.dll (monotouch build)Sebastien Pouliot
2014-01-14The monotouch_runtime profile needs the DISABLE_REMOTING flag.Rolf Bjarne Kvinge
Since the corresponding mono runtime being used has also disabled remoting.
2014-01-14[mcs] Disable container definition check on platforms which don't support itMarek Safar
2014-01-14[linker] Add missing descriptorsMarek Safar
2014-01-14[runtime] Fix the windows build.Zoltan Varga
2014-01-14The mobile profile can support IBindingRuntimePreferences on WebHttpBinding. ↵Sebastien Pouliot
Fix one S.SM.W unit test failure for XI
2014-01-14There's no need for those special NET_2_1 cases (not using ↵Sebastien Pouliot
NameValueCollection like MS) anymore and it fixes 7 S.SM.W unit tests failures for XI (e.g. case sensitiveness)
2014-01-14There's no need for those special NET_2_1 cases (excluding System.Char) ↵Sebastien Pouliot
anymore and it fixes 6 S.SM.W unit tests failures for XI.
2014-01-14[test] Disable a test for XI (only) as it does not support dynamic proxy ↵Sebastien Pouliot
code generation
2014-01-14Fix a warning.Zoltan Varga
2014-01-14Revert "Fix a warning."Zoltan Varga
This reverts commit c5104c091af3ffa65ac5be45f320e993ff833427.
2014-01-14Fixes failing testMarek Safar
2014-01-14[build] Add Microsoft.CSharp to monotouch profileMarek Safar
2014-01-14[System] Use generic equality comparer in Find/FindLast methods. Fixes #5245Marek Safar
2014-01-14[arm] Fix an assert caused by large offsets. Fixes #17208.Zoltan Varga
2014-01-14[runtime] Get rid of ResumeThread(), use mono_thread_info_resume () instead.Zoltan Varga
2014-01-14Fix a warning.Zoltan Varga
2014-01-14[runtime] Centralize low-level thread creation in utils/mono-threads.c. Get ↵Zoltan Varga
rid of the CreateThread () function in io-layer.
2014-01-13[xbuild] Add 4.0 client profileMichael Hutchinson
BXC1426 - xbuild should include the ".NET 4.0 client" framework profile
2014-01-13[xbuild] 4.0 test targets go in 4.5 profileMichael Hutchinson
2014-01-13[jit] Call mini_replace_type () in one place.Zoltan Varga
2014-01-13[runtime] Fix an assert caused by a157ac79e8f404f0eb9b263f5de697f13528deec.Zoltan Varga
2014-01-13[sdb] Fix setting of byref variables in registers. Fixes #17185.Zoltan Varga
2014-01-13[io-layer] Add essay on my choices for is_file_writable.Rodrigo Kumpera
2014-01-13Merge pull request #844 from scottmcarthur/masterMarek Safar
Check for null item in BindingList<T>.InsertItem
2014-01-13Tests updateMarek Safar
2014-01-13[System.Net.Http] Add parsing of multi-value strings. Fixes #17132Marek Safar
2014-01-13Fix the build.Zoltan Varga
2014-01-13[runtime] Fix the --disable-boehm build.Zoltan Varga