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
...
*
Alternative attempt
Fred Hebert
2015-02-11
2
-34
/
+36
*
WIP
Fred Hebert
2015-02-11
4
-18
/
+42
*
Merge pull request #138 from talentdeficit/args_to_tasks
Fred Hebert
2015-02-11
2
-7
/
+56
|
\
|
*
factor out task/args parsing from `do` for use in other meta
alisdair sullivan
2015-02-08
2
-7
/
+56
*
|
Merge pull request #132 from fishcakez/dialyzer_fail
Tristan Sloughter
2015-02-08
1
-28
/
+51
|
\
\
|
*
|
Fix dialyzer plt checking typo
James Fish
2015-02-07
1
-1
/
+1
|
*
|
Display full path in dialyzer warningss
James Fish
2015-02-07
1
-1
/
+1
|
*
|
Fail if any dialyzer warnings aren't unknowns
James Fish
2015-02-07
1
-25
/
+48
*
|
|
Merge pull request #135 from fishcakez/dialyzer_erts_app
Tristan Sloughter
2015-02-08
1
-0
/
+7
|
\
\
\
|
*
|
|
Fix dialyzer erts file lookup for releases prior to R16B02
James Fish
2015-02-08
1
-0
/
+7
|
|
/
/
*
|
|
return an error when an app file is missing
nuex
2015-02-07
1
-0
/
+1
|
/
/
*
|
Change mock_pkg_resource to create ebin directory
Kelly McLaughlin
2015-02-06
1
-6
/
+1
*
|
Ensure package ebin directory exists prior to adding to code path
Kelly McLaughlin
2015-02-06
1
-1
/
+6
*
|
Add packages to code path after installation
Kelly McLaughlin
2015-02-06
1
-0
/
+1
*
|
Add xref support for multi-app projects
Kelly McLaughlin
2015-02-05
1
-1
/
+2
*
|
Merge pull request #123 from tsloughter/pkg_deps
Tristan Sloughter
2015-02-05
2
-10
/
+10
|
\
\
|
*
|
package dep names are binary, fix install deps and related tests
Tristan Sloughter
2015-02-03
2
-10
/
+10
|
|
/
*
|
Add xref provider for cross reference analysis
Kelly McLaughlin
2015-02-05
2
-0
/
+297
|
/
*
clean up create_logic_providers function
Tristan Sloughter
2015-02-02
1
-9
/
+9
*
fix find_apps when searching for invalid apps
Tristan Sloughter
2015-02-02
2
-9
/
+9
*
support for provider_hooks in config
Tristan Sloughter
2015-01-31
3
-30
/
+50
*
app_info:valid needs to return a boolean and not throw an exception
Tristan Sloughter
2015-01-27
1
-1
/
+6
*
use processed app file for validation
Tristan Sloughter
2015-01-26
2
-3
/
+6
*
fix typo in error tuple and throw error in install_deps
Tristan Sloughter
2015-01-26
1
-2
/
+2
*
Merge pull request #112 from tsloughter/stuff
Fred Hebert
2015-01-26
5
-98
/
+79
|
\
|
*
refactor rebar_otp_app for smaller/cleaner functions
Tristan Sloughter
2015-01-26
1
-26
/
+33
|
*
add warning that dep options like raw are being ignored
Tristan Sloughter
2015-01-24
1
-1
/
+2
|
*
clean up and better error messages when validating apps
Tristan Sloughter
2015-01-24
3
-92
/
+62
|
*
ignore opts list in src dep is it is there
Tristan Sloughter
2015-01-24
1
-0
/
+3
|
*
fix for rebar deps dir path in hooks, making it absolute
Tristan Sloughter
2015-01-24
1
-1
/
+1
*
|
check locks before locking a dep to not have duplicates
Tristan Sloughter
2015-01-25
1
-2
/
+9
|
/
*
don't lose erl_opts when compiling for tests
Tristan Sloughter
2015-01-23
2
-7
/
+7
*
error message for failing to parse a dep
Tristan Sloughter
2015-01-21
1
-4
/
+7
*
remove extra newline in clean
Tristan Sloughter
2015-01-19
1
-1
/
+1
*
Merge pull request #101 from talentdeficit/file_utils
Tristan Sloughter
2015-01-19
3
-21
/
+35
|
\
|
*
use new `rebar_file_utils` functions in `eunit` and `ct` providers
alisdair sullivan
2015-01-16
2
-20
/
+4
|
*
add functions `system_tmpdir/0,1` and `reset_dir/1`
alisdair sullivan
2015-01-15
1
-1
/
+31
*
|
do provider returns the error of the first provider to fail and stops
Tristan Sloughter
2015-01-18
1
-7
/
+15
*
|
no skip warning for seen dep that has locked version
Tristan Sloughter
2015-01-17
1
-2
/
+9
|
/
*
change more instances of mistyped `erl_first_modules` to
alisdair sullivan
2015-01-15
2
-2
/
+2
*
don't mark dep as seen before calling handle_dep
Tristan Sloughter
2015-01-13
1
-1
/
+1
*
replace single profile atom in providers with list of profiles
Tristan Sloughter
2015-01-11
4
-14
/
+13
*
when compiling `common_test` or `eunit` use the same tmp dir
alisdair sullivan
2015-01-09
2
-10
/
+34
*
change `rebar_app_into` to `rebar_app_info` in typespecs
alisdair sullivan
2015-01-08
1
-3
/
+3
*
Merge pull request #88 from talentdeficit/test_providers
Tristan Sloughter
2015-01-08
3
-571
/
+311
|
\
|
*
add support for a bare `test` directory when using `apps` libdirs
alisdair sullivan
2015-01-08
2
-9
/
+50
|
*
exclude `_checkouts` from directories to be precompiled for
alisdair sullivan
2015-01-08
2
-5
/
+27
|
*
adjust handling of `common_test` `dir` option and refactor provider
alisdair sullivan
2015-01-08
1
-19
/
+33
|
*
add `eunit` and `common_test` to `applications` key of `rebar.app`
alisdair sullivan
2015-01-08
1
-0
/
+2
|
*
switch to `lists:ukeymerge` to merge `ct` opts for better behavior
alisdair sullivan
2015-01-07
1
-13
/
+1
[prev]
[next]