summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #948 from toland/fix_mib_compilerFred Hebert2015-12-011-4/+8
|\
| * Added tests and fixed a bugPhil Toland2015-12-011-1/+1
| * Fix a small bug in the MIB compiler when building dependenciesPhil Toland2015-11-301-4/+8
* | Default to no eunit formatter if verbose specifiedJulian Squires2015-12-011-1/+2
* | fetch eunit_formatters config not from the command args but from the configTristan Sloughter2015-11-301-1/+1
|/
* auto-update the registry if a pkg isn't found, fail if it still isn't foundTristan Sloughter2015-11-291-4/+28
* special handling of relx configs in profilesTristan Sloughter2015-11-262-22/+3
* preserve attributes when copying files in rebar_utils:cp_r for unixTristan Sloughter2015-11-251-1/+1
* if a provider of the same namespace and name already exists, skip adding new ...Tristan Sloughter2015-11-232-1/+19
* Handle force flags in leading positionFred Hebert2015-11-191-1/+5
* only add package list of versions to registry if it has the right buildtool s...Tristan Sloughter2015-11-171-2/+14
* error on ct/eunit argument errors instead of warningalisdair sullivan2015-11-152-137/+186
* warn on incorrectly specified test options in `rebar.config`alisdair sullivan2015-11-142-14/+47
* Fix error reports on missing include pathsFred Hebert2015-11-141-1/+1
* Back to git versions for sourceFred Hebert2015-11-141-1/+1
* Bump to beta-4Fred Hebert2015-11-141-1/+1
* Fix IO locking up in shell appsFred Hebert2015-11-141-5/+19
* Merge pull request #918 from tsloughter/eunit_formattersFred Hebert2015-11-132-4/+16
|\
| * add space before end so eyes don't bleedTristan Sloughter2015-11-131-1/+1
| * include Sean Cribbs eunit formatter by defaultTristan Sloughter2015-11-132-4/+16
* | Feature: rebar shell [--script <FILE>]Geoff Cant2015-11-131-29/+131
|/
* Merge pull request #917 from ferd/ct-readableFred Hebert2015-11-132-2/+36
|\
| * Optionally disable readable outputFred Hebert2015-11-131-10/+26
| * Add cth_readable to dep listFred Hebert2015-11-131-0/+1
| * Prettify all of common test output.Fred Hebert2015-11-131-2/+19
* | fix typo of guarantee. h/t evanTristan Sloughter2015-11-121-1/+1
|/
* do not sort mib_first_files during merge_opts, order must be keptTristan Sloughter2015-11-071-0/+4
* calculate coverage info as late as possible in ct provider executionalisdair sullivan2015-11-051-3/+4
* Merge pull request #905 from talentdeficit/cover_fixesTristan Sloughter2015-11-041-14/+18
|\
| * fixes for cover under new compiler/eunit/ctalisdair sullivan2015-11-011-14/+18
* | add warning about `auto_compile`alisdair sullivan2015-11-021-3/+10
* | reenable support for most command line options and rename `ct_tests` to `ct_o...alisdair sullivan2015-11-011-8/+35
* | support atom suites in `ct_tests`alisdair sullivan2015-11-011-17/+29
* | refactor `rebar_prv_common_test`alisdair sullivan2015-11-011-373/+311
* | Merge pull request #906 from tsloughter/plugins_list_fixFred Hebert2015-11-011-12/+15
|\ \
| * | fix #903: use app discover of entire plugins dir when listingTristan Sloughter2015-11-011-12/+15
* | | Merge pull request #900 from fishcakez/dialyzer-missingTristan Sloughter2015-11-011-5/+16
|\ \ \
| * | | Rebuild PLT when beams no longer existJames Fish2015-10-311-5/+16
* | | | add an option to soft purge rather than purge old codealisdair sullivan2015-11-013-10/+12
| |_|/ |/| |
* | | Merge pull request #895 from talentdeficit/delay_eunit_validationFred Hebert2015-11-011-23/+24
|\ \ \
| * | | delay validation of eunit tests until just before runningalisdair sullivan2015-10-301-23/+24
| | |/ | |/|
* | | prevent rebar3 from reloading it's own path and terminating itselfalisdair sullivan2015-10-311-1/+7
* | | Merge pull request #896 from talentdeficit/test_bootstrapTristan Sloughter2015-10-312-21/+23
|\ \ \ | |_|/ |/| |
| * | move test profile bootstrap into corealisdair sullivan2015-10-302-21/+23
| |/
* | dedup `src_dirs` and `extra_src_dirs` on readalisdair sullivan2015-10-301-3/+3
|/
* only clean project apps once even when doing --allTristan Sloughter2015-10-271-8/+8
* Merge pull request #883 from talentdeficit/erlc_compiler_refactorTristan Sloughter2015-10-277-229/+430
|\
| * remove unnecessary filtering of checkapps from project apps in `rebar_prv_eunit`alisdair sullivan2015-10-261-16/+4
| * restore debug calls to `rebar_erlc_compiler` and `rebar_prv_eunit`alisdair sullivan2015-10-262-9/+11
| * refactor `rebar_erlc_compiler`alisdair sullivan2015-10-267-209/+427