Read-Only Related Mirrors
  1. Read-Only Related Mirrors

Github-rebar

Public
AuthorCommitMessageCommit dateIssues
Adam SchepisTuncer AyazAdam Schepis
03a026f38fdAdd support for alternate dependency urlsThis change adds the ability to use alternate urls for downloading dependencies. To make use of alternate urls run: rebar get-deps alt_urls=true
Tuncer AyazTuncer Ayaz
34690392015Add Ali Yakout to THANKS file
Ali YakoutTuncer AyazAli Yakout
e0d9ca07736asn1_compiler: only move hrl file if it exists
Tuncer AyazTuncer Ayaz
3f14c1c0927Skip erlang:halt/1 workaround if >=R15B01
Tuncer AyazTuncer Ayaz
769160ac368Remove export_all in simplemod template
Tuncer AyazTuncer Ayaz
196bc40cacdAdd Loic Hoguin to THANKS file
Tuncer AyazTuncer Ayaz
b6fadef5d3fFix whitespace errors
Loïc HoguinTuncer AyazLoïc Hoguin
2c37270f524Fix badarg crashes on missing dependency errors
Tuncer AyazTuncer Ayaz
9d5557b16f4Deprecate port_envs in favor of port_env
Юрин ВячеславTuncer AyazЮрин Вячеслав
0424d75d784Make rebar understand wildcard in subdirIf you have dir with many erlang app, then you can simple write {sub_dirs, ["some_dir/*"]}. Rebar will make operation on subdirs of dir "some_dir".
Tuncer AyazTuncer Ayaz
4e0c9506f56Fix src_dirs option to not hard-code "src"
Jesse GummTuncer AyazJesse Gumm
33546cc402aFix copying dir to non-existing dir in Win32
Jesse GummTuncer AyazJesse Gumm
4f6f41cabbaFix typos in rebar_templater
Tuncer AyazTuncer Ayaz
da122b3e57eAdd rebar_utils:delayed_halt/1
Tuncer AyazTuncer Ayaz
dd22eb48143Add Mike Lazar to THANKS file
Mike LazarTuncer AyazMike Lazar
fa3dab30ae8Fix typos in generated cmd script in bootstrapFixes basho/rebar#188
Tuncer AyazTuncer Ayaz
af51ad4ef60Add Phillip Toland to THANKS file
Phil TolandTuncer AyazPhil Toland
8b486055e4cFix compiling DTL templates with latest erlydtlThe latest version of erlydtl requires that custom tag modules be in the path when templates are compiled. Without this change rebar silently exits when using the custom_tags_modules option.
Jeremy RaymondTuncer AyazJeremy Raymond
7e84634b8fcFix for destruction of config app vars on reset
Tuncer AyazTuncer Ayaz
1a613d61235Remove debug log
Tuncer AyazTuncer Ayaz
b48cc0c7ebfFix regression in port_compiler needs_link check
Shunichi ShinoharaTuncer AyazShunichi Shinohara
ebb23450719Treat callback attributes same as behaviour_infoAutomatically include modules with callback attributes in erl_first_files.
Tuncer AyazTuncer Ayaz
1c1a32b8baeUse lists:flatmap/2
Tuncer AyazTuncer Ayaz
28c44cbc257Add Yurin Slava to THANKS file
Yurin SlavaTuncer AyazYurin Slava
5a640a92fdaRemove unused include_lib directive
Tuncer AyazTuncer Ayaz
b7fb2aeec6bFix loading of local plugins in sub directories
Tuncer AyazTuncer Ayaz
6898eff2c7eRework port compiler support * consolidate options * add support for building executables
Tuncer AyazTuncer Ayaz
ba538094bafExtend rebar_utils:deprecated
Tuncer AyazTuncer Ayaz
a176db6937eFix Dialyzer (race condition) warning
Yurii RashkovskiiTuncer AyazYurii Rashkovskii
fe1652e1371Cache vsn info to avoid expensive vcs cmd calls
Tuncer AyazTuncer Ayaz
0f3e5f8813eUpdate THANKS
FisherTuncer AyazFisher
dfb973b8b8eFix handle_call response
Tuncer AyazTuncer Ayaz
b6f3a766946Imported new mustache.erl
Tuncer AyazTuncer Ayaz
d203ff17d79Fix whitespace error in rebar.config.sample
Tuncer AyazTuncer Ayaz
440fa6bd319Only print sh/2 options on debug log level
Tuncer AyazTuncer Ayaz
194f3caa3fcFix -D and -v handling with new getopt.erl
Tuncer AyazTuncer Ayaz
c4e40714ee2Import fixed upstream getopt.erl
Tuncer AyazTuncer Ayaz
36b6b7a393aFix order in erts exclusion filter
Tuncer AyazTuncer Ayaz
8ce8affa11fAdd nodeid= to bash completion
Tuncer AyazTuncer Ayaz
878dc8ccf74Simplify excl_sys_filters
Tuncer AyazTuncer Ayaz
2a5320fbd65Document verbosity level
Tuncer AyazTuncer Ayaz
2cae2950c4fFix whitespace errors
Tuncer AyazTuncer Ayaz
e6caab00d59Use ?ERROR where appropriate
Tuncer AyazTuncer Ayaz
015e58201c8Support different log levels
Tuncer AyazTuncer Ayaz
263b49f9705Import new upstream getopt.erl
Tuncer AyazTuncer Ayaz
ee44d8554a6Fix whitespace errors
Tuncer AyazTuncer Ayaz
159f3ac2e5eAdd Francis Joanis to THANKS file
Francis JoanisTuncer AyazFrancis Joanis
b498e86ef79Delete existing erl files in ?EUNIT_DIRBefore copying the .erl files to the .eunit directory ensure that they are deleted if they already exist. This prevents EACCES errors to happen when trying to re-copy .erl files that are read-only.
Tuncer AyazTuncer Ayaz
41d6abc64d2Fix whitespace errors
Tuncer AyazTuncer Ayaz
5b15c851d8fCheck for .app.src first