Skip to content

Changes

#70 (Jul 20, 2021, 3:55:22 PM)

  1. Updating method categorization. — tesonep / githubweb

#69 (Apr 19, 2021, 5:03:54 PM)

  1. Adding support for variadic functions — tesonep / githubweb

#68 (Feb 23, 2021, 10:02:13 AM)

  1. add a failure mechanism (one can mark a callback as failed) — estebanlm / githubweb

#67 (Feb 9, 2021, 3:28:40 PM)

  1. Fixing the order of the testings, as ExternalAddress are ByteArray. — tesonep / githubweb

#66 (Feb 9, 2021, 12:18:20 PM)

  1. Handling Marshalling of ByteArrays as strings. — tesonep / githubweb

#65 (Feb 9, 2021, 10:38:09 AM)

  1. Updating changes that have been done in the image. — tesonep / githubweb

#64 (Dec 17, 2020, 3:04:40 PM)

  1. Fixing the skip — tesonep / githubweb
  2. Adding TFFIBackend for UFFI and adding tests. — tesonep / githubweb
  3. Adding the pointers to be returned as an struct directly, if it is a pointer to an struct. — tesonep / githubweb
  4. Adding missing return — tesonep / githubweb
  5. Keeping the structs pointers in a callback as ExternalAddresses — tesonep / githubweb
  6. Fixing mapping of structs — tesonep / githubweb
  7. Adding hook extension so libraries can use it.... cof cof LibGit — tesonep / githubweb
  8. Adding backend support to FFI — tesonep / githubweb
  9. Refactoring in the calling method — tesonep / githubweb
  10. merged changes included in pharo9 — estebanlm / githubweb

#63 (Nov 6, 2020, 2:48:31 PM)

  1. Fixing marshalling of arguments — tesonep / githubweb

#62 (Nov 4, 2020, 10:43:48 AM)

  1. Adding usage of the new primitives that are faster. — tesonep / githubweb
  2. Adding missing change for structures — tesonep / githubweb
  3. Using new primitives and delegating to the VM to minimize the semaphores. — tesonep / githubweb
  4. boolean needs to be conveted to int to be written — estebanlm / githubweb
  5. strring types allow the usage of nil (to be replaced by NULL) — estebanlm / githubweb
  6. add missing methods — estebanlm / githubweb
  7. Implementing marshalling — tesonep / githubweb

#61 (Sep 25, 2020, 4:08:49 PM)

  1. Fixing libtool deps — tesonep / githubweb

#60 (Sep 25, 2020, 4:00:09 PM)

  1. Skipping tests — tesonep / githubweb

#59 (Sep 25, 2020, 3:55:49 PM)

  1. Fixing a typo in CMake — tesonep / githubweb

#58 (Sep 25, 2020, 3:26:43 PM)

  1. Fix build in Windows10 — tesonep / githubweb

#57 (Sep 25, 2020, 3:25:03 PM)

  1. Changing version — tesonep / githubweb

#56 (Sep 25, 2020, 3:22:53 PM)

  1. Fixing the build of Libffi in Catalina — tesonep / githubweb

#55 (Sep 25, 2020, 3:02:47 PM)

  1. Fixing URL of the include — tesonep / githubweb

#54 (Sep 25, 2020, 2:57:38 PM)

  1. Updating the header file — tesonep / githubweb

#53 (Jul 20, 2020, 10:28:37 AM)

  1. Update README.md — github / githubweb

#53 (Jul 20, 2020, 10:28:37 AM)

  1. Update README.md — github / githubweb

#53 (Jul 20, 2020, 10:28:37 AM)

  1. Update README.md — github / githubweb

#52 (Jul 20, 2020, 10:23:43 AM)

  1. Update README.md — github / githubweb

#52 (Jul 20, 2020, 10:23:43 AM)

  1. Update README.md — github / githubweb

#51 (Jul 10, 2020, 9:49:51 AM)

  1. add SKIP_LIBFFI and WITHOUT_RPATH flags — estebanlm / githubweb
  2. revert WITHOUT_RPATH flag... not needed after all. — estebanlm / githubweb

