mono.git
9 years agoMerge pull request #1668 from alexanderkyte/bug1856
Rodrigo Kumpera [Tue, 12 May 2015 21:11:18 +0000 (17:11 -0400)]
Merge pull request #1668 from alexanderkyte/bug1856

[runtime] Overwrite stacktrace for exception on re-throw. Fixes #1856.

9 years ago[runtime] Fixed typo in previous commit, added sleep
Alexis Christoforides [Tue, 12 May 2015 20:07:54 +0000 (16:07 -0400)]
[runtime] Fixed typo in previous commit, added sleep

9 years ago[runtime] When attaching a tools thread, spin-wait for thread system init. Fixes...
Alexis Christoforides [Tue, 12 May 2015 19:30:18 +0000 (15:30 -0400)]
[runtime] When attaching a tools thread, spin-wait for thread system init. Fixes #29538

9 years ago[system.xml] System.Xml.Serialization.Advanced from reference sources
Marek Safar [Tue, 12 May 2015 14:47:05 +0000 (16:47 +0200)]
[system.xml] System.Xml.Serialization.Advanced from reference sources

9 years agoMerge pull request #1794 from jbevain/monofield_getmodule
Marek Safar [Tue, 12 May 2015 14:50:07 +0000 (16:50 +0200)]
Merge pull request #1794 from jbevain/monofield_getmodule

[corlib] Implement MonoField Module property

9 years agoAdd unit test for FieldInfo.Module
Jb Evain [Tue, 12 May 2015 14:40:33 +0000 (16:40 +0200)]
Add unit test for FieldInfo.Module

9 years agoBump reference sources
Marek Safar [Tue, 12 May 2015 14:29:29 +0000 (16:29 +0200)]
Bump reference sources

9 years ago[corlib] Implement MonoField Module property
Jb Evain [Tue, 12 May 2015 14:22:18 +0000 (16:22 +0200)]
[corlib] Implement MonoField Module property

9 years ago[runtime] Really fix --disable-visibility-hidden.
Zoltan Varga [Tue, 12 May 2015 14:08:52 +0000 (16:08 +0200)]
[runtime] Really fix --disable-visibility-hidden.

9 years agoBump reference sources
Marek Safar [Tue, 12 May 2015 14:00:32 +0000 (16:00 +0200)]
Bump reference sources

9 years ago[corlib] Fix Test attribute name collisiong causing all tests to be ignored
Marek Safar [Tue, 12 May 2015 14:00:03 +0000 (16:00 +0200)]
[corlib] Fix Test attribute name collisiong causing all tests to be ignored

9 years ago[System.ComponentModel.DataAnnotations] Remove unused types
Marek Safar [Tue, 12 May 2015 12:39:05 +0000 (14:39 +0200)]
[System.ComponentModel.DataAnnotations] Remove unused types

9 years ago[build] Don't set special library path for monolite boostrap. It causes issue when...
Marek Safar [Tue, 12 May 2015 12:08:12 +0000 (14:08 +0200)]
[build] Don't set special library path for monolite boostrap. It causes issue when system and other assemblies during bootrap need to access mscorlib api which is newer than monolite.

9 years ago[corlib] Update SecurityCriticalAttribute test for updated mobile API.
Rolf Bjarne Kvinge [Tue, 12 May 2015 11:09:00 +0000 (13:09 +0200)]
[corlib] Update SecurityCriticalAttribute test for updated mobile API.

9 years ago[system.xml] Resource string from reference sources
Marek Safar [Tue, 12 May 2015 09:47:17 +0000 (11:47 +0200)]
[system.xml] Resource string from reference sources

9 years ago[mcs] Support multiple string resource files
Marek Safar [Tue, 12 May 2015 09:43:07 +0000 (11:43 +0200)]
[mcs] Support multiple string resource files

9 years agobump referencesource for System.Data (remove wrong MDAC ver. check for Odbc)
Atsushi Eno [Tue, 12 May 2015 06:54:34 +0000 (14:54 +0800)]
bump referencesource for System.Data (remove wrong MDAC ver. check for Odbc)

