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_prv_compile.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
add config option artifacts
Tristan Sloughter
2015-06-02
1
-0
/
+13
*
keep all_deps list in state created for building deps
Tristan Sloughter
2015-05-30
1
-4
/
+7
*
Merge pull request #487 from ferd/fix-provider-bareness
Tristan Sloughter
2015-05-30
1
-1
/
+1
|
\
|
*
fix bareness issues
Fred Hebert
2015-05-31
1
-1
/
+1
*
|
store plugin providers in app_info's state for deps
Tristan Sloughter
2015-05-28
1
-1
/
+0
*
|
fix for plugin installation and code paths
Tristan Sloughter
2015-05-27
1
-0
/
+3
*
|
move handling of undefined app state to function
Tristan Sloughter
2015-05-22
1
-9
/
+1
|
/
*
run hooks when building plugins
Tristan Sloughter
2015-05-21
1
-8
/
+7
*
Merge pull request #443 from kovyl2404/singleapp-project-duplicated-hook
Fred Hebert
2015-05-21
1
-1
/
+1
|
\
|
*
Properly reset hooks for single-app project
Viacheslav V. Kovalev
2015-05-21
1
-1
/
+1
*
|
don't add `{extra_src_dirs, ["test"]}` to `test` profile
alisdair sullivan
2015-05-20
1
-1
/
+1
*
|
methods for retrieving `src_dirs` and `extra_src_dirs`
alisdair sullivan
2015-05-19
1
-3
/
+1
|
/
*
generalize the "test" special dir into an {extra_src_dirs, [...]} option
alisdair sullivan
2015-05-16
1
-2
/
+3
*
real bootstrapping
Tristan Sloughter
2015-04-22
1
-2
/
+1
*
track and cleanup code paths for different contexts
Tristan Sloughter
2015-04-21
1
-2
/
+9
*
run project wide pre-compile hooks after deps have compiled
Tristan Sloughter
2015-04-20
1
-2
/
+3
*
don't duplicate hooks for top level app
Tristan Sloughter
2015-04-19
1
-7
/
+4
*
update project_apps and state before running post hooks
Tristan Sloughter
2015-04-17
1
-2
/
+4
*
include applications list in compile sort
Tristan Sloughter
2015-04-15
1
-2
/
+3
*
Merge pull request #320 from tsloughter/dep_plugins
Fred Hebert
2015-04-05
1
-9
/
+13
|
\
|
*
swich clean and compile to use macro provider in hook run
Tristan Sloughter
2015-04-04
1
-4
/
+4
|
*
install dep plugins & run provider hooks the same as shell hooks
Tristan Sloughter
2015-04-04
1
-9
/
+13
*
|
Provide descriptions for all tasks
Fred Hebert
2015-04-04
1
-1
/
+1
|
/
*
get rid of compile workers
Tristan Sloughter
2015-03-12
1
-34
/
+15
*
set jobs for all compile jobs
Tristan Sloughter
2015-03-12
1
-9
/
+12
*
compile source from the symlinked directories under `_build` to
alisdair sullivan
2015-03-08
1
-5
/
+7
*
update all examples in providers to use rebar3
Tristan Sloughter
2015-03-07
1
-1
/
+1
*
include test dir in symlinks
Tristan Sloughter
2015-03-01
1
-1
/
+1
*
copy all files from ebin to build output ebin if exists
Tristan Sloughter
2015-02-28
1
-7
/
+8
*
use relative path on non-windows and copy if link fails
Tristan Sloughter
2015-02-28
1
-2
/
+6
*
include link to src in outdir for R15 cover/xref
Tristan Sloughter
2015-02-28
1
-1
/
+2
*
copy project apps to deps output dir for compilation
Tristan Sloughter
2015-02-28
1
-3
/
+27
*
update project app list with new appinfo records after build
Tristan Sloughter
2015-02-19
1
-21
/
+23
*
clean up and better error messages when validating apps
Tristan Sloughter
2015-01-24
1
-2
/
+7
*
overrides working except for transitive dep inheritance with lock file
Tristan Sloughter
2014-12-30
1
-2
/
+7
*
move dir functions from utils to new module rebar_dir
Tristan Sloughter
2014-12-01
1
-1
/
+1
*
move deps_to_build out of config dict of state
Tristan Sloughter
2014-12-01
1
-1
/
+1
*
set REBAR_DEPS_DIR in hooks env and run pre_compile hooks before deps compile
Tristan Sloughter
2014-11-22
1
-2
/
+2
*
move back to using format_error/1
Tristan Sloughter
2014-11-09
1
-5
/
+6
*
add deps to code paths after build so available to other deps
Tristan Sloughter
2014-11-08
1
-1
/
+2
*
handle throw by relx
Tristan Sloughter
2014-11-08
1
-1
/
+1
*
run legacy hooks for clean task
Tristan Sloughter
2014-11-02
1
-25
/
+4
*
add --all option to clean
Tristan Sloughter
2014-11-02
1
-1
/
+1
*
refactoring build loop
Tristan Sloughter
2014-11-01
1
-20
/
+15
*
reset hooks for project apps so they are only run once
Tristan Sloughter
2014-11-01
1
-3
/
+7
*
run legacy style hooks for compile provider
Tristan Sloughter
2014-11-01
1
-2
/
+32
*
only pass current project state as state for project apps
Tristan Sloughter
2014-11-01
1
-1
/
+13
*
add format_error/2 provider callback to providers
Tristan Sloughter
2014-10-22
1
-0
/
+5
*
remove unused utils functions
Tristan Sloughter
2014-10-16
1
-2
/
+3
*
fix compile task help msg
Tristan Sloughter
2014-10-10
1
-1
/
+1
[next]