#51 (Jul 10, 2020, 9:49:51 AM)

  1. add SKIP_LIBFFI and WITHOUT_RPATH flags — estebanlm / githubweb
  2. revert WITHOUT_RPATH flag... not needed after all. — estebanlm / githubweb

#51 (Jul 10, 2020, 9:49:51 AM)

  1. add SKIP_LIBFFI and WITHOUT_RPATH flags — estebanlm / githubweb
  2. revert WITHOUT_RPATH flag... not needed after all. — estebanlm / githubweb

#50 (Jun 19, 2020, 9:16:52 AM)

  1. Having a work around when the primitive is not available — tesonep / githubweb

#50 (Jun 19, 2020, 9:16:52 AM)

  1. Having a work around when the primitive is not available — tesonep / githubweb

#50 (Jun 19, 2020, 9:16:52 AM)

  1. Having a work around when the primitive is not available — tesonep / githubweb

#49 (Jun 17, 2020, 11:14:35 PM)

  1. Improving the speed of same thread implementation — tesonep / githubweb

#49 (Jun 17, 2020, 11:14:35 PM)

  1. Improving the speed of same thread implementation — tesonep / githubweb

#49 (Jun 17, 2020, 11:14:35 PM)

  1. Improving the speed of same thread implementation — tesonep / githubweb

#48 (Jun 17, 2020, 1:13:23 PM)

  1. Improving the speed of TFFI calls — tesonep / githubweb

#48 (Jun 17, 2020, 1:13:23 PM)

  1. Improving the speed of TFFI calls — tesonep / githubweb

#47 (Jun 16, 2020, 10:56:45 AM)

  1. Adding missing extension method in FFICallback — tesonep / githubweb

#47 (Jun 16, 2020, 10:56:45 AM)

  1. Adding missing extension method in FFICallback — tesonep / githubweb

#47 (Jun 16, 2020, 10:56:45 AM)

  1. Adding missing extension method in FFICallback — tesonep / githubweb

#46 (Jun 10, 2020, 3:58:06 PM)

  1. make groups for TFFI — estebanlm / githubweb

#46 (Jun 10, 2020, 3:58:06 PM)

  1. make groups for TFFI — estebanlm / githubweb

#45 (Jun 9, 2020, 11:27:42 AM)

  1. add return to self to be more explicit (even if it is the same) — estebanlm / githubweb

#45 (Jun 9, 2020, 11:27:42 AM)

  1. add return to self to be more explicit (even if it is the same) — estebanlm / githubweb

#45 (Jun 9, 2020, 11:27:42 AM)

  1. add return to self to be more explicit (even if it is the same) — estebanlm / githubweb

#44 (Jun 9, 2020, 11:11:21 AM)

  1. refactored TFPointerType>>write:into: because it was ugly and using — estebanlm / githubweb

#44 (Jun 9, 2020, 11:11:21 AM)

  1. refactored TFPointerType>>write:into: because it was ugly and using — estebanlm / githubweb

#44 (Jun 9, 2020, 11:11:21 AM)

  1. refactored TFPointerType>>write:into: because it was ugly and using — estebanlm / githubweb

#43 (Jun 4, 2020, 3:28:12 PM)

  1. add comments — estebanlm / githubweb

#43 (Jun 4, 2020, 3:28:12 PM)

  1. add comments — estebanlm / githubweb

#43 (Jun 4, 2020, 3:28:12 PM)

  1. add comments — estebanlm / githubweb

#42 (Jun 4, 2020, 3:10:04 PM)

  1. added FFIBoolean32 type — estebanlm / githubweb

#42 (Jun 4, 2020, 3:10:04 PM)

  1. added FFIBoolean32 type — estebanlm / githubweb

#42 (Jun 4, 2020, 3:10:04 PM)

  1. added FFIBoolean32 type — estebanlm / githubweb

#41 (Jun 2, 2020, 12:16:40 PM)

  1. Adding primitive for debugging — tesonep / githubweb

