mono.git
2015-06-29 Vladimir Kargov[runtime] Fix a crash on Windows during the cleanup...
2015-06-29 Vladimir Kargov[runtime] Add condition variable definitions that are...
2015-06-28 Zoltan VargaFix the build.
2015-06-28 Neale FergusonFix and simplify float conversions
2015-06-28 Zoltan VargaMerge pull request #1901 from oafasting/master
2015-06-28 Ole A. Sjo... removed flag -no-cpp-precomp from darwin cppglags,...
2015-06-27 Zoltan VargaFix the build.
2015-06-26 Zoltan Varga[aot] Emit AOT data structures using LLVM when using...
2015-06-26 Miguel de IcazaCoverity: test if this is the way of silencing warnings
2015-06-26 Zoltan VargaFix the loadable llvm build.
2015-06-26 Marek Safar[corlib] Fixes warning
2015-06-26 Marek Safar[corlib] Chinese (Simplified) and its legacy version...
2015-06-26 Marek Safar[corlib] Bump WaitAll_TimeoutWithExceptionsAfter timeouts
2015-06-26 Marek Safar[corlib] Add test for .net bug
2015-06-26 Zoltan Varga[aot] Improve support for situations where mono_aot_get...
2015-06-26 Zoltan Varga[aot] Remove an unused field from MonoAotModule.
2015-06-26 Zoltan Varga[aot] Encode the various aot tables into binary ourselv...
2015-06-26 Zoltan VargaFix the DISABLE_JIT build.
2015-06-26 Zoltan Varga[aot] Clean up the naming of global symbols.
2015-06-26 Zoltan Varga[aot] Reorganize the emission of the MonoAotFileInfo...
2015-06-26 Zoltan Varga[aot] Pass the aot method index to mini_method_compile ().
2015-06-26 Zoltan Varga[aot] Get rid of the 'methods' symbol in aot images...
2015-06-25 Sebastien Pouliot[mono.sqlite] Provide the full path to the library...
2015-06-25 Zoltan VargaGet rid of the of the usage of code offsets in aot...
2015-06-25 Zoltan Varga[aot] Add support for running without a GOT for JITted...
2015-06-25 Zoltan VargaFix the leaking of process streams when using RedirectS...
2015-06-25 Zoltan VargaRefactor the IMT call handling code into a separate...
2015-06-25 Zoltan VargaClean up the trampoline code a bit.
2015-06-25 Zoltan VargaClean up the imt trampoline code a bit.
2015-06-25 Marek Safar[system.net.http] Convert default request headers to...
2015-06-25 Zoltan VargaMerge pull request #1898 from alexanderkyte/debugger_va...
2015-06-25 Zoltan VargaFix the compilation of the System tests.
2015-06-25 Alexander Kyte[runtime] Handle TransparentProxies when getting object...
2015-06-25 Alexander Kyte[runtime] Added a test for the repro of being unable...
2015-06-25 Miguel de IcazaAttempts to locate the C# and VB compilers based on...
2015-06-25 Marek Safar[system] Disable external process redirect test on...
2015-06-25 Rolf Bjarne... Add a monotouch_watch profile.
2015-06-25 Rolf Bjarne... Support #include directives in external sources files.
2015-06-25 Rolf Bjarne... Remove --with-[monotouch|xammac]=only from configure.
2015-06-25 Marek Safar[mcs] Add null operator propagation to probing expressi...
2015-06-25 Zoltan Varga[runtime] Use MONO_GENERIC_CONTEXT_USED_CLASS/METHOD...
2015-06-25 Zoltan Varga[runtime] Get rid of the MONO_GENERIC_SHARING env varia...
2015-06-24 Marek Safar[ilasm] Custom attributes syntax with typeref expression
2015-06-24 Marek Safar[runtime] Update incorrect test (exposed by f2039ff7201...
2015-06-24 Alex Rønne... Merge pull request #1869 from alexanderkyte/appdomain_p...
2015-06-24 Zoltan Varga[jit] Properly set the klass of the MonoInst pushed...
2015-06-23 Ludovic Henry[corlib] Fix NRE in TaskScheduler.GetTaskSchedulersForD...
2015-06-23 Marek Safar[ilasm] Pair methods using their calling convention...
2015-06-23 Marek Safar[ilasm] Even more undocumented custom attributes syntax
2015-06-23 Sebastien Pouliot[linker] Add Mono.Cecil.*.Has* checks when comparing...
2015-06-22 Zoltan VargaMerge pull request #1874 from saper/bug_29679
2015-06-22 Mark Probst[sgen] Remove a weird unnecessary cast.
2015-06-22 Mark Probst[sgen] `GCObject*` instead of `void*`
2015-06-22 Mark Probst[runtime] GC descriptor typedef.
2015-06-22 Mark Probst[sgen] Typedef for GC descriptors.
2015-06-22 Mark Probst[sgen] `GCObject*` instead of `char*` where appropriate.
2015-06-22 Mark Probst[sgen] Make GCVTable type opaque, not a pointer.
2015-06-22 Miguel de IcazaMerge pull request #1887 from debugerr/patch-2
2015-06-22 Ludovic Henry[threadpool-ms-io] Rework socket removal job cancellation
2015-06-22 Ludovic Henry[threadpool-ms-io] Remove dependency on SocketAsyncResu...
2015-06-22 Ludovic Henry[threadpool-ms-io] Fix race between socket add and...
2015-06-22 Ludovic Henry[threadpool-ms-io] Rework AsyncReadHandler detection
2015-06-22 Ludovic Henry[threadpool-ms-io] Fix update on epoll
2015-06-22 Marek Safar[ilasm] Add another undocumented custom attributes...
2015-06-22 Chris HamonsFix System.Messaging makefile logic issue
2015-06-22 Marek Safar[ilasm] Fix invalid codegen for method overloads with...
2015-06-22 Atsushi Eno[S.R.Serialization] fix default value comparison.
2015-06-21 Marek Safar[ilasm] Add emit of custom string attribute using membe...
2015-06-20 Zoltan VargaMerge pull request #1889 from alexanderkyte/debugger_lo...
2015-06-20 Alexander Kyte[runtime] Add a missing NOP to the OP_SEQ_POINT arm...
2015-06-19 Zoltan VargaFix the build.
2015-06-19 Zoltan Varga[runtime] Make multiple -O= flags cumultative instead...
2015-06-19 Zoltan VargaMerge pull request #1886 from BrzVlad/fix-arm-thread...
2015-06-19 Marek Safar[mcs] Add support for interpolated quoted strings
2015-06-19 João Matos[aot] Build the LLVM temporary file paths with the...
2015-06-19 João Matos[aot] Build the temporary base name with the temporary...
2015-06-19 João Matos[aot] Initialize the temporary path to an empty string.
2015-06-19 Marek Safar[ilasm] Add project file
2015-06-19 Marek Safar[ilasm] Add support for multiple custom type modifiers...
2015-06-19 Marek Safar[mcs] Implements virtual read-only auto-property assign...
2015-06-19 Marek Safar[ilasm] Remove unused files
2015-06-19 debugerrNull reference check before calling delegate
2015-06-18 Chris HamonsCreate xammac_net_4_5 profile for XM 4.5 Unified to...
2015-06-18 Vlad Brezae[ios] Fix setting of thread state due to invalid argument
2015-06-18 Marcos Henrich[System.Core] Test MemoryMappedFile.CreateFromFile
2015-06-18 Marek Safar[system] Implements IPv4Mask property on mac. Fixes...
2015-06-18 João MatosMerge pull request #1884 from mono/fix-vb
2015-06-18 Alexander Köplinger[xbuild] Fix Microsoft.VisualBasic.targets to contain...
2015-06-17 Zoltan Varga[jit] Disable passing the rgctx/vtable in some cases...
2015-06-17 Zoltan Varga[runtime] Mark some linq tests as GSHAREDVT so they...
2015-06-17 Zoltan Varga[amd64] Fix some partial sharing problems.
2015-06-17 Marek Safar[mcs] Add better logging for ikvm crashes during HasObj...
2015-06-17 Marek Safar[mcs] Handle null propagation operator inside nested...
2015-06-17 Marek SafarMerge pull request #1881 from mono/Therzok-patch-1
2015-06-17 Marius Ungureanu[mcs] Fix order of parameters for LineNumberEntry
2015-06-17 Zoltan VargaFix a warning.
2015-06-17 Zoltan Varga[runtime] More full-aot+amd64 fixes.
2015-06-17 Zoltan Varga[runtime] Fix full aot on amd64.
2015-06-17 Alexander Kyte[runtime] Fixed use-after-free in context freeing
2015-06-16 João Matos[WindowsBase] Fixed potential string overflow bug when...
next