Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
6b6c8ab
[Direct3D12] Update sln
xoofx May 14, 2014
370da9f
[Direct3D12] First compiled version (wip)
xoofx May 14, 2014
28bd014
[SharpGen] Generate automatically duplicate methods with raw pointers…
xoofx May 22, 2014
8d54263
[Direct3D12] Add helper methods
xoofx May 22, 2014
070fa52
[Direct3D12] Work on mapping (still issues with alignment of x64 vs x86)
xoofx May 23, 2014
1f614b5
[SharpGen] Output an error when unions cannot be mapped safely in cas…
xoofx May 23, 2014
f2de81a
[Direct3D12] Fix issue with alignment D3D12_RESOURCE_BARRIER_DESC. Pe…
xoofx May 23, 2014
4371fd1
[SharpDX] Added DisposeEventArgs with Disposing flag
pikacc Sep 7, 2014
e050b96
[Effects11] Updated Effects11 sources, rebuilt, fixed issues
pikacc Sep 8, 2014
d107783
[SharpGen] Allow union which contains a pointer only if there are no …
xoofx Oct 3, 2014
32fbb72
[Direct3D12] Add support for latest Direct3D12 from Windows 10
xoofx Oct 3, 2014
472cbc6
[Direct3D12] Implement union that contains pointer differently withou…
xoofx Oct 3, 2014
c973707
[Direct3D12] Add support for new abbreviations
xoofx Oct 3, 2014
a1078b0
[SharpGen] Better handling of RefIn parameter by value
xoofx Oct 14, 2014
8b8c911
[Direct3D12] Cleanup with latest SDK changes (wip)
xoofx Oct 14, 2014
a89e471
Cleanup. Work on RootSignatureDescription/RootParameter.
xoofx Oct 15, 2014
70e1f47
[SharpDX] Add implicit operator from Blob to DataPointer
xoofx Oct 18, 2014
eb43548
[Direct3D12] Add missing API for HelloTriangle (wip, not tested)
xoofx Oct 18, 2014
c4250ad
Merge branch 'master' of https://github.com/sharpdx/SharpDX
pikacc Nov 1, 2014
f9fdb55
Effects11 @ x64 build
OndrejPetrzilka Jan 18, 2015
e648722
+ efefcts 11 binaries (lib, pdb, exp)
OndrejPetrzilka Jan 20, 2015
b311ce4
Merge remote-tracking branch 'fork/master' into master_integration
xoofx Jan 20, 2015
068743e
[Build] Removed unused using directives that were breaking the compil…
ArtiomCiumac Jan 21, 2015
954e541
[Direct3D12] Update to latest Windows 10 SDK
xoofx Mar 26, 2015
56d9792
[Externals] Update Mono.Cecil to latest in order to support VS2015/Ro…
xoofx Mar 27, 2015
ed32f3d
[SharpGen] Don't emit Pack = 0
xoofx Mar 27, 2015
972d638
[Direct3D12] Fix RootSignatureDescription marshaling
xoofx Mar 27, 2015
4218801
[Direct3D12] Use IntPtr instead of void* (originally suspecting a JIT…
xoofx Mar 27, 2015
bff9d0c
[Direct3D12] Fix missing methods in Device.CreateCommandList and Crea…
xoofx Mar 27, 2015
45b246e
Merge branch 'master' into master_integration
xoofx Mar 27, 2015
1b96efc
[Direct3D12] Use of headers from official Windows10 SDK 10041
xoofx Mar 27, 2015
f0fdc9f
[Effects11] Fix mapping.xml
xoofx Mar 28, 2015
0581d91
[Build] Don't remove systematically Generated files now
xoofx Mar 28, 2015
c6d8e45
[All] BREAKING CHANGES. Refactor whole building. The full list of cha…
xoofx Mar 29, 2015
a0405e7
[Direct3D10] Remove support for Direct3D10
xoofx Mar 30, 2015
48be295
[Mathematics] Use legacy namespace to avoid breaking too much samples…
xoofx Mar 30, 2015
266223d
[Desktop] Fix logo in RenderForm
xoofx Mar 30, 2015
f496aa2
[Direct3D11] Use structure instead of generic for SetViewports to avo…
xoofx Mar 30, 2015
3155977
[DXGI] Make sure Output1.DuplicateOutput method is only generated for…
xoofx Mar 30, 2015
8acef9e
[Build] Select correct PCL versions for Desktop and StoreApp
xoofx Mar 31, 2015
e8c673b
[Build] Update nuspec to use 3.0.0 assemblies and restore symbols pac…
xoofx Mar 31, 2015
5e36b60
[Build] Add ReleaseNotes.md. Remove previous RelaeseNotes.html
xoofx Mar 31, 2015
fd816b5
[Samples] Add submodule Samples
xoofx Mar 30, 2015
cad4bf0
[Samples] Add HelloWorld Direct3D12 sample
xoofx Apr 1, 2015
84bee7f
[Build] Update release notes
xoofx Apr 1, 2015
879a776
[Build] Add -alpha01 to generated files. Fix archive creation.
xoofx Apr 1, 2015
2c5fab0
[Samples] Update to latest
xoofx Apr 1, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Build] Don't remove systematically Generated files now
  • Loading branch information
xoofx committed Apr 1, 2015
commit 0581d91fdff7464331f8ce515b9d8aa393ba7ef6
2 changes: 1 addition & 1 deletion Build/SharpDX.PostSettings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ProjectExtensions/>

<Target Name="BeforeClean">
<RemoveDir Condition="Exists('$(ProjectDir)Generated')" Directories="$(ProjectDir)Generated"/>
<!--<RemoveDir Condition="Exists('$(ProjectDir)Generated')" Directories="$(ProjectDir)Generated"/>-->
</Target>

<Target Name="AfterBuild">
Expand Down