summaryrefslogtreecommitdiff
path: root/rebar.config
Commit message (Collapse)AuthorAgeFilesLines
...
* Bumped relx to 3.4.0 and erlware_commons to 0.15.0Joe DeVivo2015-07-211-2/+2
|
* add ssl cert validation, unless OTP version is too oldTristan Sloughter2015-07-181-0/+1
|
* upgrade erlware_commons, bbmustache and relxTristan Sloughter2015-07-081-3/+3
|
* formatting of configTristan Sloughter2015-06-291-16/+13
|
* Revert "disable ctrl-c interrupt in shell for escript"Tristan Sloughter2015-06-281-1/+1
| | | | This reverts commit 40ee6d95e103f29c89c8a17c300c30448061c287.
* disable ctrl-c interrupt in shell for escriptTristan Sloughter2015-06-271-1/+1
|
* add relup provider and update relxTristan Sloughter2015-06-261-1/+1
|
* use packages for deps and add dialyze profileTristan Sloughter2015-06-211-15/+22
|
* use bbmustache packageTristan Sloughter2015-06-211-13/+4
|
* improve escriptize providerTristan Sloughter2015-06-021-3/+0
|
* fix bareness issuesFred Hebert2015-05-311-1/+1
| | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden.
* update relx version. fixes #434Tristan Sloughter2015-05-181-1/+1
|
* store hex package downloads in shared cache dirTristan Sloughter2015-05-121-3/+1
|
* update mustache to v0.3.0 and relx to 2.0.0Tristan Sloughter2015-05-081-5/+21
|
* Merge pull request #393 from tsloughter/no_debug_infoFred Hebert2015-05-081-4/+4
|\ | | | | no_debug_info brings down size of escript from 757K to 549K
| * include debug_info when running tests of rebar3Tristan Sloughter2015-05-071-3/+3
| |
| * no_debug_info brings down size of escript from 757K to 549KTristan Sloughter2015-05-051-1/+1
| |
* | switch to soranoba's mustache repoTristan Sloughter2015-05-081-3/+3
| |
* | use mustache as a depTristan Sloughter2015-05-061-1/+5
|/
* include relx templates in escriptTristan Sloughter2015-05-041-1/+3
|
* only fetch branch needed, remove rebar_vsn_plugins from erlware_commonsTristan Sloughter2015-05-031-1/+1
|
* remove use of erlydtl in rebarTristan Sloughter2015-04-291-27/+6
|
* Re-add escript_incl_extra, for templatesRichard Jones2015-04-231-0/+3
| | | | | Fixes regression from https://github.com/rebar/rebar3/commit/3a63bec39fde05dcddf3f693dd780879662b599c#diff-31d7a50c99c265ca2793c20961b60979L4 which meant listing templates doesn't work (rebar3 new help)
* real bootstrappingTristan Sloughter2015-04-221-19/+46
|
* include applications list in compile sortTristan Sloughter2015-04-151-1/+1
|
* Support namespaces in help searchFred Hebert2015-04-041-1/+1
|
* Revert "disable smp in escript"Fred Hebert2015-03-091-1/+1
|
* disable smp in escriptTristan Sloughter2015-03-091-1/+1
|
* update erlydtl compiler to output to _build, add simple testTristan Sloughter2015-03-071-1/+1
|
* update erlydtl to latest releaseTristan Sloughter2015-02-021-1/+1
|
* support for provider_hooks in configTristan Sloughter2015-01-311-1/+1
|
* no more mode minimalTristan Sloughter2015-01-281-1/+1
|
* add emulator args to escript for faster load timeTristan Sloughter2015-01-241-0/+1
|
* replace single profile atom in providers with list of profilesTristan Sloughter2015-01-111-1/+1
|
* set deps back to tsloughter/providers and erlware/relxTristan Sloughter2014-12-211-4/+4
|
* Add support for namespace-based metacommandsFred Hebert2014-12-211-2/+2
| | | | And more general namespace support
* use PRV_ERROR to wrap a provider error in {error, {?MODULE, ...}}Tristan Sloughter2014-12-071-1/+1
|
* Initial tests for dependency resolvingFred Hebert2014-12-041-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.configTristan Sloughter2014-11-291-18/+5
|
* wip: profilesTristan Sloughter2014-11-291-7/+11
|
* fix plugin module template, add merl to escript, upgrade erlydtlTristan Sloughter2014-11-231-1/+4
|
* Fix dialyzer to work on rebarJames Fish2014-11-221-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 escriptJames Fish2014-11-201-1/+1
|
* fix callback r14 supportTristan Sloughter2014-11-181-1/+2
|
* move back to using format_error/1Tristan Sloughter2014-11-091-3/+3
|
* update package update providerTristan Sloughter2014-11-081-2/+0
|
* switch back to erlware relx repoTristan Sloughter2014-11-071-1/+1
|
* fix tar provider to pass release and tar to relx as 2 commandsTristan Sloughter2014-11-031-1/+1
|
* update config deps and support semver in app vsnTristan Sloughter2014-11-031-7/+11
|
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-3/+3
|