Skip to content
Failed

Changes

Summary

  1. Added set eden parameter and refactored (details)
  2. Added desired eden bytes configuration (details)
  3. Update the parameter (details)
  4. camel casing (details)
  5. Forcing the primitive generators to have a default primitiveDescriptor in case we have a primitive outside the array. (details)
  6. Fixing the type annotations (details)
  7. Packaging of sources should be done always (details)
  8. Making WIN32_LEAN_AND_MEAN a compilation option, this should only affect the speed of the build process. Check https://docs.microsoft.com/en-us/windows/win32/winprog/using-the-windows-headers (details)
  9. Fixing the camel case names of the parameters (details)
  10. Copying version file to the generated, so the package can work (details)
  11. Copying version file to the generated, so the package can work (details)
  12. In Windows, the fopen assumes the characters are encoded in ANSI. If not, we need to use the wide version of it. (details)
Commit e2d255c13c1f5d1bb446c440849db30583d65837 by guillermopolito
Added set eden parameter and refactored
The file was modified include/pharovm/parameters.h (diff)
The file was modified src/parameters.c (diff)
The file was modified src/client.c (diff)
Commit 649253e2bd96702a6f60dcedb9c08a00eb76145d by guillermopolito
Added desired eden bytes configuration
The file was modified smalltalksrc/VMMaker/StackInterpreter.class.st (diff)
The file was modified src/client.c (diff)
The file was modified src/parameters.c (diff)
Commit 5b4c913758ea4ddbe72254600debec7360636d1f by tesonep
Forcing the primitive generators to have a default primitiveDescriptor in case we have a primitive outside the array.
The file was modified smalltalksrc/VMMaker/SimpleStackBasedCogit.class.st (diff)
The file was modified smalltalksrc/VMMaker/Cogit.class.st (diff)
Commit f06822f849bcdb0d9e7e37191b75d11d31dee193 by tesonep
Fixing the type annotations
The file was modified smalltalksrc/VMMaker/SimpleStackBasedCogit.class.st (diff)
Commit 6eda8502e7e8d1b0af1fa56ac6c65a5325ce912b by tesonep
Packaging of sources should be done always
The file was modified cmake/packaging.cmake (diff)
Commit eda9d40959fbc6d2e70ed779cff6b0217578ab48 by tesonep
Making WIN32_LEAN_AND_MEAN a compilation option, this should only affect the speed of the build process. Check https://docs.microsoft.com/en-us/windows/win32/winprog/using-the-windows-headers
The file was modified src/stringUtilities.c (diff)
The file was modified CMakeLists.txt (diff)
The file was modified extracted/plugins/FileAttributesPlugin/include/win/dirent.h (diff)
The file was modified src/fileDialogWin32.c (diff)
The file was modified src/win32Main.c (diff)
The file was modified src/pathUtilities.c (diff)
Commit 90f18c11b2328b72af6e3c15fd4fa21bf2f8116d by github
Fixing the camel case names of the parameters

They should be in sync with the usage help
The file was modified src/parameters.c (diff)
Commit c2c20bda9623f2af5f3b0aaa81d04f348de3a685 by tesonep
Copying version file to the generated, so the package can work
The file was modified cmake/versionExtraction.cmake (diff)
Commit 46f066a241c27340594da91164abf1a136d1eaa1 by tesonep
Copying version file to the generated, so the package can work
The file was modified cmake/versionExtraction.cmake (diff)
Commit d2f1d65cf1308c20bd6d15015b1180c1418ffa75 by tesonep
In Windows, the fopen assumes the characters are encoded in ANSI. If not, we need to use the wide version of it.
The file was modified src/imageAccess.c (diff)

Summary

  1. Added set eden parameter and refactored (details)
  2. Added desired eden bytes configuration (details)
  3. Update the parameter (details)
  4. camel casing (details)
  5. Forcing the primitive generators to have a default primitiveDescriptor in case we have a primitive outside the array. (details)
  6. Fixing the type annotations (details)
  7. Packaging of sources should be done always (details)
  8. Making WIN32_LEAN_AND_MEAN a compilation option, this should only affect the speed of the build process. Check https://docs.microsoft.com/en-us/windows/win32/winprog/using-the-windows-headers (details)
  9. Fixing the camel case names of the parameters (details)
  10. Copying version file to the generated, so the package can work (details)
  11. Copying version file to the generated, so the package can work (details)
  12. In Windows, the fopen assumes the characters are encoded in ANSI. If not, we need to use the wide version of it. (details)
