mono.git
2013-09-11 Marek SafarBump ikvm
2013-09-11 Zoltan VargaUse __builtin_popcount () in mono_bitset_count ().
2013-09-11 Miguel de IcazaRemove comment, refer to the spec instead
2013-09-11 Miguel de IcazaRemove text from article
2013-09-11 Martin BauligBump ikvm again to only pick-up my single commit.
2013-09-11 Miguel de IcazaRewrite the header file, based on the internal mono...
2013-09-11 Miguel de IcazaMore inline docs
2013-09-11 Martin BauligBump ikvm to pick up ce0e014ed68d052989b162f0e74524cac2...
2013-09-11 Martin BauligAdd comment that this must be kept in sync with ikvm.
2013-09-11 Marek SafarRevert "Bump ikvm"
2013-09-11 Marek SafarBump ikvm
2013-09-11 Martin Baulig[System.Core]: Minor API fix in the Non-DLR version...
2013-09-11 Martin BauligUse ecma.pub for System.Xml.Serialization.
2013-09-11 Martin BauligUse msfinal.pub for System.Net in .NET 4.0/4.5.
2013-09-10 Rodrigo KumperaFix the OSX and Windows build.
2013-09-10 Rodrigo KumperaImprove the build system.
2013-09-10 Marek SafarBump ikvm
2013-09-10 Marek SafarDon't set sealed flag for imported static types
2013-09-10 Marek SafarDon't emit inflated type parameter constraints which...
2013-09-10 Marek SafarAdd System.ServiceModel.Activation assembly. Fixes...
2013-09-09 Rodrigo Kumpera[verifier]Check generic constraints for duplicates...
2013-09-09 Marek SafarMerge pull request #755 from ondrejmyska/master
2013-09-09 Rodrigo Kumpera[runtime] Fix a loader leak in the aot compiler.
2013-09-09 Rodrigo Kumpera[runtime] Make suspend work during thread cleanup....
2013-09-09 Ondrej MyskaSuggestion fix for bug https://bugzilla.xamarin.com...
2013-09-09 Zoltan Varga[runtime] Fix a nullref when casting a null object...
2013-09-09 Marek SafarSet empty string to TraceListeners for empty assert...
2013-09-09 Marek SafarCleanup TraceImpl
2013-09-09 Marek SafarFixes parallel enumerable index counter. Fixes #14515
2013-09-08 Zoltan Varga[runtime] Force the usage of --host=i686-pc-mingw32...
2013-09-08 Marek SafarDon't print empty detailed assert message
2013-09-08 Zoltan Varga[runtime] Fix the mingw build by defining InterlockedCo...
2013-09-07 Zoltan Varga[sdb] Add support for invoking interface methods. Fixes...
2013-09-06 Martin Baulig[System]: WebRequest.GetSystemProxy(): Return custom...
2013-09-06 Rodrigo KumperaAdd another extension point to the runtime.
2013-09-06 Mark Probst[runtime] Thread teardown race condition. Fixes #13813.
2013-09-06 Marek SafarImplements parsing of multi value User-Agent string...
2013-09-06 Zoltan VargaFix the test added by e682eceec3066a26afff333a7c1eb0e97...
2013-09-06 Zoltan Varga[runtime] Add more logging to a test which fails on...
2013-09-06 Zoltan Varga[runtime] Make a marshalling test more robust.
2013-09-05 Zoltan VargaAvoid the managed->copy for ref vtypes with an [In...
2013-09-05 Zoltan VargaAvoid printing an error message in UnixRegistryApi...
2013-09-05 Rodrigo Kumpera[runtime]Fix the OSX build due to crappy compilers.
2013-09-05 ProUkorNewRemove repeated include
2013-09-05 Zoltan VargaClear out the ref fields from MonoDomain before calling...
2013-09-05 Marek SafarMerge pull request #751 from akoeplinger/AssemblyNameRe...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-05 Alexander KöplingerImplemented AssemblyName.ReferenceMatchesDefinition ()
2013-09-05 Zoltan VargaRevert "Fix the windows build."
2013-09-05 Miguel de IcazaImprove inline docs
2013-09-05 Zoltan VargaFix the windows build.
2013-09-05 Rodrigo KumperaFix the windows build.
2013-09-04 Miguel de IcazaAdd inline api docs
2013-09-04 Rodrigo Kumpera[bcl]Replace more long fields with int to make them...
2013-09-04 Rodrigo Kumpera[bcl] Replace more long fields with int to make them...
2013-09-04 Rodrigo KumperaPerform alignment checks for CAS on 32bits systems...
2013-09-04 Zoltan Varga[runtime] Remove a needless ifdef.
2013-09-04 Stefan[FIX][v2] Do not use chunked encoding with CGI/FastCGI
2013-09-04 Zoltan VargaDisable a corlib test which fails on some test runners.
2013-09-04 Zoltan VargaOptimize MonoCustomAttrs.GetCustomAttributes(): add...
2013-09-04 Zoltan VargaRevert "[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_...
2013-09-04 Zoltan Varga[runtime] Handle MONO_PATCH_INFO_OBJC_SELECTOR_REF...
2013-09-04 Marek SafarDon't resolve extension method expression when in probi...
2013-09-04 Marek SafarLess cascading errors
2013-09-04 Miguel de Icazamono_patch_info_hash: handle the MONO_PATCH_INFO_OBJC_S...
2013-09-04 Zoltan VargaImplement an intrinsics for Selector.GetHandle ().
2013-09-04 Sebastien Pouliot[linker] Allow some useful methods to be reused elsewhere
2013-09-04 Zoltan VargaFix the mt build.
2013-09-04 Zoltan VargaRename a test target to hopefully fix the linux wrench...
2013-09-04 Zoltan VargaUse $(MAKE) instead of make in one place.
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to do CAS over ints...
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to use SequentialLayot...
2013-09-03 Rodrigo KumperaFix Thread.VolatileRead(long&) on 32bits.
2013-09-03 Rodrigo Kumpera[runtime]Use InterlockedCompareExchange64 instead of...
2013-09-03 Rodrigo Kumpera[runtime]Implement InterlockedCompareExchange64 on...
2013-09-03 Marek HabersackRevert "Merge pull request #744 from echampet/bug-10001"
2013-09-03 Marek HabersackRevert "Fix typo in commit b6d634dd."
2013-09-03 Duncan MakChange the version number to 3.2.3
2013-09-03 Zoltan VargaAdd 'AM_PROG_CC_C_O' to configure to hopefully fix...
2013-09-03 Marek SafarMerge pull request #749 from head-thrash/master
2013-09-03 head-thrashFixes build when running make -k check:
2013-09-03 Martin BauligFix mobile build of my commit 1ae87e9.
2013-09-03 Zoltan VargaOnly print the 'Assuming PLATFORM messages when running...
2013-09-03 Zoltan VargaFix warnings.
2013-09-03 Alex Rønne... Merge pull request #748 from spicypixel/hotfix/mini...
2013-09-03 Aaron OnealFix build break compiling with DISABLE_JIT
2013-09-02 Martin BauligFix typo in commit b6d634dd.
2013-09-02 Marek SafarMerge pull request #747 from spicypixel/hotfix/object...
2013-09-02 Martin Baulig[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.
2013-09-02 Martin BauligAdd missing .NET 4.5 APIs
2013-09-02 Aaron OnealFix build break when COM is disabled
2013-09-02 Marek HabersackMerge pull request #744 from echampet/bug-10001
2013-09-02 Stefan[FIX] Do not use chunked encoding with CGI/FastCGI
2013-09-01 Marek SafarBetter check for hoisted this location when emitting...
2013-08-30 Zoltan VargaPrecompile the test assemblies in tests/ in parallel...
2013-08-30 Zoltan VargaFix make check in tests/.
2013-08-30 Zoltan VargaUse AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_P in m4...
2013-08-30 Zoltan VargaPass 'subdir-objects' to AM_INIT_AUTOMAKE() to quiet...
2013-08-30 Marek SafarMore thorough check for managed type parameters. Fixes...
2013-08-30 Marek SafarProbing of generic parameter for value type generic...
next