Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | rebar.config.sample: fix escript_emu_args sample | Tuncer Ayaz | 2012-11-30 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #29 from tuncer/makefile | Dave Smith | 2012-11-30 | 1 | -1/+4 | |
|\ \ \ | | | | | | | | | Makefile: fix 'clean' and add 'distclean' | |||||
| * | | | Makefile: fix 'clean' and add 'distclean' | Tuncer Ayaz | 2012-11-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | * fix 'clean' to remove .eunit (not .test) * add 'distclean' to also remove deps/ | |||||
* | | | | Merge pull request #19 from shkumagai/feature/zsh-completion-refine | Dave Smith | 2012-11-30 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Change zsh completion script | |||||
| * | | | | Change zsh completion script | Shoji KUMAGAI | 2012-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add 'escriptize' command - Remove variable 'dump_spec' | |||||
* | | | | | Merge pull request #20 from tuncer/bash-completion | Dave Smith | 2012-11-30 | 1 | -4/+4 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | bash-completion: add generate-appups | |||||
| * | | | | bash-completion: add generate-appups | Tuncer Ayaz | 2012-11-26 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #30 from DeadZen/master | Dave Smith | 2012-11-25 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Update THANKS: use my real name | |||||
| * | | | | Update THANKS | DeadZen | 2012-11-24 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #13 from tuncer/fixes | Dave Smith | 2012-11-23 | 8 | -44/+57 | |
|\ \ \ \ | | | | | | | | | | | Fixes | |||||
| * | | | | rebar.config.sample: remove non-existing option | Tuncer Ayaz | 2012-11-20 | 1 | -5/+0 | |
| | | | | | ||||||
| * | | | | rebar.config.sample: document escriptize options | Tuncer Ayaz | 2012-11-19 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | rebar.config: delete unused and unimplemented 'app_bin' option | Tuncer Ayaz | 2012-11-19 | 2 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | app_bin option was used by the install command which has been removed in 51ed787. | |||||
| * | | | | Document escriptize command | Tuncer Ayaz | 2012-11-19 | 1 | -3/+6 | |
| | | | | | ||||||
| * | | | | rebar_ct: fix wording in comments | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | rebar.config.sample: document leex and yecc options | Tuncer Ayaz | 2012-11-18 | 1 | -0/+12 | |
| | | | | | ||||||
| * | | | | rebar_require_vsn: remove trailing whitespace | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | rebar.config.sample: document require_*_vsn options | Tuncer Ayaz | 2012-11-18 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | rebar_neotoma_compiler: fix comment | Tuncer Ayaz | 2012-11-18 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Cleanup rebar_core and rebar_erlc_compiler | Tuncer Ayaz | 2012-11-15 | 2 | -21/+16 | |
| | |_|/ | |/| | | | | | | | | | | | | | | Rename rebar_core functions for improved readability. Remove redundant comments and blank lines. | |||||
* | | | | Merge pull request #27 from norton/norton-qc-clean | Dave Smith | 2012-11-23 | 1 | -1/+4 | |
|\ \ \ \ | |/ / / |/| | | | Add missing clean/2 | |||||
| * | | | Add missing rebar_qc:clean/2 | Joseph Wayne Norton | 2012-11-23 | 1 | -1/+4 | |
|/ / / | ||||||
* | | | Merge pull request #18 from tuncer/fix-config-sample | Dave Smith | 2012-11-15 | 2 | -13/+18 | |
|\ \ \ | |/ / |/| | | Fix rebar.config.sample | |||||
| * | | rebar_erlc_compiler: fix src_dirs comment | Tuncer Ayaz | 2012-11-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | rebar.config.sample: fix erl_opts example | Tuncer Ayaz | 2012-11-15 | 1 | -1/+3 | |
| | | | ||||||
| * | | rebar.config.sample: fix raw dep example formatting | Tuncer Ayaz | 2012-11-15 | 1 | -10/+13 | |
| | | | ||||||
| * | | rebar.config.sample: fix syntax error | Tuncer Ayaz | 2012-11-14 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge branch 'ates-diameter' | Dave Smith | 2012-11-12 | 3 | -1/+92 | |
|\ \ | |/ |/| | ||||||
| * | Add diameter exclusions to xref | Dave Smith | 2012-11-12 | 1 | -1/+4 | |
| | | ||||||
| * | Add support to compile the Diameter dictionary files | Artem Teslenko | 2012-11-12 | 2 | -0/+88 | |
| | | ||||||
* | | Be sure to filter empty sources (h/t to Tuncer and Joe Norton) | Dave Smith | 2012-11-12 | 1 | -10/+11 | |
| | | ||||||
* | | Bumping to 2.1.0-pre | Dave Smith | 2012-11-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #15 from rebar/dss-restore-ports | Dave Smith | 2012-11-12 | 1 | -10/+41 | |
|\ \ | |/ |/| | Restore support for so_name, port_envs and port_sources | |||||
| * | Restore support for so_name, port_envs and port_sources | Dave Smith | 2012-11-11 | 1 | -10/+41 | |
|/ | ||||||
* | Merge pull request #14 from tuncer/fix-list-keysort-call | Dave Smith | 2012-11-10 | 2 | -2/+2 | |
|\ | | | | | Fix rebar_erlydtl_compiler:erlydtl_opts/1 and rebar:run/2 | |||||
| * | Fix Dialyzer warning in rebar:run/2 | Tuncer Ayaz | 2012-11-11 | 1 | -1/+1 | |
| | | ||||||
| * | rebar_erlydtl_compiler: fix incorrect lists:keysort/2 call | Tuncer Ayaz | 2012-11-11 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #328 from saleyn/depcheck | Dave Smith | 2012-11-10 | 1 | -2/+2 | |
|\ | | | | | Fix erlydtl dependency check | |||||
| * | Fix erlydtl dependency check | Serge Aleynikov | 2012-10-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | When a DTL template includes other template files, those files don't need to be compiled separately, and therefore can be given an extension different from `source_ext` (such as `.dtli`) to avoid being compiled. This fix allows rebar to find included dependencies with names `*.dtl*` rather than `*.dtl` and properly determine if a template file needs to be recompiled. | |||||
* | | Merge pull request #327 from saleyn/erlydtl_compiler | Dave Smith | 2012-11-10 | 2 | -26/+81 | |
|\ \ | | | | | | | Erlydtl compiler | |||||
| * | | Made more readable printout of the erlydtl compiler message | Serge Aleynikov | 2012-10-22 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The printed message is made more terse. Example before applying patch: ERROR: Compiling template src/view/test.dtl failed: {error,{"src/view/test.dtl", [{{4,7}, erlydtl_parser, ["syntax error before: ",["\"\\\"HELLO_WORLD\\\"\""]]}]}} Example after applying patch: ERROR: Compiling template "src/cmp_html_error_template.dtl" failed: (line:3, col:12): ["syntax error before: ",["trans"]] | |||||
| * | | Specify multiple locations of DTL template files | Serge Aleynikov | 2012-10-22 | 2 | -26/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a backward compartible feature to specify `erlydtl_opts' options for the DTL template compiler to allow inclusion of templates in different directories with different compilation settings for each. E.g.: {erlydtl_opts, [ [{doc_root, "src/view"}, {module_ext, "_dtl_vw"}] , [{doc_root, "src"}, {module_ext, ""}, {recursive, false}] , {out_dir, "ebin"} , {compiler_options, [verbose, debug_info]} ]}. The definition above is identical to this (the last two options are duplicated in each list): {erlydtl_opts, [ [{doc_root, "src/view"} ,{module_ext, "_dtl_vw"} ,{out_dir, "ebin"} ,{compiler_options, [verbose, debug_info]}] , [{doc_root, "src"} ,{module_ext, ""} ,{out_dir, "ebin"} ,{compiler_options, [verbose, debug_info]} ,{recursive, false}] ]}. In this case "src/view" and "src" directories containing template files will be compiled. A new `recursive' option tells rebar_erlydtl_compiler to search files recursively from a given doc_root. In the example above the "src" directory won't be scanned recursively, and the target template name for target beam modules won't have "_dtl_vw" suffix. | |||||
* | | | Expose Erlang API for invoking rebar | Dave Smith | 2012-11-06 | 1 | -0/+7 | |
| | | | ||||||
* | | | Add comment to explain why we're using sub_dirs by hand | Dave Smith | 2012-11-05 | 1 | -0/+5 | |
| | | | ||||||
* | | | Add all subdirs to xref library path | Daniel Luna | 2012-11-05 | 1 | -4/+7 | |
| | | | ||||||
* | | | Add email address to my name | Daniel Luna | 2012-11-05 | 1 | -1/+2 | |
| | | | ||||||
* | | | Merge pull request #5 from tuncer/zsh-typos | Dave Smith | 2012-11-01 | 1 | -9/+9 | |
|\ \ \ | | | | | | | | | zsh completion: fix typos | |||||
| * | | | zsh completion: fix typos | Tuncer Ayaz | 2012-11-01 | 1 | -9/+9 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:/basho/rebar | Dave Smith | 2012-11-01 | 1 | -8/+20 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Merge pull request #293 from Motiejus/skip_deps | Dave Smith | 2012-10-31 | 1 | -8/+20 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Add skip_deps=AppListSeparatedByCommas feature. I agree it's a bit of a weird thing, but it's a reasonable and safe extension. When time comes to properly overhaul stuff, skip_deps should disappear entirely. |