index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Rereading system configuration sets up persistent options if possible.
Alexander Sedov
2016-10-11
1
-1
/
+7
|
*
|
Made Common Test load the user's applications before slurping config.
Alexander Sedov
2016-10-11
1
-0
/
+1
*
|
|
Get stacktrace only once and as soon as possible. Fixes #1347.
Alexander Sedov
2016-10-13
1
-2
/
+3
|
/
/
*
|
Use all_src_dirs for include paths
Fred Hebert
2016-09-30
1
-2
/
+2
*
|
Fix private includes when compiling in test profile
Fred Hebert
2016-09-30
1
-9
/
+14
*
|
Add support for behaviors, and not just behaviours
Brujo Benavides
2016-09-28
2
-1
/
+4
|
/
*
allow using an alternate regex to locate test modules during eunit runs
alisdair sullivan
2016-09-20
1
-7
/
+12
*
Merge pull request #1332 from erlang/rebar-1327
Fred Hebert
2016-09-20
1
-1
/
+15
|
\
|
*
only compile/cover compile when generating analysis
alisdair sullivan
2016-09-20
1
-4
/
+13
|
*
cover compile prior to calculating coverage
alisdair sullivan
2016-09-20
1
-1
/
+6
*
|
recompile all files when a parse transform given as an opt needs updating
alisdair sullivan
2016-09-20
1
-1
/
+15
|
/
*
Merge pull request #1321 from vans163/error_on_load_file_failure
Fred Hebert
2016-09-15
1
-2
/
+13
|
\
|
*
replace error with debug
vans163
2016-09-03
1
-2
/
+2
|
*
log error if a module failed to load_file, the user should be aware
vans163
2016-09-03
1
-2
/
+13
*
|
Ignore mv warnings
David de Boer
2016-09-15
1
-3
/
+8
*
|
Back to semver version post release
Fred Hebert
2016-09-02
1
-1
/
+1
*
|
Bump to 3.3.1
Fred Hebert
2016-09-02
1
-1
/
+1
|
/
*
delete purge load_file specific order
vans163
2016-09-02
1
-1
/
+1
*
Make less than R17 compatible
vans163
2016-09-01
1
-7
/
+11
*
comment and spacing fixup
vans163
2016-09-01
1
-5
/
+4
*
Update rebar_agent.erl
vans163
2016-09-01
1
-3
/
+3
*
Update rebar_agent.erl
vans163
2016-09-01
1
-2
/
+29
*
Merge pull request #1318 from tuncer/conventional-stacktrace
Fred Hebert
2016-08-31
1
-1
/
+1
|
\
|
*
Print stacktrace in a more conventional way
Tuncer Ayaz
2016-08-30
1
-1
/
+1
*
|
reset accumulated coverdata on writing out to disk. this prevents
alisdair sullivan
2016-08-27
1
-0
/
+2
*
|
Merge pull request #1315 from ferd/fix-hashcheck-noindex
Fred Hebert
2016-08-27
1
-1
/
+10
|
\
\
|
*
|
Fix crash when doing hash check with missing index
Fred Hebert
2016-08-27
1
-1
/
+10
|
|
/
*
|
Re-format cover exclusion code
Fred Hebert
2016-08-27
1
-17
/
+26
*
|
Merge branch 'cover_excl_mods' of https://github.com/lpgauth/rebar3 into lpga...
Fred Hebert
2016-08-27
1
-15
/
+23
|
\
\
|
|
/
|
/
|
|
*
Add support for cover_excl_mods
Louis-Philippe Gauthier
2016-06-15
1
-15
/
+23
|
*
Cutting 3.1.1
Fred Hebert
2016-05-17
1
-1
/
+1
*
|
Returning to git-based tagging
Fred Hebert
2016-08-26
1
-1
/
+1
*
|
Bumping to 3.3.0
Fred Hebert
2016-08-26
1
-1
/
+1
*
|
Equivalent trim_all in bin split for <17.x
Fred Hebert
2016-08-25
1
-1
/
+1
*
|
Make Edoc carry paths of pre-built libraries
Fred Hebert
2016-08-25
1
-9
/
+26
*
|
Print error on too many help arguments
Rasmus Svensson
2016-08-15
1
-1
/
+4
*
|
Make the escriptize provider hookable
Fred Hebert
2016-08-13
1
-2
/
+7
*
|
Merge pull request #1298 from ferd/escript-filter-paths-fix
Fred Hebert
2016-08-10
1
-1
/
+3
|
\
\
|
*
|
Fix filtering of system libraries in escriptize
Fred Hebert
2016-08-10
1
-1
/
+3
*
|
|
Merge pull request #1288 from ElectronicRU/master
Fred Hebert
2016-08-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Typo fix.
Alexander Sedov
2016-08-04
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1282 from ssbx/custom_template_dir
Fred Hebert
2016-08-10
1
-1
/
+1
|
\
\
\
|
*
|
|
template_dir option was forgotten in documentation plus recurse in directory ...
Sébastien Serre
2016-07-23
1
-1
/
+1
*
|
|
|
Handle `escriptize` when the specified app is missing
Nathaniel Waisbrot
2016-08-04
1
-2
/
+6
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #1274 from deadtrickster/ssl_verify_fun_bump
Fred Hebert
2016-08-01
1
-1
/
+1
|
\
\
\
|
*
|
|
ssl_verify_hostname was renamed to ssl_verify_fun
Ilya Khaprov
2016-07-15
1
-1
/
+1
*
|
|
|
Merge pull request #1279 from gbour/fix-dialyzer
alisdair sullivan
2016-07-31
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix return error on `not_valid` to force .plt file regeneration
Guillaume Bour
2016-07-30
1
-2
/
+1
|
*
|
|
Fix support for `not_valid` dialyzer error
Guillaume Bour
2016-07-22
1
-0
/
+3
|
|
/
/
*
|
|
Fix opts check when compiler called with dict opts
Fred Hebert
2016-07-22
1
-1
/
+7
|
/
/
[prev]
[next]