-
Notifications
You must be signed in to change notification settings - Fork 14
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
Implement InterpreterProxy #175
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3a9490 - Browse repository at this point
Copy the full SHA a3a9490View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5bb9a0 - Browse repository at this point
Copy the full SHA a5bb9a0View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63632dc - Browse repository at this point
Copy the full SHA 63632dcView commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 34cafd2 - Browse repository at this point
Copy the full SHA 34cafd2View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4a53ad - Browse repository at this point
Copy the full SHA a4a53adView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0e12b - Browse repository at this point
Copy the full SHA bb0e12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1f4ce - Browse repository at this point
Copy the full SHA ea1f4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f9726 - Browse repository at this point
Copy the full SHA 25f9726View commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ba75fc - Browse repository at this point
Copy the full SHA 4ba75fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f88ae6d - Browse repository at this point
Copy the full SHA f88ae6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f340233 - Browse repository at this point
Copy the full SHA f340233View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb53d61 - Browse repository at this point
Copy the full SHA cb53d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcc3f00 - Browse repository at this point
Copy the full SHA bcc3f00View commit details
Commits on Nov 18, 2023
-
* Add numReceiverAndArguments to InterpreterProxy * Turn InterpreterProxy into a singleton with mutable members frame and numReceiverAndArguments * objectRegistry is now effectively static, so all primitive invocations share an oop namespace * Implement most InterpreterProxy stubs required for SqueakSSL.so
Configuration menu - View commit details
-
Copy full SHA for 2185699 - Browse repository at this point
Copy the full SHA 2185699View commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2498bb - Browse repository at this point
Copy the full SHA d2498bbView commit details
Commits on Nov 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36a22fa - Browse repository at this point
Copy the full SHA 36a22faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c60d1 - Browse repository at this point
Copy the full SHA 78c60d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042a901 - Browse repository at this point
Copy the full SHA 042a901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 903e974 - Browse repository at this point
Copy the full SHA 903e974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6ce90 - Browse repository at this point
Copy the full SHA 1f6ce90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ca9d3 - Browse repository at this point
Copy the full SHA 87ca9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4983b - Browse repository at this point
Copy the full SHA 1e4983bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff31a64 - Browse repository at this point
Copy the full SHA ff31a64View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f5a24d - Browse repository at this point
Copy the full SHA 0f5a24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44cffa8 - Browse repository at this point
Copy the full SHA 44cffa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9252c - Browse repository at this point
Copy the full SHA 8a9252cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dae186 - Browse repository at this point
Copy the full SHA 5dae186View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7025ec - Browse repository at this point
Copy the full SHA d7025ecView commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1cb5c2 - Browse repository at this point
Copy the full SHA b1cb5c2View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd3453b - Browse repository at this point
Copy the full SHA fd3453bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a18b1 - Browse repository at this point
Copy the full SHA b7a18b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e56b723 - Browse repository at this point
Copy the full SHA e56b723View commit details -
Add stub methods for interpreter proxy
[skip ci]
Configuration menu - View commit details
-
Copy full SHA for bec7a02 - Browse repository at this point
Copy the full SHA bec7a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd1f04 - Browse repository at this point
Copy the full SHA 0cd1f04View commit details -
Set absolute library path (for now)
[skip ci]
Configuration menu - View commit details
-
Copy full SHA for 71d775a - Browse repository at this point
Copy the full SHA 71d775aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5340bc - Browse repository at this point
Copy the full SHA e5340bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f75e6a - Browse repository at this point
Copy the full SHA 3f75e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 182f756 - Browse repository at this point
Copy the full SHA 182f756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a3972 - Browse repository at this point
Copy the full SHA 88a3972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9b050 - Browse repository at this point
Copy the full SHA 8c9b050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e3d7d6 - Browse repository at this point
Copy the full SHA 4e3d7d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64f5fb - Browse repository at this point
Copy the full SHA b64f5fbView commit details -
Stub symbols needed to support SqueakSSL
[skip ci]
Configuration menu - View commit details
-
Copy full SHA for fd1207c - Browse repository at this point
Copy the full SHA fd1207cView commit details -
* Add numReceiverAndArguments to InterpreterProxy * Turn InterpreterProxy into a singleton with mutable members frame and numReceiverAndArguments * objectRegistry is now effectively static, so all primitive invocations share an oop namespace * Implement most InterpreterProxy stubs required for SqueakSSL.so
Configuration menu - View commit details
-
Copy full SHA for d6a4348 - Browse repository at this point
Copy the full SHA d6a4348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c28473 - Browse repository at this point
Copy the full SHA 1c28473View commit details -
Configuration menu - View commit details
-
Copy full SHA for f08b4d3 - Browse repository at this point
Copy the full SHA f08b4d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 834e86b - Browse repository at this point
Copy the full SHA 834e86bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b01faa3 - Browse repository at this point
Copy the full SHA b01faa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed23920 - Browse repository at this point
Copy the full SHA ed23920View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb2d874 - Browse repository at this point
Copy the full SHA cb2d874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbb148 - Browse repository at this point
Copy the full SHA 7bbb148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b0127 - Browse repository at this point
Copy the full SHA 47b0127View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64dd0b - Browse repository at this point
Copy the full SHA b64dd0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5527bf - Browse repository at this point
Copy the full SHA e5527bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4578bd0 - Browse repository at this point
Copy the full SHA 4578bd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1d1af4 - Browse repository at this point
Copy the full SHA d1d1af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7511542 - Browse repository at this point
Copy the full SHA 7511542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c654e0 - Browse repository at this point
Copy the full SHA 5c654e0View commit details -
Add missing stubs from BitBlt support
[skip ci]
Configuration menu - View commit details
-
Copy full SHA for 2fec6a4 - Browse repository at this point
Copy the full SHA 2fec6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 366d95e - Browse repository at this point
Copy the full SHA 366d95eView commit details -
Merge remote-tracking branch 'origin/wip/interpreter-proxy' into wip/…
…interpreter-proxy
Configuration menu - View commit details
-
Copy full SHA for 73e905d - Browse repository at this point
Copy the full SHA 73e905dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd44984 - Browse repository at this point
Copy the full SHA fd44984View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d2e7e - Browse repository at this point
Copy the full SHA e9d2e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67cf73d - Browse repository at this point
Copy the full SHA 67cf73dView commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 10e8a39 - Browse repository at this point
Copy the full SHA 10e8a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2d639 - Browse repository at this point
Copy the full SHA ff2d639View commit details -
Merge branch 'wip/interpreter-proxy' of https://github.com/hpi-swa/tr…
…ufflesqueak into wip/interpreter-proxy
Configuration menu - View commit details
-
Copy full SHA for 1da892b - Browse repository at this point
Copy the full SHA 1da892bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b93d7cc - Browse repository at this point
Copy the full SHA b93d7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9803a - Browse repository at this point
Copy the full SHA 4b9803aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b33169 - Browse repository at this point
Copy the full SHA 4b33169View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8d1ef - Browse repository at this point
Copy the full SHA ef8d1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea777d - Browse repository at this point
Copy the full SHA 3ea777dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c13ef1c - Browse repository at this point
Copy the full SHA c13ef1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e707b - Browse repository at this point
Copy the full SHA 71e707bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9740643 - Browse repository at this point
Copy the full SHA 9740643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 729be53 - Browse repository at this point
Copy the full SHA 729be53View commit details -
Configuration menu - View commit details
-
Copy full SHA for df32541 - Browse repository at this point
Copy the full SHA df32541View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ab255 - Browse repository at this point
Copy the full SHA e8ab255View commit details -
Configuration menu - View commit details
-
Copy full SHA for a25ca3d - Browse repository at this point
Copy the full SHA a25ca3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2e07e - Browse repository at this point
Copy the full SHA 1a2e07eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f47e0aa - Browse repository at this point
Copy the full SHA f47e0aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 347b856 - Browse repository at this point
Copy the full SHA 347b856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c62c27 - Browse repository at this point
Copy the full SHA 9c62c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fdb68 - Browse repository at this point
Copy the full SHA f8fdb68View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 514baf6 - Browse repository at this point
Copy the full SHA 514baf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdf731 - Browse repository at this point
Copy the full SHA 5cdf731View commit details -
Configuration menu - View commit details
-
Copy full SHA for c635acc - Browse repository at this point
Copy the full SHA c635accView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca71f9 - Browse repository at this point
Copy the full SHA dca71f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 543d77d - Browse repository at this point
Copy the full SHA 543d77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 552aeaf - Browse repository at this point
Copy the full SHA 552aeafView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d180f - Browse repository at this point
Copy the full SHA a4d180fView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d598774 - Browse repository at this point
Copy the full SHA d598774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae678b - Browse repository at this point
Copy the full SHA 6ae678bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95fc76e - Browse repository at this point
Copy the full SHA 95fc76eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e71b6d - Browse repository at this point
Copy the full SHA 9e71b6dView commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04bc4c9 - Browse repository at this point
Copy the full SHA 04bc4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7751b28 - Browse repository at this point
Copy the full SHA 7751b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32620db - Browse repository at this point
Copy the full SHA 32620dbView commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d0979a - Browse repository at this point
Copy the full SHA 8d0979aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d143a - Browse repository at this point
Copy the full SHA 35d143aView commit details -
Merge remote-tracking branch 'origin/wip/interpreter-proxy' into wip/…
…interpreter-proxy # Conflicts: # src/de.hpi.swa.trufflesqueak/src/de/hpi/swa/trufflesqueak/nodes/plugins/ffi/PrimExternalCallNode.java # src/de.hpi.swa.trufflesqueak/src/de/hpi/swa/trufflesqueak/nodes/primitives/PrimitiveNodeFactory.java # src/de.hpi.swa.trufflesqueak/src/de/hpi/swa/trufflesqueak/util/NFIUtils.java
Configuration menu - View commit details
-
Copy full SHA for cbd7fc9 - Browse repository at this point
Copy the full SHA cbd7fc9View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36348af - Browse repository at this point
Copy the full SHA 36348afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b021d0 - Browse repository at this point
Copy the full SHA 1b021d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f114ab - Browse repository at this point
Copy the full SHA 4f114abView commit details -
Configuration menu - View commit details
-
Copy full SHA for abfd2a9 - Browse repository at this point
Copy the full SHA abfd2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc91a71 - Browse repository at this point
Copy the full SHA cc91a71View commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b6652f - Browse repository at this point
Copy the full SHA 8b6652fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba761ca - Browse repository at this point
Copy the full SHA ba761caView commit details -
Configuration menu - View commit details
-
Copy full SHA for de36be4 - Browse repository at this point
Copy the full SHA de36be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for af2c682 - Browse repository at this point
Copy the full SHA af2c682View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42c7ed7 - Browse repository at this point
Copy the full SHA 42c7ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 510bf0b - Browse repository at this point
Copy the full SHA 510bf0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ed2ab1 - Browse repository at this point
Copy the full SHA 9ed2ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8320f67 - Browse repository at this point
Copy the full SHA 8320f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa365c5 - Browse repository at this point
Copy the full SHA aa365c5View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 705e254 - Browse repository at this point
Copy the full SHA 705e254View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa31696 - Browse repository at this point
Copy the full SHA fa31696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c1c52 - Browse repository at this point
Copy the full SHA 56c1c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1b752 - Browse repository at this point
Copy the full SHA 3b1b752View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78a3191 - Browse repository at this point
Copy the full SHA 78a3191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69db916 - Browse repository at this point
Copy the full SHA 69db916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2ae5e - Browse repository at this point
Copy the full SHA 7d2ae5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf16be3 - Browse repository at this point
Copy the full SHA cf16be3View commit details -
Check for plugins without 'lib' prefix for compatibility with opensma…
…lltalk artifacts
Configuration menu - View commit details
-
Copy full SHA for cdc55a2 - Browse repository at this point
Copy the full SHA cdc55a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8682e - Browse repository at this point
Copy the full SHA 1d8682eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4169948 - Browse repository at this point
Copy the full SHA 4169948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ff062 - Browse repository at this point
Copy the full SHA 51ff062View commit details -
Configuration menu - View commit details
-
Copy full SHA for 026c166 - Browse repository at this point
Copy the full SHA 026c166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230be16 - Browse repository at this point
Copy the full SHA 230be16View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65776c9 - Browse repository at this point
Copy the full SHA 65776c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e179d - Browse repository at this point
Copy the full SHA c3e179dView commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0d7c28 - Browse repository at this point
Copy the full SHA c0d7c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4b58a - Browse repository at this point
Copy the full SHA fd4b58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c3411 - Browse repository at this point
Copy the full SHA 37c3411View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c9d84 - Browse repository at this point
Copy the full SHA 41c9d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f906ee - Browse repository at this point
Copy the full SHA 8f906eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6ce0a - Browse repository at this point
Copy the full SHA ea6ce0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212b4e2 - Browse repository at this point
Copy the full SHA 212b4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 782e45d - Browse repository at this point
Copy the full SHA 782e45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77c1ccb - Browse repository at this point
Copy the full SHA 77c1ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0476a - Browse repository at this point
Copy the full SHA 7a0476aView commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b680ae - Browse repository at this point
Copy the full SHA 7b680aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e86fa72 - Browse repository at this point
Copy the full SHA e86fa72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7338d - Browse repository at this point
Copy the full SHA 4c7338dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d88f0f9 - Browse repository at this point
Copy the full SHA d88f0f9View commit details -
Re-use plugins from OpenSmalltalkVM
Initially, only SqueakSSL and LocalePlugin for Linux amd64/aarch64 and Windows amd64 are included.
Configuration menu - View commit details
-
Copy full SHA for a6be20b - Browse repository at this point
Copy the full SHA a6be20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a59cd4f - Browse repository at this point
Copy the full SHA a59cd4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a95838 - Browse repository at this point
Copy the full SHA 4a95838View commit details -
Add InterpreterProxy and loaded modules to context
They are context-specific and cannot be re-used in a different context, which for example happens during testing.
Configuration menu - View commit details
-
Copy full SHA for cf2f6b1 - Browse repository at this point
Copy the full SHA cf2f6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d16b0c - Browse repository at this point
Copy the full SHA 3d16b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be4897c - Browse repository at this point
Copy the full SHA be4897cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 763ee32 - Browse repository at this point
Copy the full SHA 763ee32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c6482 - Browse repository at this point
Copy the full SHA 54c6482View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b073e - Browse repository at this point
Copy the full SHA a6b073eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dac1d2d - Browse repository at this point
Copy the full SHA dac1d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eae7fc - Browse repository at this point
Copy the full SHA 6eae7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a657e2 - Browse repository at this point
Copy the full SHA 0a657e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d5e92d - Browse repository at this point
Copy the full SHA 5d5e92dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a577ca2 - Browse repository at this point
Copy the full SHA a577ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3889b4b - Browse repository at this point
Copy the full SHA 3889b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eaa707 - Browse repository at this point
Copy the full SHA 9eaa707View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac45ec - Browse repository at this point
Copy the full SHA fac45ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e1ded - Browse repository at this point
Copy the full SHA 79e1dedView commit details -
Move loadedLibraries back into context
There seems to be some odd loading order problem on Windows.
Configuration menu - View commit details
-
Copy full SHA for 692a26c - Browse repository at this point
Copy the full SHA 692a26cView commit details