9 years agoFix System.dll mobile builds.
Atsushi Eno [Tue, 12 May 2015 06:53:05 +0000 (14:53 +0800)]
Fix System.dll mobile builds.

9 years agoRevert "[system.xml] System.Xml.Serialization.Advanced from reference sources"
Atsushi Eno [Tue, 12 May 2015 06:44:59 +0000 (14:44 +0800)]
Revert "[system.xml] System.Xml.Serialization.Advanced from reference sources"

This reverts commit e66d448104cf2c11d5fcfdaf47b12382cbc9c249.

9 years agoRevert "[system.xml] Serialization from reference sources for desktop"
Atsushi Eno [Tue, 12 May 2015 06:42:19 +0000 (14:42 +0800)]
Revert "[system.xml] Serialization from reference sources for desktop"

This reverts commit 6ae517ea65af8cf7585c3a080caaa53d05447cc1.

9 years agoMerge pull request #1783 from alexanderkyte/thread_transition_crash
Rodrigo Kumpera [Mon, 11 May 2015 18:59:04 +0000 (14:59 -0400)]
Merge pull request #1783 from alexanderkyte/thread_transition_crash

[runtime] Make thread abort synchronous

9 years ago[bcl] Fix Process.OnExited multiple call with the MS ThreadPool
Ludovic Henry [Mon, 11 May 2015 16:38:29 +0000 (17:38 +0100)]
[bcl] Fix Process.OnExited multiple call with the MS ThreadPool

9 years ago[runtime] Add a couple of asserts to thread attach methods
Alexis Christoforides [Mon, 11 May 2015 15:52:07 +0000 (11:52 -0400)]
[runtime] Add a couple of asserts to thread attach methods

9 years ago[system] CompilerParameters from reference sources
Marek Safar [Mon, 11 May 2015 14:55:52 +0000 (16:55 +0200)]
[system] CompilerParameters from reference sources

9 years ago[system.xml] Serialization from reference sources for desktop
Marek Safar [Mon, 11 May 2015 13:36:03 +0000 (15:36 +0200)]
[system.xml] Serialization from reference sources for desktop

9 years ago[System.Runtime.Caching] Fix warnings
Marek Safar [Mon, 11 May 2015 07:40:06 +0000 (09:40 +0200)]
[System.Runtime.Caching] Fix warnings

9 years agoMerge pull request #1788 from ermshiperete/master-Xamarin-29935
Marek Safar [Mon, 11 May 2015 13:33:23 +0000 (15:33 +0200)]
Merge pull request #1788 from ermshiperete/master-Xamarin-29935

Unit test that demonstrates Xamarin-29935

9 years agoUnit test that demonstrates Xamarin-29935
Eberhard Beilharz [Mon, 11 May 2015 13:04:41 +0000 (15:04 +0200)]
Unit test that demonstrates Xamarin-29935

Change-Id: I3510a2ccb897e0a0baf03af3a34bb74d6b700e03

9 years ago[threadpool-ms] Remove thread waiting and memory cleanup
Ludovic Henry [Mon, 11 May 2015 12:37:25 +0000 (13:37 +0100)]
[threadpool-ms] Remove thread waiting and memory cleanup

This could lead to hangs because threadpool->counter._.active would not be decremented. It means we cannot cleanup memory as the threads may still try to access the threadpool global variable.

9 years ago[threadpool-ms] Fix assertion error "threadpool-ms.c:731, condition `counter._.workin...
Ludovic Henry [Sat, 9 May 2015 17:20:07 +0000 (18:20 +0100)]
[threadpool-ms] Fix assertion error "threadpool-ms.c:731, condition `counter._.working >= 0' not met"

9 years ago[runtime] Implement support for locals info for portable pdb files.
Zoltan Varga [Mon, 11 May 2015 07:24:14 +0000 (03:24 -0400)]
[runtime] Implement support for locals info for portable pdb files.

9 years ago[runtime] Finish support for sequence point info for the portable pdb format.
Zoltan Varga [Sun, 10 May 2015 09:43:53 +0000 (05:43 -0400)]
[runtime] Finish support for sequence point info for the portable pdb format.

9 years ago[runtime] Fix some FIXMEs in mono_ppdb_get_seq_points ().
Zoltan Varga [Sun, 10 May 2015 08:27:32 +0000 (04:27 -0400)]
[runtime] Fix some FIXMEs in mono_ppdb_get_seq_points ().

9 years ago[runtime] Add mono_ppdb_get_seq_points () function, same as mono_debug_symfile_get_se...
Zoltan Varga [Sun, 10 May 2015 06:55:47 +0000 (02:55 -0400)]
[runtime] Add mono_ppdb_get_seq_points () function, same as mono_debug_symfile_get_seq_points () but for portable pdb files.

9 years ago[runtime] Add a mono_debug_get_seq_points () function which is a wrapper for mono_deb...
Zoltan Varga [Sun, 10 May 2015 06:43:00 +0000 (02:43 -0400)]
[runtime] Add a mono_debug_get_seq_points () function which is a wrapper for mono_debug_symfile_get_seq_points ().

9 years ago[runtime] Rename mono_debug_symfile_get_line_numbers_full () to mono_debug_symfile_ge...
Zoltan Varga [Sun, 10 May 2015 06:23:03 +0000 (02:23 -0400)]
[runtime] Rename mono_debug_symfile_get_line_numbers_full () to mono_debug_symfile_get_seq_points (), return most of the information in an array of MonoSymSeqPoint structures. Remove unused mono_debug_symfile_get_line_numbers () function.

9 years ago[runtime] Remove more unused debugger code.
Zoltan Varga [Sun, 10 May 2015 02:14:08 +0000 (22:14 -0400)]
[runtime] Remove more unused debugger code.

9 years ago[system.runtime.caching] Remove inappropropriate use of Marshal.SizeOf. Fixes #29667
Marek Safar [Sat, 9 May 2015 10:24:20 +0000 (12:24 +0200)]
[system.runtime.caching] Remove inappropropriate use of Marshal.SizeOf. Fixes #29667

9 years ago[system.data] Fix culture specific test
Marek Safar [Sat, 9 May 2015 09:49:45 +0000 (11:49 +0200)]
[system.data] Fix culture specific test

9 years ago[jit] Avoid an assertion in the virtual delegate optimization if the target method...
Zoltan Varga [Sat, 9 May 2015 05:15:44 +0000 (01:15 -0400)]
[jit] Avoid an assertion in the virtual delegate optimization if the target method is not virtual.

9 years ago[runtime] Add beginnings of support for Portable PDB symbol files.
Zoltan Varga [Sat, 9 May 2015 03:26:00 +0000 (23:26 -0400)]
[runtime] Add beginnings of support for Portable PDB symbol files.

9 years ago[runtime] Add support for the new metadata tables used by the Portable PDB file format.
Zoltan Varga [Sat, 9 May 2015 03:24:00 +0000 (23:24 -0400)]
[runtime] Add support for the new metadata tables used by the Portable PDB file format.

9 years ago[runtime] Add support for loading metadata images without a PE wrapper.
Zoltan Varga [Sat, 9 May 2015 03:21:33 +0000 (23:21 -0400)]
[runtime] Add support for loading metadata images without a PE wrapper.

9 years ago[runtime] Use a condvar for waiting for the finalizer thread to shut down.
Zoltan Varga [Fri, 8 May 2015 22:28:46 +0000 (18:28 -0400)]
[runtime] Use a condvar for waiting for the finalizer thread to shut down.

9 years ago[runtime] Add a mono_cond_timedwait_ms () function which takes a timeout argument...
Zoltan Varga [Fri, 8 May 2015 22:28:12 +0000 (18:28 -0400)]
[runtime] Add a mono_cond_timedwait_ms () function which takes a timeout argument in milliseconds.

9 years ago[runtime] Add a FIXME to mono_cond_timedwait () on windows.
Zoltan Varga [Fri, 8 May 2015 19:24:43 +0000 (15:24 -0400)]
[runtime] Add a FIXME to mono_cond_timedwait () on windows.