Commit e2d255c13c1f5d1bb446c440849db30583d65837 by guillermopolito
Added set eden parameter and refactored
The file was modified src/client.c (diff)
The file was modified src/parameters.c (diff)
The file was modified include/pharovm/parameters.h (diff)
Commit 649253e2bd96702a6f60dcedb9c08a00eb76145d by guillermopolito
Added desired eden bytes configuration
The file was modified smalltalksrc/VMMaker/StackInterpreter.class.st (diff)
The file was modified src/client.c (diff)
The file was modified src/parameters.c (diff)
Commit 5b4c913758ea4ddbe72254600debec7360636d1f by tesonep
Forcing the primitive generators to have a default primitiveDescriptor in case we have a primitive outside the array.
The file was modified smalltalksrc/VMMaker/SimpleStackBasedCogit.class.st (diff)
The file was modified smalltalksrc/VMMaker/Cogit.class.st (diff)
Commit f06822f849bcdb0d9e7e37191b75d11d31dee193 by tesonep
Fixing the type annotations
The file was modified smalltalksrc/VMMaker/SimpleStackBasedCogit.class.st (diff)
Commit 6eda8502e7e8d1b0af1fa56ac6c65a5325ce912b by tesonep
Packaging of sources should be done always
The file was modified cmake/packaging.cmake (diff)
Commit eda9d40959fbc6d2e70ed779cff6b0217578ab48 by tesonep
Making WIN32_LEAN_AND_MEAN a compilation option, this should only affect the speed of the build process. Check https://docs.microsoft.com/en-us/windows/win32/winprog/using-the-windows-headers
The file was modified src/pathUtilities.c (diff)
The file was modified CMakeLists.txt (diff)
The file was modified extracted/plugins/FileAttributesPlugin/include/win/dirent.h (diff)
The file was modified src/fileDialogWin32.c (diff)
The file was modified src/stringUtilities.c (diff)
The file was modified src/win32Main.c (diff)
Commit 90f18c11b2328b72af6e3c15fd4fa21bf2f8116d by github
Fixing the camel case names of the parameters

They should be in sync with the usage help
The file was modified src/parameters.c (diff)
Commit c2c20bda9623f2af5f3b0aaa81d04f348de3a685 by tesonep
Copying version file to the generated, so the package can work
The file was modified cmake/versionExtraction.cmake (diff)
Commit 46f066a241c27340594da91164abf1a136d1eaa1 by tesonep
Copying version file to the generated, so the package can work
The file was modified cmake/versionExtraction.cmake (diff)
Commit d2f1d65cf1308c20bd6d15015b1180c1418ffa75 by tesonep
In Windows, the fopen assumes the characters are encoded in ANSI. If not, we need to use the wide version of it.
The file was modified src/imageAccess.c (diff)

Summary

  1. Added set eden parameter and refactored (details)
  2. Added desired eden bytes configuration (details)
  3. Update the parameter (details)
  4. camel casing (details)
  5. Forcing the primitive generators to have a default primitiveDescriptor in case we have a primitive outside the array. (details)
  6. Fixing the type annotations (details)
  7. Packaging of sources should be done always (details)
  8. Making WIN32_LEAN_AND_MEAN a compilation option, this should only affect the speed of the build process. Check https://docs.microsoft.com/en-us/windows/win32/winprog/using-the-windows-headers (details)
  9. Fixing the camel case names of the parameters (details)
  10. Copying version file to the generated, so the package can work (details)
  11. Copying version file to the generated, so the package can work (details)
  12. In Windows, the fopen assumes the characters are encoded in ANSI. If not, we need to use the wide version of it. (details)
Commit e2d255c13c1f5d1bb446c440849db30583d65837 by guillermopolito
Added set eden parameter and refactored
The file was modified src/parameters.c (diff)
The file was modified src/client.c (diff)
The file was modified include/pharovm/parameters.h (diff)
Commit 649253e2bd96702a6f60dcedb9c08a00eb76145d by guillermopolito
Added desired eden bytes configuration
The file was modified smalltalksrc/VMMaker/StackInterpreter.class.st (diff)
The file was modified src/client.c (diff)
The file was modified src/parameters.c (diff)
Commit 5b4c913758ea4ddbe72254600debec7360636d1f by tesonep
Forcing the primitive generators to have a default primitiveDescriptor in case we have a primitive outside the array.
The file was modified smalltalksrc/VMMaker/Cogit.class.st (diff)
The file was modified smalltalksrc/VMMaker/SimpleStackBasedCogit.class.st (diff)
Commit f06822f849bcdb0d9e7e37191b75d11d31dee193 by tesonep
Fixing the type annotations
The file was modified smalltalksrc/VMMaker/SimpleStackBasedCogit.class.st (diff)
Commit 6eda8502e7e8d1b0af1fa56ac6c65a5325ce912b by tesonep
Packaging of sources should be done always
The file was modified cmake/packaging.cmake (diff)
Commit eda9d40959fbc6d2e70ed779cff6b0217578ab48 by tesonep
Making WIN32_LEAN_AND_MEAN a compilation option, this should only affect the speed of the build process. Check https://docs.microsoft.com/en-us/windows/win32/winprog/using-the-windows-headers
The file was modified extracted/plugins/FileAttributesPlugin/include/win/dirent.h (diff)
The file was modified src/win32Main.c (diff)
The file was modified src/fileDialogWin32.c (diff)
The file was modified CMakeLists.txt (diff)
The file was modified src/stringUtilities.c (diff)
The file was modified src/pathUtilities.c (diff)
Commit 90f18c11b2328b72af6e3c15fd4fa21bf2f8116d by github
Fixing the camel case names of the parameters

They should be in sync with the usage help
The file was modified src/parameters.c (diff)
Commit c2c20bda9623f2af5f3b0aaa81d04f348de3a685 by tesonep
Copying version file to the generated, so the package can work
The file was modified cmake/versionExtraction.cmake (diff)
Commit 46f066a241c27340594da91164abf1a136d1eaa1 by tesonep
Copying version file to the generated, so the package can work
The file was modified cmake/versionExtraction.cmake (diff)
Commit d2f1d65cf1308c20bd6d15015b1180c1418ffa75 by tesonep
In Windows, the fopen assumes the characters are encoded in ANSI. If not, we need to use the wide version of it.
The file was modified src/imageAccess.c (diff)