summaryrefslogtreecommitdiff
path: root/src/rebar.erl
Commit message (Expand)AuthorAgeFilesLines
* Revert "Drop crypto app reliance"Tuncer Ayaz2017-08-201-0/+6
* Merge pull request #642 from tuncer/profile-logLuis Rascão2017-08-191-3/+0
|\
| * Remove profiler noteTuncer Ayaz2017-08-191-3/+0
* | Drop crypto app relianceTuncer Ayaz2017-08-181-6/+0
|/
* Remove superfluous space in unabbrev error msgTuncer Ayaz2016-09-161-1/+1
* Introduce and use compat random number moduleTuncer Ayaz2016-08-061-0/+3
* Introduce REBAR_VSN_CACHE_FILE env variable to load/save vsn cacheMatwey V. Kornilov2016-03-181-1/+2
* Introduce REBAR_DEPS_PREFER_LIBS env variable to alter search behaviourMatwey V. Kornilov2016-03-141-1/+5
* fprof: further document Cachegrind supportLuis Rascão2015-10-191-2/+2
* fprof: document Cachegrind supportTuncer Ayaz2015-10-141-1/+3
* Start using memoization serverTuncer Ayaz2015-06-121-0/+6
* Merge pull request #460 from tuncer/dialyzerFred Hebert2015-05-291-0/+10
|\
| * Add Dialyzer pluginTuncer Ayaz2015-05-221-0/+10
* | Add options 'groups' and 'cases' to 'ct' commandDanil Onishchenko2015-05-271-1/+1
|/
* Print more info when profilingTuncer Ayaz2015-03-081-1/+6
* Document recursive_cmds in -r help string as wellTuncer Ayaz2015-01-141-1/+5
* Generate cachegrind file if erlgrind is availableTuncer Ayaz2014-12-081-2/+13
* Implement eflame -p/--profile supportTuncer Ayaz2014-10-291-8/+42
* improve behaviour of `rebar shell`alisdair sullivan2014-05-261-0/+3
* Document require_*_vsn optionsTuncer Ayaz2014-03-121-0/+6
* Document skip_apps= and apps=Tuncer Ayaz2014-03-121-1/+4
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-111-7/+20
* docs: fix #228Tuncer Ayaz2014-02-251-5/+6
* Mention rebar -c/--commandsTuncer Ayaz2014-02-241-0/+2
* Document support for abbreviated commandsTuncer Ayaz2014-02-241-0/+10
* Add documentationadt-random-suite-orderAndrew Thompson2014-02-071-0/+2
* allow suite[s] or test[s] as options for eunit and ctAndrew J. Stone2014-02-051-31/+31
* Merge pull request #191 from tuncer/rename-modulesJared Morrow2014-01-141-5/+5
|\
| * Fix #187 (rename getopt to rebar_getopt)Tuncer Ayaz2014-01-011-5/+5
* | Print a more appropriate message on 'rebar info'Tuncer Ayaz2014-01-011-1/+3
|/
* Add command to rebar:command_names/0Pierre Fenoll2013-12-191-0/+1
* Add a library templatePierre Fenoll2013-12-191-0/+1
* Fix is_verbose/1 helper functionTuncer Ayaz2013-12-061-14/+21
* Change default log level to 'warn' and introduce -q/--quietTuncer Ayaz2013-12-061-9/+16
* Make list of commands (for unabbreviation) easier to maintainTuncer Ayaz2013-12-041-5/+26
* Document 'rebar help <CMD1> <CMD2>'Tuncer Ayaz2013-06-291-0/+3
* Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-11/+45
* Document escriptize commandTuncer Ayaz2012-11-191-3/+6
* Fix Dialyzer warning in rebar:run/2Tuncer Ayaz2012-11-111-1/+1
* Expose Erlang API for invoking rebarDave Smith2012-11-061-0/+7
* Fix fprof use (-p/--profile)Tuncer Ayaz2012-09-261-4/+3
* Cleanup and commentTuncer Ayaz2012-08-201-7/+10
* Add experimental tests= filter without eunit suitesRoberto Ostinelli2012-08-201-0/+5
* Add experimental tests= filter for eunit suitesRoberto Ostinelli2012-08-111-1/+3
* Replace test-compile with compile_only=true optionTuncer Ayaz2012-08-091-3/+1
* Fix -c typo (Noticed-by: Joe Norton)Tuncer Ayaz2012-07-281-1/+1
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-4/+7
* Add 'eunit-compile' cmd (Suggested-by: Joe Norton)Tuncer Ayaz2012-07-231-4/+4
* Do not use application:set_envTuncer Ayaz2012-07-231-87/+106
* Remove shared stateTuncer Ayaz2012-07-131-7/+6