Mike Lazar
fa3dab30ae
Fix typos in generated cmd script in bootstrap
Fixes basho/rebar#188
13年前
Tuncer Ayaz
af51ad4ef6
Add Phillip Toland to THANKS file
13年前
Phil Toland
8b486055e4
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.
13年前
Jeremy Raymond
7e84634b8f
Fix for destruction of config app vars on reset
13年前
Tuncer Ayaz
1a613d6123
Remove debug log
13年前
Tuncer Ayaz
b48cc0c7eb
Fix regression in port_compiler needs_link check
13年前
Shunichi Shinohara
ebb2345071
Treat callback attributes same as behaviour_info
Automatically include modules with callback attributes in
erl_first_files.
13年前
Tuncer Ayaz
1c1a32b8ba
Use lists:flatmap/2
13年前
Tuncer Ayaz
28c44cbc25
Add Yurin Slava to THANKS file
13年前
Yurin Slava
5a640a92fd
Remove unused include_lib directive
13年前
Tuncer Ayaz
b7fb2aeec6
Fix loading of local plugins in sub directories
13年前
Tuncer Ayaz
6898eff2c7
Rework port compiler support
* consolidate options
* add support for building executables
13年前
Tuncer Ayaz
ba538094ba
Extend rebar_utils:deprecated
13年前
Tuncer Ayaz
a176db6937
Fix Dialyzer (race condition) warning
13年前
Yurii Rashkovskii
fe1652e137
Cache vsn info to avoid expensive vcs cmd calls
13年前
Tuncer Ayaz
0f3e5f8813
Update THANKS
13年前
Fisher
dfb973b8b8
Fix handle_call response
13年前
Tuncer Ayaz
b6f3a76694
Imported new mustache.erl
13年前
Tuncer Ayaz
d203ff17d7
Fix whitespace error in rebar.config.sample
13年前
Tuncer Ayaz
440fa6bd31
Only print sh/2 options on debug log level
13年前
Tuncer Ayaz
194f3caa3f
Fix -D and -v handling with new getopt.erl
13年前
Tuncer Ayaz
c4e40714ee
Import fixed upstream getopt.erl
13年前
Tuncer Ayaz
36b6b7a393
Fix order in erts exclusion filter
13年前
Tuncer Ayaz
8ce8affa11
Add nodeid= to bash completion
13年前
Tuncer Ayaz
878dc8ccf7
Simplify excl_sys_filters
13年前
Tuncer Ayaz
2a5320fbd6
Document verbosity level
13年前
Tuncer Ayaz
2cae2950c4
Fix whitespace errors
13年前
Tuncer Ayaz
e6caab00d5
Use ?ERROR where appropriate
13年前
Tuncer Ayaz
015e58201c
Support different log levels
13年前
Tuncer Ayaz
263b49f970
Import new upstream getopt.erl
13年前
Tuncer Ayaz
ee44d8554a
Fix whitespace errors
13年前
Tuncer Ayaz
159f3ac2e5
Add Francis Joanis to THANKS file
13年前
Francis Joanis
b498e86ef7
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.
13年前
Tuncer Ayaz
41d6abc64d
Fix whitespace errors
13年前
Tuncer Ayaz
5b15c851d8
Check for .app.src first
13年前
Tuncer Ayaz
eab5ae5298
Fix code clarity in dir type check
13年前
Tuncer Ayaz
0689928527
Warn if we ignore a skip_dir's sub_dirs
13年前
Tuncer Ayaz
cab1671ea0
Add missing newline for logging code path update
13年前
Tuncer Ayaz
45555eb6ae
Ignore sub_dirs in skip_dirs
13年前
Tuncer Ayaz
87669b6b7f
Clean up rebar_utils
13年前
Tuncer Ayaz
4d2d3c3af3
Remove port_first_files support
13年前
Tuncer Ayaz
2be2f2bfe7
Fix whitespace errors
13年前
Tuncer Ayaz
4e471e6986
Fix Dialyzer warning
13年前
Matt Campbell
c15d99d8bb
On windows, avoid symlink during upgrade
a) make_symlink throws "not supported" on OS < Vista (e.g. 2003)
b) tarball creation stores windows symlinks as absolute paths
instead of relative, causing service to fail to start after upgrade
is made permanent.
13年前
Matt Campbell
816d1805d5
Set node name correctly on erlsrv commandline
13年前
Magnus Klaar
4db90bafef
Deprecate ct suite= option for suites= option
13年前
Tuncer Ayaz
1daa15293a
Reverse order in rebar_utils:get_deprecated_global/3
13年前
Tuncer Ayaz
b594d356e1
Fix basic_nif on_load()
13年前
Tuncer Ayaz
af3eab6522
Enhance make check (Inspired-by: Stavros Aronis)
13年前
Tuncer Ayaz
27e5a0ae5b
Cleanup and simplify deprecated option handling
13年前