| Age | Commit message (Collapse) | Author |
|
- Split static recipes to depend file.
- Modify makefile configurations in the block to `create_makefile`.
- Expand rust sources in extconf.rb instead of GNU make extension.
TODO: pass `CARGO_TARGET_DIR` without shell syntax.
Notes:
Merged: https://github.com/ruby/ruby/pull/12572
|
|
We have name fragmentation for this feature, including "shared GC",
"modular GC", and "external GC". This commit standardizes the feature
name to "modular GC" and the implementation to "GC library".
Notes:
Merged: https://github.com/ruby/ruby/pull/12261
|
|
- Add flags to appropriate variables.
- Use `append_cflags` to append a flag safely, instead of appending
blindly.
Notes:
Merged: https://github.com/ruby/ruby/pull/12166
|
|
Co-Authored-By: Peter Zhu <peter@peterzhu.ca>
Notes:
Merged: https://github.com/ruby/ruby/pull/12149
|