mono.git
13 years ago[PLinq] Sanitize QueryOptions to use property everywhere and add ShouldBeSequential...
Jérémie Laval [Thu, 2 Sep 2010 09:20:08 +0000 (10:20 +0100)]
[PLinq] Sanitize QueryOptions to use property everywhere and add ShouldBeSequential option.

13 years agoRevert "[PLinq] Honor WithDegreeOfParallelism if present"
Jérémie Laval [Wed, 1 Sep 2010 13:47:18 +0000 (14:47 +0100)]
Revert "[PLinq] Honor WithDegreeOfParallelism if present"

This reverts commit 59260b1df7d7ddfeb38cd616b883755d49e150c2.

The degree of parallelism value was actually already registered somewhere else.

13 years agoClose AnnouncementService in the test cases. Assert that relevant ports become available.
Atsushi Eno [Thu, 2 Sep 2010 09:24:51 +0000 (18:24 +0900)]
Close AnnouncementService in the test cases. Assert that relevant ports become available.

13 years agoThrow EndpointNotFoundException when it cannot connect to the remote server.
Atsushi Eno [Thu, 2 Sep 2010 03:04:29 +0000 (12:04 +0900)]
Throw EndpointNotFoundException when it cannot connect to the remote server.

13 years agoEnable system aot by default only on x86/amd64 linux.
Zoltan Varga [Wed, 1 Sep 2010 22:43:20 +0000 (00:43 +0200)]
Enable system aot by default only on x86/amd64 linux.

13 years agoRemove Content-Length header when not needed
Gonzalo Paniagua Javier [Wed, 1 Sep 2010 21:56:06 +0000 (17:56 -0400)]
Remove Content-Length header when not needed

If we are redirecting to a GET from a POST, the Content-Length header
might have stale data and it will be sent. Some servers, instead of
ignoring it, keep waiting for the data to be sent (for a GET!).

Fixes bug #636219.

13 years ago[xbuild] Update man page to add "/tv:" option.
Ankit Jain [Wed, 1 Sep 2010 21:18:42 +0000 (02:48 +0530)]
[xbuild] Update man page to add "/tv:" option.

Add option to specify toolsversion from the command line,
to the man page.

13 years agoAdd missing DT format
Gonzalo Paniagua Javier [Wed, 1 Sep 2010 20:31:11 +0000 (16:31 -0400)]
Add missing DT format

The datetime format having a numeric timezone after the milliseconds
was missing.
Fixes bug #479061.

13 years agoAvoid sending data in the challenge phase of NTLM
Gonzalo Paniagua Javier [Wed, 1 Sep 2010 19:30:31 +0000 (15:30 -0400)]
Avoid sending data in the challenge phase of NTLM

If there's a POST/PUT request that gets a NTLM 401, we save the data
and don't send it again until after the challenge phase. Ie, instead of
sending all the data 3 times, we only send it at most twice.

13 years agoUse the request itself as the key for the cache.
Gonzalo Paniagua Javier [Wed, 1 Sep 2010 19:06:56 +0000 (15:06 -0400)]
Use the request itself as the key for the cache.

We were usign teh URL, but that might not be unique among several
requests that need to be authenticated using NTLM. This led to
different requests sharing the same authentication session which fails
miserably.

Bug #631315 fixed.

13 years ago[xbuild] Unsubscribe events on ConsoleLogger.Shutdown ()
Ankit Jain [Wed, 1 Sep 2010 18:30:53 +0000 (00:00 +0530)]
[xbuild] Unsubscribe events on ConsoleLogger.Shutdown ()

Reported by Lluis Sanchez.

13 years agoFix build of mono-basic on ppc64
Geoff Norton [Wed, 1 Sep 2010 18:09:38 +0000 (14:09 -0400)]
Fix build of mono-basic on ppc64

OP_BREAK can take up to 40 bytes on ppc64

13 years agoFill Duration value. Got managed mode use case working.
Atsushi Eno [Wed, 1 Sep 2010 17:22:04 +0000 (02:22 +0900)]
Fill Duration value. Got managed mode use case working.

