summaryrefslogtreecommitdiff
path: root/rebar.config
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* switch to https for getopt so github account isn't neededTristan Sloughter2014-10-171-1/+1
|
* move providers to separate appTristan Sloughter2014-10-031-5/+6
|
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-0/+6
|
* add rebar providers create and plugin inclusion with providersTristan Sloughter2014-09-191-17/+3
|
* wip: move to erlydtl for rebar templatesTristan Sloughter2014-09-171-0/+3
|
* rename escript to rebar3Tristan Sloughter2014-09-161-0/+1
|
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-1/+2
|
* quick and dirty fix for proper dep compilatoin orderTristan Sloughter2014-08-281-0/+2
|
* refactoring and remove unused providers for nowTristan Sloughter2014-08-231-1/+1
|
* large refactoringTristan Sloughter2014-08-161-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 Ayaz2014-07-131-1/+1
|
* Remove warnings_as_errors from rebar.configTuncer Ayaz2014-07-011-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 inconsistenciesTuncer Ayaz2014-06-291-4/+10
| | | | | * fix overlong lines * where appropriate use %% instead of %
* Fix build for 17.0 using the solutiong proposed by @tsloughterMatwey V. Kornilov2014-06-081-1/+5
| | | | We use namespaced_types option to choose between dict() and dict:dict() types.
* rebar.config: delete unused and unimplemented 'app_bin' optionTuncer Ayaz2012-11-191-1/+0
| | | | | app_bin option was used by the install command which has been removed in 51ed787.
* Add diameter exclusions to xrefDave Smith2012-11-121-1/+4
|