使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
SisMaker
/
rebar3
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
项目
0
版本发布
62
百科
动态
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1449
提交
12
分支
11 MiB
Erlang
97.8%
Shell
1.2%
Roff
0.8%
目录树:
16eb428d6c
compile-type
hex_core
master
multi-pkg-dir
revert-1813-certifi-2.3.1
revert-2195-otp-23-master-compat-part2
revert-ebin_modules
rm-app_compilers-env
symlink_or_create_appsubdirs
v3.13
v3.13.1
xrl-yrl-recompile
3.14.3
3.14.2
3.14.1
3.14.0
3.14.0-rc2
3.14.0-rc1
3.13.2
3.13.1
3.13.0
3.12.0
3.11.1
3.11.0
3.10.0
3.9.1
3.9.0
3.8.0
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.7.0-rc2
3.7.0-rc1
3.6.2
3.6.1
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.1
3.1.0
3.0.0
3.0.0-beta.4
3.0.0-beta.3
beta-4
beta-2
beta-1
alpha-6
alpha-5
alpha-4
alpha-3
alpha-2
alpha-1
alpha
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '16eb428d6c'
${ noResults }
rebar3
/
RELEASE-NOTES.md
6.0 KiB
原始文件
Blame
文件历史
Rebar 2.3.0
rebar/56:
add preprocess support for edoc
rebar/90:
look for new and old versions in the target parent
rebar/95:
Propagate exit status from nodetool to runner script
rebar/98:
Restore R13B03 compatibility
rebar/115:
specify the erlang system module name while calling monitor/2
rebar/129:
Allow plugins to participate in pre and post processing
rebar/139:
@ characters before elses were causing the script to not run
rebar/175:
Common Test changes to add configurable log dir and improve testing framework overlaps.
rebar/188:
Generated rebar.cmd needs a tweak
rebar/208:
Is the "Release Handling" wiki page out of date?
rebar/219:
remove dependency on erl_interface
rebar/220:
add crypto, syntax_tools and tools to applications key as dependencies
rebar/221:
Versioning scheme
rebar/223:
ebadf if run under nohup
rebar/224:
When generating a release rebar should expand VCS version in the top directory (git)
rebar/226:
make check dialyzer error
rebar/228:
about load plugin modules
rebar/230:
Support ct_run using short name
rebar/232:
bug about ./rebar generate
rebar/233:
Add {git_format, Format} notation for vsn entries
rebar/234:
Use ?INFO instead of ?CONSOLE when printing directory changes
rebar/237:
Allow rebar.config and reltool.config to be configured
rebar/252:
eunit suite= fails if there is a rebar dependency defined.
rebar/253:
rebar creates templates in deps as well as main
rebar/254:
Force running eunit tests via -k cmdline switch
rebar/265:
Fix rebar_base_compiler:format_errors/3 for errors in include files
rebar/267:
Add 'eunit-compile' cmd (Suggested-by: Joe Norton)
rebar/268:
Add 'qc' command
rebar/269:
Add qc and test-compile commands
Rebar 2.2.0
PR's Merged
rebar/137:
Filter documented behaviour callbacks
rebar/142:
Fix rebar_file_utils module on Windows with MSYS
rebar/152:
Allow users to configure skip_deps for specific commands
rebar/154:
Stop applications nicely before killing extra processes
rebar/155:
Fix rebar_utils:expand_env_variable/3
rebar/157:
add native Windows compiler support
rebar/172:
Allow reltool target_dir to be constructed on the fly
rebar/173:
rebar should expand VCS version in the top directory, if possible
rebar/174:
Fixed handle_call response in simplesrv.erl
rebar/177:
Cache vsn information during the run to avoid extra unnecessary shell calls
rebar/179:
Add ebin to the path before compiling erlydtl templates
rebar/183:
Fix compiling DTL templates with latest erlydtl
rebar/184:
Fix for destruction of config app vars on reset
rebar/185:
simple enhance and simple bugfix
rebar/187:
fix for cp_r_win32 where copying a directory to a non-existant directory would crash
rebar/189:
Fix typos in generated cmd script in bootstrap
rebar/190:
Windows xcopy dir to non-existant dir (re-request)
rebar/191:
Fix typos in rebar_templater
rebar/196:
Escape '|' in the Windows runner usage string
rebar/198:
New feature to rebar_xref to allow execution of custom queries.
rebar/199:
Added new feature to rebar xref to allow execution of custom queries.
rebar/200:
Enable runner to pass more than one argument to start
rebar/201:
include simplemodule.app.src in simplemod template
rebar/205:
Ports in languages other than C
rebar/210:
use file:script if a .config.script file present
rebar/212:
Modified simplenode.runner to start from alternative directory
rebar/214:
Foreground running doesn't allow console attaching
rebar/215:
Add support for http proxy_friendly_github_urls
rebar/388:
Less than useful rebar error message when error in .hrl files