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_otp_app.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid guessing on utf8 decoding of app files
Fred Hebert
2017-10-13
1
-1
/
+1
*
Add a description in compiled app file if undef
Fred Hebert
2017-10-04
1
-1
/
+13
*
Unicode support in all the places
Fred Hebert
2017-08-06
1
-4
/
+4
*
handle case that upgraded app no longer has .app.src file
Tristan Sloughter
2015-09-20
1
-12
/
+7
*
wip: move state into app_info
Tristan Sloughter
2015-08-31
1
-8
/
+8
*
include app.src.script in app discover and always use if available
Tristan Sloughter
2015-07-26
1
-5
/
+12
*
check format of config file and print the bad section in the error
Tristan Sloughter
2015-06-18
1
-1
/
+1
*
format file read error in otp_app module
Tristan Sloughter
2015-05-22
1
-1
/
+1
*
improve error message fo rmissing app or app.src file
Tristan Sloughter
2015-05-22
1
-5
/
+5
*
methods for retrieving `src_dirs` and `extra_src_dirs`
alisdair sullivan
2015-05-19
1
-3
/
+2
*
generalize the "test" special dir into an {extra_src_dirs, [...]} option
alisdair sullivan
2015-05-16
1
-5
/
+16
*
Use resource handlers to deal with deps/semver
Fred Hebert
2015-05-05
1
-3
/
+4
*
real bootstrapping
Tristan Sloughter
2015-04-22
1
-1
/
+0
*
track and cleanup code paths for different contexts
Tristan Sloughter
2015-04-21
1
-4
/
+0
*
symlink extra test dirs and compile from there instead of from
alisdair sullivan
2015-03-08
1
-1
/
+1
*
switch from loading modules to read compile info to using `beam_lib`
alisdair sullivan
2015-03-05
1
-15
/
+7
*
change from post-purging modules after checking their module info to
alisdair sullivan
2015-03-03
1
-4
/
+8
*
exclude beams compiled from source in `test` from the .app file
alisdair sullivan
2015-03-02
1
-4
/
+22
*
output proper error message for missing app file
Tristan Sloughter
2015-02-28
1
-3
/
+10
*
copy project apps to deps output dir for compilation
Tristan Sloughter
2015-02-28
1
-5
/
+7
*
consolidate app validation and exist checks
Tristan Sloughter
2015-02-22
1
-38
/
+48
*
update project app list with new appinfo records after build
Tristan Sloughter
2015-02-19
1
-0
/
+1
*
use processed app file for validation
Tristan Sloughter
2015-01-26
1
-1
/
+1
*
refactor rebar_otp_app for smaller/cleaner functions
Tristan Sloughter
2015-01-26
1
-26
/
+33
*
clean up and better error messages when validating apps
Tristan Sloughter
2015-01-24
1
-87
/
+44
*
handle throw by relx
Tristan Sloughter
2014-11-08
1
-9
/
+9
*
remove more code that can be brought back later if needed
Tristan Sloughter
2014-08-30
1
-1
/
+1
*
start of moving to splitting state from config parsing
Tristan Sloughter
2014-08-17
1
-3
/
+2
*
add rebar update provider
Tristan Sloughter
2014-08-16
1
-2
/
+3
*
replace logging with ec_cmd_log from erlware_commons
Tristan Sloughter
2014-08-16
1
-1
/
+1
*
large refactoring
Tristan Sloughter
2014-08-16
1
-21
/
+23
*
Merge pull request #37 from nox/force-registered
Dave Smith
2013-06-16
1
-1
/
+14
|
\
|
*
Ensure we always have a `registered` value in `.app` files
Anthony Ramine
2012-12-07
1
-1
/
+14
*
|
Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg
Tuncer Ayaz
2012-12-31
1
-1
/
+19
|
/
*
Do not rewrite .app file if it didn't change
Lev Walkin
2012-08-08
1
-1
/
+1
*
Fix R13B03 build (Reported-by: Sergey Nartimov)
Tuncer Ayaz
2012-07-28
1
-4
/
+4
*
Remove shared state
Tuncer Ayaz
2012-07-13
1
-17
/
+17
*
Remove ?FAIL in favor of ?ABORT
Dave Smith
2012-06-08
1
-4
/
+4
*
Fix logging (reported-by Sergey Yelin)
Tuncer Ayaz
2011-07-04
1
-1
/
+1
*
Expand {vsn,git} in app.src to git-describe output
Adam Kocoloski
2011-02-17
1
-1
/
+6
*
Clean up code
Tuncer Ayaz
2011-02-06
1
-23
/
+31
*
Clean up emacs file local variables
Tuncer Ayaz
2011-01-31
1
-1
/
+1
*
Adding support for app_vars in external file
Dave Smith
2010-12-20
1
-5
/
+23
*
Fix code clarity
Tuncer Ayaz
2010-12-07
1
-3
/
+3
*
Stop clean from erroring if there's no .app file
Andrew Thompson
2010-10-29
1
-1
/
+9
*
Dialyzer related cleanups
Kostis Sagonas
2010-10-10
1
-3
/
+2
*
Made OTP app module validation optional
Dave Smith
2010-10-10
1
-2
/
+11
*
Removing 'install' command; semantics were poorly defined could damage a typi...
Dave Smith
2010-08-20
1
-80
/
+1
*
Fixed problem where install was broken when the .app file is generated from
Chris Chew
2010-06-07
1
-3
/
+13
*
Slightly different fix for bug#5 that avoids running preprocess twice
Dave Smith
2010-06-08
1
-0
/
+4
[next]