index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Rakefile
Age
Commit message (
Expand
)
Author
2020-11-22
Refine build log for generated files
KOBAYASHI Shuji
2020-11-22
Move global function for build to `lib/mruby/core_ext.rb`
KOBAYASHI Shuji
2020-11-21
Move some `.rake` files to `tasks` directory for consistency
KOBAYASHI Shuji
2020-11-20
Move `lib/mruby-core-ext.rb` to `lib/mruby/core_ext.rb` for consistency
KOBAYASHI Shuji
2020-11-17
Scan all active C source files; ref 600e333
Yukihiro "Matz" Matsumoto
2020-11-15
Fix paths of gem files to be scanned for presym
KOBAYASHI Shuji
2020-11-14
Scan source files only from `cdump` enabled gems.
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-03
Reduce recompilation when updating presym target files
KOBAYASHI Shuji
2020-11-02
Fix parallel build
KOBAYASHI Shuji
2020-10-29
Exclude symbols from `mruby-test` gem only used for tests.
Yukihiro "Matz" Matsumoto
2020-10-19
Revert `MRUBY_TARGET` mechanism; ref #5096
KOBAYASHI Shuji
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `host-debug` internal target.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove duplicated pattern
Kondo Uchio
2020-10-12
Scan ruby files in directories
Uchio Kondo
2020-10-12
Exact match to allowed method/variable names
Kondo Uchio
2020-10-12
Ensure exact match for symbols like foo!/foo?/foo=
Uchio Kondo
2020-10-12
Skip C comments from scan target; close #5072
Yukihiro "Matz" Matsumoto
2020-10-12
Scan source code lines from downloaded mrbgems; fix #5071
Yukihiro "Matz" Matsumoto
2020-10-12
Update `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Allow `MRUBY_CONFIG` to specify target file out of source tree.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Scan more symbols from Ruby files by `rake gensym`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove remaining `chomp:true` option from `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid using `chomp:true` option to `File.readlines`.
Yukihiro "Matz" Matsumoto
2020-10-12
Stringify non C identifier symbols to stop macro errors by old gcc.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `Rakefile` to `build/presym` dependency.
Yukihiro "Matz" Matsumoto
2020-10-12
Add dependency from `all` to `gensym`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add operators to `presym` from `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_OPSYM()` to `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplified `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Create `MRB_OPSYM()` macro to refer symbols corresponding operators.
Yukihiro "Matz" Matsumoto
2020-10-12
Create `build` directory first before `gensym`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove unused variable from `Rakefile`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `File.open` instead of `File.write` shortcut.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `presym` files before writing just to make sure.
Yukihiro "Matz" Matsumoto
2020-10-12
Build process updated:
Yukihiro "Matz" Matsumoto
2020-10-12
Keep `build/presym` through `rake clean`.
Yukihiro "Matz" Matsumoto
2020-10-12
Prepend `gensym` rule to `depfiles`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `build/presym` and `build/presym.inc` on `rake clean`.
Yukihiro "Matz" Matsumoto
2020-10-12
Scan `.rb` files as well to generate `presym` table.
Yukihiro "Matz" Matsumoto
2020-10-12
Update Rakefile to generate presym.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate a table for preallocated symbols (`presym`).
Yukihiro "Matz" Matsumoto
2019-12-28
Use `Rake.verbose` instead of `$verbose` and `$pp_show` in build scripts
KOBAYASHI Shuji
2019-12-27
Merge pull request #4910 from shuujii/use-Rake-DSL-instead-of-commands-of-Fil...
Yukihiro "Matz" Matsumoto
2019-12-27
Use Rake DSL instead of commands of `FileUtils`
KOBAYASHI Shuji
2019-12-27
Support `-v` flag of `rake`; close #4887
Yukihiro "Matz" Matsumoto
2019-11-11
Require `Regexp.escape` before interpolating `build_dir`; fix #4817
Yukihiro "Matz" Matsumoto
2019-08-26
change doc directory and reduce warnings
David Siaw
[next]