Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version:
hsmodule: Example
types:
- omit:
headers: binding_spec_simple.h
headers: binding-specs/binding_spec_simple.h
cname: struct pt
- headers: binding_spec_simple.h
- headers: binding-specs/binding_spec_simple.h
cname: sym
module: Generated
hsname: Sym
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The header contains a type definition which we will parse, but should not
// select!
#include <select_scoping_header.h>
#include "select_scoping_header.h"

// This declaration is parsed _and_ selected.
typedef int ParsedAndSelected;
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version:
binding_specification: '1.0'
hsmodule: Foreign
types:
- headers: program_slicing_simple.h
- headers: program-analysis/program_slicing_simple.h
cname: uint64_t
module: Foreign
hsname: Int64
Expand Down
73 changes: 0 additions & 73 deletions hs-bindgen/fixtures/adios/Example.pp.hs

This file was deleted.

78 changes: 0 additions & 78 deletions hs-bindgen/fixtures/adios/Example/FunPtr.pp.hs

This file was deleted.

65 changes: 0 additions & 65 deletions hs-bindgen/fixtures/adios/Example/Global.pp.hs

This file was deleted.

52 changes: 0 additions & 52 deletions hs-bindgen/fixtures/adios/Example/Safe.pp.hs

This file was deleted.

52 changes: 0 additions & 52 deletions hs-bindgen/fixtures/adios/Example/Unsafe.pp.hs

This file was deleted.

39 changes: 0 additions & 39 deletions hs-bindgen/fixtures/adios/bindingspec.yaml

This file was deleted.

Loading
Loading