13 years agoFix parameter order for TempAsyncResult.
Atsushi Eno [Wed, 1 Sep 2010 17:21:00 +0000 (02:21 +0900)]
Fix parameter order for TempAsyncResult.

13 years agoAdd NotWorking test for bugs #635349 and #605936
Jb Evain [Wed, 1 Sep 2010 16:27:39 +0000 (18:27 +0200)]
Add NotWorking test for bugs #635349 and #605936

13 years ago[mdoc-update] Only check for duplicate elements, not duplicate nodes.
Jonathan Pryor [Wed, 1 Sep 2010 15:05:57 +0000 (11:05 -0400)]
[mdoc-update] Only check for duplicate elements, not duplicate nodes.

The duplicate-element checking algorithm wasn't restricted to just elements;
consequently, an 'invalid token' exception was generated from XPath because we
were trying to call XmlNode.SelectNodes("#text"), and '#' isn't valid.  Oops.

Fixes building gendarme from mono-tools.

13 years ago[mdoc-update] Refactor type+member traversal algorithm.
Jonathan Pryor [Wed, 1 Sep 2010 04:04:41 +0000 (00:04 -0400)]
[mdoc-update] Refactor type+member traversal algorithm.

ECMA wants to import some Microsoft documentation for use in the next version
of the ECMA standard (hence mdoc-update-ecma-xml).

Unfortunately, Microsoft doesn't use the Microsoft XML Documentation format
for their internal class library documentation.  They use some other XML
dialect (which looks similar yet different from "msxdoc").

So to make life easier for ECMA, mdoc-update of needs to support yet another
import format.  Yay?

Unfortunately:

  - The current import logic uses no abstractions; we have "separate" code
    paths when importing msxdoc's vs. ECMA docs.  We need a sane abstraction
    if we're going to add a third import format.

  - Additionally, the ECMA doc import logic is a mass of spaghetti code, as
    ECMA import also controls type+member enumeration order.

Start trying to bring some sanity to this by adding a DocumentationEnumerator
abstraction so that some of the XmlReader maintenance for importing/processing
ECMA documentation can be split out.

13 years agoCouple of fixes in FindCriteria and relevant contract types for Find operation.
Atsushi Eno [Wed, 1 Sep 2010 15:03:24 +0000 (00:03 +0900)]
Couple of fixes in FindCriteria and relevant contract types for Find operation.

13 years agoAdd another roundtrip case.
Atsushi Eno [Wed, 1 Sep 2010 15:01:00 +0000 (00:01 +0900)]
Add another roundtrip case.

13 years agoUse CollectionDataContractAttribute.ItemName for collection item serialization.
Atsushi Eno [Wed, 1 Sep 2010 14:59:50 +0000 (23:59 +0900)]
Use CollectionDataContractAttribute.ItemName for collection item serialization.

13 years agoAllow empty element in ReadElementContent*() e.g. for empty list.
Atsushi Eno [Wed, 1 Sep 2010 14:56:57 +0000 (23:56 +0900)]
Allow empty element in ReadElementContent*() e.g. for empty list.

13 years agoFix the NET_2_1 build of System.Json
Jb Evain [Wed, 1 Sep 2010 13:58:23 +0000 (15:58 +0200)]
Fix the NET_2_1 build of System.Json

13 years agoFix the System.Core build for the monotouch profile
Jb Evain [Wed, 1 Sep 2010 13:28:04 +0000 (15:28 +0200)]
Fix the System.Core build for the monotouch profile

13 years agoFix the monotouch build
Jb Evain [Wed, 1 Sep 2010 13:27:37 +0000 (15:27 +0200)]
Fix the monotouch build

13 years agoAllow recursive Write + n * Read lock pattern for ReaderWriterLockSlim and add corres...
Jérémie Laval [Wed, 1 Sep 2010 13:26:42 +0000 (14:26 +0100)]
Allow recursive Write + n * Read lock pattern for ReaderWriterLockSlim and add corresponding unit test

13 years agoCheck Recursive counts for ReaderWriterLockSlim in unit tests
Jérémie Laval [Wed, 1 Sep 2010 12:58:58 +0000 (13:58 +0100)]
Check Recursive counts for ReaderWriterLockSlim in unit tests

13 years agoGeneralize ThreadLockState to include recursive count informations and update them...
Jérémie Laval [Wed, 1 Sep 2010 12:56:11 +0000 (13:56 +0100)]
Generalize ThreadLockState to include recursive count informations and update them accordingly in the different Enter/Exit methods

13 years ago[PLinq] Honor WithDegreeOfParallelism if present
Jérémie Laval [Wed, 1 Sep 2010 11:05:00 +0000 (12:05 +0100)]
[PLinq] Honor WithDegreeOfParallelism if present

13 years agoChange the key of the inner dictionary to an int id instead of the instance itself
Jérémie Laval [Wed, 1 Sep 2010 10:08:03 +0000 (11:08 +0100)]
Change the key of the inner dictionary to an int id instead of the instance itself

It prevents object references to the rwlslim to be kept and thus not GC'ed

13 years agoSplit ReaderWriterLockSlim helper classes into their own files
Jérémie Laval [Wed, 1 Sep 2010 10:05:59 +0000 (11:05 +0100)]
Split ReaderWriterLockSlim helper classes into their own files

13 years agoAdd a bunch of missing configuration members etc. based on corcompare results.
Atsushi Eno [Wed, 1 Sep 2010 09:55:11 +0000 (18:55 +0900)]
Add a bunch of missing configuration members etc. based on corcompare results.

13 years agoAdd IdentityElement implementation and some supplemental extension methods for discovery.
Atsushi Eno [Wed, 1 Sep 2010 09:53:46 +0000 (18:53 +0900)]
Add IdentityElement implementation and some supplemental extension methods for discovery.

13 years agoAdd ctor block to field initializers to avoid member lookup at wrong block
Marek Safar [Wed, 1 Sep 2010 09:30:38 +0000 (10:30 +0100)]
Add ctor block to field initializers to avoid member lookup at wrong block

13 years agoHandle WAIT_IO_TIMEOUT in WaitAny call
Gonzalo Paniagua Javier [Tue, 31 Aug 2010 23:56:47 +0000 (19:56 -0400)]
Handle WAIT_IO_TIMEOUT in WaitAny call

WaitForMultipleObjectsEx might return WAIT_IO_COMPLETION if an APC is queued.
Fixes bug #549807.

13 years agoaot-compiler was not getting included in dist
Andrew Jorgensen [Tue, 31 Aug 2010 21:40:47 +0000 (15:40 -0600)]
aot-compiler was not getting included in dist

dist-local: dist-default fixes dist of this dir

13 years agoReenable system AOT on x86/amd64 which accidently got disabled.
Zoltan Varga [Tue, 31 Aug 2010 20:16:13 +0000 (22:16 +0200)]
Reenable system AOT on x86/amd64 which accidently got disabled.

13 years agoMerge branch 'master' of github.com:mono/mono
Zoltan Varga [Tue, 31 Aug 2010 19:49:25 +0000 (19:49 +0000)]
Merge branch 'master' of github.com:mono/mono

13 years agoAlign structures on the stack to 4/8 bytes on ppc.
Zoltan Varga [Tue, 31 Aug 2010 19:48:51 +0000 (19:48 +0000)]
Align structures on the stack to 4/8 bytes on ppc.

13 years agoReally disable AOT on platforms which doesn't support it.
Zoltan Varga [Tue, 31 Aug 2010 19:05:18 +0000 (21:05 +0200)]
Really disable AOT on platforms which doesn't support it.

13 years ago[mdoc-update-ecma-xml] Sort libraries and types.
Jonathan Pryor [Tue, 31 Aug 2010 18:25:01 +0000 (14:25 -0400)]
[mdoc-update-ecma-xml] Sort libraries and types.

This should help with any comparison tools as we ensure that libraries and
types are in a consistent order.

13 years agoRemove unused code.
Jonathan Pryor [Tue, 31 Aug 2010 18:01:14 +0000 (14:01 -0400)]
Remove unused code.

13 years ago[mdoc-update-ecma-xml] Do updates in-memory before writing.
Jonathan Pryor [Tue, 31 Aug 2010 17:44:43 +0000 (13:44 -0400)]
[mdoc-update-ecma-xml] Do updates in-memory before writing.

Previously, in a (misguided) effort to reduce memory requirements, I loaded
the source document into an XDocument, then wrote it piecemeal to an output
XmlWriter.

  - Pro: only one document needed to be kept in memory, and additional
    memory was only needed to write replacement //Type nodes.

  - Con: since the output document isn't kept in memory, we can't do any
    post-processing before writing.

Unfortunately, post-processing is what I want to do: I want to order the
//Type elements by //Type/@Name, which means I need the entire document in
memory _anyway_.

Sorting //Type elements is for the next patch; this just migrates to the "do
everything in-memory" logic.

13 years ago[mdoc-update-ecma-xml] Generate additional //Type/AssemblyInfo data.
Jonathan Pryor [Tue, 31 Aug 2010 03:59:48 +0000 (23:59 -0400)]
[mdoc-update-ecma-xml] Generate additional //Type/AssemblyInfo data.

Generate the //Type/AssemblyInfo/AssemblyPublicKey and
//Type/AssemblyInfo/AssemblyCulture elements based on the values stored in
the index.xml file (which is why we updated mdoc-update to store this).

If index.xml doesn't contain the //AssemblyCulture element, input a default
<AssemblyCulture>neutral</AssemblyCulture> element.

13 years ago[mdoc] Enhance monodoc-ecma.xsd to support XML used by .NET inline docs.
Jonathan Pryor [Mon, 30 Aug 2010 23:53:43 +0000 (19:53 -0400)]
[mdoc] Enhance monodoc-ecma.xsd to support XML used by .NET inline docs.

With these changes, we can import the .NET 4.0 reference assembly
documentation and validate the output w/o getting any errors.

Yes, this means we now accept several elements that aren't part of the ECMA
standard, but at least the primary source of information for ECMA will sanely
validate...

13 years ago[mdoc-update] Support importing //returns & // value for "void" methods.
Jonathan Pryor [Mon, 30 Aug 2010 21:17:16 +0000 (17:17 -0400)]
[mdoc-update] Support importing //returns & // value for "void" methods.

Screwy docs be screwy, but crashing is worse than importing odd docs.

13 years ago[mdoc-update] Fix location of //Member/Attributes on properties, events.
Jonathan Pryor [Mon, 30 Aug 2010 20:58:14 +0000 (16:58 -0400)]
[mdoc-update] Fix location of //Member/Attributes on properties, events.

The //Member/Attributes element would "move" from after //Member/AssemblyInfo
to the last element within //Member when updating properties and events.  This
would result in overly large diff's when no other changes occurred, and
results in 'mdoc validate' stating that the file is invalid.

13 years ago[mdoc-update] Normalize //returns and //value when importing XML docs.
Jonathan Pryor [Mon, 30 Aug 2010 19:40:15 +0000 (15:40 -0400)]
[mdoc-update] Normalize //returns and //value when importing XML docs.

Some source XML documentation uses //returns when it should use //value, so
normalize these values on import so we don't get both by mistake.

13 years ago[mdoc-update] Try to avoid importing the same element multiple times.
Jonathan Pryor [Mon, 30 Aug 2010 19:31:57 +0000 (15:31 -0400)]
[mdoc-update] Try to avoid importing the same element multiple times.

This way if we import the same documentation file multiple times we won't get
duplicate elements into the XML files.

