summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
Commit message (Expand)AuthorAgeFilesLines
* Cleanup rebar_core and rebar_erlc_compilerTuncer Ayaz2012-11-151-15/+16
* Fix rebar_core:restore_code_path (Reported-by: Siri Hansen)Tuncer Ayaz2012-08-091-1/+3
* Only print absolute filename if not in base_dirTuncer Ayaz2012-08-051-4/+1
* Refactor setup_env rebar_config funsTuncer Ayaz2012-08-041-5/+5
* Fix R13B03 build (Reported-by: Sergey Nartimov)Tuncer Ayaz2012-07-281-4/+4
* Do not use application:set_envTuncer Ayaz2012-07-231-10/+9
* Document rebar_config TODOsTuncer Ayaz2012-07-131-0/+1
* Make sure cached setup_envs are resetTuncer Ayaz2012-07-131-3/+7
* Remove shared stateTuncer Ayaz2012-07-131-129/+114
* Manually report errors/warnings with absolute pathTuncer Ayaz2012-06-111-22/+2
* Fix whitespace errorsTuncer Ayaz2012-06-081-6/+10
* Introduce -k flagDave Smith2012-06-081-23/+39
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-2/+2
* Simplify and fix check if enter/leaving should be printedTuncer Ayaz2012-05-181-6/+1
* Do not print entering/leaving message if skip_dirTuncer Ayaz2012-05-181-6/+13
* Add support for target-specific port optionsTuncer Ayaz2012-04-161-34/+44
* Fix typo in comment (thanks Michael Santos)Tuncer Ayaz2012-04-161-1/+1
* Fix #197 by printing 'Entering/Leaving directory'Tuncer Ayaz2012-04-031-3/+19
* Make error message more descriptiveTuncer Ayaz2012-03-311-1/+3
* Fix loading of local plugins in sub directoriesTuncer Ayaz2012-02-031-13/+38
* Cache vsn info to avoid expensive vcs cmd callsYurii Rashkovskii2012-02-021-0/+3
* Check for .app.src firstTuncer Ayaz2012-01-131-2/+2
* Fix code clarity in dir type checkTuncer Ayaz2012-01-131-9/+5
* Fix rebar_core crash (reported-by: Jeremy Raymond)Tuncer Ayaz2011-12-181-17/+24
* Universally support apps=/skip_apps=Tuncer Ayaz2011-12-121-61/+94
* Add support for arch-specific hooksTuncer Ayaz2011-12-051-1/+10
* Allow plugins to participate in pre and post processingTim Watson2011-10-201-8/+14
* Fix config handling in root_dirTim Watson2011-10-051-1/+12
* Fix missing plugin warningsTim Watson2011-09-201-1/+1
* Search plugin sources in base_dir and plugin_dirTuncer Ayaz2011-08-291-3/+7
* Only compile relevant plugin sourcesTuncer Ayaz2011-08-291-1/+7
* Simplify check for empty listTuncer Ayaz2011-08-291-1/+1
* Load plugins dynamically from sourceTim Watson2011-08-291-5/+49
* Log a more descriptive messageTuncer Ayaz2011-08-231-1/+2
* Rename rebar_plugins to plugins for consistencyTuncer Ayaz2011-08-161-1/+1
* Do not warn if pre_/post_ cmd is not availableTuncer Ayaz2011-07-081-2/+9
* Add support for $HOME/.rebar/configTuncer Ayaz2011-07-061-5/+5
* Allow plugins to run before/after a rebar command.Tim Watson2011-05-231-1/+20
* Add support for command-specific env for hooksTuncer Ayaz2011-04-211-6/+14
* Simplify hook changes to rebar_coreTuncer Ayaz2011-03-121-11/+5
* Add pre and post script support for all commandsTim Watson2011-03-121-1/+17
* Convert the entries in the code path to absolute pathsJuan Jose Comellas2011-02-261-0/+4
* Use erlang:function_exported/3Tuncer Ayaz2011-02-211-2/+2
* Clean up codeTuncer Ayaz2011-02-061-16/+24
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Move BUILD_TIME and VCS_INFO macrosTim Watson2011-01-291-8/+0
* Fix circular dependencyTuncer Ayaz2011-01-271-39/+1
* Add support for abbreviated command namesKlas Johansson2011-01-241-11/+10
* Move command line handling funs into rebar.erlTuncer Ayaz2011-01-241-172/+3
* Simplify rebar_coreTuncer Ayaz2011-01-131-23/+17