9 years ago[sgen] Only flush binary protocol buffers when world is stopped.
Mark Probst [Fri, 8 May 2015 18:32:08 +0000 (11:32 -0700)]
[sgen] Only flush binary protocol buffers when world is stopped.

9 years ago[monop] Band-aid, cope with IKVM's Type.Namespace crashing on generic types
Miguel de Icaza [Fri, 8 May 2015 17:13:11 +0000 (13:13 -0400)]
[monop] Band-aid, cope with IKVM's Type.Namespace crashing on generic types
[monop] Add test suite for monop

9 years ago[runtime] Make thread abort synchronous
Alexander Kyte [Fri, 8 May 2015 16:07:42 +0000 (12:07 -0400)]
[runtime] Make thread abort synchronous

Due to asynchronous abortion a crash is being seen on
posix systems where the abort signal handler is having a
data race and not exiting the suspend signal handler early.

When it tries to make a state transition because of this, it
cannot and it crashes.

This fixes it by making it synchronous.

9 years ago[threadpool-ms] Revert part of fd0ff7bff9132c37a1db2b5a72e2ece266a11ed4 as it causes...
Ludovic Henry [Fri, 8 May 2015 17:09:06 +0000 (18:09 +0100)]
[threadpool-ms] Revert part of fd0ff7bff9132c37a1db2b5a72e2ece266a11ed4 as it causes deadlocks on cleanup

9 years agoMerge pull request #1781 from alexrp/master
Alex Rønne Petersen [Fri, 8 May 2015 16:10:06 +0000 (18:10 +0200)]
Merge pull request #1781 from alexrp/master

[runtime] Improve context static LocalDataStoreSlot support

9 years agoMerge pull request #1782 from alexrp/profiler-symbol-fix
Alex Rønne Petersen [Fri, 8 May 2015 13:00:03 +0000 (15:00 +0200)]
Merge pull request #1782 from alexrp/profiler-symbol-fix

[utils] Export concurrent hash table and lock free queue functions

9 years ago[system.xml] System.Xml.Serialization.Advanced from reference sources
Marek Safar [Fri, 8 May 2015 11:52:28 +0000 (13:52 +0200)]
[system.xml] System.Xml.Serialization.Advanced from reference sources

9 years ago[system.xml] serialization handlers from reference sources
Marek Safar [Fri, 8 May 2015 11:14:12 +0000 (13:14 +0200)]
[system.xml] serialization handlers from reference sources

9 years ago[threadpool-ms] Reenable threadpool cleanup
Ludovic Henry [Thu, 7 May 2015 18:19:18 +0000 (19:19 +0100)]
[threadpool-ms] Reenable threadpool cleanup

9 years ago[threadpool-ms] Refactor worker creation and domain unloading
Ludovic Henry [Thu, 7 May 2015 17:01:47 +0000 (18:01 +0100)]
[threadpool-ms] Refactor worker creation and domain unloading

9 years ago[threadpool-ms] Ensure monitor thread does not start if runtime is shutting down
Ludovic Henry [Thu, 7 May 2015 16:28:37 +0000 (17:28 +0100)]
[threadpool-ms] Ensure monitor thread does not start if runtime is shutting down

9 years ago[threadpool-ms] Fix potential bug on monitor thread interuption
Ludovic Henry [Thu, 7 May 2015 16:27:55 +0000 (17:27 +0100)]
[threadpool-ms] Fix potential bug on monitor thread interuption

9 years ago[threadpool-ms] Refactor lock for working and parked threads
Ludovic Henry [Thu, 7 May 2015 16:25:14 +0000 (17:25 +0100)]
[threadpool-ms] Refactor lock for working and parked threads

9 years ago[threadpool-ms] Guarantee icall parameter size
Ludovic Henry [Thu, 7 May 2015 15:10:57 +0000 (16:10 +0100)]
[threadpool-ms] Guarantee icall parameter size

