mono.git
8 years agoMerge pull request #1656 from alexanderkyte/webservice_27561
Alex Rønne Petersen [Fri, 15 May 2015 14:09:02 +0000 (16:09 +0200)]
Merge pull request #1656 from alexanderkyte/webservice_27561

[System.ServiceModel] Fix timeout defaulting to 0 seconds

8 years ago[System.Data.DataSetExtensions] Switch to reference sources
Marek Safar [Fri, 15 May 2015 07:16:43 +0000 (09:16 +0200)]
[System.Data.DataSetExtensions] Switch to reference sources

8 years ago[System.Data] Fix make dist
Alexander Köplinger [Thu, 14 May 2015 23:24:10 +0000 (01:24 +0200)]
[System.Data] Fix make dist

8 years ago[aot] Fixed linker invocation when cross-compiling to Android.
João Matos [Thu, 14 May 2015 14:46:37 +0000 (15:46 +0100)]
[aot] Fixed linker invocation when cross-compiling to Android.

Fixes an Android AOT regression introduced by https://github.com/mono/mono/commit/b41ed5db82ad82f0540eef70d821318836fba107.

8 years ago[System.Data] Remove obsolete files
Marek Safar [Thu, 14 May 2015 17:07:14 +0000 (19:07 +0200)]
[System.Data] Remove obsolete files

8 years ago[system.data] More api from reference sources
Marek Safar [Thu, 14 May 2015 16:26:41 +0000 (18:26 +0200)]
[system.data] More api from reference sources

8 years ago[system.data] SqlXml from reference sources
Marek Safar [Thu, 14 May 2015 15:35:58 +0000 (17:35 +0200)]
[system.data] SqlXml from reference sources

8 years ago[runtime] Fix the signature of native-func-aot wrappers. AOT the delegate invoke...
Zoltan Varga [Thu, 14 May 2015 16:38:09 +0000 (18:38 +0200)]
[runtime] Fix the signature of native-func-aot wrappers. AOT the delegate invoke wrapper which is used to invoke it. Fixes #29970.

8 years agoMerge pull request #1793 from rolfbjarne/subminute-dstoffset-fix
Miguel de Icaza [Thu, 14 May 2015 16:29:13 +0000 (12:29 -0400)]
Merge pull request #1793 from rolfbjarne/subminute-dstoffset-fix

[corlib] Tweak the fix for the reference sources' inability to support sub-minute DST offsets.

8 years ago[corlib] Remove unused code
Marek Safar [Thu, 14 May 2015 12:06:11 +0000 (14:06 +0200)]
[corlib] Remove unused code

8 years ago[corlib] More reference code for string class
Marek Safar [Thu, 14 May 2015 11:44:34 +0000 (13:44 +0200)]
[corlib] More reference code for string class

8 years ago[corlib] Remove unused code
Marek Safar [Thu, 14 May 2015 11:32:24 +0000 (13:32 +0200)]
[corlib] Remove unused code

9 years ago[corlib] Remove unused code
Ludovic Henry [Thu, 14 May 2015 09:56:02 +0000 (10:56 +0100)]
[corlib] Remove unused code

9 years ago[threadpool-ms] Fix compilation warning
Ludovic Henry [Thu, 14 May 2015 09:24:08 +0000 (10:24 +0100)]
[threadpool-ms] Fix compilation warning

9 years ago[null-gc] Ensure mono_gc_set_skip_thread is compiled
Ludovic Henry [Thu, 14 May 2015 09:22:41 +0000 (10:22 +0100)]
[null-gc] Ensure mono_gc_set_skip_thread is compiled

9 years ago[threads] Revert part of e05ba2a2fb4c6402c656024020599f3816173aec
Ludovic Henry [Thu, 14 May 2015 08:27:08 +0000 (09:27 +0100)]
[threads] Revert part of e05ba2a2fb4c6402c656024020599f3816173aec

9 years ago[arm64] Increase max length of seq_point instruction.
Zoltan Varga [Thu, 14 May 2015 07:21:59 +0000 (09:21 +0200)]
[arm64] Increase max length of seq_point instruction.

