Phil Nash
|
e1459955f1
|
Refactoring towards interface based config
|
2013-05-28 18:39:32 +01:00 |
|
Phil Nash
|
2a9d8d9e36
|
Changed "const X ref"s to "X const ref"s
- Brought older code up to current convention (with the help of a Python script)
|
2013-04-23 18:58:56 +01:00 |
|
Phil Nash
|
7af7451f78
|
LegacyReporterAdapter unbundles INFO messages from assertion to mimic legacy behaviour
- Moved LegacyReporterAdapter out into its own file(s)
|
2013-04-08 11:44:03 +01:00 |
|
Phil Nash
|
8255acf88f
|
IStreamingReporter is now the default. Use REGISTER_LEGACY_REPORTER to register… you guessed it: legacy reporters
The built-in reporters are still legacy at the moment.
|
2012-11-30 19:29:03 +00:00 |
|
Phil Nash
|
4e12e12c1f
|
Streaming reporter interface is now used natively.
Legacy reporters are adapted by their factories.
|
2012-11-30 19:15:23 +00:00 |
|
Phil Nash
|
da0ae952fc
|
Renamed static registries -> registry hub
|
2012-08-07 07:58:34 +01:00 |
|
Phil Nash
|
1091ca81e6
|
First cut of StaticRegistries - separate from Context
|
2012-08-06 20:16:53 +01:00 |
|
Phil Nash
|
d2553cdc64
|
Made ReportConfig a value type
|
2012-07-20 19:07:42 +01:00 |
|
Phil Nash
|
371db8b42f
|
Context methods are non-static - accessed via interface
This is a move towards allowing multiple contexts - with the concept of a (possibly thread local) "current" context
|
2012-05-21 18:52:09 +01:00 |
|
Phil Nash
|
6cd2ac7544
|
More reformatting
|
2012-05-16 08:02:20 +01:00 |
|
Phil Nash
|
5ec53b2788
|
renamed hub -> context
(also did some reformatting)
|
2012-05-10 07:58:48 +01:00 |
|
Phil Nash
|
823ea3efd4
|
Re-org
|
2011-04-26 08:32:40 +01:00 |
|