.. |
r3.erl
|
Add a shell agent
|
há 10 anos |
rebar.app.src
|
add `get-deps` provider
|
há 8 anos |
rebar.hrl
|
Always read REBAR_CONFIG env var when loading config
|
há 8 anos |
rebar3.erl
|
1394: added fix for rebar_utils, moved setting of http_options into init_config, added unit tests
|
há 8 anos |
rebar_agent.erl
|
replace error with debug
|
há 8 anos |
rebar_api.erl
|
fix no_return warnings
|
há 9 anos |
rebar_app_discover.erl
|
handle case that upgraded app no longer has .app.src file
|
há 9 anos |
rebar_app_info.erl
|
Fix rebar3 dialyzer warnings
|
há 8 anos |
rebar_app_utils.erl
|
Fix crash when doing hash check with missing index
|
há 8 anos |
rebar_base_compiler.erl
|
Fix regex match for ignored file
|
há 8 anos |
rebar_config.erl
|
Merge pull request #1387 from ericmj/emj-rebar-config-env
|
há 8 anos |
rebar_core.erl
|
add DEBUG statement of the command sequence that'll be run
|
há 9 anos |
rebar_dialyzer_format.erl
|
Add some documentaiton.
|
há 9 anos |
rebar_digraph.erl
|
this patch treats pkg and src deps as equals, so level decides winner
|
há 9 anos |
rebar_dir.erl
|
Add 'recursive' option
|
há 8 anos |
rebar_dist_utils.erl
|
rename dist to dist_node
|
há 9 anos |
rebar_erlc_compiler.erl
|
Fix regex match for ignored file
|
há 8 anos |
rebar_fetch.erl
|
Validate checksums expected vs obtained
|
há 9 anos |
rebar_file_utils.erl
|
Allow rebar3 to edoc itself
|
há 8 anos |
rebar_git_resource.erl
|
Use different git commands for different git versions
|
há 8 anos |
rebar_hg_resource.erl
|
Escape paths and args in shell commands
|
há 10 anos |
rebar_hooks.erl
|
don't needlessly update the code path twice if no hooks to run
|
há 9 anos |
rebar_log.erl
|
Make sure not to dump in api mode
|
há 9 anos |
rebar_opts.erl
|
Addresses https://github.com/erlang/rebar3/issues/1397
|
há 8 anos |
rebar_otp_app.erl
|
handle case that upgraded app no longer has .app.src file
|
há 9 anos |
rebar_packages.erl
|
expect the `missing_package` error to have arity 2 or 3
|
há 8 anos |
rebar_pkg_resource.erl
|
1394: added fix for rebar_utils, moved setting of http_options into init_config, added unit tests
|
há 8 anos |
rebar_plugins.erl
|
add project_providers after initing default providers but allow overrides
|
há 9 anos |
rebar_prv_app_discovery.erl
|
install project app plugins after discovering them not before
|
há 9 anos |
rebar_prv_as.erl
|
Prevent crashes in `rebar3 as` with no tasks
|
há 8 anos |
rebar_prv_bare_compile.erl
|
add --paths option to bare compile provider
|
há 9 anos |
rebar_prv_clean.erl
|
add profile option to clean task
|
há 9 anos |
rebar_prv_common_test.erl
|
Fix rebar3 dialyzer warnings
|
há 8 anos |
rebar_prv_compile.erl
|
Include hook for app compilation
|
há 9 anos |
rebar_prv_cover.erl
|
Fix rebar3 dialyzer warnings
|
há 8 anos |
rebar_prv_deps.erl
|
Fix rebar3 dialyzer warnings
|
há 8 anos |
rebar_prv_deps_tree.erl
|
Fix unicode rendering of deps tree (issue #1140)
|
há 9 anos |
rebar_prv_dialyzer.erl
|
Add exclude_apps/mods, plt_extra_mods, base_plt_mods config
|
há 8 anos |
rebar_prv_do.erl
|
print help for namespaces
|
há 10 anos |
rebar_prv_edoc.erl
|
Make Edoc carry paths of pre-built libraries
|
há 8 anos |
rebar_prv_escriptize.erl
|
Make the escriptize provider hookable
|
há 8 anos |
rebar_prv_eunit.erl
|
Fix regex match for ignored file
|
há 8 anos |
rebar_prv_get_deps.erl
|
add `get-deps` provider
|
há 8 anos |
rebar_prv_help.erl
|
Fix usage decription of 'rebar3'
|
há 8 anos |
rebar_prv_install_deps.erl
|
Replace unprocessed ~n linebreaks
|
há 8 anos |
rebar_prv_local_install.erl
|
move unstable install and upgrade to local namespace
|
há 9 anos |
rebar_prv_local_upgrade.erl
|
move unstable install and upgrade to local namespace
|
há 9 anos |
rebar_prv_lock.erl
|
Make lock files future-proof
|
há 9 anos |
rebar_prv_new.erl
|
Plugin templates enabled
|
há 9 anos |
rebar_prv_packages.erl
|
Allow 'rebar3 pkgs <app>' to return only that app
|
há 9 anos |
rebar_prv_path.erl
|
Fix path command to consider {deps_dir, "deps"} in rebar.config
|
há 9 anos |
rebar_prv_plugins.erl
|
fix #903: use app discover of entire plugins dir when listing
|
há 9 anos |
rebar_prv_plugins_upgrade.erl
|
include project_plugins in plugins that can be upgraded
|
há 9 anos |
rebar_prv_release.erl
|
only reverse some relx args, fixes profile usage for relx
|
há 10 anos |
rebar_prv_relup.erl
|
only reverse some relx args, fixes profile usage for relx
|
há 10 anos |
rebar_prv_report.erl
|
rebranding: update links rebar/rebar3 -> erlang/rebar3
|
há 9 anos |
rebar_prv_shell.erl
|
the releases website has changed
|
há 8 anos |
rebar_prv_state.erl
|
Make state provider {bare, false}
|
há 9 anos |
rebar_prv_tar.erl
|
only reverse some relx args, fixes profile usage for relx
|
há 10 anos |
rebar_prv_unlock.erl
|
Make lock files future-proof
|
há 9 anos |
rebar_prv_update.erl
|
Fix rebar3 dialyzer warnings
|
há 8 anos |
rebar_prv_upgrade.erl
|
Rework patch to work without accident
|
há 9 anos |
rebar_prv_version.erl
|
fix bareness issues
|
há 10 anos |
rebar_prv_xref.erl
|
Fix rebar3 dialyzer warnings
|
há 8 anos |
rebar_relx.erl
|
pass loglevel used in rebar3 to relx
|
há 9 anos |
rebar_resource.erl
|
store hex package downloads in shared cache dir
|
há 10 anos |
rebar_state.erl
|
Fix rebar3 dialyzer warnings
|
há 8 anos |
rebar_templater.erl
|
Fix regex match for ignored file
|
há 8 anos |
rebar_user.erl
|
Support old-style shell for rebar3 shell
|
há 9 anos |
rebar_utils.erl
|
1394: refined export list and tests
|
há 8 anos |