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
/
rebar_core.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Search plugin sources in base_dir and plugin_dir
Tuncer Ayaz
2011-08-29
1
-3
/
+7
*
Only compile relevant plugin sources
Tuncer Ayaz
2011-08-29
1
-1
/
+7
*
Simplify check for empty list
Tuncer Ayaz
2011-08-29
1
-1
/
+1
*
Load plugins dynamically from source
Tim Watson
2011-08-29
1
-5
/
+49
*
Log a more descriptive message
Tuncer Ayaz
2011-08-23
1
-1
/
+2
*
Rename rebar_plugins to plugins for consistency
Tuncer Ayaz
2011-08-16
1
-1
/
+1
*
Do not warn if pre_/post_ cmd is not available
Tuncer Ayaz
2011-07-08
1
-2
/
+9
*
Add support for $HOME/.rebar/config
Tuncer Ayaz
2011-07-06
1
-5
/
+5
*
Allow plugins to run before/after a rebar command.
Tim Watson
2011-05-23
1
-1
/
+20
*
Add support for command-specific env for hooks
Tuncer Ayaz
2011-04-21
1
-6
/
+14
*
Simplify hook changes to rebar_core
Tuncer Ayaz
2011-03-12
1
-11
/
+5
*
Add pre and post script support for all commands
Tim Watson
2011-03-12
1
-1
/
+17
*
Convert the entries in the code path to absolute paths
Juan Jose Comellas
2011-02-26
1
-0
/
+4
*
Use erlang:function_exported/3
Tuncer Ayaz
2011-02-21
1
-2
/
+2
*
Clean up code
Tuncer Ayaz
2011-02-06
1
-16
/
+24
*
Clean up emacs file local variables
Tuncer Ayaz
2011-01-31
1
-1
/
+1
*
Move BUILD_TIME and VCS_INFO macros
Tim Watson
2011-01-29
1
-8
/
+0
*
Fix circular dependency
Tuncer Ayaz
2011-01-27
1
-39
/
+1
*
Add support for abbreviated command names
Klas Johansson
2011-01-24
1
-11
/
+10
*
Move command line handling funs into rebar.erl
Tuncer Ayaz
2011-01-24
1
-172
/
+3
*
Simplify rebar_core
Tuncer Ayaz
2011-01-13
1
-23
/
+17
*
Fix typos
Tuncer Ayaz
2011-01-13
1
-2
/
+2
*
Fix code clarity
Tuncer Ayaz
2011-01-13
1
-2
/
+3
*
Implement update-deps and disable auto update
Tuncer Ayaz
2010-12-17
1
-0
/
+1
*
Add possibility to specify rebar config for the "main" application
Anders
2010-11-09
1
-6
/
+13
*
Improve error logging when running a command fails
Andrew Thompson
2010-10-29
1
-2
/
+5
*
Tidier improvements
Kostis Sagonas
2010-10-26
1
-9
/
+10
*
Refactor Dialyzer support to make it more usable
Tuncer Ayaz
2010-10-25
1
-3
/
+3
*
Dialyzer related cleanups
Kostis Sagonas
2010-10-10
1
-3
/
+3
*
Fix dialyzer warning. Thanks Kostis
Tuncer Ayaz
2010-10-01
1
-1
/
+1
*
Fix another filename:join/2 warning. Thanks Kostis
Tuncer Ayaz
2010-10-01
1
-1
/
+1
*
Remove 'install' from available commands list
Tuncer Ayaz
2010-08-25
1
-1
/
+0
*
Warn when a command is not implemented. Fail when no supplied commands are im...
Andrew Thompson
2010-07-25
1
-1
/
+21
*
Fix bug 629; updated help for new common_test command
Dave Smith
2010-08-20
1
-4
/
+1
*
Fix bug 438; add support for listing available templates
Dave Smith
2010-08-20
1
-0
/
+1
*
Document doc command
Tuncer Ayaz
2010-06-30
1
-0
/
+2
*
Add support for embedding VCS info into the version data
Dave Smith
2010-06-22
1
-1
/
+5
*
Change semantics of skip_deps=true such that deps still get pre/post processe...
Dave Smith
2010-06-21
1
-10
/
+48
*
Bugfix call to lists:member/2 in ulist/2
Klas Johansson
2010-06-19
1
-1
/
+1
*
Re-adding support for plugin modules
Dave Smith
2010-06-09
1
-1
/
+39
*
Heavy-duty refactor to support truly transitive dependencies
Dave Smith
2010-06-09
1
-127
/
+66
*
Slightly different fix for bug#5 that avoids running preprocess twice
Dave Smith
2010-06-08
1
-15
/
+3
*
Adding rt for bug 5
Dave Smith
2010-06-04
1
-7
/
+8
*
Minor cleanup of acc_modules for readability
Dave Smith
2010-06-03
1
-5
/
+7
*
Refactor/simplify things since we only run one command at a time (versus a st...
Dave Smith
2010-06-03
1
-26
/
+23
*
merge ssh://hg@bitbucket.org/basho/rebar
Bob Ippolito
2010-05-15
1
-1
/
+1
|
\
|
*
comment typo
Bob Ippolito
2010-05-08
1
-1
/
+1
|
*
Make 'command does not apply' warning into a warning
Jeremy Raymond
2010-05-11
1
-1
/
+1
*
|
include source path in compiler errors, process commands separately (to make ...
Bob Ippolito
2010-05-15
1
-32
/
+72
*
|
run plugins once, do not run as a preprocessor, add ebin to path early
Bob Ippolito
2010-05-11
1
-10
/
+37
[next]