#41 (Jun 2, 2020, 12:16:40 PM)

  1. Adding primitive for debugging — tesonep / githubweb

#41 (Jun 2, 2020, 12:16:40 PM)

  1. Adding primitive for debugging — tesonep / githubweb

#40 (May 11, 2020, 11:40:26 AM)

  1. Update README.md — github / githubweb

#40 (May 11, 2020, 11:40:26 AM)

  1. Update README.md — github / githubweb

#40 (May 11, 2020, 11:40:26 AM)

  1. Update README.md — github / githubweb

#39 (May 7, 2020, 7:05:57 PM)

  1. Fixing the generation of the context — tesonep / githubweb

#39 (May 7, 2020, 7:05:57 PM)

  1. Fixing the generation of the context — tesonep / githubweb

#39 (May 7, 2020, 7:05:57 PM)

  1. Fixing the generation of the context — tesonep / githubweb

#38 (May 7, 2020, 5:21:36 PM)

  1. Adding the idea of Callback run strategy, to have the ability to run in — tesonep / githubweb

#38 (May 7, 2020, 5:21:36 PM)

  1. Adding the idea of Callback run strategy, to have the ability to run in — tesonep / githubweb

#38 (May 7, 2020, 5:21:36 PM)

  1. Adding the idea of Callback run strategy, to have the ability to run in — tesonep / githubweb

#37 (May 7, 2020, 2:27:40 PM)

  1. Updating version — tesonep / githubweb

#37 (May 7, 2020, 2:27:40 PM)

  1. Updating version — tesonep / githubweb

#37 (May 7, 2020, 2:27:40 PM)

  1. Updating version — tesonep / githubweb

#36 (May 7, 2020, 2:14:45 PM)

  1. The callback return primitive should return if it could return or not — tesonep / githubweb
  2. - The callbacks should run with less priority of the callback queue — tesonep / githubweb

#36 (May 7, 2020, 2:14:45 PM)

  1. The callback return primitive should return if it could return or not — tesonep / githubweb
  2. - The callbacks should run with less priority of the callback queue — tesonep / githubweb

#36 (May 7, 2020, 2:14:45 PM)

  1. The callback return primitive should return if it could return or not — tesonep / githubweb
  2. - The callbacks should run with less priority of the callback queue — tesonep / githubweb

#35 (Apr 30, 2020, 7:57:45 PM)

  1. using a WeakValueDictionary instead a WeakSet. using a mutex to prevent — estebanlm / githubweb
  2. clean up and comments — estebanlm / githubweb

#35 (Apr 30, 2020, 7:57:45 PM)

  1. using a WeakValueDictionary instead a WeakSet. using a mutex to prevent — estebanlm / githubweb
  2. clean up and comments — estebanlm / githubweb

#35 (Apr 30, 2020, 7:57:45 PM)

  1. using a WeakValueDictionary instead a WeakSet. using a mutex to prevent — estebanlm / githubweb
  2. clean up and comments — estebanlm / githubweb

#34 (Apr 30, 2020, 7:35:35 PM)

  1. adding mainThreadWorker initialisation. This will require some work — estebanlm / githubweb
  2. initialising correctly — estebanlm / githubweb
  3. Make the process run outside the repository directory — tesonep / githubweb
  4. Changing the location of header files, and improving cmake conf — tesonep / githubweb
  5. Adding debuging information for callbacks — tesonep / githubweb
  6. Adding the information about the callback in the registerCallback: — tesonep / githubweb
  7. update libffi to 3.3 and fix a compilation problem — estebanlm / githubweb
  8. restore registerCallback to allow update an existing image — estebanlm / githubweb
  9. Changing the location of the library — tesonep / githubweb
  10. Updating the version of the headers — tesonep / githubweb
  11. Using a custom VM — tesonep / githubweb
  12. Prepare-tests target should only run explicit — tesonep / githubweb
  13. Separating prepare-tests from the install — tesonep / githubweb
  14. Adding Jenkinsfile with prepare-test — tesonep / githubweb
  15. Fixing dependencies — tesonep / githubweb
  16. Updating to latest VM — tesonep / githubweb
  17. Updating to version 18 — tesonep / githubweb
  18. Changing the version of the VM — tesonep / githubweb
  19. Changing the version — tesonep / githubweb