9 years ago[aot] Avoid generating instances of AsyncMethodBuilderCore/AsyncVoidMethodBuilder...
Zoltan Varga [Thu, 14 May 2015 07:17:44 +0000 (09:17 +0200)]
[aot] Avoid generating instances of AsyncMethodBuilderCore/AsyncVoidMethodBuilder methods, use the gsharedvt versions instead. Fixes part of #29615.

9 years ago[corlib] Remove unused code
Marek Safar [Thu, 14 May 2015 06:39:53 +0000 (08:39 +0200)]
[corlib] Remove unused code

9 years ago[threads] Remove dead code
Ludovic Henry [Wed, 13 May 2015 19:46:37 +0000 (20:46 +0100)]
[threads] Remove dead code

9 years ago[threads] Remove thread_exit callback as the logic is redundant between the GCs
Ludovic Henry [Wed, 13 May 2015 19:44:41 +0000 (20:44 +0100)]
[threads] Remove thread_exit callback as the logic is redundant between the GCs

9 years ago[threads] Remove dead code
Ludovic Henry [Wed, 13 May 2015 19:27:16 +0000 (20:27 +0100)]
[threads] Remove dead code

9 years ago[sgen] Remove unnecessary #define
Ludovic Henry [Wed, 13 May 2015 19:24:16 +0000 (20:24 +0100)]
[sgen] Remove unnecessary #define

9 years ago[threads] Remove useless indirection for thread creation on Posix platforms
Ludovic Henry [Wed, 13 May 2015 19:16:28 +0000 (20:16 +0100)]
[threads] Remove useless indirection for thread creation on Posix platforms

9 years agoRevert "Fixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources"
Marek Safar [Wed, 13 May 2015 18:14:46 +0000 (20:14 +0200)]
Revert "Fixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources"

This reverts commit c98a779e9105cdb3101a35eb7beff8eac94b9a15.

9 years ago[System.ServiceModel] Fix timeout defaulting to 0 seconds
Alexander Kyte [Tue, 24 Mar 2015 21:50:14 +0000 (17:50 -0400)]
[System.ServiceModel] Fix timeout defaulting to 0 seconds

9 years agoFixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources
Marek Safar [Wed, 13 May 2015 17:46:16 +0000 (19:46 +0200)]
Fixes a5478121f0215a9d9068931ac7fd2b6ae459b036 reference sources

9 years ago[system.web] Add System.Design reference instead of referencing files
Marek Safar [Wed, 13 May 2015 17:44:07 +0000 (19:44 +0200)]
[system.web] Add System.Design reference instead of referencing files

9 years ago[referencesource] Import System.Double and System.Simple
Ludovic Henry [Wed, 13 May 2015 16:20:58 +0000 (17:20 +0100)]
[referencesource] Import System.Double and System.Simple

9 years agoMerge pull request #1784 from alexrp/profiler-init
Alex Rønne Petersen [Wed, 13 May 2015 17:02:50 +0000 (19:02 +0200)]
Merge pull request #1784 from alexrp/profiler-init

[profiler] Initialize threads in runtime initialization callback

9 years ago[system.web.service] desktop version from reference sources
Marek Safar [Wed, 13 May 2015 15:41:08 +0000 (17:41 +0200)]
[system.web.service] desktop version from reference sources

9 years ago[System.Data.Design] Make TypedDataSetSchemaImporterExtension not working instead...
Marek Safar [Wed, 13 May 2015 15:38:43 +0000 (17:38 +0200)]
[System.Data.Design] Make TypedDataSetSchemaImporterExtension not working instead of throwing NIE

9 years ago[system.xml] Serialization from reference sources for desktop
Marek Safar [Tue, 12 May 2015 16:52:30 +0000 (18:52 +0200)]
[system.xml] Serialization from reference sources for desktop

9 years agoMerge pull request #1797 from schani/feature-pinning-stats
Alex Rønne Petersen [Wed, 13 May 2015 16:42:52 +0000 (18:42 +0200)]
Merge pull request #1797 from schani/feature-pinning-stats

