Adam Schepis 03a026f38fd Add support for alternate dependency urls This change adds the ability to use alternate urls for downloading
dependencies. To make use of alternate urls run:
rebar get-deps alt_urls=true 10 Feb 2012 Tuncer Ayaz 34690392015 Add Ali Yakout to THANKS file 30 Mar 2012 Ali Yakout e0d9ca07736 asn1_compiler: only move hrl file if it exists 30 Mar 2012 Tuncer Ayaz 3f14c1c0927 Skip erlang:halt/1 workaround if >=R15B01 27 Mar 2012 Tuncer Ayaz 769160ac368 Remove export_all in simplemod template 25 Mar 2012 Tuncer Ayaz 196bc40cacd Add Loic Hoguin to THANKS file 18 Mar 2012 Tuncer Ayaz b6fadef5d3f Fix whitespace errors 18 Mar 2012 Loïc Hoguin 2c37270f524 Fix badarg crashes on missing dependency errors 18 Mar 2012 Tuncer Ayaz 9d5557b16f4 Deprecate port_envs in favor of port_env 09 Mar 2012 Юрин Вячеслав 0424d75d784 Make rebar understand wildcard in subdir If 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". 03 Feb 2012 Tuncer Ayaz 4e0c9506f56 Fix src_dirs option to not hard-code "src" 24 Feb 2012 Jesse Gumm 33546cc402a Fix copying dir to non-existing dir in Win32 17 Feb 2012 Jesse Gumm 4f6f41cabba Fix typos in rebar_templater 17 Feb 2012 Tuncer Ayaz da122b3e57e Add rebar_utils:delayed_halt/1 13 Jan 2012 Tuncer Ayaz dd22eb48143 Add Mike Lazar to THANKS file 16 Feb 2012 Mike Lazar fa3dab30ae8 Fix typos in generated cmd script in bootstrap Fixes basho/rebar#188 10 Jan 2012 Tuncer Ayaz af51ad4ef60 Add Phillip Toland to THANKS file 16 Feb 2012 Phil Toland 8b486055e4c Fix compiling DTL templates with latest erlydtl The 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. 02 Feb 2012 Jeremy Raymond 7e84634b8fc Fix for destruction of config app vars on reset 11 Feb 2012 Tuncer Ayaz 1a613d61235 Remove debug log 12 Feb 2012 Tuncer Ayaz b48cc0c7ebf Fix regression in port_compiler needs_link check 10 Feb 2012 Shunichi Shinohara ebb23450719 Treat callback attributes same as behaviour_info Automatically include modules with callback attributes in
erl_first_files. 08 Feb 2012 Tuncer Ayaz 1c1a32b8bae Use lists:flatmap/2 07 Feb 2012 Tuncer Ayaz 28c44cbc257 Add Yurin Slava to THANKS file 03 Feb 2012 Yurin Slava 5a640a92fda Remove unused include_lib directive 04 Feb 2012 Tuncer Ayaz b7fb2aeec6b Fix loading of local plugins in sub directories 14 Jan 2012 Tuncer Ayaz 6898eff2c7e Rework port compiler support * consolidate options
* add support for building executables 03 Jan 2012 Tuncer Ayaz ba538094baf Extend rebar_utils:deprecated 03 Jan 2012 Tuncer Ayaz a176db6937e Fix Dialyzer (race condition) warning 02 Feb 2012 Yurii Rashkovskii fe1652e1371 Cache vsn info to avoid expensive vcs cmd calls 19 Jan 2012 Tuncer Ayaz 0f3e5f8813e Update THANKS 02 Feb 2012 Fisher dfb973b8b8e Fix handle_call response 16 Jan 2012 Tuncer Ayaz b6f3a766946 Imported new mustache.erl 31 Jan 2012 Tuncer Ayaz d203ff17d79 Fix whitespace error in rebar.config.sample 29 Jan 2012 Tuncer Ayaz 440fa6bd319 Only print sh/2 options on debug log level 29 Jan 2012 Tuncer Ayaz 194f3caa3fc Fix -D and -v handling with new getopt.erl 24 Jan 2012 Tuncer Ayaz c4e40714ee2 Import fixed upstream getopt.erl 24 Jan 2012 Tuncer Ayaz 36b6b7a393a Fix order in erts exclusion filter 20 Jan 2012 Tuncer Ayaz 8ce8affa11f Add nodeid= to bash completion 20 Jan 2012 Tuncer Ayaz 878dc8ccf74 Simplify excl_sys_filters 20 Jan 2012 Tuncer Ayaz 2a5320fbd65 Document verbosity level 17 Jan 2012 Tuncer Ayaz 2cae2950c4f Fix whitespace errors 17 Jan 2012 Tuncer Ayaz e6caab00d59 Use ?ERROR where appropriate 17 Jan 2012 Tuncer Ayaz 015e58201c8 Support different log levels 17 Jan 2012 Tuncer Ayaz 263b49f9705 Import new upstream getopt.erl 17 Jan 2012 Tuncer Ayaz ee44d8554a6 Fix whitespace errors 17 Jan 2012 Tuncer Ayaz 159f3ac2e5e Add Francis Joanis to THANKS file 17 Jan 2012 Francis Joanis b498e86ef79 Delete existing erl files in ?EUNIT_DIR Before 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. 16 Dec 2011 Tuncer Ayaz 41d6abc64d2 Fix whitespace errors 13 Jan 2012 Tuncer Ayaz 5b15c851d8f Check for .app.src first 13 Jan 2012