#34 (Apr 30, 2020, 7:35:35 PM)

  1. adding mainThreadWorker initialisation. This will require some work — estebanlm / githubweb
  2. initialising correctly — estebanlm / githubweb
  3. Make the process run outside the repository directory — tesonep / githubweb
  4. Changing the location of header files, and improving cmake conf — tesonep / githubweb
  5. Adding debuging information for callbacks — tesonep / githubweb
  6. Adding the information about the callback in the registerCallback: — tesonep / githubweb
  7. update libffi to 3.3 and fix a compilation problem — estebanlm / githubweb
  8. restore registerCallback to allow update an existing image — estebanlm / githubweb
  9. Changing the location of the library — tesonep / githubweb
  10. Updating the version of the headers — tesonep / githubweb
  11. Using a custom VM — tesonep / githubweb
  12. Prepare-tests target should only run explicit — tesonep / githubweb
  13. Separating prepare-tests from the install — tesonep / githubweb
  14. Adding Jenkinsfile with prepare-test — tesonep / githubweb
  15. Fixing dependencies — tesonep / githubweb
  16. Updating to latest VM — tesonep / githubweb
  17. Updating to version 18 — tesonep / githubweb
  18. Changing the version of the VM — tesonep / githubweb
  19. Changing the version — tesonep / githubweb

#34 (Apr 30, 2020, 7:35:35 PM)

  1. adding mainThreadWorker initialisation. This will require some work — estebanlm / githubweb
  2. initialising correctly — estebanlm / githubweb
  3. Make the process run outside the repository directory — tesonep / githubweb
  4. Changing the location of header files, and improving cmake conf — tesonep / githubweb
  5. Adding debuging information for callbacks — tesonep / githubweb
  6. Adding the information about the callback in the registerCallback: — tesonep / githubweb
  7. update libffi to 3.3 and fix a compilation problem — estebanlm / githubweb
  8. restore registerCallback to allow update an existing image — estebanlm / githubweb
  9. Changing the location of the library — tesonep / githubweb
  10. Updating the version of the headers — tesonep / githubweb
  11. Using a custom VM — tesonep / githubweb
  12. Prepare-tests target should only run explicit — tesonep / githubweb
  13. Separating prepare-tests from the install — tesonep / githubweb
  14. Adding Jenkinsfile with prepare-test — tesonep / githubweb
  15. Fixing dependencies — tesonep / githubweb
  16. Updating to latest VM — tesonep / githubweb
  17. Updating to version 18 — tesonep / githubweb
  18. Changing the version of the VM — tesonep / githubweb
  19. Changing the version — tesonep / githubweb

#33 (Mar 9, 2020, 4:53:05 PM)

  1. Add first version of readme — github / githubweb

#33 (Mar 9, 2020, 4:53:05 PM)

  1. Add first version of readme — github / githubweb

#33 (Mar 9, 2020, 4:53:05 PM)

  1. Add first version of readme — github / githubweb

#32 (Jan 31, 2020, 11:42:49 AM)

  1. I added the support for building under GitHub actions — roniesalg / githubweb

#32 (Jan 31, 2020, 11:42:49 AM)

  1. I added the support for building under GitHub actions — roniesalg / githubweb

#31 (Jan 27, 2020, 6:07:41 PM)

  1. Update Version — tesonep / githubweb

#31 (Jan 27, 2020, 6:07:41 PM)

  1. Update Version — tesonep / githubweb

#31 (Jan 27, 2020, 6:07:41 PM)

  1. Update Version — tesonep / githubweb

#29 (Jan 27, 2020, 5:28:10 PM)

  1. Fixing a problem when receiving callbacks from other threads — tesonep / githubweb
  2. Adding test for callbacks from another thread that is nor the VM, nor — tesonep / githubweb

#29 (Jan 27, 2020, 5:28:10 PM)

  1. Fixing a problem when receiving callbacks from other threads — tesonep / githubweb
  2. Adding test for callbacks from another thread that is nor the VM, nor — tesonep / githubweb

#29 (Jan 27, 2020, 5:28:10 PM)

  1. Fixing a problem when receiving callbacks from other threads — tesonep / githubweb
  2. Adding test for callbacks from another thread that is nor the VM, nor — tesonep / githubweb

#28 (Jan 27, 2020, 3:30:09 PM)

  1. Improving the execution in a different build directory — tesonep / githubweb

#27 (Jan 21, 2020, 2:21:50 PM)

  1. Update to be compatible with latest Pharo800 changes — guillermopolito / githubweb

#27 (Jan 21, 2020, 2:21:50 PM)

  1. Update to be compatible with latest Pharo800 changes — guillermopolito / githubweb

#27 (Jan 21, 2020, 2:21:50 PM)

  1. Update to be compatible with latest Pharo800 changes — guillermopolito / githubweb

#26 (Dec 10, 2019, 10:05:45 AM)

  1. TFBooleanType>>basicType should use uint8, not ushort — akgrant / githubweb

#25 (Nov 8, 2019, 11:05:18 PM)

  1. Making it run in the main thread Loop — tesonep / githubweb
  2. formatted — estebanlm / githubweb
  3. removed — estebanlm / githubweb
  4. fixed mainThread initialization — estebanlm / githubweb

#25 (Nov 8, 2019, 11:05:18 PM)

  1. Making it run in the main thread Loop — tesonep / githubweb
  2. formatted — estebanlm / githubweb
  3. removed — estebanlm / githubweb
  4. fixed mainThread initialization — estebanlm / githubweb

#25 (Nov 8, 2019, 11:05:18 PM)

  1. Making it run in the main thread Loop — tesonep / githubweb
  2. formatted — estebanlm / githubweb
  3. removed — estebanlm / githubweb
  4. fixed mainThread initialization — estebanlm / githubweb

#24 (Nov 7, 2019, 2:44:56 PM)

  1. Removing duplicated method — tesonep / githubweb

