Skip to content

Commit

Permalink
Merged the passes for properties and made the result non-optional.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
  • Loading branch information
ddobrev committed Nov 1, 2016
1 parent bc9016c commit b2a872f
Show file tree
Hide file tree
Showing 43 changed files with 12,726 additions and 12,405 deletions.
2 changes: 1 addition & 1 deletion examples/SDL/SDL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void Setup(Driver driver)
options.LibraryName = "SDL";
options.Headers.Add("SDL.h");
var sdlPath = Path.Combine(GetExamplesDirectory("SDL"), "SDL-2.0/include");
parserOptions.addIncludeDirs(sdlPath);
parserOptions.AddIncludeDirs(sdlPath);
options.OutputDir = "SDL";
}

Expand Down
1,014 changes: 551 additions & 463 deletions src/CppParser/Bindings/CLI/AST.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit b2a872f

Please sign in to comment.