summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* MergingKevin Smith2010-01-052-53/+68
|\
| * Merging w/ bitbucketDave Smith2010-01-041-40/+55
| |\
| | * rework elrydtl_compiler to do dependency checking correctly in refactored rebarBryan Fink2010-01-041-40/+55
| * | Preserve non-empty folders when performing cleaniw2010-01-041-13/+13
| |/
* | Added so_name entry to rebar.config so linked-in drivers can specify custom ....Kevin Smith2010-01-051-13/+18
|/
* Take 323 on cleaning package dirs from ebinDave Smith2010-01-041-4/+12
* Make sure to create dir structure for output bamsDave Smith2010-01-041-0/+1
* Tweak regex to properly match extension and not just .erl anywhere in filenameDave Smith2010-01-041-1/+1
* Another round of refactoring to yield better flexiblity in the base_compiler ...Dave Smith2010-01-037-150/+158
* Refactor of compilation logic to enable support for package modules and provi...Dave Smith2010-01-026-165/+272
* Break out command line argument parsing to a dedicated routineDave Smith2010-01-011-27/+36
* Merging w/ bitbucketDave Smith2009-12-3120-6/+48
|\
| * Rolled back getopt to restore custom variablesTuncer Ayaz2010-01-017-134/+82
| * Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-3120-0/+40
| * Enhanced option parsing with new getopt and made rebar more user friendlyTuncer Ayaz2009-12-317-87/+141
* | Adding basic distclean functionality to depsDave Smith2009-12-311-8/+42
* | Make sure to reset CWD after processing subdirs; also filter out missing dirs...Dave Smith2009-12-311-1/+8
* | Use new rebar_config API to avoid having to actually delete/change the config...Dave Smith2009-12-311-6/+2
* | Refactor of rebar_config to facilitate identification of "local" config settingsDave Smith2009-12-311-10/+29
|/
* Deleted trailing whitespaceTuncer Ayaz2009-12-3012-56/+56
* Got basic retrieval of deps from hg sorta working; minor refactoring of rebar...Dave Smith2009-12-302-18/+143
* First basic pass at depsDave Smith2009-12-291-1/+25
* Implemented getopt option supportTuncer Ayaz2009-12-292-4/+364
* Silence warnings, courtesy of Tuncer AyazDave Smith2009-12-282-2/+2
* Adding placeholder for dep mgmtDave Smith2009-12-251-0/+36
* Refactoring core logic in preparation for dependency mgmt; breaking out sub_d...Dave Smith2009-12-252-23/+75
* rebar can now compile ErlyDTL files (if erlydtl is installed)Bryan Fink2009-12-221-0/+167
* Adding rudimentary escript generatorDave Smith2009-12-221-0/+63
* add hrl-triggered recompiling to 'eunit' build as wellBryan Fink2009-12-212-2/+2
* recompile files if their "includes" have changedBryan Fink2009-12-213-24/+64
* Adding some addt'l logging to make it easier to diagnose probsDave Smith2009-12-201-1/+5
* Minor formatting fixDave Smith2009-12-201-1/+2
* Added optional LFE compilation abilities to rebarTim Dysinger2009-12-181-0/+64
* Revert change to linking order argumentsDave Smith2009-12-181-1/+1
* Adding simple checks for necessary version of ERTS + ReltoolDave Smith2009-12-171-0/+20
* Reorder arguments to CC for linking and fix needs_link to function properlyDave Smith2009-12-161-3/+5
* Make sure to append overlay files to end of spec; otherwise might be overwrit...Dave Smith2009-12-161-1/+1
* Adding support for overlaysDave Smith2009-12-141-1/+30