Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #17 from kaleidicassociates/nothrow_nogc
Browse files Browse the repository at this point in the history
Nothrow nogc
  • Loading branch information
atilaneves authored Dec 13, 2016
2 parents 2c3e72d + 32eb91f commit 3c97f60
Show file tree
Hide file tree
Showing 15 changed files with 911 additions and 1,076 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.lib
*.obj
*.xll
*.dll
*.map
*.exp
*.def
Expand All @@ -11,3 +12,4 @@ __dummy.html
*.o
d_excelsdk
d_excelsdk.exe
write_def.exe
4 changes: 2 additions & 2 deletions dub.sdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name "d_excelsdk"
description "Excel bindings for D"
authors "Laeeth Isharc" "Stefan Kock" "Atila Neves"
Expand All @@ -14,11 +13,12 @@ configuration "library" {
sourceFiles "example/myxll.d" "myxll32.def"
excludedSourceFiles "source/xlld/test_xl_funcs.d"
preBuildCommands "dub run -c def --nodeps -- myxll32.def"
postBuildCommands "ren myxll32.dll myxll32.xll"
postBuildCommands "copy myxll32.dll myxll32.xll"
}

configuration "def" {
targetType "executable"
targetName "write_def"
versions "main"
mainSourceFile "example/myxll.d"
}
Expand Down
1 change: 0 additions & 1 deletion generic.d
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,6 @@ extern(Windows) LPXLOPER12 WrapSquare3(
LPXLOPER12 px29)
{
import std.algorithm:map,sum;
import std.experimental.allocator;
import std.conv:to;
auto args=px1.fromXLOPER12!(double[]);
double[][] retD;
Expand Down
Loading

0 comments on commit 3c97f60

Please sign in to comment.