Browse Source

Update parser bindings. (#1497)

pull/1498/head
josetr 5 years ago committed by GitHub
parent
commit
4cf8299564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppSharp.CppParser-symbols.cpp
  2. 2
      src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/Std.cs
  3. 3
      src/CppParser/Bindings/CSharp/i686-pc-win32-msvc/CppSharp.CppParser-symbols.cpp
  4. 2
      src/CppParser/Bindings/CSharp/i686-pc-win32-msvc/Std.cs
  5. 3
      src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/CppSharp.CppParser-symbols.cpp
  6. 2
      src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std.cs
  7. 3
      src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi/CppSharp.CppParser-symbols.cpp
  8. 2
      src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi/Std.cs
  9. 3
      src/CppParser/Bindings/CSharp/x86_64-linux-gnu/CppSharp.CppParser-symbols.cpp
  10. 2
      src/CppParser/Bindings/CSharp/x86_64-linux-gnu/Std.cs
  11. 3
      src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc/CppSharp.CppParser-symbols.cpp
  12. 2
      src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc/Std.cs

3
src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/CppSharp.CppParser-symbols.cpp

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#include <AST.h>
#include <Sources.h>
#include <CppParser.h>

2
src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/Std.cs

@ -5,9 +5,9 @@ @@ -5,9 +5,9 @@
// </auto-generated>
// ----------------------------------------------------------------------------
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Runtime.CompilerServices;
using __CallingConvention = global::System.Runtime.InteropServices.CallingConvention;
using __IntPtr = global::System.IntPtr;

3
src/CppParser/Bindings/CSharp/i686-pc-win32-msvc/CppSharp.CppParser-symbols.cpp

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#include <AST.h>
#include <Sources.h>
#include <CppParser.h>

2
src/CppParser/Bindings/CSharp/i686-pc-win32-msvc/Std.cs

@ -5,9 +5,9 @@ @@ -5,9 +5,9 @@
// </auto-generated>
// ----------------------------------------------------------------------------
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Runtime.CompilerServices;
using __CallingConvention = global::System.Runtime.InteropServices.CallingConvention;
using __IntPtr = global::System.IntPtr;

3
src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/CppSharp.CppParser-symbols.cpp

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#include <AST.h>
#include <Sources.h>
#include <CppParser.h>

2
src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std.cs

@ -5,9 +5,9 @@ @@ -5,9 +5,9 @@
// </auto-generated>
// ----------------------------------------------------------------------------
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Runtime.CompilerServices;
using __CallingConvention = global::System.Runtime.InteropServices.CallingConvention;
using __IntPtr = global::System.IntPtr;

3
src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi/CppSharp.CppParser-symbols.cpp

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#include <AST.h>
#include <Sources.h>
#include <CppParser.h>

2
src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi/Std.cs

@ -5,9 +5,9 @@ @@ -5,9 +5,9 @@
// </auto-generated>
// ----------------------------------------------------------------------------
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Runtime.CompilerServices;
using __CallingConvention = global::System.Runtime.InteropServices.CallingConvention;
using __IntPtr = global::System.IntPtr;

3
src/CppParser/Bindings/CSharp/x86_64-linux-gnu/CppSharp.CppParser-symbols.cpp

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#include <AST.h>
#include <Sources.h>
#include <CppParser.h>

2
src/CppParser/Bindings/CSharp/x86_64-linux-gnu/Std.cs

@ -5,9 +5,9 @@ @@ -5,9 +5,9 @@
// </auto-generated>
// ----------------------------------------------------------------------------
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Runtime.CompilerServices;
using __CallingConvention = global::System.Runtime.InteropServices.CallingConvention;
using __IntPtr = global::System.IntPtr;

3
src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc/CppSharp.CppParser-symbols.cpp

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
#define _LIBCPP_HIDE_FROM_ABI
#include <AST.h>
#include <Sources.h>
#include <CppParser.h>

2
src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc/Std.cs

@ -5,9 +5,9 @@ @@ -5,9 +5,9 @@
// </auto-generated>
// ----------------------------------------------------------------------------
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Runtime.CompilerServices;
using __CallingConvention = global::System.Runtime.InteropServices.CallingConvention;
using __IntPtr = global::System.IntPtr;

Loading…
Cancel
Save