9 years ago[utils] Export concurrent hash table and lock free queue functions.
Alex Rønne Petersen [Fri, 8 May 2015 10:53:31 +0000 (12:53 +0200)]
[utils] Export concurrent hash table and lock free queue functions.

9 years ago[system.xml] System.Xml.Serialization.Configuration from reference sources
Marek Safar [Fri, 8 May 2015 09:15:50 +0000 (11:15 +0200)]
[system.xml] System.Xml.Serialization.Configuration from reference sources

9 years ago[runtime] Improve context static LocalDataStoreSlot support.
Alex Rønne Petersen [Fri, 8 May 2015 03:55:11 +0000 (05:55 +0200)]
[runtime] Improve context static LocalDataStoreSlot support.

The context-specific code now mirrors the thread-specific code and uses the
internal NamedDataSlot class. The runtime code now correctly frees context
static data allocated via this class.

9 years agoFix make dist.
Zoltan Varga [Fri, 8 May 2015 09:01:04 +0000 (05:01 -0400)]
Fix make dist.

9 years agoFix the build.
Zoltan Varga [Fri, 8 May 2015 08:59:08 +0000 (04:59 -0400)]
Fix the build.

9 years ago[corlib] Bump reference souces. Fixes #29808
Marek Safar [Fri, 8 May 2015 08:33:50 +0000 (10:33 +0200)]
[corlib] Bump reference souces. Fixes #29808

9 years ago[system.data] remove unused files from mobile profile
Marek Safar [Fri, 8 May 2015 06:49:01 +0000 (08:49 +0200)]
[system.data] remove unused files from mobile profile

9 years ago[sdb] Remove the usage of WaitForSingleObject (), use cond vars instead on all platforms.
Zoltan Varga [Fri, 8 May 2015 03:17:27 +0000 (23:17 -0400)]
[sdb] Remove the usage of WaitForSingleObject (), use cond vars instead on all platforms.

9 years ago[runtime] Implement support for condition variables on windows using the win32 CONDIT...
Zoltan Varga [Fri, 8 May 2015 03:06:11 +0000 (23:06 -0400)]
[runtime] Implement support for condition variables on windows using the win32 CONDITION_VARIABLE type available from Windows Vista.

9 years ago[runtime] Fix the windows build.
Zoltan Varga [Fri, 8 May 2015 02:47:47 +0000 (22:47 -0400)]
[runtime] Fix the windows build.

9 years ago[runtime] Update LocalDataStoreSlot code to the new special static offset format.
Alex Rønne Petersen [Fri, 8 May 2015 02:15:12 +0000 (04:15 +0200)]
[runtime] Update LocalDataStoreSlot code to the new special static offset format.

9 years agoMerge pull request #1778 from JetBrains/xbuild_do_not_stop_buildnodemanager
Atsushi Eno [Fri, 8 May 2015 01:58:39 +0000 (10:58 +0900)]
Merge pull request #1778 from JetBrains/xbuild_do_not_stop_buildnodemanager

xbuild: do not stop BuildNodeManager after one build

9 years ago[runtime] Disable the broken code which aligns small structs to 4/8 bytes. Add a...
Zoltan Varga [Fri, 8 May 2015 01:23:20 +0000 (21:23 -0400)]
[runtime] Disable the broken code which aligns small structs to 4/8 bytes. Add a MONO_DEBUG option to enable it.

9 years agoMerge pull request #1780 from alexrp/master
Zoltan Varga [Fri, 8 May 2015 01:03:18 +0000 (21:03 -0400)]
Merge pull request #1780 from alexrp/master

[runtime] Initialize contexts after the GC

9 years ago[runtime] Initialize contexts after the GC.
Alex Rønne Petersen [Fri, 8 May 2015 00:52:35 +0000 (02:52 +0200)]
[runtime] Initialize contexts after the GC.

This is necessary since they use GC handles. So the handles_section must
be initialized before we try to use it.

9 years ago[runtime] Fix a few warnings.
Mark Probst [Thu, 7 May 2015 21:45:07 +0000 (14:45 -0700)]
[runtime] Fix a few warnings.

