8
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unused parameter More... over 9 years ago
Fix mistaken comment More... over 9 years ago
Positional parameters should not be quoted en masse More... over 9 years ago
Update .gitignore More... over 9 years ago
Create .gitignore More... over 9 years ago
Rename README.build_from_svn to README.build_from_git More... over 9 years ago
XULRunner 15.0 removes JSVAL_IS_OBJECT. More... about 13 years ago
XULRunner 14.0 replaces the JSContext* argument to JSFinalizeOp with JSFreeOp* and removes the JSContext* argument from JS_GetParent. More... over 13 years ago
JS_SetPrivate no longer returns a boolean value. More... over 13 years ago
XULRunner 14.0 removes the JSContext argument from JS_{Get,Set}Private. More... over 13 years ago
XULRunner 14.0 removes the JSContext argument from JS_{Get,Set}Private. More... over 13 years ago
XULRunner 14.0 removes JS_FinalizeStub. More... over 13 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... over 13 years ago
Remove uses of jsdouble and uintN. Current XULRunner nolonger defines these; and this should be reasonably backward-compatible. More... over 13 years ago
Add missing project files javascript.vcxproj and x3d-interpolation.vcxproj. More... over 13 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... over 13 years ago
More project file clean-up. Use /fp:fast consistently across projects and configurations. More... over 13 years ago
More project file clean-up. Mostly, remove more settings that should be deferred to user properties. More... over 13 years ago
Add openvrml-dl project file to the distribution. More... over 13 years ago
Updates for 0.18.9 release. More... over 13 years ago
Suppress various warnings from the Microsoft compiler version 16.00.40219.01. More... over 13 years ago
Boost.Filesystem 3 doesn't have path::external_file_string; use generic_string instead. More... over 13 years ago
Generate openvrml-gl.lib into arch-specific subdirectory. More... over 13 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... over 13 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... over 13 years ago
Make initialization of thread_id_ conditional on NDEBUG. More... over 13 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... over 13 years ago
Fix copy/paste error. More... over 13 years ago
Fix OPENVRML_JS_CONSTRUCTOBJECT_WITHOUT_PROTO conditional to be #ifdef. More... over 13 years ago
XULRunner 12.0 removes the JSObject* prototype argument from JS_ConstructObject. More... over 13 years ago