8
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unused parameter More... almost 8 years ago
Fix mistaken comment More... almost 8 years ago
Positional parameters should not be quoted en masse More... almost 8 years ago
Update .gitignore More... almost 8 years ago
Create .gitignore More... almost 8 years ago
Rename README.build_from_svn to README.build_from_git More... almost 8 years ago
XULRunner 15.0 removes JSVAL_IS_OBJECT. More... over 11 years ago
XULRunner 14.0 replaces the JSContext* argument to JSFinalizeOp with JSFreeOp* and removes the JSContext* argument from JS_GetParent. More... over 11 years ago
JS_SetPrivate no longer returns a boolean value. More... over 11 years ago
XULRunner 14.0 removes the JSContext argument from JS_{Get,Set}Private. More... over 11 years ago
XULRunner 14.0 removes the JSContext argument from JS_{Get,Set}Private. More... over 11 years ago
XULRunner 14.0 removes JS_FinalizeStub. More... almost 12 years ago
JS_RemoveValueRoot no longer returns a value; simply change the existing wrapper to return void. Should be backward compatible (since we could never do anything useful with failure here). More... almost 12 years ago
Remove uses of jsdouble and uintN. Current XULRunner nolonger defines these; and this should be reasonably backward-compatible. More... almost 12 years ago
Add missing project files javascript.vcxproj and x3d-interpolation.vcxproj. More... almost 12 years ago
Apply /Ox consistently in all projects. In the absense of any data pointing to the value of particular optimization settings, this seems appropriate. More... almost 12 years ago
More project file clean-up. Use /fp:fast consistently across projects and configurations. More... almost 12 years ago
More project file clean-up. Mostly, remove more settings that should be deferred to user properties. More... almost 12 years ago
Add openvrml-dl project file to the distribution. More... almost 12 years ago
Updates for 0.18.9 release. More... almost 12 years ago
Suppress various warnings from the Microsoft compiler version 16.00.40219.01. More... about 12 years ago
Boost.Filesystem 3 doesn't have path::external_file_string; use generic_string instead. More... about 12 years ago
Generate openvrml-gl.lib into arch-specific subdirectory. More... about 12 years ago
Project file clean-up. Remove references to site-specific library directories; these should be set in user (site-specific) properties. Reorganize preprocessor symbol definitions to leverage commonality between Debug and Release configurations and remove unneeded definitions. More... about 12 years ago
Project file clean-up. Remove references to site-specific library directories; these should be set in user (site-specific) properties. Reorganize preprocessor symbol definitions to leverage commonality between Debug and Release configurations and remove unneeded definitions. More... about 12 years ago
Make initialization of thread_id_ conditional on NDEBUG. More... about 12 years ago
As of XULRunner 12.0, JSRuntime should now be used by a single thread. For now, at least, employ a JSRuntime for each Script node. More... about 12 years ago
Fix copy/paste error. More... about 12 years ago
Fix OPENVRML_JS_CONSTRUCTOBJECT_WITHOUT_PROTO conditional to be #ifdef. More... about 12 years ago
XULRunner 12.0 removes the JSObject* prototype argument from JS_ConstructObject. More... about 12 years ago