9 years agoMerge pull request #1777 from alexrp/sgen-separation
Alex Rønne Petersen [Thu, 7 May 2015 20:48:30 +0000 (22:48 +0200)]
Merge pull request #1777 from alexrp/sgen-separation

[sgen] Move bridge debugging code out of the independent SGen code

9 years agoRevert "[genmdesc] Improved unknown specifier error handling for Perl version."
triton [Thu, 7 May 2015 19:31:12 +0000 (20:31 +0100)]
Revert "[genmdesc] Improved unknown specifier error handling for Perl version."

This reverts commit 05ce4f6ee1d52c4d4edd599f271988875efae763.

It's giving some problems on Monodroid build:

/Users/builder/data/lanes/1196/012ff355/source/mono/mono/mini/cpu-arm.md
Invalid specifier len:4 at line 51 at /Users/builder/data/lanes/1196/012ff355/source/mono/mono/mini/genmdesc.pl line 153, <DESC> line 51.

9 years ago[system.data] SqlConnectionStringBuilder from reference sources. Fixes #29823
Marek Safar [Thu, 7 May 2015 18:57:53 +0000 (20:57 +0200)]
[system.data] SqlConnectionStringBuilder from reference sources. Fixes #29823

9 years ago[mcs] Flow analysis assignment from field expressions is now aware of special cased...
Marek Safar [Thu, 7 May 2015 16:23:42 +0000 (18:23 +0200)]
[mcs] Flow analysis assignment from field expressions is now aware of special cased value types. Fixes #29276

9 years agoRemove unused System.Runtime.Serialization code.
Atsushi Eno [Thu, 7 May 2015 16:13:32 +0000 (01:13 +0900)]
Remove unused System.Runtime.Serialization code.

System.ServiceModel.Web/System.Runtime.Serialization.Json is left as is
because they seem to be used by System.Json build...

9 years ago[arm] Fix a problem introduced by 3469c138c67e4b7e0afcc6a31046fcca7931d660.
Zoltan Varga [Thu, 7 May 2015 15:55:39 +0000 (11:55 -0400)]
[arm] Fix a problem introduced by 3469c138c67e4b7e0afcc6a31046fcca7931d660.

9 years agoremove old System.Data code.
Atsushi Eno [Thu, 7 May 2015 15:50:27 +0000 (00:50 +0900)]
remove old System.Data code.

