Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss    Widget         
1 - 20 of 2892  Next ›
2892 23.02.2012 08:53:21, by crackajaxx
FIX: Pattern that has emerged is that the new elements don't obey the case sensitivity rules. This fixes the symptom but not the problem that case problems abound.
FIX: Pattern that has emerges is the continual use of opaque generic typing. In Java, the opaque parameter type is more of a hint than a strong type. In CLR, it's a strong type and constant shifts between EventType, Object, String and Dictionary have been introduced to the code to provide better transparency and conversion.
ADD: Unwrap and UnwrapIntoArray are new extension methods to do transparent unpacking from object to collections.
FIX: Many classes were not marked as Serializable thus causing some tests to fail.
FIX: Some meta enumerations were being evaluated using the "==" operator. Once they are serialized, this equality test failed and the enumeration tests failed. Most have been replaced with Object.Equals() and the equality methods have been added.
2891 22.02.2012 23:49:17, by crackajaxx
QuickMap class added.
2890 22.02.2012 23:48:47, by crackajaxx
Fixed text on error messages that was slightly off and causing tests to fail.
2889 22.02.2012 23:39:37, by crackajaxx
FIX: Naming convention issues and minor type issues
2888 22.02.2012 14:06:36, by crackajaxx
Fixed casing on more issues.
Fixed type conversion issues with generics. Java's type masking doesn't include generic post-compile, CLR's does.
2887 22.02.2012 01:26:29, by crackajaxx
Added NEsper.IO back with corrected references and framework.
2886 22.02.2012 01:02:26, by crackajaxx
These files were committed somewhere else in the source control tree. They've been moved to their rightful place.
2885 22.02.2012 00:42:50, by crackajaxx
Packages missing.
2884 21.02.2012 15:24:15, by crackajaxx
Fix: More naming convention issues for NEsper tests. Particularly "Symbol" tends to be plaguing us.
2883 21.02.2012 09:43:59, by crackajaxx
Fixed a bug in the way that generic collection types were being handled. Now accounts for generic and non-generic type collections.
Fixed standard set of type and casing issues that arise from name conversion.
Fixed several issues that did not port properly form 4.1 to 4.5.
2882 17.02.2012 14:49:11, by crackajaxx
Patches for DateTime operations.
2881 16.02.2012 15:07:45, by crackajaxx
2880 16.02.2012 15:04:19, by crackajaxx
Patches to unit tests
2879 16.02.2012 15:01:59, by crackajaxx
Patches to unit tests
2878 16.02.2012 15:01:03, by crackajaxx
Minor changes to matching naming conventions.
2877 16.02.2012 09:30:06, by crackajaxx
ANTLR DLLs missing from trunk
Grammar files missing from commit
XSD changes committed
Samples for regressions included
2876 15.02.2012 14:34:38, by crackajaxx
NEsper.Runtime deprecated
2875 14.02.2012 14:30:30, by crackajaxx
NEsper 4.5 - missing components
2874 14.02.2012 09:49:32, by crackajaxx
NEsper 4.5 - big commit
2873 13.02.2012 18:10:00, by bernhardttom
Installment object array type
1 2 3 4 5 6 7 8 9 10 Next