Home
Home
Home
Home
Implement a more flexible measuring system
Change generic parameters to more descriptive n...
Improve access syntax for measures
Initial commit for an LINQ-based in-memory cube.
Extract IQuery and use it as key for retrieving...
Cleaning up for publication
Improve ToString output for Measures and Measur...
Implement range-matching on Dimensions
Use whole years for BuildYear
Create README.md
Implement DoubleSumMeasure
Resolving naming confusion primary/secondary di...
Fix CountMeasure signature to require a Predicate.
Add release note
Add AnyCPU configuration
Fix QueryResult Value type
Implement a Count property on IMeasureResult
Make repo more "dynamic"
Refactor BuildPartition to use common base meth...
BuildEnums from real Enums too
Remove x86 Configuration
Change copyright
Argument checks
Add IntSumMeasure<TFact>
Add FlattenHierarchy Helper
Improve formating
Implement filtering at Measure-time
Add ranges and slices for years
Implement BuildPartition over int
Adding MSBuild Versioning
Add CubeCoordinates and use them for special me...
Fix classic off-by-one error
Fix typo
Implement Average on IMeasureResult
"Update" Solution version
Remove unneeded dependency from a result to the...
Remove obsolete config file
Merge branch 'develop'
Count by office example
Implement a "Package" target and create a nuspe...
Use the right version
Make IDimension and IDimensionEntry enumerable
Implement EmploymentEnd example-data
Refactor Dimensions, Entries and Results
Extension method for selecting dimension entry ...
Implement Dimensionfilters
Implement "primary" dimensions which are not ex...
Add DimensionEntry<DateTime> GetDateTimeE...
Remove MSBuild version, use git version, create...
Fix release notes
Add boolean DimensionBuilder as suggested by Fr...
Adding NuGet package definition
Remove unused references
Fix bug in date range calculation
Repair BuildMonths to work on top of a Year-dim...
Home