FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for SharpGen/CppModel - SharpGenTools/SharpGenTools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SharpGenTools
/
SharpGenTools
Public
Notifications
You must be signed in to change notification settings
Fork
60
Star
536
Code
Issues
44
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SharpGenTools
SharpGen
CppModel
on
main
User selector
Datepicker
Commit history
Commits on Apr 22, 2022
Major CallbackBase and Vtbl changes, introduce Source Generator
andrew-boyarshin
committed
9cf3caa
View commit details
Copy full SHA for 9cf3caa
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
File-scoped namespace
andrew-boyarshin
committed
c2dccba
View commit details
Copy full SHA for c2dccba
View code at this point
Browse repository at this point
Commits on Sep 23, 2021
Import COM runtime, many marshalling improvements, update CastXML
Show description for 330d4ac
andrew-boyarshin
committed
330d4ac
View commit details
Copy full SHA for 330d4ac
View code at this point
Browse repository at this point
Commits on May 23, 2021
Add warning when attribute rule in XML spec is redundant
andrew-boyarshin
committed
bdaa325
View commit details
Copy full SHA for bdaa325
View code at this point
Browse repository at this point
Commits on May 16, 2021
Major refactoring to use IoC and reduce logic duplication
Show description for 579e632
andrew-boyarshin
committed
579e632
View commit details
Copy full SHA for 579e632
View code at this point
Browse repository at this point
Commits on Apr 25, 2021
MarshalCallable refactoring
andrew-boyarshin
committed
ecafeae
View commit details
Copy full SHA for ecafeae
View code at this point
Browse repository at this point
Commits on Apr 4, 2021
Huge refactoring for immutability
Show description for e48fc56
andrew-boyarshin
committed
e48fc56
View commit details
Copy full SHA for e48fc56
View code at this point
Browse repository at this point
Commits on Feb 9, 2021
More reformats and clean ups
andrew-boyarshin
committed
cdd0b7a
View commit details
Copy full SHA for cdd0b7a
View code at this point
Browse repository at this point
Commits on Jun 5, 2020
Refactor CppHeaderGenerator and clean up CppCallable
andrew-boyarshin
committed
a8252b3
View commit details
Copy full SHA for a8252b3
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
Update vtable offset calculations to respect platform-detection.
jkoritzinsky
committed
9bb59d1
View commit details
Copy full SHA for 9bb59d1
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
Add test for array-length relation in the managed->native direction.
jkoritzinsky
committed
fc7e244
View commit details
Copy full SHA for fc7e244
View code at this point
Browse repository at this point
Commits on Jun 21, 2018
Only report non-portable alignment when we actually can't generate the native structure and we are told to autogenerate.
jkoritzinsky
committed
fb3607f
View commit details
Copy full SHA for fb3607f
View code at this point
Browse repository at this point
Commits on Apr 10, 2018
Remove dead code and annotate constructors that are only needed for XML serialization/deserialization.
jkoritzinsky
committed
3418f67
View commit details
Copy full SHA for 3418f67
View code at this point
Browse repository at this point
Commits on Apr 7, 2018
Exclude ToString methods from code coverage. Remove more dead code.
jkoritzinsky
committed
ab22a09
View commit details
Copy full SHA for ab22a09
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
Clean up whitespace.
jkoritzinsky
committed
1031d4b
View commit details
Copy full SHA for 1031d4b
View code at this point
Browse repository at this point
Clean up stylistic issues.
jkoritzinsky
committed
59618e1
View commit details
Copy full SHA for 59618e1
View code at this point
Browse repository at this point
Added lots more tests. Added method to assert that a specific logging code was logged (instead of just asserting that an error occured). Set up default calling conventions for functions and methods.
jkoritzinsky
committed
20ee8db
View commit details
Copy full SHA for 20ee8db
View code at this point
Browse repository at this point
Remove dead code and add tests for anonymous structs and enumerations.
jkoritzinsky
committed
e722752
View commit details
Copy full SHA for e722752
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
Remove dead code.
jkoritzinsky
committed
0975993
View commit details
Copy full SHA for 0975993
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
Fix various bugs that broke codegen for SharpDX. Re-add the feature referenced in #22 to search for a parent that I removed in #25 because I had failed to find that it is used throughout MediaFound…
Show description for 78edb12
jkoritzinsky
committed
78edb12
View commit details
Copy full SHA for 78edb12
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Refactored ElementMapper into just a searcher and renamed it CppElementFinder.
jkoritzinsky
committed
3d6e21e
View commit details
Copy full SHA for 3d6e21e
View code at this point
Browse repository at this point
Refactor code that manages context rules/mappings and find/modify/remove actions on CppElements into a separate class so CppElement acts more as a data type with minimal logic
jkoritzinsky
committed
a5a68de
View commit details
Copy full SHA for a5a68de
View code at this point
Browse repository at this point
Commits on Jan 22, 2018
Transform remaining tests.
jkoritzinsky
committed
5fc42b2
View commit details
Copy full SHA for 5fc42b2
View code at this point
Browse repository at this point
Convert StructTests from E2E tests.
jkoritzinsky
committed
f6c335e
View commit details
Copy full SHA for f6c335e
View code at this point
Browse repository at this point
Commits on Jan 19, 2018
Move FunctionTests into unit-style mapping tests.
jkoritzinsky
committed
7f41614
View commit details
Copy full SHA for 7f41614
View code at this point
Browse repository at this point
Refactored Method and Function classes to inherit from a Callable superclass instead of Function inheriting from Method.
jkoritzinsky
committed
18632d9
View commit details
Copy full SHA for 18632d9
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
Refactor tracking fundamental types out of CsTypeBase.
jkoritzinsky
committed
994241d
View commit details
Copy full SHA for 994241d
View code at this point
Browse repository at this point
Create subclasses to represent return values in both the C++ and C# models.
jkoritzinsky
committed
acfdd94
View commit details
Copy full SHA for acfdd94
View code at this point
Browse repository at this point
Commits on Jan 17, 2018
Removed dead code. Refactored and renamed some methods/classes for easier code readability.
jkoritzinsky
committed
339e494
View commit details
Copy full SHA for 339e494
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
Clean up unused code and rename members.
jkoritzinsky
committed
326abc4
View commit details
Copy full SHA for 326abc4
View code at this point
Browse repository at this point
Add remove test and add a comment in CppElement.
jkoritzinsky
committed
ec4c36f
View commit details
Copy full SHA for ec4c36f
View code at this point
Browse repository at this point
Commits on Jan 3, 2018
Refactor C++ parsing step into its multiple substeps so we can eventually use separate MSBuild tasks for each step.
jkoritzinsky
committed
1946e63
View commit details
Copy full SHA for 1946e63
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Refactor code and make SharpPatch's Logger swappable. Remove references to SharpDX.
jkoritzinsky
committed
caff72e
View commit details
Copy full SHA for caff72e
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
Converted SharpGen to a .NET Standard/.NET Framework cross targeting library.
jkoritzinsky
committed
fcffb17
View commit details
Copy full SHA for fcffb17
View code at this point
Browse repository at this point
Commits on May 27, 2017
Fully populate derived structs
Show description for 8722d38
rockhymas
authored and
jkoritzinsky
committed
8722d38
View commit details
Copy full SHA for 8722d38
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL