Skip to content

Commit

Permalink
Repository clean-up
Browse files Browse the repository at this point in the history
- root level organized as 'src', 'build', etc
- new build/test system : I've replaced msbuild by Cake (cakebuild.org)
- CI ready : appveyor integration
  • Loading branch information
ablanchet committed Aug 2, 2016
1 parent 8df3891 commit e966514
Show file tree
Hide file tree
Showing 232 changed files with 300 additions and 12,681 deletions.
18 changes: 4 additions & 14 deletions .gitignore
Expand Up @@ -33,19 +33,9 @@ _ReSharper*/
*.resharper
[Tt]est[Rr]esult*

#Project files
[Bb]uild/

#Subversion files
.svn

# Office Temp Files
~$*

#NuGet
packages/

#Target build folder
Target/
#ncrunch
*.ncrunchsolution
*.ncrunchproject
build/tools/**
output/**
src/packages/**
7 changes: 0 additions & 7 deletions Backlog.txt

This file was deleted.

141 changes: 0 additions & 141 deletions Build.xml

This file was deleted.

1 change: 1 addition & 0 deletions Helper-Build.bat
@@ -0,0 +1 @@
powershell build\build.ps1 -Script build\build.cake
1 change: 1 addition & 0 deletions Helper-CreatePackage.bat
@@ -0,0 +1 @@
powershell build\build.ps1 -Script build\build.cake -Target Nuget-Pack
18 changes: 18 additions & 0 deletions Helper-RunAllPerfTestsIsolated.bat
@@ -0,0 +1,18 @@
powershell build\build.ps1 -Script build\build.cake -Target Build

output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Raw.OneToOneRawBatchThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Raw.OneToOneRawThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.OneToOneSequencedBatchThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.OneToOneSequencedLongArrayThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.OneToOneSequencedPollerThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.OneToOneSequencedThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Translator.OneToOneTranslatorThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.OneToThreeDiamondSequencedThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.OneToThreePipelineSequencedThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.WorkHandler.OneToThreeReleasingWorkerPoolThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.OneToThreeSequencedThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.WorkHandler.OneToThreeWorkerPoolThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.ThreeToOneSequencedBatchThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.ThreeToOneSequencedThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.Sequenced.ThreeToThreeSequencedThroughputTest
output\build\Disruptor.PerfTests.exe Disruptor.PerfTests.WorkHandler.TwoToTwoWorkProcessorThroughputTest
4 changes: 4 additions & 0 deletions LastJavaRevisionPorted.md
@@ -0,0 +1,4 @@
3.3.4
-----

[c6a44b42b185b1a4664316de61bb2d11a757cf21](https://github.com/LMAX-Exchange/disruptor/commit/c6a44b42b185b1a4664316de61bb2d11a757cf21)
1 change: 0 additions & 1 deletion LastJavaRevisionPorted.txt

This file was deleted.

Binary file removed Lib/MSBuild.Community/ICSharpCode.SharpZipLib.dll
Binary file not shown.
104 changes: 0 additions & 104 deletions Lib/MSBuild.Community/MSBuild.Community.Tasks.Targets

This file was deleted.

Binary file removed Lib/MSBuild.Community/MSBuild.Community.Tasks.dll
Binary file not shown.

0 comments on commit e966514

Please sign in to comment.