Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #176 from talentdeficit/no_unescessary_yrl_xrl_recompile | Tristan Sloughter | 2015-02-23 | 2 | -6/+53 | |
|\ \ | | | | | | | don't unescessarily recompile yrl/xrl files | |||||
| * | | don't unescessarily recompile yrl/xrl files | alisdair sullivan | 2015-02-22 | 2 | -6/+53 | |
|/ / | | | | | | | fixes #175 | |||||
* | | Merge pull request #173 from talentdeficit/empty_locks_fix | Tristan Sloughter | 2015-02-22 | 1 | -1/+1 | |
|\ \ | |/ |/| | don't attempt to merge locks when there are no dependencies | |||||
| * | don't attempt to merge locks when there are no dependencies | alisdair sullivan | 2015-02-22 | 1 | -1/+1 | |
|/ | | | | fixes #172 | |||||
* | Merge pull request #167 from tsloughter/release_tests | Fred Hebert | 2015-02-22 | 5 | -9/+94 | |
|\ | | | | | release and tar tests | |||||
| * | fix test, remove use of filelib:wildcard for R15 support | Tristan Sloughter | 2015-02-22 | 1 | -2/+2 | |
| | | ||||||
| * | release and tar tests | Tristan Sloughter | 2015-02-22 | 5 | -9/+94 | |
| | | ||||||
* | | Merge pull request #169 from tsloughter/app_info_cleanup | Fred Hebert | 2015-02-22 | 8 | -200/+90 | |
|\ \ | | | | | | | consolidate app validation and exist checks | |||||
| * | | remove unneeded get_modules_list function | Tristan Sloughter | 2015-02-22 | 1 | -17/+6 | |
| | | | ||||||
| * | | consolidate app validation and exist checks | Tristan Sloughter | 2015-02-22 | 8 | -199/+100 | |
|/ / | ||||||
* | | Merge pull request #171 from ferd/deps-refactoring | Tristan Sloughter | 2015-02-22 | 1 | -118/+131 | |
|\ \ | | | | | | | Refactor install deps | |||||
| * | | Reindent multiline assignment | Fred Hebert | 2015-02-22 | 1 | -11/+11 | |
| | | | ||||||
| * | | Pass in newer state reference | Fred Hebert | 2015-02-22 | 1 | -2/+1 | |
| | | | | | | | | | | | | Old one might have been a mistake; this one works fine. | |||||
| * | | Refactor install deps | Fred Hebert | 2015-02-22 | 1 | -118/+132 | |
| | | | | | | | | | | | | | | | | | | - Make functions shorter - Unnest some functions - Split up and give names to major conditional branches | |||||
* | | | makefile template fix | Tristan Sloughter | 2015-02-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #166 from tsloughter/xdg | Fred Hebert | 2015-02-21 | 11 | -46/+54 | |
|\ \ | | | | | | | follow xdg standard. fixes #122 | |||||
| * | | fix order of top_level_deps function in ugprade_SUITE | Tristan Sloughter | 2015-02-19 | 1 | -3/+3 | |
| | | | ||||||
| * | | update templates doc for xdg config dir changes | Tristan Sloughter | 2015-02-19 | 1 | -5/+5 | |
| | | | ||||||
| * | | follow xdg standard. fixes #122 | Tristan Sloughter | 2015-02-19 | 9 | -38/+46 | |
| | | | ||||||
* | | | Merge pull request #168 from tsloughter/cmake | Fred Hebert | 2015-02-21 | 2 | -0/+76 | |
|\ \ \ | |_|/ |/| | | cmake template | |||||
| * | | cmake template | Tristan Sloughter | 2015-02-21 | 2 | -0/+76 | |
|/ / | ||||||
* | | Merge pull request #155 from tsloughter/new_deps | Fred Hebert | 2015-02-19 | 3 | -16/+77 | |
|\ \ | | | | | | | check for newly added deps in the config file that aren't level 0 in lock | |||||
| * | | check for newly added deps in config file that aren't level 0 in the lock | Tristan Sloughter | 2015-02-19 | 3 | -16/+77 | |
| |/ | ||||||
* | | Merge pull request #165 from tsloughter/project_app_info | Fred Hebert | 2015-02-19 | 3 | -29/+32 | |
|\ \ | |/ |/| | update project app list with new appinfo records after build | |||||
| * | update project app list with new appinfo records after build | Tristan Sloughter | 2015-02-19 | 3 | -29/+32 | |
|/ | ||||||
* | Merge pull request #160 from tsloughter/sub_deps | Fred Hebert | 2015-02-19 | 4 | -16/+63 | |
|\ | | | | | use project sub-apps with deps in their rebar.config | |||||
| * | sort project apps before merging deps | Tristan Sloughter | 2015-02-19 | 3 | -13/+15 | |
| | | ||||||
| * | use project sub-apps with deps in their rebar.config | Tristan Sloughter | 2015-02-17 | 3 | -4/+49 | |
| | | ||||||
* | | Merge pull request #163 from talentdeficit/monitor_ct | Fred Hebert | 2015-02-18 | 1 | -2/+4 | |
|\ \ | | | | | | | fix error where an exception in ct could hang rebar by monitoring | |||||
| * | | fix error where an exception in ct could hang rebar by monitoring | alisdair sullivan | 2015-02-18 | 1 | -2/+4 | |
|/ / | | | | | | | the process where ct is performed | |||||
* | | Merge pull request #159 from talentdeficit/quiet_ct | Tristan Sloughter | 2015-02-17 | 1 | -8/+33 | |
|\ \ | | | | | | | suppress common_test output unless `rebar3 ct` is run with verbose switch | |||||
| * | | suppress common_test output unless `rebar3 ct` is run with verbose switch | alisdair sullivan | 2015-02-17 | 1 | -8/+33 | |
| |/ | ||||||
* | | Merge pull request #161 from talentdeficit/recompile_purge | Tristan Sloughter | 2015-02-17 | 1 | -2/+4 | |
|\ \ | |/ |/| | purge mods loaded during check to see if they need to be recompiled | |||||
| * | purge mods loaded during check to see if they need to be recompiled | alisdair sullivan | 2015-02-17 | 1 | -2/+4 | |
|/ | | | | during compile task before running subsequent tasks | |||||
* | Merge pull request #157 from talentdeficit/real_needs_recompile | Tristan Sloughter | 2015-02-17 | 2 | -11/+82 | |
|\ | | | | | check already compiled modules compile arguments against current compile arguments | |||||
| * | check already compiled modules compile arguments against current compile | alisdair sullivan | 2015-02-16 | 2 | -11/+82 | |
| | | | | | | | | arguments to ensure compile results as as intended | |||||
* | | Merge pull request #145 from tsloughter/hex | Tristan Sloughter | 2015-02-17 | 15 | -183/+374 | |
|\ \ | | | | | | | Replace package management with hex.pm | |||||
| * | | print error message suggesting to run rebar3 update if missing package index | Tristan Sloughter | 2015-02-17 | 1 | -0/+1 | |
| | | | ||||||
| * | | parse version constraints in hex registry for digraph | Tristan Sloughter | 2015-02-17 | 2 | -11/+53 | |
| | | | ||||||
| * | | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 14 | -157/+326 | |
| | | | ||||||
| * | | remove unused functions from app utils | Tristan Sloughter | 2015-02-17 | 1 | -26/+5 | |
|/ / | ||||||
* | | Merge pull request #156 from ferd/deps | Fred Hebert | 2015-02-16 | 3 | -189/+352 | |
|\ \ | | | | | | | Initial `deps` command | |||||
| * | | Initial `deps` command | Fred Hebert | 2015-02-16 | 3 | -189/+352 | |
|/ / | ||||||
* | | Merge pull request #154 from tsloughter/git_ref_needs_update | Fred Hebert | 2015-02-16 | 1 | -8/+15 | |
|\ \ | | | | | | | needs_update: on ref defined deps only have to match prefix if 7+ chars | |||||
| * | | needs_update: on ref defined deps only have to match prefix if 7+ chars | Tristan Sloughter | 2015-02-16 | 1 | -8/+15 | |
| | | | ||||||
* | | | Merge pull request #153 from fishcakez/dialyzer_no_defaults | Tristan Sloughter | 2015-02-16 | 1 | -7/+1 | |
|\ \ \ | |/ / |/| | | Dialyzer: Remove extra default warnings | |||||
| * | | Remove extra default warnings | James Fish | 2015-02-16 | 1 | -7/+1 | |
|/ / | | | | | | | | | | | It is not convenient for everyone to handle unmatched_returns and underspecs warnings. Extra default warnings are removed to match dialyzer's behaviour. | |||||
* | | Merge pull request #152 from fishcakez/dialyzer_plt_warnings | Tristan Sloughter | 2015-02-15 | 1 | -7/+27 | |
|\ \ | |/ |/| | Fix {dialyzer_plt_warnings, false} | |||||
| * | Fix dialyzer when only updating plt | James Fish | 2015-02-15 | 1 | -1/+1 | |
| | | | | | | | | Previously dialyzer would crash when not doing success typing analysis. | |||||
| * | Fix {dialyzer_plt_warnings, false} returning warnings | James Fish | 2015-02-14 | 1 | -6/+26 | |
|/ | | | | | | When dialyzer_plt_warnings is false no warnings should be returned when updating a PLT. Previously any callgraph warnings would be returned when updating a PLT regardless of the get_warnings option. |