..
rebar.app.src
add `eunit` and `common_test` to `applications` key of `rebar.app`
hace 10 años
rebar.hrl
change name of config for where project apps lib to project_apps_dir
hace 10 años
rebar3.erl
don't allow locked transitive dep to override higher level dep
hace 10 años
rebar_api.erl
API for Plugins (solves #22)
hace 10 años
rebar_app_discover.erl
use processed app file for validation
hace 10 años
rebar_app_info.erl
app_info:valid needs to return a boolean and not throw an exception
hace 10 años
rebar_app_utils.erl
move dir functions from utils to new module rebar_dir
hace 10 años
rebar_base_compiler.erl
merge over rebar2 PR #401
hace 10 años
rebar_config.erl
handle throw by relx
hace 10 años
rebar_core.erl
replace single profile atom in providers with list of profiles
hace 10 años
rebar_cover_utils.erl
move dir functions from utils to new module rebar_dir
hace 10 años
rebar_digraph.erl
Adding pkg deps tests and refactorings
hace 10 años
rebar_dir.erl
rewrite profiles
hace 10 años
rebar_erlc_compiler.erl
point compiler to the right config value for which files need to be
hace 10 años
rebar_fetch.erl
print error message for failed fetch
hace 10 años
rebar_file_utils.erl
add functions `system_tmpdir/0,1` and `reset_dir/1`
hace 10 años
rebar_git_resource.erl
fixes for dialyzer findings
hace 10 años
rebar_hooks.erl
fix for rebar deps dir path in hooks, making it absolute
hace 10 años
rebar_log.erl
handle throw by relx
hace 10 años
rebar_otp_app.erl
use processed app file for validation
hace 10 años
rebar_packages.erl
Fix error message to point to rebar3
hace 10 años
rebar_pkg_resource.erl
add make_vsn to rebar_resource for replacing app vsns
hace 10 años
rebar_plugins.erl
update plugin install code
hace 10 años
rebar_prv_app_discovery.erl
change name of config for where project apps lib to project_apps_dir
hace 10 años
rebar_prv_as.erl
update readme for 'as'
hace 10 años
rebar_prv_clean.erl
remove extra newline in clean
hace 10 años
rebar_prv_common_test.erl
don't lose erl_opts when compiling for tests
hace 10 años
rebar_prv_compile.erl
clean up and better error messages when validating apps
hace 10 años
rebar_prv_deps.erl
move back to using format_error/1
hace 10 años
rebar_prv_dialyzer.erl
Ensure dir for plt exists when copying
hace 10 años
rebar_prv_do.erl
do provider returns the error of the first provider to fail and stops
hace 10 años
rebar_prv_erlydtl_compiler.erl
update erlydtl provider to use namespaces
hace 10 años
rebar_prv_eunit.erl
don't lose erl_opts when compiling for tests
hace 10 años
rebar_prv_help.erl
move back to using format_error/1
hace 10 años
rebar_prv_install_deps.erl
Merge pull request #112 from tsloughter/stuff
hace 10 años
rebar_prv_lock.erl
rewrite profiles
hace 10 años
rebar_prv_new.erl
First unkeyed var is now 'name', appid -> name
hace 10 años
rebar_prv_packages.erl
move back to using format_error/1
hace 10 años
rebar_prv_release.erl
do not include dir . in relx lib paths it will break lib discovery
hace 10 años
rebar_prv_shell.erl
remove unneeded add path that breaks with apps/ dir as well
hace 10 años
rebar_prv_tar.erl
do not include dir . in relx lib paths it will break lib discovery
hace 10 años
rebar_prv_update.erl
move dir functions from utils to new module rebar_dir
hace 10 años
rebar_prv_upgrade.erl
fixes for dialyzer findings
hace 10 años
rebar_prv_version.erl
move back to using format_error/1
hace 10 años
rebar_resource.erl
fixes for dialyzer findings
hace 10 años
rebar_state.erl
change `rebar_app_into` to `rebar_app_info` in typespecs
hace 10 años
rebar_templater.erl
Add support for custom templates in subdirectories
hace 10 años
rebar_utils.erl
print error message for failed fetch
hace 10 años