#23 (Nov 7, 2019, 9:43:44 AM)

  1. using a semaphore pool when performing the callouts. — estebanlm / githubweb
  2. make some tests, pool more solid. — estebanlm / githubweb
  3. making pool to initialize lazy (to allow updates) — estebanlm / githubweb
  4. using variable to reference pointer (to update pointer immediately) — estebanlm / githubweb
  5. no error if trying to return with full pool: this can happen if we exit — estebanlm / githubweb
  6. ensure the pooled callouts are clean on shutdown — estebanlm / githubweb
  7. ensuring runner is initialised when asking for a pool (otherwise bad — estebanlm / githubweb
  8. move back semaphore pool initialization to doInitialize — estebanlm / githubweb
  9. initial poolSize downsized to 5 (it does not seems very probable more, — estebanlm / githubweb

#23 (Nov 7, 2019, 9:43:44 AM)

  1. using a semaphore pool when performing the callouts. — estebanlm / githubweb
  2. make some tests, pool more solid. — estebanlm / githubweb
  3. making pool to initialize lazy (to allow updates) — estebanlm / githubweb
  4. using variable to reference pointer (to update pointer immediately) — estebanlm / githubweb
  5. no error if trying to return with full pool: this can happen if we exit — estebanlm / githubweb
  6. ensure the pooled callouts are clean on shutdown — estebanlm / githubweb
  7. ensuring runner is initialised when asking for a pool (otherwise bad — estebanlm / githubweb
  8. move back semaphore pool initialization to doInitialize — estebanlm / githubweb
  9. initial poolSize downsized to 5 (it does not seems very probable more, — estebanlm / githubweb

#23 (Nov 7, 2019, 9:43:44 AM)

  1. using a semaphore pool when performing the callouts. — estebanlm / githubweb
  2. make some tests, pool more solid. — estebanlm / githubweb
  3. making pool to initialize lazy (to allow updates) — estebanlm / githubweb
  4. using variable to reference pointer (to update pointer immediately) — estebanlm / githubweb
  5. no error if trying to return with full pool: this can happen if we exit — estebanlm / githubweb
  6. ensure the pooled callouts are clean on shutdown — estebanlm / githubweb
  7. ensuring runner is initialised when asking for a pool (otherwise bad — estebanlm / githubweb
  8. move back semaphore pool initialization to doInitialize — estebanlm / githubweb
  9. initial poolSize downsized to 5 (it does not seems very probable more, — estebanlm / githubweb

#22 (Nov 4, 2019, 4:04:40 PM)

  1. using #uniqueInstance instead #new — estebanlm / githubweb

#22 (Nov 4, 2019, 4:04:40 PM)

  1. using #uniqueInstance instead #new — estebanlm / githubweb

#22 (Nov 4, 2019, 4:04:40 PM)

  1. using #uniqueInstance instead #new — estebanlm / githubweb

#21 (Oct 20, 2019, 1:42:00 PM)

  1. make reset a script — estebanlm / githubweb
  2. using new uffi api — estebanlm / githubweb
  3. work with latest uffi changes (not BACKWARDS COMPATIBLE CHANGE) — estebanlm / githubweb

#21 (Oct 20, 2019, 1:42:00 PM)

  1. make reset a script — estebanlm / githubweb
  2. using new uffi api — estebanlm / githubweb
  3. work with latest uffi changes (not BACKWARDS COMPATIBLE CHANGE) — estebanlm / githubweb

#21 (Oct 20, 2019, 1:42:00 PM)

  1. make reset a script — estebanlm / githubweb
  2. using new uffi api — estebanlm / githubweb
  3. work with latest uffi changes (not BACKWARDS COMPATIBLE CHANGE) — estebanlm / githubweb

#20 (Oct 10, 2019, 4:18:39 PM)

  1. add tracing api (to trace executed callouts) — estebanlm / githubweb

#20 (Oct 10, 2019, 4:18:39 PM)

  1. add tracing api (to trace executed callouts) — estebanlm / githubweb

#20 (Oct 10, 2019, 4:18:39 PM)

  1. add tracing api (to trace executed callouts) — estebanlm / githubweb

#19 (Oct 7, 2019, 1:33:36 PM)

  1. Update the version number — tesonep / githubweb

#19 (Oct 7, 2019, 1:33:36 PM)

  1. Update the version number — tesonep / githubweb

#19 (Oct 7, 2019, 1:33:36 PM)

  1. Update the version number — tesonep / githubweb

#17 (Oct 7, 2019, 12:20:31 PM)

  1. Fixing the rpath of libffi — tesonep / githubweb
  2. Fixing because of minimal cmake version — tesonep / githubweb

#17 (Oct 7, 2019, 12:20:31 PM)

  1. Fixing the rpath of libffi — tesonep / githubweb
  2. Fixing because of minimal cmake version — tesonep / githubweb

#17 (Oct 7, 2019, 12:20:31 PM)

  1. Fixing the rpath of libffi — tesonep / githubweb
  2. Fixing because of minimal cmake version — tesonep / githubweb

#16 (Oct 3, 2019, 3:45:57 PM)

  1. New UFFI requires types to be symbols and not strings. Strings are — guillermopolito / githubweb

#16 (Oct 3, 2019, 3:45:57 PM)

  1. New UFFI requires types to be symbols and not strings. Strings are — guillermopolito / githubweb

#16 (Oct 3, 2019, 3:45:57 PM)

  1. New UFFI requires types to be symbols and not strings. Strings are — guillermopolito / githubweb

#15 (Oct 3, 2019, 10:20:27 AM)

  1. another missing implementation — estebanlm / githubweb

#15 (Oct 3, 2019, 10:20:27 AM)

  1. another missing implementation — estebanlm / githubweb

#15 (Oct 3, 2019, 10:20:27 AM)

  1. another missing implementation — estebanlm / githubweb

#14 (Oct 3, 2019, 9:23:33 AM)

  1. added missing method — estebanlm / githubweb

#14 (Oct 3, 2019, 9:23:33 AM)

  1. added missing method — estebanlm / githubweb

#14 (Oct 3, 2019, 9:23:33 AM)

  1. added missing method — estebanlm / githubweb

#13 (Oct 2, 2019, 1:28:23 PM)

  1. Changing version — tesonep / githubweb

#13 (Oct 2, 2019, 1:28:23 PM)

  1. Changing version — tesonep / githubweb

#13 (Oct 2, 2019, 1:28:23 PM)

  1. Changing version — tesonep / githubweb

#12 (Oct 2, 2019, 11:28:18 AM)

  1. Fixing linux process and forcing the cleanup of semaphores — tesonep / githubweb

#12 (Oct 2, 2019, 11:28:18 AM)

  1. Fixing linux process and forcing the cleanup of semaphores — tesonep / githubweb

#12 (Oct 2, 2019, 11:28:18 AM)

  1. Fixing linux process and forcing the cleanup of semaphores — tesonep / githubweb

#10 (Oct 1, 2019, 5:46:40 PM)

  1. Adding the use of the primitives to improve the speed of the calls in a — tesonep / githubweb

#10 (Oct 1, 2019, 5:46:40 PM)

  1. Adding the use of the primitives to improve the speed of the calls in a — tesonep / githubweb

#10 (Oct 1, 2019, 5:46:40 PM)

  1. Adding the use of the primitives to improve the speed of the calls in a — tesonep / githubweb

#9 (Oct 1, 2019, 5:44:00 PM)

  1. Adding primitives to allocate and release the parameters in the plugin — tesonep / githubweb

#9 (Oct 1, 2019, 5:44:00 PM)

  1. Adding primitives to allocate and release the parameters in the plugin — tesonep / githubweb

#9 (Oct 1, 2019, 5:44:00 PM)

  1. Adding primitives to allocate and release the parameters in the plugin — tesonep / githubweb

#8 (Sep 26, 2019, 10:48:21 AM)

  1. remove UFFI packages from TFFI, they are included in Pharo — estebanlm / githubweb

#8 (Sep 26, 2019, 10:48:21 AM)

  1. remove UFFI packages from TFFI, they are included in Pharo — estebanlm / githubweb

#8 (Sep 26, 2019, 10:48:21 AM)

  1. remove UFFI packages from TFFI, they are included in Pharo — estebanlm / githubweb

#7 (Sep 19, 2019, 3:39:19 PM)

  1. Updating version — tesonep / githubweb

#6 (Sep 19, 2019, 3:24:29 PM)

  1. Fix because callbacks should run in higher priority — tesonep / githubweb

#6 (Sep 19, 2019, 3:24:29 PM)

  1. Fix because callbacks should run in higher priority — tesonep / githubweb

#5 (Sep 19, 2019, 10:27:18 AM)

  1. Fixing the version — tesonep / githubweb

#5 (Sep 19, 2019, 10:27:18 AM)

  1. Fixing the version — tesonep / githubweb

#5 (Sep 19, 2019, 10:27:18 AM)

  1. Fixing the version — tesonep / githubweb

#4 (Sep 19, 2019, 10:12:22 AM)

  1. Fixing upload — tesonep / githubweb

#4 (Sep 19, 2019, 10:12:22 AM)

  1. Fixing upload — tesonep / githubweb

#4 (Sep 19, 2019, 10:12:22 AM)

  1. Fixing upload — tesonep / githubweb

#3 (Sep 19, 2019, 10:01:04 AM)

  1. Fixing upload — tesonep / githubweb

#3 (Sep 19, 2019, 10:01:04 AM)

  1. Fixing upload — tesonep / githubweb

#3 (Sep 19, 2019, 10:01:04 AM)

  1. Fixing upload — tesonep / githubweb

#2 (Sep 19, 2019, 9:54:00 AM)

  1. Fixing upload — tesonep / githubweb

#2 (Sep 19, 2019, 9:54:00 AM)

  1. Fixing upload — tesonep / githubweb

#2 (Sep 19, 2019, 9:54:00 AM)

  1. Fixing upload — tesonep / githubweb