Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Add emacs and vim file local variables | Tuncer Ayaz | 2010-02-11 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | I'm a moron. Make it a string. | Ryan Tilder | 2010-02-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Append wordsize to the architecture string | Dave Smith | 2010-02-10 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Adding new vars for scripts to determine architecture (32/64 bit) and target ↵ | Dave Smith | 2010-02-10 | 1 | -1/+3 | |
| | | | | | | | | | | | | platform of Erlang VM; courtesy of rtilder | |||||
| * | | Add vim line; courtesy of rtilder | Dave Smith | 2010-02-10 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merging with OJ's branch | Dave Smith | 2010-02-13 | 9 | -3/+161 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Added support for the speficiation of test suite names | OJ Reeves | 2010-02-03 | 2 | -4/+36 | |
| | | | | | | | | | | | | | | | | | | | | | eg. rebar eunit -- runs all tests in all modules rebar eunit suite=foo -- only runs tests in foo.erl/foo_tests.erl Added an entry to .hgignore to avoid .swp files (created by VIM). | |||||
| * | | Added 3 new templates: | OJ Reeves | 2010-02-03 | 7 | -0/+124 | |
| |/ | | | | | | | | | | | - simplefsm - Basic shell of a gen_fsm module - simplesrv - Basic shell of a gen_server module - simplemod - Basic shell of a module along with an associated test module. | |||||
* | | Provide package support for eunit; build_plt now includes listed ↵ | theiw | 2010-02-05 | 6 | -49/+85 | |
| | | | | | | | | applications; begin including -spec annotations | |||||
* | | Use init:stop/1 over halt/1 to ensure all I/O gets a chance to flush | Dave Smith | 2010-02-05 | 1 | -1/+1 | |
|/ | ||||||
* | Do not print dynamic escript name in usage info | Tuncer Ayaz | 2010-02-02 | 1 | -1/+1 | |
| | ||||||
* | Tweaking order of defaults so that -shared is default across platforms ↵ | Dave Smith | 2010-02-01 | 1 | -1/+1 | |
| | | | | unless explicitly overridden | |||||
* | Removing useless debug message and extraneous newline | Dave Smith | 2010-02-01 | 1 | -2/+0 | |
| | ||||||
* | Add support for passing addt'l list of sources to erlc_compiler | Dave Smith | 2010-02-01 | 1 | -4/+9 | |
| | ||||||
* | Add support for forcibly overwriting output files; courtesy of OJ Reeves | Dave Smith | 2010-01-30 | 1 | -17/+40 | |
| | ||||||
* | Fix typo; courtesy of OJ Reeves | Dave Smith | 2010-01-30 | 1 | -1/+1 | |
| | ||||||
* | Merging support from asonge for custom_tags_dir | Dave Smith | 2010-01-29 | 1 | -1/+3 | |
|\ | ||||||
| * | Added support for custom_tags_dir compile option to rebar_erlydtl_compiler | Alex Songe | 2010-01-16 | 1 | -1/+3 | |
| | | ||||||
* | | Fixing issue #3; make sure to properly escape simplenode related files. ↵ | Dave Smith | 2010-01-26 | 2 | -2/+2 | |
| | | | | | | | | Patch provided by cstar..thanks! | |||||
* | | Tweak support for controlling so_name | Dave Smith | 2010-01-26 | 1 | -2/+2 | |
|/ | ||||||
* | Added appid= to bash-completion | Tuncer Ayaz | 2010-01-16 | 1 | -1/+1 | |
| | ||||||
* | Look for dirs named erts-vsn when setting up spec for copying files | Dave Smith | 2010-01-14 | 1 | -1/+7 | |
| | ||||||
* | Try previous commit again; make sure include/ directory exists | Dave Smith | 2010-01-14 | 1 | -1/+1 | |
| | ||||||
* | Make sure include/ directory exists | Dave Smith | 2010-01-14 | 1 | -1/+3 | |
| | ||||||
* | Merge mainline | Dave Smith | 2010-01-10 | 2 | -10/+16 | |
|\ | ||||||
| * | Simplified bash-completion script | Tuncer Ayaz | 2010-01-10 | 1 | -19/+8 | |
| | | ||||||
| * | Fixed trailing space issue for options ending with an equal sign | Tuncer Ayaz | 2010-01-09 | 1 | -6/+22 | |
| | | ||||||
| * | Added OJ Reeves to THANKS file | Tuncer Ayaz | 2010-01-09 | 1 | -0/+1 | |
| | | ||||||
| * | Added check_plt to bash-completion | Tuncer Ayaz | 2010-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | Removed redundant create-app | Tuncer Ayaz | 2010-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Fixing some typos in simpleapp template | Dave Smith | 2010-01-09 | 2 | -1/+2 | |
|/ | ||||||
* | Merging mainline | Dave Smith | 2010-01-09 | 5 | -56/+165 | |
|\ | ||||||
| * | Fixed bash-completion to use --jobs without equal sign and removed comment | Tuncer Ayaz | 2010-01-09 | 1 | -2/+1 | |
| | | ||||||
| * | Added jobs= to bash-completion | Tuncer Ayaz | 2010-01-09 | 1 | -1/+1 | |
| | | ||||||
| * | Simplified usage info printing with getopt v0.2 | Tuncer Ayaz | 2010-01-09 | 2 | -54/+108 | |
| | | ||||||
| * | Added first version of a bash-completion script | Tuncer Ayaz | 2010-01-08 | 1 | -0/+36 | |
| | | ||||||
| * | Fixed issue 1 "priv/mibs/ is not automatically created" | Tuncer Ayaz | 2010-01-08 | 2 | -2/+22 | |
| | | ||||||
* | | [mq]: eunit-fix | OJ Reeves | 2010-01-09 | 1 | -1/+1 | |
|/ | ||||||
* | Adding sketch of functionality for creating a reltool node from template | Dave Smith | 2010-01-08 | 8 | -0/+317 | |
| | ||||||
* | Basic implementation of templater is complete | Dave Smith | 2010-01-08 | 1 | -8/+186 | |
| | ||||||
* | Rework how the escript is built so that we can inclue templates | Dave Smith | 2010-01-08 | 1 | -7/+15 | |
| | ||||||
* | Add variables def to simpleapp template | Dave Smith | 2010-01-08 | 1 | -0/+1 | |
| | ||||||
* | Sketching out templating system | Dave Smith | 2010-01-07 | 6 | -2/+118 | |
| | ||||||
* | Adding mustache.erl from http://github.com/mojombo/mustache.erl | Dave Smith | 2010-01-07 | 1 | -0/+219 | |
| | ||||||
* | Include support for dialyzer | iw | 2010-01-07 | 4 | -3/+149 | |
| | ||||||
* | A bit of consolidation of version checking for scm clients; adding support ↵ | Dave Smith | 2010-01-07 | 1 | -29/+32 | |
| | | | | for git | |||||
* | Ensure we have the correct hg version | iw | 2010-01-06 | 1 | -5/+25 | |
| | ||||||
* | Added Juan Jose Comellas to THANKS file | Tuncer Ayaz | 2010-01-06 | 1 | -0/+1 | |
| | ||||||
* | Added Ian Wilkinson to THANKS file | Tuncer Ayaz | 2010-01-06 | 1 | -0/+1 | |
| | ||||||
* | Implemented option to specify number of concurrent workers a command may use | Tuncer Ayaz | 2010-01-06 | 5 | -87/+265 | |
| |