2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up the C# API to use `T` for type parameters (as is standard) and marked the return types of non-generic methods as `dynamic`. More... almost 13 years ago
Added `ToString` overloads to `CommonObject` and `Undefined` so that C# interop will handle these properly during string concatenation and formatting. More... almost 13 years ago
Added indexer support. More... almost 13 years ago
Merge branch 'master' of github.com:fholm/IronJS More... almost 13 years ago
Added a test bench program. More... almost 13 years ago
Added the ability to invoke functions directly, using the environment's Globals as the `this` parameter. More... almost 13 years ago
Made `TryGetMember` succeed with `Undefined` when looking for member that does not exist. More... almost 13 years ago
Added `Undefined` to the objects that can be automatically boxed and unboxed. More... almost 13 years ago
Added the ability to invoke JS functions from C#. More... almost 13 years ago
Added `System.Dynamic.DynamicObject` as the base class of `CommonObject`. More... almost 13 years ago
Added to solution. More... almost 13 years ago
Added latest version of the specification. More... almost 13 years ago
Fixed a typo in the prototype registration. More... almost 13 years ago
Added an implementation of String.prototype.substr More... almost 13 years ago
Fixed Array.sort incorrectly sorting it's entire dense array, rather than the items that are externally indexable. More... almost 13 years ago
Fixed a compiler warning in the Splay Tree. More... almost 13 years ago
Finished up the NuGet package. More... almost 13 years ago
Added a composite NuGet package. More... almost 13 years ago
Updated NuSpec file to list the IronJS core as "IronJS.Core" More... almost 13 years ago
Updated NuGet More... almost 13 years ago
Made the legacy definitions / usages consistent. More... almost 13 years ago
Updated mono build to AnyCPU. More... almost 13 years ago
Converted CLR2 Solution to AnyCPU. More... almost 13 years ago
Updated packaging scripts to use AnyCPU. More... almost 13 years ago
Removed unused build configurations. More... almost 13 years ago
Updated the .gitignore More... almost 13 years ago
Removed the x86 and x64 build configurations in favor of the Any CPU configuration. More... almost 13 years ago
Moved all value type fields to the front of the BV struct, so that the reference types can grow to the end, as needed. More... almost 13 years ago
Merge branch 'master' of github.com:fholm/IronJS More... almost 13 years ago
Fixed 7 tests in Array.prototype.splice(). More... almost 13 years ago