You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Change log
2
2
3
+
## What's Changed
4
+
* Redo 294 by @guillep in https://github.com/pharo-project/pharo-vm/pull/829
5
+
* Making it loadable in P12 by @guillep in https://github.com/pharo-project/pharo-vm/pull/825
6
+
* Added test on extended store and pop by @guillep in https://github.com/pharo-project/pharo-vm/pull/520
7
+
* Update build version to P12 by @guillep in https://github.com/pharo-project/pharo-vm/pull/826
8
+
* Improving log of old space limit error reporting by @tesonep in https://github.com/pharo-project/pharo-vm/pull/833
9
+
* a better comment support for Slang by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/838
10
+
* a first version of Slang with no type conflict and an exception if one appear by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/819
11
+
* remove unused cast and expression by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/837
12
+
* fix warnings related to multiple include of the same header file by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/840
13
+
* Fix a lot of unused expression by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/832
14
+
* add a comment explaining why declareCVarsIn: is empty in some subclasses by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/842
15
+
* small change in dead code elimination to considers a method with only comments empty by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/843
16
+
* small change in copyWithoutReturn to handle CCoerce by @RenaudFondeur in https://github.com/pharo-project/pharo-vm/pull/836
17
+
* Remove hostname lookup on network initialization by @guillep in https://github.com/pharo-project/pharo-vm/pull/845
18
+
* Update SDL2 version in OSX (Intel & Apple) by @tesonep in https://github.com/pharo-project/pharo-vm/pull/849
19
+
* Adding option for pin behaviour by @tesonep in https://github.com/pharo-project/pharo-vm/pull/844
# If we are generating sources, set the binary dir as the generation source dir, as vmmaker will generate the C files here. (we do not alter the source directory)
259
243
# Otherwise set it to by default to the current binary dir, parametrizable
set(GENERATED_SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR_TO_OUT}CACHESTRING"Source directory where to find the generated source. Default value is CMAKE_CURRENT_BINARY_DIR")
247
+
set(GENERATED_SOURCE_DIR ${CMAKE_CURRENT_BINARY_DIR}CACHESTRING"Source directory where to find the generated source. Default value is CMAKE_CURRENT_BINARY_DIR")
0 commit comments