summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Support for downloading deps via bzr.David Reid2010-03-051-1/+10
* | Support downloading deps via SVN.David Reid2010-03-041-4/+11
|/
* Fix unused var warningTuncer Ayaz2010-02-251-1/+1
* Refactor eunit and covertheiw2010-02-191-106/+93
* Adding cleaner module to permit users to specify their own set of files to de...Dave Smith2010-02-211-0/+40
* Fix bug in templater where escript was not found in subdirs were specified in...Dave Smith2010-02-202-4/+11
* Add support for installing to a target directory as alternative to Erlang bas...Dave Smith2010-02-201-2/+7
* Update comment for filelib:ensure_dir/1 wrapper.Tuncer Ayaz2010-02-171-8/+1
* Make sure to add ebin/ to current path when compiling doterl files; found by ...Dave Smith2010-02-161-2/+8
* Deal properly with env vars that have multiple = in the valueDave Smith2010-02-161-2/+2
* Overhaul env expansion so that rebar fully expands env refs prior to invoking...Dave Smith2010-02-162-24/+85
* Merging w/ http://bitbucket.org/bryan/rebarDave Smith2010-02-141-23/+56
|\
| * provide separate 'file' and 'template' directives, instead of one 'file' dire...Bryan Fink2010-02-131-28/+45
| * add chmod template directive for changing file file permissionBryan Fink2010-02-041-0/+8
| * add Render flag to 'file' template directiveBryan Fink2010-02-041-2/+9
| * look for templates in local directory as wellBryan Fink2010-02-041-2/+3
* | Merging w/ mainlineDave Smith2010-02-133-9/+22
|\ \
| * | Break out arch string function; update ERLANG_TARGET to include bitness of th...Dave Smith2010-02-122-4/+7
| * | Make sure to cover all edge cases when parsing module namesDave Smith2010-02-121-6/+13
| * | Merging w/ mainlineDave Smith2010-02-121-1/+1
| |\ \
| | * | I'm a moron. Make it a string.Ryan Tilder2010-02-101-1/+1
| * | | Append wordsize to the architecture stringDave Smith2010-02-101-1/+2
| |/ /
| * | Adding new vars for scripts to determine architecture (32/64 bit) and target ...Dave Smith2010-02-101-1/+3
* | | Merging with OJ's branchDave Smith2010-02-131-3/+36
|\ \ \ | |/ / |/| |
| * | Added support for the speficiation of test suite namesOJ Reeves2010-02-031-4/+35
| |/
* | Provide package support for eunit; build_plt now includes listed applications...theiw2010-02-056-49/+85
|/
* Do not print dynamic escript name in usage infoTuncer Ayaz2010-02-021-1/+1
* Tweaking order of defaults so that -shared is default across platforms unless...Dave Smith2010-02-011-1/+1
* Removing useless debug message and extraneous newlineDave Smith2010-02-011-2/+0
* Add support for passing addt'l list of sources to erlc_compilerDave Smith2010-02-011-4/+9
* Add support for forcibly overwriting output files; courtesy of OJ ReevesDave Smith2010-01-301-17/+40
* Fix typo; courtesy of OJ ReevesDave Smith2010-01-301-1/+1
* Merging support from asonge for custom_tags_dirDave Smith2010-01-291-1/+3
|\
| * Added support for custom_tags_dir compile option to rebar_erlydtl_compilerAlex Songe2010-01-161-1/+3
* | Tweak support for controlling so_nameDave Smith2010-01-261-2/+2
|/
* Look for dirs named erts-vsn when setting up spec for copying filesDave Smith2010-01-141-1/+7
* Try previous commit again; make sure include/ directory existsDave Smith2010-01-141-1/+1
* Make sure include/ directory existsDave Smith2010-01-141-1/+3
* Merging mainlineDave Smith2010-01-094-56/+130
|\
| * Simplified usage info printing with getopt v0.2Tuncer Ayaz2010-01-092-54/+108
| * Fixed issue 1 "priv/mibs/ is not automatically created"Tuncer Ayaz2010-01-082-2/+22
* | [mq]: eunit-fixOJ Reeves2010-01-091-1/+1
|/
* Adding sketch of functionality for creating a reltool node from templateDave Smith2010-01-081-0/+6
* Basic implementation of templater is completeDave Smith2010-01-081-8/+186
* Sketching out templating systemDave Smith2010-01-071-0/+51
* Adding mustache.erl from http://github.com/mojombo/mustache.erlDave Smith2010-01-071-0/+219
* Include support for dialyzeriw2010-01-072-3/+145
* A bit of consolidation of version checking for scm clients; adding support fo...Dave Smith2010-01-071-29/+32
* Ensure we have the correct hg versioniw2010-01-061-5/+25
* Implemented option to specify number of concurrent workers a command may useTuncer Ayaz2010-01-064-84/+259