FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for SharpGen.Runtime - 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.Runtime
on
main
User selector
Datepicker
Commit history
Commits on Feb 4, 2025
Improve dependencies links, explicitly use System.Text.Json, bump to 2.4.2 beta
amerkoleci
committed
6990bca
View commit details
Copy full SHA for 6990bca
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
Reworked generation for 'size_t' type and .net framework support (netstandard2.0 is fine).
amerkoleci
committed
f78c5a9
View commit details
Copy full SHA for f78c5a9
View code at this point
Browse repository at this point
Restart improvements, add .net9 support.
amerkoleci
committed
d60ea81
View commit details
Copy full SHA for d60ea81
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
Update packages, add PointerUSize to map size_t and SIZE_T, ssize_t and SSIZE_T maps to PointerSize, bump version to 2.2.0-beta
amerkoleci
committed
a22348d
View commit details
Copy full SHA for a22348d
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
Make ObjectTracker.FindActiveObjects public.
amerkoleci
committed
a469902
View commit details
Copy full SHA for a469902
View code at this point
Browse repository at this point
Improve MemoryHelpers, add lot of new unsafe helpers + use NativeMemory on NET6 or greather instead of Marshal.
amerkoleci
committed
33376aa
View commit details
Copy full SHA for 33376aa
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
Drop net6.0 and keep net7.0 and net8.0, improve build logic.
amerkoleci
committed
c54a6d5
View commit details
Copy full SHA for c54a6d5
View code at this point
Browse repository at this point
Add .net8 support.
amerkoleci
committed
f885ccd
View commit details
Copy full SHA for f885ccd
View code at this point
Browse repository at this point
Commits on Sep 18, 2023
Make Internals visible to SharpGen.Runtime.COM
amerkoleci
committed
9248d45
View commit details
Copy full SHA for 9248d45
View code at this point
Browse repository at this point
PolySharp manage PrivateAssets="all"
amerkoleci
committed
a5d3085
View commit details
Copy full SHA for a5d3085
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Include net7 SDK in global.json
amerkoleci
committed
42f446e
View commit details
Copy full SHA for 42f446e
View code at this point
Browse repository at this point
Remove net5 and move to net6 and improve build logic.
amerkoleci
committed
6cfa544
View commit details
Copy full SHA for 6cfa544
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
Improve build logic and migrate to new and better central package logic.
Show description for 19b94d3
amerkoleci
committed
19b94d3
View commit details
Copy full SHA for 19b94d3
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
Changed: Preserve All for Types inheriting from CallbackBase
Sewer56
committed
60766c0
View commit details
Copy full SHA for 60766c0
View code at this point
Browse repository at this point
Revert: `Preserve All -> Preserve Public Methods for .NET 5`
Sewer56
committed
9a92a13
View commit details
Copy full SHA for 9a92a13
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
Added: CallbackBase Trimming support via Source Generation
Sewer56
committed
dfcdd92
View commit details
Copy full SHA for dfcdd92
View code at this point
Browse repository at this point
Revert "Preserve Interfaces to Code Dealing with ICallbackable"
Show description for 89e0be1
Sewer56
committed
89e0be1
View commit details
Copy full SHA for 89e0be1
View code at this point
Browse repository at this point
Changed: Preserve Public -> Preserve Public | NonPublic for .NET 5 [superset of Interfaces incl. explicit interfaces]]
Sewer56
committed
a6c7c08
View commit details
Copy full SHA for a6c7c08
View code at this point
Browse repository at this point
Commits on Jun 26, 2022
Added: Preserve Interfaces to Code Dealing with ICallbackable (Managed objs passed to native)
Sewer56
committed
4a31d54
View commit details
Copy full SHA for 4a31d54
View code at this point
Browse repository at this point
Changed: Preserve All -> Preserve Public Methods for .NET 5, as that's a superset of Interfaces
Sewer56
committed
d33f188
View commit details
Copy full SHA for d33f188
View code at this point
Browse repository at this point
Excluded: Redundant Packages in build for net6.0 target.
Sewer56
committed
c432f34
View commit details
Copy full SHA for c432f34
View code at this point
Browse repository at this point
Added: Missing APIs (previously only .NET 5 marked) to above versions.
Sewer56
committed
2bf2b85
View commit details
Copy full SHA for 2bf2b85
View code at this point
Browse repository at this point
Added: Trimming annotations for .NET 5
Sewer56
committed
37a3846
View commit details
Copy full SHA for 37a3846
View code at this point
Browse repository at this point
Improved: Annotation for TrimmingExtensions
Sewer56
committed
d3ad945
View commit details
Copy full SHA for d3ad945
View code at this point
Browse repository at this point
Added: Assembly Trimming Annotations for SharpGen.Runtime
Sewer56
committed
1fbe2cf
View commit details
Copy full SHA for 1fbe2cf
View code at this point
Browse repository at this point
Commits on Jun 1, 2022
Implement nullable handle in other places.
amerkoleci
committed
e10f5c6
View commit details
Copy full SHA for e10f5c6
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Simplify caching by using "profiles" stored in project 'obj' directory
andrew-boyarshin
committed
e2d7b66
View commit details
Copy full SHA for e2d7b66
View code at this point
Browse repository at this point
Fix shadows in the new system
andrew-boyarshin
committed
6afbf46
View commit details
Copy full SHA for 6afbf46
View code at this point
Browse repository at this point
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
Merge changes by Amer Koleci
Show description for c752aaa
andrew-boyarshin
and
amerkoleci
committed
c752aaa
View commit details
Copy full SHA for c752aaa
View code at this point
Browse repository at this point
Revert "Cleanup target frameworks and add net6.0 support."
Show description for ed8e47c
amerkoleci
committed
ed8e47c
View commit details
Copy full SHA for ed8e47c
View code at this point
Browse repository at this point
Cleanup target frameworks and add net6.0 support.
amerkoleci
committed
548aa0d
View commit details
Copy full SHA for 548aa0d
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
Numerous changes to Runtime
Show description for 6aec784
andrew-boyarshin
committed
6aec784
View commit details
Copy full SHA for 6aec784
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL