Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add an example MDA configuration file for Eagle suitable for use with the test suite. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7bade0d7b1f69a13b244c0142d1f5787 |
User & Date: | mistachkin 2011-10-18 03:23:16.637 |
Context
2011-10-20
| ||
14:04 | Compile error fixes for the Compact Framework. Also, switch to using the .NET Framework 4.0 Client Profile where applicable. Fix for ticket [566f1ad1e4]. check-in: f2b84d6d25 user: mistachkin tags: trunk | |
2011-10-18
| ||
03:23 | Add an example MDA configuration file for Eagle suitable for use with the test suite. check-in: 7bade0d7b1 user: mistachkin tags: trunk | |
03:07 | In the SQLiteLog.DomainUnload method, make sure to undo all things done in the SQLiteLog.Initialize method. Possible fix for ticket [98c70ac5a7]. check-in: 3303a4f55b user: mistachkin tags: trunk | |
Changes
Added Externals/Eagle/bin/EagleShell.exe.mda.config.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <?xml version="1.0" encoding="UTF-8" ?> <!-- * * EagleShell.exe.mda.config - * * Copyright (c) 2007-2010 by Joe Mistachkin. All rights reserved. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: $ * --> <mdaConfig xmlns="http://schemas.microsoft.com/CLR/2004/10/mda"> <assistants> <!-- <bindingFailure /> <callbackOnCollectedDelegate listSize="50" /> <contextSwitchDeadlock enable="true" /> <dangerousThreadingAPI /> <dateTimeInvalidLocalFormat /> <dirtyCastAndCallOnInterface /> <disconnectedContext enable="true" /> <dllMainReturnsFalse /> <exceptionSwallowedOnCallFromCom enable="true" /> <failedQI /> <fatalExecutionEngineError /> <gcManagedToUnmanaged /> <gcUnmanagedToManaged /> <illegalPrepareConstrainedRegion /> <invalidApartmentStateChange /> <invalidCERCall /> <invalidFunctionPointerInDelegate enable="true" /> <invalidGCHandleCookie /> <invalidIUnknown /> <invalidMemberDeclaration /> <invalidOverlappedToPinvoke /> <invalidVariant /> <jitCompilationStart> <methods> <match name="*" /> </methods> </jitCompilationStart> <loaderLock /> <loadFromContext /> <marshalCleanupError enable="true" /> <marshaling> <methodFilter> <match name="*" /> </methodFilter> <fieldFilter> <match name="*" /> </fieldFilter> </marshaling> <memberInfoCacheCreation /> <moduloObjectHashcode modulus="1" /> <nonComVisibleBaseClass /> <notMarshalable /> <openGenericCERCall /> <overlappedFreeError /> <pInvokeLog> <filter> <match dllName="advapi32.dll" /> <match dllName="advpack.dll" /> <match dllName="kernel32.dll" /> <match dllName="mscoree.dll" /> <match dllName="ntdll.dll" /> <match dllName="shell32.dll" /> <match dllName="user32.dll" /> <match dllName="wintrust.dll" /> </filter> </pInvokeLog> <pInvokeStackImbalance /> <raceOnRCWCleanup /> <reentrancy /> <releaseHandleFailed /> <reportAvOnComRelease allowAv="true" /> <streamWriterBufferedDataLost /> <virtualCERCall /> --> </assistants> </mdaConfig> |