date | project | content | link |
|---|
| 14:40 on Mar 15, 2010 | KDE | Commit by benm :: r1103627 kword/trunk/koffice/kword/part/tests/CMakeLists.txt: Only build if(soprano) | # |
| 11:09 on Mar 15, 2010 | KDE | Commit by benm :: r1103550 kword/trunk/koffice/ (7 files in 3 dirs): A few initial unit tests for the RDF code. | # |
| 10:35 on Feb 15, 2010 | KDE | Commit by benm :: r1089600 kword/ (114 files in 15 dirs): | # |
| 03:24 on Oct 30, 2009 | KDE | Commit by benm :: r1042547 /trunk/www/sites/planet/planetkde/config: added myself to the planet | # |
| 21:21 on Oct 25, 2006 | Mono | Commit by benm :: r66970 /trunk/mcs/class/corlib/System.Text/ (ChangeLog Encoding.cs): 2006-10-25 Ben Maurer <bmaurer at andrew dot cmu dot edu>
* Encoding.cs: Make the GetByteCcount method used fixed pointers
removes quite a few allocations from Banshee. | # |
| 15:09 on Jan 30, 2006 | Mono | Commit by benm :: r56254 /trunk/heap-prof/src/runtime-profiler/ (ChangeLog gc-profiler.c): | # |
| 06:09 on Jan 30, 2006 | Mono | Commit by benm :: r56238 /trunk/mcs/class/System.Data.OracleClient/System.Data.OracleClient.jvm/ (15 files): no +x | # |
| 15:16 on Jan 13, 2006 | Mono | Commit by benm :: r55513 /trunk/mcs/class/corlib/ (4 files in 2 dirs): | # |
| 14:53 on Jan 13, 2006 | Mono | Commit by benm :: r55509 /trunk/mono-oprofile/ (ChangeLog Makefile mop.c): | # |
| 14:51 on Jan 13, 2006 | Mono | Commit by benm :: r55508 /trunk/mono-oprofile/: oprofile | # |
| 14:32 on Jan 13, 2006 | Mono | Commit by benm :: r55507 /trunk/mcs/class/System.ServiceProcess/System.ServiceProcess/ (ChangeLog ServiceInstaller.cs): | # |
| 03:22 on Jan 13, 2006 | Mono | Commit by benm :: r55475 /trunk/mcs/class/corlib/ (4 files in 2 dirs): | # |
| 03:20 on Jan 13, 2006 | Mono | Commit by benm :: r55474 /trunk/mcs/class/corlib/ (5 files in 2 dirs): | # |
| 03:19 on Jan 13, 2006 | Mono | Commit by benm :: r55473 /trunk/mcs/class/System.Web.Services/System.Web.Services.Protocols/ (ChangeLog WebClientProtocol.cs): | # |
| 01:08 on Jan 13, 2006 | Mono | Commit by benm :: r55470 /trunk/mcs/class/System/ (3 files in 2 dirs): | # |
| 23:07 on Jan 12, 2006 | Mono | Commit by benm :: r55462 /trunk/mcs/ (6 files in 3 dirs): | # |
| 17:24 on Jan 11, 2006 | Mono | Commit by benm :: r55387 /trunk/mono/mono/ (8 files in 2 dirs): In mono/metadata:
2006-01-11 Ben Maurer <bmaurer at andrew dot cmu dot edu>
* domain.c: Accessors for MonoJitInfo
* profiler-private.h: Add jitinfo to the end jit hook
* profiler.[ch]: Define new hooks, called after jitting which give
the MonoJitInfo that was compiled
In mono/mini:
2006-01-11 Ben Maurer <bmaurer at andrew dot cmu dot edu>
* mini.c: pass the jitinfo to mono_profiler_method_end_jit. | # |
| 01:14 on Dec 06, 2005 | Mono | Commit by benm :: r53962 /trunk/mcs/class/corlib/System/ (ChangeLog Environment.cs Nullable.cs): 2005-12-05 Ben Maurer <bmaurer at ximian dot com>
* Environment.cs: Bump version
* Nullable.cs: New Box and Unbox methods for the jit | # |
| 01:13 on Dec 06, 2005 | Mono | Commit by benm :: r53961 /trunk/mono/mono/ (10 files in 2 dirs): In mini:
2005-12-05 Ben Maurer <bmaurer at ximian dot com>
Support for boxing and unboxing nullable types as well as the
isinst operation on nullables, per the CLI ammendment.
* inssel.brg (CEE_ISINST): Special case for nullable
* mini.c (handle_unbox_nullable): new method
(handle_box): Special case for nullable types
(mono_method_to_ir): Call handle_unbox_nullable in correct
places.
* generics.2.cs: New test suite
* Makefile.am: Support for regression tests with generics.
In metadata:
2005-12-05 Ben Maurer <bmaurer at ximian dot com>
Beginning of support for nullable types in the runtime. Parts of
this patch are from Martin.
* appdomain.c (MONO_CORLIB_VERSION): Bump
* domain.c (mono_init_internal): get the nullable type
* class.c (mono_class_is_nullable): New method
(mono_class_get_nullable_param): New mehod
(mono_class_create_generic): In types T? set cast_class to T
* class-internals.h (MonoDefaults): new nullable default class
(mono_class_get_nullable_param, mono_class_get_nullable_param):
new methods. | # |
| 02:34 on Dec 04, 2005 | Mono | Commit by benm :: r53896 /trunk/mcs/ (8 files in 2 dirs): In mcs:
2005-12-03 Ben Maurer <bmaurer at ximian dot com>
* anonymous.cs: Have the param code handle leaving copies on the
stack etc. Allows anonymous params to take part in the assignment
code (++, +=, etc). Fixes bug #76550
* expression.cs: Handle the prepare_for_load/leave_copy by passing
it down to the anon code.
* iterators.cs: Use dummy var here
* codegen.cs: Handle new vars
In tests:
2005-12-03 Ben Maurer <bmaurer at ximian dot com>
* test-474.cs: new test. | # |