Read-Only Related Mirrors
  1. Read-Only Related Mirrors

Github-rebar

Public
AuthorCommitMessageCommit dateIssues
Luis RascãoGitHubLuis Rascão
b6d309417c5MMerge pull request #620 from tuncer/travis-dialyzeTravis dialyze
Tuncer AyazTuncer Ayaz
8a2aca08178travis-ci: allow Dialyzer job to fail
Tuncer AyazTuncer Ayaz
16d5dfed70etravis-ci: update otp versions
Tuncer AyazTuncer Ayaz
4e372a3558etravis-ci: enable 20.1
Tuncer AyazTuncer Ayaz
73feb5f761frebar_xref: ignore opaque type match Dialyzer warning
Tuncer AyazTuncer Ayaz
b05882aa971rebar_cover: ignore opaque type match Dialyzer warning
Tuncer AyazTuncer Ayaz
903c89dc9c5rebar_utils: fix Dialyzer warning
Tuncer AyazTuncer Ayaz
b36e72bc8adRun Dialyzer on Travis-CI
Luis RascãoGitHubLuis Rascão
4bd43fefecdMMerge pull request #645 from Juliusan/log_fixLog out success message with newlines
Julius AndrikonisJulius Andrikonis
2276f85150dLog out success message with newlinesThe raw log file is split into lines to check for errors. However the logged message should contain newlines for easier reading.
Luis RascãoGitHubLuis Rascão
66c175d8e1bMMerge pull request #644 from tuncer/travis-otp-20.0.4travis-ci: otp 20.0.2 -> 20.0.4
Tuncer AyazTuncer Ayaz
b322703394dtravis-ci: otp 20.0.2 -> 20.0.4
Luis RascãoGitHubLuis Rascão
8076675fef6MMerge pull request #643 from tuncer/revert-637-drop-crypto-depRevert "Drop crypto app reliance"
Tuncer AyazGitHubTuncer Ayaz
0eb9ba8d771Revert "Drop crypto app reliance"
Luis RascãoGitHubLuis Rascão
8b983d42eb6MMerge pull request #639 from tuncer/retest-httpsrebar.config: access retest repo via https
Luis RascãoGitHubLuis Rascão
e92c7640f91MMerge pull request #640 from tuncer/fix-ctsuite-templateFix ctsuite template
Luis RascãoGitHubLuis Rascão
67615eda496MMerge pull request #641 from tuncer/fix-inttest-export_allinttest/*: do not export_all
Luis RascãoGitHubLuis Rascão
5047ad26729MMerge pull request #642 from tuncer/profile-logRemove profiler note
Luis RascãoGitHubLuis Rascão
add62f1b25aMMerge pull request #637 from tuncer/drop-crypto-depDrop crypto app reliance
Tuncer AyazTuncer Ayaz
920e314a908Remove profiler noteIf and when getopt gains the required feature, this can be revisited, but let's remove the message, since it's been a long time.
Tuncer AyazTuncer Ayaz
eb2512ff3fcinttest/*: do not export_all
Tuncer AyazTuncer Ayaz
b65d3db2e0cFix ctsuite template- Fix and test the Erlang code. - Do not export_all.
Tuncer AyazTuncer Ayaz
13a865edcaaImprove pseudo-unique ct_run node nameReplacing crypto:rand_uniform(0, 10000) with rebar_rnd:uniform(10000) (which is either rand:uniform or random:uniform dependent on what otp version it runs on) fails in rebar_ct. One might assume it's because the old call requests a number >= 0 while the new call has no way to ask for anything but >= 1. However, the way the value is used doesn't rely on it to include 0, so the bug lies elsewher...
Tuncer AyazTuncer Ayaz
bb79416b6efDrop crypto app relianceBy doing this, we fix two issues at once. First, there's no need to have crypto available anymore. While not having crypto in your Erlang installation is a questionable packaging decision, it tends to happen in the wild with users installing Erlang and missing crypto. Sometimes this is not due to a distro's package but users building Erlang without the needed OpenSSL dependencies. Second, this ...
Luis RascãoGitHubLuis Rascão
0dcac8a88e9MMerge pull request #638 from tuncer/fix-otp-20-export_allFix Erlang 20 export_all warnings
Luis RascãoGitHubLuis Rascão
2940f271197MMerge pull request #636 from tuncer/fix-634Fix #634
Luis RascãoGitHubLuis Rascão
7040e9129ccMMerge pull request #635 from tuncer/travis-otp-20travis-ci: test with Erlang 20.0.2
Luis RascãoGitHubLuis Rascão
5294997e3a1MMerge pull request #633 from davisp/properly-skip-apps-with-app-src-scriptProperly skip apps with a .app.src.script file
Tuncer AyazTuncer Ayaz
2a7774285b2rebar.config: access retest repo via https
Tuncer AyazTuncer Ayaz
b55483c8896Fix Erlang 20 export_all warningsFix other warnings and whitespace errors as well.
Tuncer AyazTuncer Ayaz
6ece7857bc8Fix #634
Tuncer AyazTuncer Ayaz
30002bd8bdetravis-ci: test with Erlang 20.0.2
Paul J. DavisPaul J. Davis
59ea0a3f9ceProperly skip apps with a .app.src.script fileAny application using a .app.src.script file will now be properly skipped if requested. This check was missing the newer third case for the file extension.
Luis RascãoGitHubLuis Rascão
2a52f60bea5MMerge pull request #632 from phiggins/tiny-documentation-fixFix typo in eunit help.
Pete HigginsPete Higgins
63000097170Fix typo in eunit help.
Luis RascãoGitHubLuis Rascão
576e12171abMMerge pull request #625 from lrascao/feature/travis_otp_19.1Continuous integration on OTP 19.1
Luis RascãoLuis Rascão
a8d17f9c15cContinuous integration on OTP 19.1
Luis RascãoGitHubLuis Rascão
0d6b671cf33MMerge pull request #624 from tuncer/superfluous-spaceRemove superfluous space in unabbrev error msg
Tuncer AyazTuncer Ayaz
b6634775f75Remove superfluous space in unabbrev error msg
Luis RascãoGitHubLuis Rascão
2429ddf7b46MMerge pull request #623 from lrascao/release/2.6.4Prepare release 2.6.4
Luis RascãoLuis Rascão
defcc6f3177Prepare release 2.6.4
Luis RascãoGitHubLuis Rascão
5904aef1532MMerge pull request #619 from tuncer/fix-cdbFix cdb processing when a file is skipped
Tuncer AyazTuncer Ayaz
e4144e9f9d7port_compiler: fix handling of multiple specs
Tuncer AyazTuncer Ayaz
31297b06f61rebar_utils: restore blank line
Tuncer AyazTuncer Ayaz
4b4d66cc640Fix cdb processing when a file is skipped
Luis RascãoGitHubLuis Rascão
b709625adf7MMerge pull request #618 from lrascao/release/2.6.3Prepare release 2.6.3
Luis RascãoLuis Rascão
57d3c4d1727Prepare release 2.6.3
Luis RascãoGitHubLuis Rascão
9b2b0239e20MMerge pull request #617 from tuncer/linkcppport_compiler: auto-select C++ specific link template
Luis RascãoGitHubLuis Rascão
dc3b1eb4ebeMMerge pull request #616 from tuncer/clang-compilation-dbport_compiler: clean up compile_each()
Tuncer AyazTuncer Ayaz
af08edb8707port_compiler: auto-select C++ specific link templateEven though "$CC foo.o -lstdc++ -o foo.so" works if foo.o was built with $CXX, depending on the platform and toolchain and C++ standard used, it may not. In order to ensure this works reliably, we introduce EXE_LINK_CXX_TEMPLATE and DRV_LINK_CXX_TEMPLATE and auto-select if the port spec being built consists of at least one C++ source.