8000 Tags · lyq11/chisel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: lyq11/chisel

Tags

2.0.1

Toggle 2.0.1's commit message
Add CVPixelBuffer support to visualize command

Summary: I often run this three-liner to `visualize` a `CVPixelBuffer` so figured we could save some time by building it into the `visualize` command.

Differential Revision: D22653607

fbshipit-source-id: bf03acb4e091b8c93b7e1c73ea8b065755c706ad

2.0.0

Toggle 2.0.0's commit message
Make chisel compatible with Python 3 (facebook#266)

* Make chisel compatible with Python 3

Xcode 11 shipped with Python 3 now. Unfortunately, chisel was written in
Python 2 style and will fail load for lldb. This PR fixed the Python 3
compatibility issues.

* Addressed comment. Updated with file output.

* Properly resolve the conflict.

* Import from future on print.

* Address @lsavino comment.

1.8.1

Toggle 1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request facebook#251 from facebook/legacy-build

Use Legacy build system

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request facebook#235 from facebook/heapfrom

Add heapfrom command

1.7.1

Toggle 1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request facebook#218 from facebook/xcode-share-chisel-scheme

Share the Chisel scheme

1.7.0

Toggle 1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request facebook#216 from facebook/findinstances-command

Implement findinstances command

1.6.0

Toggle 1.6.0's commit message
Merge pull request facebook#202 from facebook/visualize-casts

Add CGFloat casts to fix visualize command

1.5.0

Toggle 1.5.0's commit message
Merge pull request facebook#168 from facebook/no-trap-exceptions

Evaluate with SetTrapExceptions set to False

1.4.0

Toggle 1.4.0's commit message
Merge pull request facebook#135 from kolinkrewinkel/master

Use correct UI/NSResponder class in presponder (fixes facebook#134)

1.3.0

Toggle 1.3.0's commit message
Merge pull request facebook#117 from idrisr/master

Use base10 value for ivarOffset to be consistent with other values used
0