[sgen] Fix pinning statistics

9 years ago[runtime] Fix the initialization of the pid array in ves_icall_System_Diagnostics_Pro...
Zoltan Varga [Wed, 13 May 2015 16:40:53 +0000 (18:40 +0200)]
[runtime] Fix the initialization of the pid array in ves_icall_System_Diagnostics_Process_GetProcesses_internal ().

9 years agoMerge pull request #1799 from evincarofautumn/fix-heavy-stat-warnings
Alex Rønne Petersen [Wed, 13 May 2015 11:48:09 +0000 (13:48 +0200)]
Merge pull request #1799 from evincarofautumn/fix-heavy-stat-warnings

[sgen] Fix warnings with heavy stats.

9 years ago[sgen] Fix warnings with heavy stats.
Jon Purdy [Tue, 12 May 2015 22:41:18 +0000 (15:41 -0700)]
[sgen] Fix warnings with heavy stats.

The types of these counters were changed in 5f33085d, so the atomic
updates (should have) stopped working. We can just mutate them
non-atomically.

9 years ago[sgen] Make pinning stats operational again.
Mark Probst [Tue, 12 May 2015 21:16:06 +0000 (14:16 -0700)]
[sgen] Make pinning stats operational again.

9 years ago[sgen] `mono_gc_printf` should not append newlines.
Mark Probst [Tue, 12 May 2015 21:15:25 +0000 (14:15 -0700)]
[sgen] `mono_gc_printf` should not append newlines.

9 years ago[sgen] Simplify `sgen_conservatively_pin_objects_from()`.
Mark Probst [Tue, 12 May 2015 00:41:05 +0000 (17:41 -0700)]
[sgen] Simplify `sgen_conservatively_pin_objects_from()`.

We're doing essentially the same check twice, and not doing the
pinning stats correctly.

9 years agoMerge pull request #1796 from evincarofautumn/fix-heavy-stats-2
Mark Probst [Tue, 12 May 2015 21:39:25 +0000 (14:39 -0700)]
Merge pull request #1796 from evincarofautumn/fix-heavy-stats-2

[sgen] Actually fix heavy stats.

9 years ago[sgen] Actually fix heavy stats.
Jon Purdy [Tue, 12 May 2015 21:31:29 +0000 (14:31 -0700)]
[sgen] Actually fix heavy stats.

9 years agoMerge pull request #1795 from evincarofautumn/fix-heavy-stats
Mark Probst [Tue, 12 May 2015 21:18:40 +0000 (14:18 -0700)]
Merge pull request #1795 from evincarofautumn/fix-heavy-stats

[sgen] Fix heavy statistics.

9 years ago[sgen] Fix heavy statistics.
Jon Purdy [Tue, 12 May 2015 21:15:22 +0000 (14:15 -0700)]
[sgen] Fix heavy statistics.

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] Tweak the fix for the reference sources' inability to support sub-minute...
Rolf Bjarne Kvinge [Tue, 12 May 2015 10:22:35 +0000 (12:22 +0200)]
[corlib] Tweak the fix for the reference sources' inability to support sub-minute DST offsets.

It seems the base utc offset can also have a sub-minute resolution
in Unix, which means we need to apply the whole-minute rounding to
the final result (dstDelta) instead of the intermediate ttype.Offset
value.

We need to try to fetch the exact timezone id to expose this bug,
since fetching all system timezones will just not return any
problematic timezones (and there is thus no way to distinguish
inexistent timezones from timezones that failed to load).

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[profiler] Initialize threads in runtime initialization callback.
Alex Rønne Petersen [Sat, 9 May 2015 02:07:22 +0000 (04:07 +0200)]
[profiler] Initialize threads in runtime initialization callback.

For the helper and writer thread to actually work, we need Mono's threading
subsystem to be initialized (so we can use TLS and hazard pointers). We now
wait with starting these threads until Mono gives us the go-ahead.

This means that a bit more data will be buffered up in the thread-local log
buffers during startup, but it shouldn't really matter in practice.

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