summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings reported by xrefKlas Johansson2010-06-192-2/+2
* Fix compiler warningsKlas Johansson2010-06-192-5/+2
* Change semantics of skip_deps=true such that deps still get pre/post processe...Dave Smith2010-06-212-16/+59
* Bugfix call to lists:member/2 in ulist/2Klas Johansson2010-06-191-1/+1
* fix call to dict:new (should be dict:from_list)Andy Gross2010-06-161-1/+1
* Fix missing parameter when invoking rebar_utils:shDave Smith2010-06-151-1/+1
* Fixing http://hg.basho.com/rebar/issue/6; rebar_edoc was a little enthusiasti...Dave Smith2010-06-151-1/+5
* Refactor of overlay support in reltool extension; adding support for templati...Dave Smith2010-06-141-110/+155
* Added a compiler plugin for neotoma grammarsCliff Moon2010-05-031-0/+139
* Adding support for compile/clean post scripts, per suggestion from Kevin SmithDave Smith2010-06-141-0/+55
* Fixed problem where install was broken when the .app file is generated fromChris Chew2010-06-071-3/+13
* Stuffed in a global for deps dir.Russell Brown2010-06-121-2/+16
* Add missing commaTuncer Ayaz2010-06-121-1/+1
* Make delete-deps a bit smarterDave Smith2010-06-111-1/+15
* Re-add support for delete-depsDave Smith2010-06-091-3/+5
* Re-adding support for plugin modulesDave Smith2010-06-091-1/+39
* Re-add support for skip_depsDave Smith2010-06-091-3/+8
* Heavy-duty refactor to support truly transitive dependenciesDave Smith2010-06-093-254/+164
* Removing some unnecessary debugging messagesDave Smith2010-06-091-2/+0
* Cleaning up logging messagesDave Smith2010-06-091-3/+3
* Slightly different fix for bug#5 that avoids running preprocess twiceDave Smith2010-06-082-15/+7
* Include EDoc generation supporttheiw2010-03-041-0/+62
* Adding rt for bug 5Dave Smith2010-06-041-7/+8
* Minor cleanup of acc_modules for readabilityDave Smith2010-06-031-5/+7
* Refactor/simplify things since we only run one command at a time (versus a st...Dave Smith2010-06-031-26/+23
* Fix incorrect coverage count when prod modules include EUnit header.Chris Bernard2010-05-151-1/+31
* merge ssh://hg@bitbucket.org/basho/rebarBob Ippolito2010-05-151-1/+1
|\
| * comment typoBob Ippolito2010-05-081-1/+1
| * Make 'command does not apply' warning into a warningJeremy Raymond2010-05-111-1/+1
* | include source path in compiler errors, process commands separately (to make ...Bob Ippolito2010-05-153-34/+76
* | fix hg and git clone commands for when repo does not exactly match applicatio...Bob Ippolito2010-05-111-2/+2
* | run plugins once, do not run as a preprocessor, add ebin to path earlyBob Ippolito2010-05-111-10/+37
* | when using plugin_modules, add ebin to pathBob Ippolito2010-05-111-0/+6
* | fix backwards match for debugging printBob Ippolito2010-05-111-1/+1
* | rebar_plugins in rebar_config to allow extensionsBob Ippolito2010-05-111-1/+21
* | Run the preprocess again if subdirs were compiled, fixes http://bitbucket.org...Bob Ippolito2010-05-081-0/+11
* | comment typoBob Ippolito2010-05-081-1/+1
* | add variables for create-app and create-node to helpBob Ippolito2010-05-081-2/+2
|/
* Complete implementation for simplistic .app.src processing.Dave Smith2010-05-073-19/+78
* Add support for requiring a specific ERTS or OTP version via a regexDave Smith2010-05-031-0/+68
* Add a global config option skip_deps which when present will cause dependenci...David Reid2010-04-291-1/+7
* Taught eunit/coverage to split the src module coverage stats from any test code.Jon Meredith2010-05-032-19/+36
* Make sure that the so_specs stuff is properly backwards compatibleDave Smith2010-05-031-14/+23
* Copy all source files for eunit to .eunit directory so that cover works prope...Dave Smith2010-05-031-1/+1
* New commands and opts (-V/--version/version/help)Tuncer Ayaz2010-05-031-15/+34
* Correct commentTuncer Ayaz2010-05-031-2/+2
* Add new erl_opts option to specify platform-specific definesTuncer Ayaz2010-05-031-5/+49
* Add missing CXXFLAGS equivalents of CFLAGSTuncer Ayaz2010-04-291-0/+3
* merged from bashoCliff Moon2010-04-285-24/+73
|\
| * Add caching of app fileDave Smith2010-04-281-7/+13