-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
86,745 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
378 changes: 378 additions & 0 deletions
378
src/CppParser/Bindings/CSharp/i686-pc-win32-msvc-d/CppSharp.CppParser-symbols.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
42,436 changes: 42,436 additions & 0 deletions
42,436
src/CppParser/Bindings/CSharp/i686-pc-win32-msvc-d/CppSharp.CppParser.cs
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
src/CppParser/Bindings/CSharp/i686-pc-win32-msvc-d/Std-symbols.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS | ||
#define _LIBCPP_HIDE_FROM_ABI | ||
|
||
#include <string> | ||
#include <new> | ||
|
||
template __declspec(dllexport) std::allocator<char>::allocator() noexcept; | ||
template __declspec(dllexport) std::basic_string<char, std::char_traits<char>, std::allocator<char>>::basic_string() noexcept(true); | ||
template __declspec(dllexport) std::basic_string<char, std::char_traits<char>, std::allocator<char>>::~basic_string() noexcept; | ||
template __declspec(dllexport) std::basic_string<char, std::char_traits<char>, std::allocator<char>>& std::basic_string<char, std::char_traits<char>, std::allocator<char>>::assign(const char* const); | ||
template __declspec(dllexport) const char* std::basic_string<char, std::char_traits<char>, std::allocator<char>>::data() const noexcept; |
493 changes: 493 additions & 0 deletions
493
src/CppParser/Bindings/CSharp/i686-pc-win32-msvc-d/Std.cs
Large diffs are not rendered by default.
Oops, something went wrong.
378 changes: 378 additions & 0 deletions
378
src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc-d/CppSharp.CppParser-symbols.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
42,481 changes: 42,481 additions & 0 deletions
42,481
src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc-d/CppSharp.CppParser.cs
Large diffs are not rendered by default.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc-d/CppSharp.CppParser.dll-templates.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#include <AST.h> | ||
#include <Sources.h> | ||
#include <CppParser.h> | ||
|
||
template class vector<CppSharp::CppParser::AST::Namespace*>; | ||
template class vector<CppSharp::CppParser::AST::Enumeration*>; | ||
template class vector<CppSharp::CppParser::AST::Function*>; | ||
template class vector<CppSharp::CppParser::AST::Class*>; | ||
template class vector<CppSharp::CppParser::AST::Template*>; | ||
template class vector<CppSharp::CppParser::AST::TypedefDecl*>; | ||
template class vector<CppSharp::CppParser::AST::TypeAlias*>; | ||
template class vector<CppSharp::CppParser::AST::Variable*>; | ||
template class vector<CppSharp::CppParser::AST::Friend*>; | ||
template class vector<CppSharp::CppParser::AST::BaseClassSpecifier*>; | ||
template class vector<CppSharp::CppParser::AST::Field*>; | ||
template class vector<CppSharp::CppParser::AST::Method*>; | ||
template class vector<CppSharp::CppParser::AST::AccessSpecifierDecl*>; | ||
template class vector<CppSharp::CppParser::AST::Declaration*>; | ||
template class vector<CppSharp::CppParser::AST::FunctionTemplateSpecialization*>; | ||
template class vector<CppSharp::CppParser::AST::Parameter*>; | ||
template class vector<CppSharp::CppParser::AST::ClassTemplateSpecialization*>; | ||
template class vector<CppSharp::CppParser::AST::Enumeration::Item*>; | ||
template class vector<CppSharp::CppParser::AST::BlockContentComment*>; | ||
template class vector<CppSharp::CppParser::AST::PreprocessedEntity*>; | ||
template class vector<CppSharp::CppParser::AST::Expression*>; | ||
template class vector<CppSharp::CppParser::AST::MacroDefinition*>; | ||
template class vector<CppSharp::CppParser::AST::TranslationUnit*>; | ||
template class vector<CppSharp::CppParser::AST::InlineContentComment*>; | ||
template class vector<CppSharp::CppParser::AST::VerbatimBlockLineComment*>; |
11 changes: 11 additions & 0 deletions
11
src/CppParser/Bindings/CSharp/x86_64-pc-win32-msvc-d/Std-symbols.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#define _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS | ||
#define _LIBCPP_HIDE_FROM_ABI | ||
|
||
#include <string> | ||
#include <new> | ||
|
||
template __declspec(dllexport) std::allocator<char>::allocator() noexcept; | ||
template __declspec(dllexport) std::basic_string<char, std::char_traits<char>, std::allocator<char>>::basic_string() noexcept(true); | ||
template __declspec(dllexport) std::basic_string<char, std::char_traits<char>, std::allocator<char>>::~basic_string() noexcept; | ||
template __declspec(dllexport) std::basic_string<char, std::char_traits<char>, std::allocator<char>>& std::basic_string<char, std::char_traits<char>, std::allocator<char>>::assign(const char* const); | ||
template __declspec(dllexport) const char* std::basic_string<char, std::char_traits<char>, std::allocator<char>>::data() const noexcept; |
Oops, something went wrong.