Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update erlydtl to latest release | Tristan Sloughter | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | support for provider_hooks in config | Tristan Sloughter | 2015-01-31 | 1 | -1/+1 |
| | |||||
* | no more mode minimal | Tristan Sloughter | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | add emulator args to escript for faster load time | Tristan Sloughter | 2015-01-24 | 1 | -0/+1 |
| | |||||
* | replace single profile atom in providers with list of profiles | Tristan Sloughter | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | set deps back to tsloughter/providers and erlware/relx | Tristan Sloughter | 2014-12-21 | 1 | -4/+4 |
| | |||||
* | Add support for namespace-based metacommands | Fred Hebert | 2014-12-21 | 1 | -2/+2 |
| | | | | And more general namespace support | ||||
* | use PRV_ERROR to wrap a provider error in {error, {?MODULE, ...}} | Tristan Sloughter | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | Initial tests for dependency resolving | Fred Hebert | 2014-12-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | - Reworked the helpers for existing suites and expanded them - Created a mock git resource module to test for its dependency fetching - Added a test suite for dependency resolving with first checks for common cases (https://gist.github.com/ferd/197cc5c0b85aae370436) Left to do would include: - Verify warnings - Verify failures - Verify dependency updates resolving | ||||
* | revert test changes to rebar.config | Tristan Sloughter | 2014-11-29 | 1 | -18/+5 |
| | |||||
* | wip: profiles | Tristan Sloughter | 2014-11-29 | 1 | -7/+11 |
| | |||||
* | fix plugin module template, add merl to escript, upgrade erlydtl | Tristan Sloughter | 2014-11-23 | 1 | -1/+4 |
| | |||||
* | Fix dialyzer to work on rebar | James Fish | 2014-11-22 | 1 | -0/+2 |
| | | | | | | | code:lib_dir/1,2 can return archive directory for rebar escript archive applications, rather than the application's directory in the project. Add dependencies not listed in `applications` to `dialyzer_plt_apps`. | ||||
* | Remove inets from escript | James Fish | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | fix callback r14 support | Tristan Sloughter | 2014-11-18 | 1 | -1/+2 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -3/+3 |
| | |||||
* | update package update provider | Tristan Sloughter | 2014-11-08 | 1 | -2/+0 |
| | |||||
* | switch back to erlware relx repo | Tristan Sloughter | 2014-11-07 | 1 | -1/+1 |
| | |||||
* | fix tar provider to pass release and tar to relx as 2 commands | Tristan Sloughter | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | update config deps and support semver in app vsn | Tristan Sloughter | 2014-11-03 | 1 | -7/+11 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -3/+3 |
| | |||||
* | switch to https for getopt so github account isn't needed | Tristan Sloughter | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -5/+6 |
| | |||||
* | more dialyzer fun. no likey opaque types | Tristan Sloughter | 2014-09-21 | 1 | -0/+6 |
| | |||||
* | add rebar providers create and plugin inclusion with providers | Tristan Sloughter | 2014-09-19 | 1 | -17/+3 |
| | |||||
* | wip: move to erlydtl for rebar templates | Tristan Sloughter | 2014-09-17 | 1 | -0/+3 |
| | |||||
* | rename escript to rebar3 | Tristan Sloughter | 2014-09-16 | 1 | -0/+1 |
| | |||||
* | remove more code that can be brought back later if needed | Tristan Sloughter | 2014-08-30 | 1 | -1/+2 |
| | |||||
* | quick and dirty fix for proper dep compilatoin order | Tristan Sloughter | 2014-08-28 | 1 | -0/+2 |
| | |||||
* | refactoring and remove unused providers for now | Tristan Sloughter | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 1 | -0/+9 |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | ||||
* | Fix typo s/of/on/ | Tuncer Ayaz | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | Remove warnings_as_errors from rebar.config | Tuncer Ayaz | 2014-07-01 | 1 | -2/+1 |
| | | | | | rebar's beam files are actually compiled by bootstrap's call to make:files/2, so warnings_as_errors in rebar.config isn't really used. | ||||
* | Fix a few minor formatting inconsistencies | Tuncer Ayaz | 2014-06-29 | 1 | -4/+10 |
| | | | | | * fix overlong lines * where appropriate use %% instead of % | ||||
* | Fix build for 17.0 using the solutiong proposed by @tsloughter | Matwey V. Kornilov | 2014-06-08 | 1 | -1/+5 |
| | | | | We use namespaced_types option to choose between dict() and dict:dict() types. | ||||
* | rebar.config: delete unused and unimplemented 'app_bin' option | Tuncer Ayaz | 2012-11-19 | 1 | -1/+0 |
| | | | | | app_bin option was used by the install command which has been removed in 51ed787. | ||||
* | Add diameter exclusions to xref | Dave Smith | 2012-11-12 | 1 | -1/+4 |
| | |||||
* | Use R15B02 EUnit {test,M,F} primitive as suggested by Richard Carlsson | Tuncer Ayaz | 2012-09-06 | 1 | -1/+0 |
| | |||||
* | Update custom xref query | Tuncer Ayaz | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | Update custom xref query (eunit_test calls) | Tuncer Ayaz | 2012-08-31 | 1 | -0/+2 |
| | | | | | eunit_test:function_wrapper/2 was renamed to eunit:mf_wrapper/2 in R15B02. Ignore both calls like we do with escript:foldl/3. | ||||
* | Change escript zip archive creation as suggested by Siri Hansen | Tuncer Ayaz | 2012-08-11 | 1 | -1/+0 |
| | | | | | | | | 1. manually insert directory entries to work around issues fixed in R15B02 erl_prim_loader 2. put the escript archive's beams in appname/appname/ebin Tested with R13B03 and R15B01. | ||||
* | No need to re-specify default escript_shebang in rebar.config | Tuncer Ayaz | 2012-07-30 | 1 | -1/+0 |
| | |||||
* | Use [{File,Bin}, ...] in escriptize zip:create | Tuncer Ayaz | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Add missing escriptize comments | Tuncer Ayaz | 2012-06-17 | 1 | -0/+2 |
| | |||||
* | Extend escriptize and reuse in bootstrap | Tuncer Ayaz | 2012-06-14 | 1 | -0/+3 |
| | |||||
* | Update filter list for custom xref query | Amit Kapoor | 2012-04-04 | 1 | -2/+7 |
| | | | | | | | Rebar has support for optional compilers built-in. These compilers might not be installed causing xref to return errors for the undefined external function calls query. The updated filter list will catch this error and act as a nop if they are installed. | ||||
* | Add support for custom xref queries | Amit Kapoor | 2012-04-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | The custom queries are configured in rebar.config via the tuple {xref_queries, [{query(), query_result()},...]}. The implementation passes the query() string to xref:q and compares the return value with query_result(). It will result in an error if they do not match. The following configuration, for example, is the same as running the xref check undefined_function_calls. It additionally filters ejabberd_logger:*_msg/4 from the result as these functions are generated on execution by ejabberd and not available at compile time. {xref_queries, [{"(XC - UC) || (XU - X - B - (\"ejabberd_logger\":\".*_msg\"/\"4\"))",[]}]}. This patch also modifies the build process of this package by running a custom query instead of doing a diff against a static xref_warning file. | ||||
* | Add file local variables where appropriate | Piotr Usewicz | 2011-04-15 | 1 | -0/+3 |
| | |||||
* | Use warnings_as_errors instead of fail_on_warning | Tuncer Ayaz | 2011-04-07 | 1 | -1/+1 |
| | |||||
* | Make debug_info default | Tuncer Ayaz | 2011-03-30 | 1 | -1/+1 |
| | | | | | Add no_debug_info option. Remove debug_info=1 option. |