9 years agoxbuild: do not stop BuildNodeManager after one build (prevents subsequent builds...
Leonid Shalupov [Thu, 7 May 2015 14:22:42 +0000 (16:22 +0200)]
xbuild: do not stop BuildNodeManager after one build (prevents subsequent builds from executing)

9 years ago[genmdesc] Fixed generator to allow instructions lengths equal to 0.
João Matos [Thu, 7 May 2015 15:10:31 +0000 (16:10 +0100)]
[genmdesc] Fixed generator to allow instructions lengths equal to 0.

I was induced in error because of the following comment in the machine read specs:

`# len:number         describe the maximun length in bytes of the instruction
# number is a positive integer`

9 years ago[tools] Fix sgen-grep-binprot after sgen code move to mono/sgen
Ludovic Henry [Thu, 7 May 2015 15:07:27 +0000 (16:07 +0100)]
[tools] Fix sgen-grep-binprot after sgen code move to mono/sgen

9 years ago[threadpool-ms] Change the meaning of ThreadPoolCounter active and working
Ludovic Henry [Wed, 6 May 2015 17:44:12 +0000 (18:44 +0100)]
[threadpool-ms] Change the meaning of ThreadPoolCounter active and working

9 years ago[arm] Fixed regression related to invalid specifier for vcall2 instruction in ARM...
João Matos [Thu, 7 May 2015 14:33:07 +0000 (15:33 +0100)]
[arm] Fixed regression related to invalid specifier for vcall2 instruction in ARM machine description.

Introduced in https://github.com/mono/mono/commit/3469c138c67e4b7e0afcc6a31046fcca7931d660.

9 years ago[genmdesc] Improved unknown specifier error handling for Perl version.
João Matos [Thu, 7 May 2015 14:31:50 +0000 (15:31 +0100)]
[genmdesc] Improved unknown specifier error handling for Perl version.

Should help catch regressions like the one introduced in https://github.com/mono/mono/commit/3469c138c67e4b7e0afcc6a31046fcca7931d660#diff-e3dadd3f8246691b408c41c0441d49fcR358 at build time.

9 years ago[genmdesc] Improved instruction length error handling for Perl version.
João Matos [Thu, 7 May 2015 14:31:18 +0000 (15:31 +0100)]
[genmdesc] Improved instruction length error handling for Perl version.

Should help catch regressions like the one introduced in https://github.com/mono/mono/commit/3469c138c67e4b7e0afcc6a31046fcca7931d660#diff-e3dadd3f8246691b408c41c0441d49fcR358 at build time.

9 years ago[genmdesc] Improved instruction length error handling for C version.
João Matos [Thu, 7 May 2015 14:30:08 +0000 (15:30 +0100)]
[genmdesc] Improved instruction length error handling for C version.

9 years agoMerge pull request #1773 from ztzg/sql-server-datetime2
Atsushi Eno [Thu, 7 May 2015 10:03:11 +0000 (19:03 +0900)]
Merge pull request #1773 from ztzg/sql-server-datetime2

Allow transferring datetime2/datetimeoffset to/from SQL Server 2012

9 years agoMerge pull request #1772 from ztzg/sql-server-variant
Atsushi Eno [Thu, 7 May 2015 09:54:49 +0000 (18:54 +0900)]
Merge pull request #1772 from ztzg/sql-server-variant

Fix SQL Server 2012 variant parameters and return values

9 years agoMerge pull request #1771 from ztzg/sql-server-bulk-insert
Atsushi Eno [Thu, 7 May 2015 09:53:41 +0000 (18:53 +0900)]
Merge pull request #1771 from ztzg/sql-server-bulk-insert

Fix SQL Server 2012 bulk insert issues

9 years ago[xbuild] for resolving assemblies from pkg-config, prefer specified version
Atsushi Eno [Thu, 7 May 2015 07:25:32 +0000 (16:25 +0900)]
[xbuild] for resolving assemblies from pkg-config, prefer specified version

... even if SpecificVersion is false. There is no reason to prefer any
mismatching version when SpecificVersion=false.

That behavior caused monodevelop build failures because of incorrectly-
resolved gtk# packages. After this fix, this issue goes away.
https://github.com/mono/monodevelop/blob/2436ad1874694ec811871dacf9a659a79b5fad0d/README.md#known-problems

9 years ago[sgen] Move bridge debugging code out of the independent SGen code.
Alex Rønne Petersen [Thu, 7 May 2015 02:52:28 +0000 (04:52 +0200)]
[sgen] Move bridge debugging code out of the independent SGen code.

9 years ago[tests] Trim whitespace from testname in dummy unit test XML, Jenkins test display...
Alexander Köplinger [Thu, 7 May 2015 01:28:11 +0000 (03:28 +0200)]
[tests] Trim whitespace from testname in dummy unit test XML, Jenkins test display doesn't like it

9 years ago[tests] Small fixes to the dummy unit test XML output to make it a compliant NUnit...
Alexander Köplinger [Wed, 6 May 2015 21:36:13 +0000 (17:36 -0400)]
[tests] Small fixes to the dummy unit test XML output to make it a compliant NUnit file

9 years ago[jit] Treat MONO_ARCH_IMT_REG as allways defined.
Zoltan Varga [Wed, 6 May 2015 21:31:23 +0000 (17:31 -0400)]
[jit] Treat MONO_ARCH_IMT_REG as allways defined.

9 years ago[runtime] Fix configure so it really uses -fvisibility=hidden.
Zoltan Varga [Wed, 6 May 2015 20:15:54 +0000 (16:15 -0400)]
[runtime] Fix configure so it really uses -fvisibility=hidden.