Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SabaSoftware
/
JSIL
Public
forked from
iskiselev/JSIL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JSIL
Libraries
JSIL.js
on
XmlReader.ReadElementString
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 16, 2014
Remove TypeBuilder, I don't think it's what I want...
kg
committed
7c4b35b
View commit details
Copy full SHA for 7c4b35b
View code at this point
Browse repository at this point
Commits on Jun 30, 2014
Checkpoint work on introducing support for ES7 typed objects
kg
committed
4ab7d3b
View commit details
Copy full SHA for 4ab7d3b
View code at this point
Browse repository at this point
Commits on Jun 12, 2014
Initial async/await support (#105, #108)
iskiselev
authored and
kg
committed
2b8b886
View commit details
Copy full SHA for 2b8b886
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Implement narrowing double -> float conversion
Show description for 3704ab5
kg
committed
3704ab5
View commit details
Copy full SHA for 3704ab5
View code at this point
Browse repository at this point
Commits on Oct 25, 2013
Added basic analog stick/button input support for MonoGame's SDL-based GamePad implementation. Dpad and stuff are probably still broken.
kg
committed
55d68f3
View commit details
Copy full SHA for 55d68f3
View code at this point
Browse repository at this point
Commits on Oct 23, 2013
Implement IntPtr.op_Inequality
Show description for 60c1b6a
kg
committed
60c1b6a
View commit details
Copy full SHA for 60c1b6a
View code at this point
Browse repository at this point
Commits on Jul 28, 2013
Implement some System.Buffer methods
Show description for 975b8b3
kg
committed
975b8b3
View commit details
Copy full SHA for 975b8b3
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
More OpenTK stubs
kg
committed
ea3f9d4
View commit details
Copy full SHA for ea3f9d4
View code at this point
Browse repository at this point
Stubbed out more OpenTK APIs.
kg
committed
e142bfc
View commit details
Copy full SHA for e142bfc
View code at this point
Browse repository at this point
Commits on Jul 17, 2013
OpenTK stubs updated
kg
committed
34f9c1f
View commit details
Copy full SHA for 34f9c1f
View code at this point
Browse repository at this point
Rearrange some of the pack-in libraries.
kg
committed
5f832dc
View commit details
Copy full SHA for 5f832dc
View code at this point
Browse repository at this point
Commits on Jun 20, 2013
Checkpoint partial implementation of touch input.
kg
committed
9342b3a
View commit details
Copy full SHA for 9342b3a
View code at this point
Browse repository at this point
Commits on Apr 18, 2013
Checkpoint:
Show description for 62271ae
kg
committed
62271ae
View commit details
Copy full SHA for 62271ae
View code at this point
Browse repository at this point
Commits on Mar 25, 2013
Split Linq support from Bootstrap into its own file.
kg
committed
eb085be
View commit details
Copy full SHA for eb085be
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
Checkpoint initial work on struct pointers and marshaling/unmarshaling. Some code from vvuk's jsil-emscripten branch.
kg
committed
a06bb98
View commit details
Copy full SHA for a06bb98
View code at this point
Browse repository at this point
Commits on Feb 24, 2013
Checkpoint: refactorings and cleanups to the way references work in order to enable experiments with 'unsafe' support.
Show description for 81e531e
kg
committed
81e531e
View commit details
Copy full SHA for 81e531e
View code at this point
Browse repository at this point
Commits on Feb 15, 2013
Load environment scripts in JSIL.js earlier so that stdout/stderr are available while loading libraries like Bootstrap and Core.Types.
kg
committed
e35725d
View commit details
Copy full SHA for e35725d
View code at this point
Browse repository at this point
Commits on Feb 14, 2013
Add an experimental feature that freezes instances of immutable structs at construction time (off by default)
kg
committed
eaae6b4
View commit details
Copy full SHA for eaae6b4
View code at this point
Browse repository at this point
Commits on Dec 24, 2012
Add 'disableFiltering' jsilConfig setting to force-off image smoothing for testing purposes
Show description for 914abf3
kg
committed
914abf3
View commit details
Copy full SHA for 914abf3
View code at this point
Browse repository at this point
Commits on Dec 23, 2012
Add sauce labs test credentials
Show description for f417275
kg
committed
f417275
View commit details
Copy full SHA for f417275
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Extract some more global state into services and jsilConfig prefs
kg
committed
78009b9
View commit details
Copy full SHA for 78009b9
View code at this point
Browse repository at this point
Commits on Nov 25, 2012
More replay support bug fixes.
kg
committed
8b06453
View commit details
Copy full SHA for 8b06453
View code at this point
Browse repository at this point
Various bug fixes and polish around replay infrastructure.
Show description for 8b5a927
kg
committed
8b5a927
View commit details
Copy full SHA for 8b5a927
View code at this point
Browse repository at this point
Improve Environment.getUserSetting so that settings can have an argument
kg
committed
0dde1ed
View commit details
Copy full SHA for 0dde1ed
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
Use mersenne twister for System.Random.
kg
committed
e6a3a8f
View commit details
Copy full SHA for e6a3a8f
View code at this point
Browse repository at this point
Commits on Nov 19, 2012
Refactorings and dead code elimination related to JSIL.Host.
Show description for 1737f29
kg
committed
1737f29
View commit details
Copy full SHA for 1737f29
View code at this point
Browse repository at this point
Commits on Nov 12, 2012
Split XNACore up into multiple files.
kg
committed
cf63bda
View commit details
Copy full SHA for cf63bda
View code at this point
Browse repository at this point
Commits on Nov 7, 2012
Move Int64 support into its own file.
Show description for fd1df4a
kg
committed
fd1df4a
View commit details
Copy full SHA for fd1df4a
View code at this point
Browse repository at this point
Commits on Nov 5, 2012
Move system.string, encodings, regexes and stringbuilder into their own bootstrap file
kg
committed
b4282ae
View commit details
Copy full SHA for b4282ae
View code at this point
Browse repository at this point
Commits on Oct 25, 2012
Split parts of JSIL.Core out into separate files
kg
committed
9ad3de4
View commit details
Copy full SHA for 9ad3de4
View code at this point
Browse repository at this point
In automated tests, wrap unhandled JS errors with stack information so that it is easier to debug them and automatically detect them.
Show description for a38e9e7
kg
committed
a38e9e7
View commit details
Copy full SHA for a38e9e7
View code at this point
Browse repository at this point
Move test_runner.html and nunit tests to using JSIL.js to load libraries just like the browser harness does.
Show description for 9ef3067
kg
committed
9ef3067
View commit details
Copy full SHA for 9ef3067
View code at this point
Browse repository at this point
Commits on Oct 20, 2012
Checkpoint preliminary touch input support
kg
committed
22b59af
View commit details
Copy full SHA for 22b59af
View code at this point
Browse repository at this point
Commits on Sep 6, 2012
Move resource related bootstrap code into JSIL.Bootstrap.Resources
Show description for e16e182
kg
committed
e16e182
View commit details
Copy full SHA for e16e182
View code at this point
Browse repository at this point
Add preliminary gamepad support based on gamepad.js
kg
committed
a849f48
View commit details
Copy full SHA for a849f48
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.