13 years ago[mdoc-update] Don't generate //AssemblyCulture if it's neutral.
Jonathan Pryor [Mon, 30 Aug 2010 17:58:43 +0000 (13:58 -0400)]
[mdoc-update] Don't generate //AssemblyCulture if it's neutral.

This prevents a file format change for most use cases, and reduces file size
diffs when updating assemblies.

13 years ago[mdoc-update] Generate //AssemblyPublicKey && //AssemblyCulture in index.xml.
Jonathan Pryor [Mon, 30 Aug 2010 17:47:44 +0000 (13:47 -0400)]
[mdoc-update] Generate //AssemblyPublicKey && //AssemblyCulture in index.xml.

This is so that `mdoc update-ecma-xml` can use this information when
generating the /Library/Types/Type elements, as //AssemblyPublicKey and
//AssemblyCulture are currently missing from `mdoc update-ecma-xml` output.

13 years ago[update-ecma-xml] Generate //Type/MemberOfLibrary and //Type/TypeExcluded.
Jonathan Pryor [Sun, 29 Aug 2010 02:33:03 +0000 (22:33 -0400)]
[update-ecma-xml] Generate //Type/MemberOfLibrary and //Type/TypeExcluded.

These elements are needed for some ECMA processes.

13 years ago[update-ecma-xml] Generate the //Type/@FullNameSP attribute if not present.
Jonathan Pryor [Sat, 28 Aug 2010 03:14:27 +0000 (23:14 -0400)]
[update-ecma-xml] Generate the //Type/@FullNameSP attribute if not present.

This is required by the ECMA DTD.

13 years agoFix AOT under x86.
Rodrigo Kumpera [Tue, 31 Aug 2010 18:35:52 +0000 (15:35 -0300)]
Fix AOT under x86.

* method-to-ir.c (emit_write_barrier): If aot-compiling on
an arch with OP_CARD_TABLE_WBARRIER support, fallback to
the IR based cardtable barrier instead of going with the
remset one.

13 years agoAdd System.ComponentModel.DisplayAttribute
David Stone [Mon, 30 Aug 2010 22:37:07 +0000 (15:37 -0700)]
Add System.ComponentModel.DisplayAttribute

13 years agoFix corlib self referencing bug.
Rodrigo Kumpera [Tue, 31 Aug 2010 17:37:13 +0000 (14:37 -0300)]
Fix corlib self referencing bug.

In mcs/class/corlib/System.Reflection.Emit:

* TypeBuilder.cs (DefineDefaultConstructor): If the resolved
type is either typeof (object) or typeof (ValueType) we backout
to the non resolved type as it might be one of the corlib's
typebuilders.

In mcs/mcs:

* rootcontext.cs (CloseTypes): Only apply the enum hack for
corlib here.

* rootcontext.cs (EmitCode): Do the corlib basic type hack
here before types are emitted. This is required since EmitType
produce type initializers, which derive from ValueType and must
be able to see the TypeBuilder version of it.

13 years agoDisable system aot on darwin.
Zoltan Varga [Tue, 31 Aug 2010 17:27:20 +0000 (19:27 +0200)]
Disable system aot on darwin.

13 years agoEnable aot-ing of mscorlib+gmcs on all architectures where AOT is supported.
Zoltan Varga [Tue, 31 Aug 2010 16:40:16 +0000 (18:40 +0200)]
Enable aot-ing of mscorlib+gmcs on all architectures where AOT is supported.

13 years agoimplement Find operation in request-reply contract in Discovery Service, using FindRe...
Atsushi Eno [Tue, 31 Aug 2010 17:20:26 +0000 (02:20 +0900)]
implement Find operation in request-reply contract in Discovery Service, using FindRequestContext.

13 years agoAdd support for indirect pointer type constants.
Marek Safar [Tue, 31 Aug 2010 17:16:42 +0000 (18:16 +0100)]
Add support for indirect pointer type constants.

13 years agoMultiple fixes for WebClient (from NCL tests)
Sebastien Pouliot [Tue, 31 Aug 2010 17:16:21 +0000 (13:16 -0400)]
Multiple fixes for WebClient (from NCL tests)

* mcs/class/System.Net/System.Net/InternalWebRequestStreamWrapper.cs:
Ensure WebClient.WriteStreamClosedCallback is never called more than
once (even if the stream was closed by the caller). Supply the length
of the data that was written to the stream to WebClient.

* mcs/class/System.Net/System.Net/WebClient_2_1.cs: Keep an Uri of
BaseAddress handy since we'll need it later. Ensure OnWriteStreamClosed
is at least called once (inside finally). Emit UploadProgressChanged
(instead of Download*) when uploading.

* mcs/class/System.Net/System.Net/WebRequest_2_1.cs: Change text for
InvalidOperationException when the URI is not absolute (some MS tests
check for, case-sensitive, "URI").

13 years agoRevert "Make the 'LABELS' make variable the same as the 'TEST_HARNESS_VERBOSE' variab...
Andrew Jorgensen [Tue, 31 Aug 2010 15:38:38 +0000 (09:38 -0600)]
Revert "Make the 'LABELS' make variable the same as the 'TEST_HARNESS_VERBOSE' variable, because it is easier to remember and type."

Not compatible with the version of make we are using on windows:
 *** only one `else' per conditional.
This reverts commit fb1ba2f139d26a7b4de258d4ca83bcc3d2db79be.

13 years agoFix non 4.0 build of ReaderWriterLockSlim.
Jérémie Laval [Tue, 31 Aug 2010 16:50:47 +0000 (17:50 +0100)]
Fix non 4.0 build of ReaderWriterLockSlim.

It needs to be cleaned up though.

13 years agoAOT mscorlib along with gmcs.
Zoltan Varga [Tue, 31 Aug 2010 16:39:15 +0000 (18:39 +0200)]
AOT mscorlib along with gmcs.

13 years agoAdd unit tests for recursive acquire of a Write or Upgradeable lock from a Read lock...
Jérémie Laval [Tue, 31 Aug 2010 15:44:50 +0000 (16:44 +0100)]
Add unit tests for recursive acquire of a Write or Upgradeable lock from a Read lock state

13 years agoAdd unit test for ReaderWriterLockSlim basic recursion support.
Jérémie Laval [Tue, 31 Aug 2010 15:19:02 +0000 (16:19 +0100)]
Add unit test for ReaderWriterLockSlim basic recursion support.

13 years agoEnable basic recursion support in ReaderWriterLockSlim. Works when reacquiring lock...
Jérémie Laval [Tue, 31 Aug 2010 15:18:13 +0000 (16:18 +0100)]
Enable basic recursion support in ReaderWriterLockSlim. Works when reacquiring lock of the same type.

13 years agoUse ManualResetEventSlim instances to wait for lock changes instead of hardcoded...
Jérémie Laval [Tue, 31 Aug 2010 13:28:58 +0000 (14:28 +0100)]
Use ManualResetEventSlim instances to wait for lock changes instead of hardcoded Thread.Sleep calls in ReaderWriterLockSlim.

13 years agoRemove unused bit position constants in ReaderWriterLockSlim
Jérémie Laval [Tue, 31 Aug 2010 11:14:38 +0000 (12:14 +0100)]
Remove unused bit position constants in ReaderWriterLockSlim

13 years agoTune thread count in ReaderWriterLockSlim unit tests
Jérémie Laval [Tue, 31 Aug 2010 10:28:21 +0000 (11:28 +0100)]
Tune thread count in ReaderWriterLockSlim unit tests

13 years agoFix ReaderWriterLockSlim unit tests.
Jérémie Laval [Tue, 31 Aug 2010 10:26:22 +0000 (11:26 +0100)]
Fix ReaderWriterLockSlim unit tests.

In the latest revision of the framework, ReaderWriterLockSlim is totally fair and thus a call to TryEnterReadLock musn't succeed when writers are waiting to get the lock before them (and when the lock is currently in read mode).

13 years agoFix ReaderWriterLockSlim unit tests.
Jérémie Laval [Tue, 31 Aug 2010 10:23:52 +0000 (11:23 +0100)]
Fix ReaderWriterLockSlim unit tests.

As stated by MSDN, to be fully downgraded to a read lock state a call to ExitUpgradableReadLock must be issued straight after EnterReadLock.

13 years agoFinish reimplementation of ReaderWriterLockSlim so that it pass unit tests.
Jérémie Laval [Tue, 31 Aug 2010 10:22:02 +0000 (11:22 +0100)]
Finish reimplementation of ReaderWriterLockSlim so that it pass unit tests.

13 years agoFactorize tatas pattern in TryRelaxedSet method in AtomicBoolean, add AtomicBoolean...
Jérémie Laval [Tue, 31 Aug 2010 10:17:39 +0000 (11:17 +0100)]
Factorize tatas pattern in TryRelaxedSet method in AtomicBoolean, add AtomicBoolean to the compilation file list for System.Core

13 years agoRefactor ThreadLockState acquisition into a real per-thread, per-rwlock-instance...
Jérémie Laval [Fri, 27 Aug 2010 15:59:46 +0000 (16:59 +0100)]
Refactor ThreadLockState acquisition into a real per-thread, per-rwlock-instance value

13 years agoRework ReaderWriterLockSlim to use simpler Interlocked arithmetic.
Jérémie Laval [Thu, 26 Aug 2010 15:56:49 +0000 (16:56 +0100)]
Rework ReaderWriterLockSlim to use simpler Interlocked arithmetic.

13 years agoTrim the uri in UriParser::GetComponents, just like we do in Uri::Parse
Rolf Bjarne Kvinge [Tue, 31 Aug 2010 10:54:08 +0000 (12:54 +0200)]
Trim the uri in UriParser::GetComponents, just like we do in Uri::Parse

13 years agoMake moonlight build again
Rolf Bjarne Kvinge [Tue, 31 Aug 2010 14:17:23 +0000 (16:17 +0200)]
Make moonlight build again

13 years agoAdd AOT support for GC inline write barriers.
Zoltan Varga [Tue, 31 Aug 2010 14:12:36 +0000 (16:12 +0200)]
Add AOT support for GC inline write barriers.

13 years ago[xbuild] Task 'Touch' should pass even if the file already exists.
Ankit Jain [Tue, 31 Aug 2010 12:01:31 +0000 (17:31 +0530)]
[xbuild] Task 'Touch' should pass even if the file already exists.

Microsoft.Build.Tasks/Microsoft.Build.Tasks/Touch.cs:
Task should 'succeed' even if the files already exist.

13 years ago[xbuild] Quote filenames for resgen.
Ankit Jain [Tue, 31 Aug 2010 11:59:31 +0000 (17:29 +0530)]
[xbuild] Quote filenames for resgen.

Microsoft.Build.Tasks/Microsoft.Build.Tasks/GenerateResource.cs:
Quote filenames passed to resgen.

13 years ago[xbuild] Fix 635767. Support enums for task property Outputs.
Ankit Jain [Tue, 31 Aug 2010 11:38:55 +0000 (17:08 +0530)]
[xbuild] Fix 635767. Support enums for task property Outputs.

Add support for task properties to be enums, when publishing
Output.

13 years agoMerge branch 'master' of github.com:mono/mono
Marek Safar [Tue, 31 Aug 2010 09:43:40 +0000 (10:43 +0100)]
Merge branch 'master' of github.com:mono/mono

13 years ago[635714] Inconsistent accessibility between nested private and protected internal...
Marek Safar [Tue, 31 Aug 2010 09:41:15 +0000 (10:41 +0100)]
[635714] Inconsistent accessibility between nested private and protected internal types

13 years agoAvoid NRE when converting contract-based instances to contract-neutral objects. Add...
Atsushi Eno [Tue, 31 Aug 2010 08:41:15 +0000 (17:41 +0900)]
Avoid NRE when converting contract-based instances to contract-neutral objects. Add Windows async workaround all around to not block further hacking.

13 years agoDon't use break in jay
Marek Safar [Tue, 31 Aug 2010 08:11:51 +0000 (09:11 +0100)]
Don't use break in jay

13 years agoDon't generate tracing for the parser, it slows it down unnecessary
Marek Safar [Sun, 29 Aug 2010 18:13:36 +0000 (19:13 +0100)]
Don't generate tracing for the parser, it slows it down unnecessary

13 years agoAdd more rules for static initializers
Marek Safar [Sun, 29 Aug 2010 18:12:56 +0000 (19:12 +0100)]
Add more rules for static initializers

13 years agoWrap any non-trivial rule into a method, speeds up the parser by 10-20%.
Marek Safar [Sun, 29 Aug 2010 16:53:47 +0000 (17:53 +0100)]
Wrap any non-trivial rule into a method, speeds up the parser by 10-20%.

13 years agoRemoved misused break, format long comment
Marek Safar [Sun, 29 Aug 2010 10:48:01 +0000 (11:48 +0100)]
Removed misused break, format long comment

13 years agoActually make use of SerializationBinder.BindToName for BinaryFormatter.
Carlos Alberto Cortez [Mon, 30 Aug 2010 21:57:55 +0000 (23:57 +0200)]
Actually make use of SerializationBinder.BindToName for BinaryFormatter.

* ObjectWriter.cs: Actually take SerializationBinder.BindToName
into account when serializing data.

13 years agoAdd tests for SerializationBinder.BindToName usage with BinaryFormatter.
Carlos Alberto Cortez [Mon, 30 Aug 2010 21:56:03 +0000 (23:56 +0200)]
Add tests for SerializationBinder.BindToName usage with BinaryFormatter.

* BinaryFormatterTest.cs: Add tests for
SerializationBinder.BindToName usage with BinaryFormatter.

13 years agoUri: fix path component of merged uris with parent directory references above the...
Rolf Bjarne Kvinge [Mon, 30 Aug 2010 23:16:51 +0000 (01:16 +0200)]
Uri: fix path component of merged uris with parent directory references above the root directory

13 years agoFix make dist.
Zoltan Varga [Mon, 30 Aug 2010 23:31:24 +0000 (01:31 +0200)]
Fix make dist.

13 years agoFix the ppc build.
Zoltan Varga [Mon, 30 Aug 2010 23:30:56 +0000 (01:30 +0200)]
Fix the ppc build.

13 years agoFix the order of the arguments to the ppc_store macros.
Zoltan Varga [Mon, 30 Aug 2010 23:29:18 +0000 (01:29 +0200)]
Fix the order of the arguments to the ppc_store macros.

13 years agoRelatively major overhaul of the .spec file
Andrew Jorgensen [Mon, 30 Aug 2010 22:10:53 +0000 (16:10 -0600)]
Relatively major overhaul of the .spec file

Cleanup of legacy conditionals, addition of llvm and sgen conditionals

13 years agoMerge branch 'sgen_cardtable_64bits_support'
Rodrigo Kumpera [Mon, 30 Aug 2010 21:15:43 +0000 (18:15 -0300)]
Merge branch 'sgen_cardtable_64bits_support'

13 years agoRemove leftover from testing.
Rodrigo Kumpera [Mon, 30 Aug 2010 20:48:04 +0000 (17:48 -0300)]
Remove leftover from testing.

13 years agoFix a of by one error.
Rodrigo Kumpera [Mon, 30 Aug 2010 20:45:53 +0000 (17:45 -0300)]
Fix a of by one error.

* sgen-cardtable.c (cards_in_range): This should
take into account the first card.

13 years agoFix cardtable code under amd64.
Rodrigo Kumpera [Mon, 30 Aug 2010 18:13:29 +0000 (15:13 -0300)]
Fix cardtable code under amd64.

* method-to-ir.c (emit_write_barrier): Amd64 can't use
big immediates (> 32bits) with ALU operations so
we assert if the cardtable ends been allocated in a high
address.