Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | simplify dep download and building | Tristan Sloughter | 2014-08-23 | 5 | -32/+25 | |
| | ||||||
* | rename deps provider | Tristan Sloughter | 2014-08-23 | 3 | -34/+34 | |
| | ||||||
* | allow new project dir for template | Tristan Sloughter | 2014-08-23 | 2 | -10/+16 | |
| | ||||||
* | add back templating | Tristan Sloughter | 2014-08-23 | 5 | -61/+326 | |
| | ||||||
* | switched package index to dict | Tristan Sloughter | 2014-08-23 | 3 | -15/+12 | |
| | ||||||
* | refactoring and remove unused providers for now | Tristan Sloughter | 2014-08-23 | 18 | -809/+303 | |
| | ||||||
* | only build unbuilt deps | Tristan Sloughter | 2014-08-18 | 7 | -83/+114 | |
| | ||||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 24 | -567/+451 | |
| | ||||||
* | update readme | Tristan Sloughter | 2014-08-17 | 1 | -1/+4 | |
| | ||||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 13 | -171/+92 | |
| | ||||||
* | move back to single command with arguments for comamnd after it | Tristan Sloughter | 2014-08-16 | 8 | -18/+16 | |
| | ||||||
* | replace logging with ec_cmd_log from erlware_commons | Tristan Sloughter | 2014-08-16 | 8 | -48/+30 | |
| | ||||||
* | large refactoring | Tristan Sloughter | 2014-08-16 | 41 | -4272/+1511 | |
| | | | | | | | | Removed separate compilers Resolves apps to build Finds avail deps before pulling/building Includes relx Simplifies build commands | |||||
* | Merge pull request #299 from tuncer/rok-resource-forks | Tristan Sloughter | 2014-07-25 | 9 | -16/+28 | |
|\ | | | | | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | |||||
| * | Fix OS X resource fork handling (Reported-by: Richard O'Keefe) | Tuncer Ayaz | 2014-07-25 | 9 | -16/+28 | |
|/ | | | | | | | | | If you happen to fetch a zip archive of the git repo and try to build from that, you may, for example, ask erlc to build src/._rebar.erl. ._* are OS X resource forks and not real .erl files. This may also happen with network filesystems on OS X. To fix that, limit the files compiled by rebar to include only those which start with a letter or a digit. | |||||
* | Merge pull request #332 from tuncer/update-dialyzer_reference | Tristan Sloughter | 2014-07-25 | 1 | -1/+1 | |
|\ | | | | | Update dialyzer_reference | |||||
| * | Update dialyzer_reference | Tuncer Ayaz | 2014-07-25 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #330 from tuncer/experimental-tests | Tristan Sloughter | 2014-07-25 | 1 | -1/+1 | |
|\ | | | | | Remove experimental label from 'eunit tests=' | |||||
| * | Remove experimental label from 'eunit tests=' | Tuncer Ayaz | 2014-07-18 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #328 from tuncer/typos-in-327 | Fred Hebert | 2014-07-17 | 2 | -5/+5 | |
|\ | | | | | Follow-up typo fixes for #327 | |||||
| * | Follow-up typo fixes for #327 | Tuncer Ayaz | 2014-07-17 | 2 | -5/+5 | |
|/ | ||||||
* | Merge pull request #327 from tuncer/fix-326 | Fred Hebert | 2014-07-17 | 2 | -16/+114 | |
|\ | | | | | Adapt arch string to versioning scheme changes (>= 17.x) | |||||
| * | rebar_utils:otp_release/0: handle vsn like x.y.z** | Tuncer Ayaz | 2014-07-17 | 2 | -8/+30 | |
| | | | | | | | | | | | | | | | | | | As mentioned in the OTP documentation, licensed customers may use patched OTP installations where the otp_patch_apply tool adds a '**' suffix as a flag saying the system consists of application versions from multiple OTP versions. When we get such a version string, we drop the suffix, as we cannot obtain relevant information from it as far as tooling is concerned. | |||||
| * | Adapt arch string to versioning scheme changes (>= 17.x) | Tuncer Ayaz | 2014-07-17 | 2 | -1/+65 | |
| | | ||||||
| * | Fix minor whitespace and comment issues in rebar_utils | Tuncer Ayaz | 2014-07-17 | 1 | -15/+27 | |
|/ | ||||||
* | Merge branch 'tuncer-minor-fixes' | Fred Hebert | 2014-07-15 | 4 | -14/+20 | |
|\ | ||||||
| * | Merge branch 'minor-fixes' of https://github.com/tuncer/rebar into ↵ | Fred Hebert | 2014-07-15 | 4 | -14/+20 | |
| |\ |/ / | | | | | tuncer-minor-fixes | |||||
| * | Fix typo s/of/on/ | Tuncer Ayaz | 2014-07-13 | 2 | -2/+2 | |
| | | ||||||
| * | Remove warnings_as_errors from rebar.config | Tuncer Ayaz | 2014-07-01 | 1 | -2/+1 | |
| | | | | | | | | | | rebar's beam files are actually compiled by bootstrap's call to make:files/2, so warnings_as_errors in rebar.config isn't really used. | |||||
| * | Use correct types for OTP >=17.x | Tuncer Ayaz | 2014-06-29 | 2 | -3/+3 | |
| | | ||||||
| * | Fix a few minor formatting inconsistencies | Tuncer Ayaz | 2014-06-29 | 4 | -12/+19 | |
| | | | | | | | | | | * fix overlong lines * where appropriate use %% instead of % | |||||
* | | Merge pull request #307 from lrascao/add_bootstrap_usage | Fred Hebert | 2014-07-15 | 1 | -0/+13 | |
|\ \ | | | | | | | bootstrap now accepts --help usage flag | |||||
| * | | fix indentation issues | Luis Rascão | 2014-06-26 | 1 | -6/+6 | |
| | | | ||||||
| * | | bootstrap now accepts --help usage flag | Luis Rascao | 2014-06-12 | 1 | -0/+13 | |
| | | | ||||||
* | | | Merge pull request #316 from talentdeficit/rebar_shell_314 | Fred Hebert | 2014-07-15 | 1 | -4/+26 | |
|\ \ \ | | | | | | | | | fix for #314 (rebar shell somehow blocks using io:format in gen_server handle_call) | |||||
| * | | | update group leaders when restarting user process | alisdair sullivan | 2014-07-07 | 1 | -4/+26 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ensure any processes with a reference to an old user process as their group leader are updated to use the new user process. this introduces a slight delay at startup as the system must wait for the new processes to be registered. there is a max wait period of three seconds (before the shell command gives up and throws a timeout error) fixes #314 ("rebar shell" somehow blocks using io:format in gen_server handle_call) | |||||
* | | | Merge branch 'NineFX-erl-args-to-end' | Fred Hebert | 2014-07-15 | 6 | -11/+25 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge branch 'erl-args-to-end' of https://github.com/NineFX/rebar into ↵ | Fred Hebert | 2014-07-15 | 6 | -11/+25 | |
| |\ \ |/ / / | | | | | | | | | | | | | | | | NineFX-erl-args-to-end Conflicts: THANKS | |||||
| * | | Fix bug 271 | varnerac-ubnt | 2014-06-27 | 6 | -11/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves ct_extra_params to the end of the generated ct_run command. This allows users to pass commands to the underlying emulator using -erl_args. The included rt test demonstrates that it is possible to pass an addtional option to ct_run and -erl_args at the same time. Finally, the test executes in regular and verbose modes because rebar constructs the ct_run command differently in verbose mode. | |||||
* | | | Bump to 2.5.0 | Fred Hebert | 2014-06-23 | 2 | -1/+5 | |
| | | | ||||||
* | | | Revert "Merge pull request #281 from tuncer/rebar-h-internal" | Fred Hebert | 2014-06-23 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | This reverts commit 07e2232847baa634b7d09bdb87dafda6c6bcc4a4, reversing changes made to 37cf470ae9a07cdd2e0769f3af9a8b89fcde8db0. | |||||
* | | | Bump Rebar to 2.4.0 | Fred Hebert | 2014-06-18 | 2 | -1/+22 | |
| | | | ||||||
* | | | Merge pull request #260 from dgud/dgud/windows-fix-paths | Fred Hebert | 2014-06-18 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | Quote include/lib paths | |||||
| * | | | Quote include/lib paths | Dan Gudmundsson | 2014-04-09 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | In OTP-17.0 paths on windows are not shortpaths anymore so they may contain spaces and parenthesis | |||||
* | | | | Merge pull request #285 from nevar/fix_inheritance | Tristan Sloughter | 2014-06-15 | 10 | -11/+92 | |
|\ \ \ \ | | | | | | | | | | | Fix #249 (erlc regression) | |||||
| * | | | | Fix #249 (erlc regression) | Slava Yurin | 2014-05-30 | 4 | -10/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The combination of changes to rebar_erlc_compiler, and the fact that erl_first_files is inherited, caused a regression. To fix that, ensure every project uses its own .rebar/erlcinfo. While at it, fix the issue that erl_first_files entries were not included when initializing the dep digraph. Reported-by: Louis-Philippe Gauthier Reported-by: Roland Karlsson Thanks: Tuncer Ayaz | |||||
| * | | | | Regression test for #249 | Slava Yurin | 2014-05-30 | 7 | -2/+67 | |
| | | | | | ||||||
* | | | | | Merge pull request #296 from runcom/add_gen_event_template | Tristan Sloughter | 2014-06-15 | 2 | -0/+62 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add gen_event template | |||||
| * | | | | | Add gen_event template | Antonio Murdaca | 2014-06-15 | 2 | -0/+62 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #195 from fgallaire/switch_template_instructions | Tristan Sloughter | 2014-06-14 | 1 | -0/+12 | |
|\ \ \ \ \ | | | | | | | | | | | | | Switch template instructions |