summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add the latest OTP 18 version to the Travis buildLuis Rascão2016-01-151-0/+1
|/
* Merge pull request #573 from lrascao/feature/improve_relup_generation_debugFred Hebert2015-12-131-0/+6
|\ | | | | Provide additional debug logging on relup generation
| * Provide additional debug logging on relup generationLuis Rascão2015-12-131-0/+6
| |
* | Merge pull request #570 from tuncer/xref-dialyzer-warningLuis Rascão2015-11-281-3/+3
|\ \ | | | | | | xref: fix dialyzer warning introduced in 69802f63120
| * | xref: fix dialyzer warning introduced in 69802f63120Tuncer Ayaz2015-11-281-3/+3
| | |
* | | Merge pull request #567 from ssbx/ssbx_branchLuis Rascão2015-11-182-2/+13
|\ \ \ | |_|/ |/| | Allow windows release to use etc conf dir
| * | Allow windows release to use etc conf dirSébastien Serre2015-11-162-2/+13
|/ /
* | Merge pull request #560 from lrascao/fix/lock_retest_depFred Hebert2015-11-021-1/+1
|\ \ | | | | | | Lock retest dependency
| * | Lock retest dependencyLuis Rascão2015-11-021-1/+1
|/ / | | | | | | | | Master right now is broken, prevents rebar integration tests from succeeding.
* | Merge pull request #557 from lrascao/fix/windows_eunit_testsFred Hebert2015-10-265-17/+23
|\ \ | | | | | | Fix windows eunit tests
| * | Fix windows eunit testsLuis Rascão2015-10-255-17/+23
| |/ | | | | | | | | | | | | | | | | | | | | File tests: windows file operations should abort on error the same as unix operations invoked through sh. Also windows does not support the '?' character in filenames. Eunit tests: the 'All' prefix is missing on the 'x tests passed' message. Eunit only prints the 'All' prefix if there are more than 2 passed tests, dropping the prefix on the match works for all cases.
* | Merge pull request #558 from deadok22/eunit-qualified-test-docFred Hebert2015-10-261-0/+1
|\ \ | |/ |/| Add qualified name tests docs (see pr #119)
| * Add qualified name tests docs (see pr #119)Sergey Savenko2015-10-251-0/+1
|/
* Merge pull request #556 from lrascao/fix/make_doc_cachegrind_file_explicitLuis Rascão2015-10-191-2/+2
|\ | | | | fprof: further document Cachegrind support
| * fprof: further document Cachegrind supportLuis Rascão2015-10-191-2/+2
|/
* Merge pull request #551 from tuncer/cgrindLuis Rascão2015-10-191-1/+3
|\ | | | | fprof: document Cachegrind support
| * fprof: document Cachegrind supportTuncer Ayaz2015-10-141-1/+3
|/
* Merge pull request #549 from lrascao/feature/windows_continuous_integrationFred Hebert2015-10-132-0/+14
|\ | | | | Add Windows continuous integration through AppVeyor
| * Add Windows continuous integration through AppVeyorLuis Rascão2015-10-132-0/+14
|/
* bump to 2.6.12.6.1Fred Hebert2015-09-282-1/+19
|
* Merge pull request #545 from ccrusius/masterFred Hebert2015-09-272-11/+23
|\ | | | | Fix #544
| * Fix #544Cesar Crusius2015-09-181-0/+4
| | | | | | | | Bring back Solaris' ucb PATH just in case.
| * Fix #544 even more.Cesar Crusius2015-09-181-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A bunch of fixes: * Only try to find out the user that is running the script if that's necessary. That allows us to error out if we can't find the user name. * Fallback to 'whoami' in the unlikely case that 'id -un' does not work. * Use 'su' if 'sudo' is not installed, and if the user is 'root'. (The 'sudo' binary is not installed by default in many OSs.)
| * Fix #544Cesar Crusius2015-09-172-8/+2
| | | | | | | | | | | | | | | | | | 'whoami' is not POSIX-compliant, but 'id -un' is. This is true at least since the 1003.1-2001 standard, I don't have a copy of the previous 1003.2-1992 to verify it is true there too. This causes problems in recent operating systems where 'whoami' is not even shipped anymore.
* | Merge pull request #546 from oubiwann/update-lfe-compileFred Hebert2015-09-272-1/+4
|\ \ | | | | | | Added report and verbose options for LFE compile.
| * | Add report and verbose options for LFE compileDuncan M. McGreggor2015-09-262-1/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Recent builds of LFE have stopped reporting compile errors when compiled with rebar. Examination of this issue revealed that this was due to recent changes in default LFE compile options. The way that LFE handles compile options has slightly changed; ``verbose`` and ``report`` are now provided as defaults only if no other options are passed; if other options are passed, these do not get set. As a result, we have stopped seeing compile error info when building with rebar. This change brings back the previous level of reporting that LFE developers had when compiling their projects with rebar.
* | Merge pull request #539 from platinumthinker/fix_unit_test_first_filesFred Hebert2015-09-212-2/+40
|\ \ | |/ |/| Add erl_first_files in eunit_first_files and qc_first_files
| * Add test for eunit_first_filesAndrey Teplyashin2015-09-211-1/+37
| |
| * Add erl_first_files to other first_filesAndrey Teplyashin2015-09-211-1/+3
| |
* | Merge pull request #538 from tuncer/fix-536Fred Hebert2015-09-121-5/+0
|\ \ | | | | | | Fix #536
| * | Fix #536Tuncer Ayaz2015-08-241-5/+0
| |/
* | Merge pull request #543 from tuncer/better-r13-checkFred Hebert2015-09-111-9/+5
|\ \ | | | | | | rmemo: use a better R13 check (Reported-by: Stavros Aronis)
| * | rmemo: use a better R13 check (Reported-by: Stavros Aronis)Tuncer Ayaz2015-09-111-9/+5
|/ /
* | Merge pull request #540 from tuncer/complete-port-docFred Hebert2015-09-051-63/+56
|\ \ | |/ |/| Complete port compiler help string
| * Complete port compiler help stringTuncer Ayaz2015-09-041-63/+56
|/ | | | | | Move existing documentation from code comment into help string, so that 'rebar help compile' prints complete documentation for rebar_port_compiler.
* Merge pull request #537 from lrascao/fix/eunit_test_on_OTP18Fred Hebert2015-08-241-1/+1
|\ | | | | Fix eunit test on OTP18
| * Fix eunit test on OTP18Luis Rascao2015-08-241-1/+1
| | | | | | | | | | OTP18 changed the output failed assertion string from assertEqual_failed to assertEqual
* | Merge pull request #530 from paulo-ferraz-oliveira/fix/code_path_for_behaviorsFred Hebert2015-08-215-0/+62
|\ \ | | | | | | Allow behaviors defined inside xref_extra_path
| * | Allow behaviors defined inside xref_extra_pathPaulo Oliveira2015-08-215-0/+62
| | | | | | | | | | | | | | | | | | Use case: xref'ing a module that defined behavior ranch_protocol was exiting with {'EXIT',{undef,[{ranch_protocol,behaviour_info, [callbacks],[]}
* | | Merge pull request #535 from lrascao/feature/add_regression_test_covered_ctFred Hebert2015-08-1910-0/+91
|\ \ \ | |/ / |/| | Add regression test for covered common test
| * | Add regression test for covered common testLuis Rascão2015-08-1810-0/+91
| |/ | | | | | | Project has dependency that also contains a covered common test suite
* | Merge pull request #524 from tuncer/completion-libidFred Hebert2015-07-142-2/+4
|\ \ | | | | | | completion: add libid= to bash and zsh scripts
| * | completion: add libid= to bash and zsh scriptsTuncer Ayaz2015-07-142-2/+4
|/ /
* | Merge pull request #522 from tuncer/platinumthinker-colored-logsFred Hebert2015-07-036-11/+62
|\ \ | | | | | | Fixed version of #395
| * | Fix up colored log supportTuncer Ayaz2015-07-033-44/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * do not use pdict * do not enable color support by default. once we have the new getopt version, we can add a new type of command line flag for that. * fix Dialyzer warnings * use atom instead of boolean * use better name for internal function * do not try (and fail) to access rebar's app env in retest test
| * | Add colored logsAndrey Teplyashin2015-07-036-14/+73
|/ / | | | | | | | | | | Fix verbose level in global rebar config Replace application:set_env on erlang:put
* | Merge pull request #521 from tuncer/fix-commentFred Hebert2015-07-021-6/+5
|\ \ | | | | | | rebar_utils: fix comment
| * | rebar_utils: fix commentTuncer Ayaz2015-07-021-6/+5
|/ /
* | Merge pull request #520 from tuncer/tonyrog-cross-archFred Hebert2015-07-024-22/+206
|\ \ | |/ |/| Fixed version of #451
| * cross-arch: fix up issuesTuncer Ayaz2015-07-024-145/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix commit messages * fix whitespace issues * move internal helper functions to correct location * unexport internal cross arch helper functions * fix 18.0 time API compatibility * fix Windows temp dir detection * use correct helper function name * use sh/2 instead of os:cmd/1 * match file:delete/1 result * use logging macros * fix typo * fix Dialyzer warnings * add Tony Rogvall to THANKS * add missing termination clause * os type must be win32, not windows * match file:write_file/2 result * document cross-arch variables * simplify env_wordsize/1 (Thanks Fred Hebert)