Added an interface for the scheduler service (this might be once candidate for replacement by different implementations); added a new helper class for the StringBuilder that allows garbage-free appending of integers and floats; added unit tests for most of the code
git-svn-id: file:///srv/devel/repo-conversion/nusu@188 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
66f0ae9b34
commit
237fb57fc8
8 changed files with 468 additions and 3 deletions
|
@ -131,6 +131,7 @@
|
|||
<Compile Include="Source\Scheduling\GenericTimeSource.Test.cs">
|
||||
<DependentUpon>GenericTimeSource.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Scheduling\ISchedulerService.cs" />
|
||||
<Compile Include="Source\Scheduling\ITimeSource.cs" />
|
||||
<Compile Include="Source\Scheduling\Scheduler.cs" />
|
||||
<Compile Include="Source\Scheduling\GenericTimeSource.cs" />
|
||||
|
@ -291,6 +292,10 @@
|
|||
<Compile Include="Source\IO\ChainStream.Test.cs">
|
||||
<DependentUpon>ChainStream.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\StringBuilderHelper.cs" />
|
||||
<Compile Include="Source\StringBuilderHelper.Test.cs">
|
||||
<DependentUpon>StringBuilderHelper.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\StringHelper.cs" />
|
||||
<Compile Include="Source\StringHelper.Test.cs">
|
||||
<DependentUpon>StringHelper.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue