-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements to typed arrays #39
base: master
Are you sure you want to change the base?
Commits on Aug 31, 2015
-
- the hs$export function had parameters fp2a fp2b but attempted to read fp1c and fp1d, which did not exist. - Export.hs assumed deref was called hs$derefExportedValue but the actual function is hs$derefValue. - A call to hs$retain was missing from the export.
John Lenz committedAug 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 6d10cb3 - Browse repository at this point
Copy the full SHA 6d10cb3View commit details -
Merge pull request ghcjs#22 from wuzzeb/improved-base
Fix GHCJS.Foreign.Export
Configuration menu - View commit details
-
Copy full SHA for 8ff920f - Browse repository at this point
Copy the full SHA 8ff920fView commit details
Commits on Sep 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5878a2f - Browse repository at this point
Copy the full SHA 5878a2fView commit details
Commits on Sep 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b8a9e43 - Browse repository at this point
Copy the full SHA b8a9e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for c44e6d1 - Browse repository at this point
Copy the full SHA c44e6d1View commit details -
Merge pull request ghcjs#23 from eryx67/improved-base
xhr must be opened before any modification, also add required exports
Configuration menu - View commit details
-
Copy full SHA for 88b7f91 - Browse repository at this point
Copy the full SHA 88b7f91View commit details
Commits on Sep 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fa28889 - Browse repository at this point
Copy the full SHA fa28889View commit details
Commits on Sep 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2f0365f - Browse repository at this point
Copy the full SHA 2f0365fView commit details
Commits on Sep 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 755934b - Browse repository at this point
Copy the full SHA 755934bView commit details
Commits on Sep 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6e60f18 - Browse repository at this point
Copy the full SHA 6e60f18View commit details
Commits on Sep 28, 2015
-
Merge pull request ghcjs#32 from tavisrudd/master
add h$isBoolean to jsbits. Req'd by GHCJS.Foreign
Configuration menu - View commit details
-
Copy full SHA for c694b0f - Browse repository at this point
Copy the full SHA c694b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f537d - Browse repository at this point
Copy the full SHA c5f537dView commit details -
Add time stamps to requestAnimationFrame
requestAnimationFrame provides its callback with a DOMHighResTimeStamp, measuring a monotonic clock time for each frame. I've extended the bindings such that waitForAnimationFrame and inAnimationFrame provide this value to the caller.
Configuration menu - View commit details
-
Copy full SHA for 9eb215a - Browse repository at this point
Copy the full SHA 9eb215aView commit details
Commits on Sep 29, 2015
-
Merge pull request ghcjs#33 from ocharles/raf-timestamp
Add Performance.now and add time stamp information to requestAnimationFrame bindings
Configuration menu - View commit details
-
Copy full SHA for 5a47090 - Browse repository at this point
Copy the full SHA 5a47090View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60276e6 - Browse repository at this point
Copy the full SHA 60276e6View commit details
Commits on Oct 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 89d1957 - Browse repository at this point
Copy the full SHA 89d1957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a9cb3c - Browse repository at this point
Copy the full SHA 7a9cb3cView commit details
Commits on Oct 12, 2015
-
Added Float32/64 Typed array types
Seems like someone forgot to re-export Float32Array and Float64Array in JavaScript.TypedArray from JavaScript.TypedArray.Internal.Types. Also I would like to have (TypedArray a => JSRef -> a) interface for my WebGL things: some of the webGL methods return typed arrays of arbitrary type - https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView
Configuration menu - View commit details
-
Copy full SHA for 3d07ea6 - Browse repository at this point
Copy the full SHA 3d07ea6View commit details -
Merge pull request ghcjs#36 from mgsloan/jsref-to-jsval
Rename JSRef to JSVal
Configuration menu - View commit details
-
Copy full SHA for 49d9dbc - Browse repository at this point
Copy the full SHA 49d9dbcView commit details -
Merge pull request ghcjs#38 from achirkin/patch-1
Added Float32/64 Typed array types
Configuration menu - View commit details
-
Copy full SHA for 71ed427 - Browse repository at this point
Copy the full SHA 71ed427View commit details
Commits on Oct 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e4271f1 - Browse repository at this point
Copy the full SHA e4271f1View commit details
Commits on Oct 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b37066e - Browse repository at this point
Copy the full SHA b37066eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c1c4f - Browse repository at this point
Copy the full SHA 29c1c4fView commit details
Commits on Oct 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for cf5ea14 - Browse repository at this point
Copy the full SHA cf5ea14View commit details
Commits on Oct 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b56ae21 - Browse repository at this point
Copy the full SHA b56ae21View commit details
Commits on Oct 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 18afd47 - Browse repository at this point
Copy the full SHA 18afd47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619edd0 - Browse repository at this point
Copy the full SHA 619edd0View commit details
Commits on Oct 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9601c2b - Browse repository at this point
Copy the full SHA 9601c2bView commit details
Commits on Oct 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a19de47 - Browse repository at this point
Copy the full SHA a19de47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f801f6 - Browse repository at this point
Copy the full SHA 6f801f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f5344 - Browse repository at this point
Copy the full SHA 41f5344View commit details
Commits on Oct 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bdd8bc3 - Browse repository at this point
Copy the full SHA bdd8bc3View commit details
Commits on Nov 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a0d750d - Browse repository at this point
Copy the full SHA a0d750dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85552b5 - Browse repository at this point
Copy the full SHA 85552b5View commit details
Commits on Nov 6, 2015
-
add non-preemptible threads, fix race condition in GHCJS.Concurrent.s…
…ynchronously, fix websocket, add bindings for Location object
Configuration menu - View commit details
-
Copy full SHA for 04aac2a - Browse repository at this point
Copy the full SHA 04aac2aView commit details
Commits on Nov 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6328c2d - Browse repository at this point
Copy the full SHA 6328c2dView commit details
Commits on Nov 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4e9c20f - Browse repository at this point
Copy the full SHA 4e9c20fView commit details
Commits on Nov 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f8b853f - Browse repository at this point
Copy the full SHA f8b853fView commit details
Commits on Dec 25, 2015
-
implement js_setLineDash and js_lineDashOffSet
simple FFI wrappers in the Canvas module
Configuration menu - View commit details
-
Copy full SHA for 3bf1ab6 - Browse repository at this point
Copy the full SHA 3bf1ab6View commit details
Commits on Jan 9, 2016
-
Merge pull request ghcjs#52 from ghcjs/dashing-canvas
implement js_setLineDash and js_lineDashOffSet
Configuration menu - View commit details
-
Copy full SHA for fb7c694 - Browse repository at this point
Copy the full SHA fb7c694View commit details
Commits on Mar 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d4aa0fe - Browse repository at this point
Copy the full SHA d4aa0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce3a1e - Browse repository at this point
Copy the full SHA 3ce3a1eView commit details
Commits on Mar 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f61860d - Browse repository at this point
Copy the full SHA f61860dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0549b7d - Browse repository at this point
Copy the full SHA 0549b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f662a - Browse repository at this point
Copy the full SHA a2f662aView commit details