Home
last modified time | relevance | path

Searched refs:GoodVersion (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/p5-Alien-Build/Alien-Build-2.45/t/
H A Dalien_build_plugin_prefer_goodversion.t5 use Alien::Build::Plugin::Prefer::GoodVersion;
11 $Alien::Build::Plugin::Prefer::GoodVersion::VERSION ||= '1.44';
17 plugin 'Prefer::GoodVersion' => '1.2.3';
27 plugin 'Prefer::GoodVersion';
31 like $@, qr/The filter property is required for the Prefer::GoodVersion plugin/;
42 plugin 'Prefer::GoodVersion' => '1.2.4';
58 plugin 'Prefer::GoodVersion' => ['1.2.4', '1.2.3'];
74 plugin 'Prefer::GoodVersion' => sub {
H A D01_use.t55 require_ok 'Alien::Build::Plugin::Prefer::GoodVersion';
124 …uild_plugin_prefer_goodversion.t', 'test for Alien::Build::Plugin::Prefer::GoodVersion';
/dports/security/klee/klee-2.2/scripts/build/patches/
H A Dllvm38.patch6 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0)
8 GoodVersion.MajorStr = First.first.str();
9 - if (Second.first.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0)
11 + return GoodVersion;
15 + GoodVersion.PatchSuffix = MinorStr.substr(EndNumber);
19 + if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0)
21 - GoodVersion.MinorStr = Second.first.str();
22 + GoodVersion.MinorStr = MinorStr.str();
35 - StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str();
/dports/devel/p5-Alien-Build/Alien-Build-2.45/lib/Alien/Build/Plugin/Prefer/
H A DGoodVersion.pm1 package Alien::Build::Plugin::Prefer::GoodVersion;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp1586 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1587 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1589 GoodVersion.MajorStr = First.first.str(); in Parse()
1591 return GoodVersion; in Parse()
1595 GoodVersion.PatchSuffix = MinorStr.substr(EndNumber); in Parse()
1599 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1601 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1618 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1619 GoodVersion.Patch < 0) in Parse()
1621 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp1691 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1692 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1694 GoodVersion.MajorStr = First.first.str(); in Parse()
1696 return GoodVersion; in Parse()
1700 GoodVersion.PatchSuffix = MinorStr.substr(EndNumber); in Parse()
1704 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1706 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1723 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1724 GoodVersion.Patch < 0) in Parse()
1726 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp1636 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1637 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1639 GoodVersion.MajorStr = First.first.str(); in Parse()
1641 return GoodVersion; in Parse()
1645 GoodVersion.PatchSuffix = MinorStr.substr(EndNumber); in Parse()
1649 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1651 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1668 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1669 GoodVersion.Patch < 0) in Parse()
1671 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Driver/ToolChains/
H A DGnu.cpp1830 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1831 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1833 GoodVersion.MajorStr = First.first.str(); in Parse()
1835 return GoodVersion; in Parse()
1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1843 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1845 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1862 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1863 GoodVersion.Patch < 0) in Parse()
1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp1811 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1812 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1814 GoodVersion.MajorStr = First.first.str(); in Parse()
1816 return GoodVersion; in Parse()
1820 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1824 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1826 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1843 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1844 GoodVersion.Patch < 0) in Parse()
1846 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Driver/ToolChains/
H A DGnu.cpp1830 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1831 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1833 GoodVersion.MajorStr = First.first.str(); in Parse()
1835 return GoodVersion; in Parse()
1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1843 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1845 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1862 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1863 GoodVersion.Patch < 0) in Parse()
1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Driver/ToolChains/
H A DGnu.cpp1828 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1829 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1831 GoodVersion.MajorStr = First.first.str(); in Parse()
1833 return GoodVersion; in Parse()
1837 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1841 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1843 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1860 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1861 GoodVersion.Patch < 0) in Parse()
1863 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp1812 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1813 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1815 GoodVersion.MajorStr = First.first.str(); in Parse()
1817 return GoodVersion; in Parse()
1821 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1825 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1827 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1844 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1845 GoodVersion.Patch < 0) in Parse()
1847 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Driver/ToolChains/
H A DGnu.cpp1812 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1813 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1815 GoodVersion.MajorStr = First.first.str(); in Parse()
1817 return GoodVersion; in Parse()
1821 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1825 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1827 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1844 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1845 GoodVersion.Patch < 0) in Parse()
1847 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp1763 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1764 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1766 GoodVersion.MajorStr = First.first.str(); in Parse()
1768 return GoodVersion; in Parse()
1772 GoodVersion.PatchSuffix = MinorStr.substr(EndNumber); in Parse()
1776 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1778 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1795 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1796 GoodVersion.Patch < 0) in Parse()
1798 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Driver/ToolChains/
H A DGnu.cpp1830 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1831 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1833 GoodVersion.MajorStr = First.first.str(); in Parse()
1835 return GoodVersion; in Parse()
1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1843 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1845 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1862 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1863 GoodVersion.Patch < 0) in Parse()
1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1763 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1764 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1766 GoodVersion.MajorStr = First.first.str(); in Parse()
1768 return GoodVersion; in Parse()
1772 GoodVersion.PatchSuffix = MinorStr.substr(EndNumber); in Parse()
1776 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1778 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1795 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1796 GoodVersion.Patch < 0) in Parse()
1798 GoodVersion.PatchSuffix = PatchText.substr(EndNumber); in Parse()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1830 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1831 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1833 GoodVersion.MajorStr = First.first.str(); in Parse()
1835 return GoodVersion; in Parse()
1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1843 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1845 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1862 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1863 GoodVersion.Patch < 0) in Parse()
1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Driver/ToolChains/
H A DGnu.cpp1828 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1829 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1831 GoodVersion.MajorStr = First.first.str(); in Parse()
1833 return GoodVersion; in Parse()
1837 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1841 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1843 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1860 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1861 GoodVersion.Patch < 0) in Parse()
1863 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Driver/ToolChains/
H A DGnu.cpp1830 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1831 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1833 GoodVersion.MajorStr = First.first.str(); in Parse()
1835 return GoodVersion; in Parse()
1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1843 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1845 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1862 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1863 GoodVersion.Patch < 0) in Parse()
1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Driver/ToolChains/
H A DGnu.cpp1830 GCCVersion GoodVersion = {VersionText.str(), -1, -1, -1, "", "", ""}; in Parse() local
1831 if (First.first.getAsInteger(10, GoodVersion.Major) || GoodVersion.Major < 0) in Parse()
1833 GoodVersion.MajorStr = First.first.str(); in Parse()
1835 return GoodVersion; in Parse()
1839 GoodVersion.PatchSuffix = std::string(MinorStr.substr(EndNumber)); in Parse()
1843 if (MinorStr.getAsInteger(10, GoodVersion.Minor) || GoodVersion.Minor < 0) in Parse()
1845 GoodVersion.MinorStr = MinorStr.str(); in Parse()
1862 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1863 GoodVersion.Patch < 0) in Parse()
1865 GoodVersion.PatchSuffix = std::string(PatchText.substr(EndNumber)); in Parse()
[all …]
/dports/lang/elm/compiler-0.19.1/terminal/src/
H A DPublish.hs332 data GoodVersion type
352 …> V.Version -> Docs.Documentation -> Registry.KnownVersions -> IO (Either Exit.Publish GoodVersion)
443 reportSemverCheck :: V.Version -> IO (Either x GoodVersion) -> Task.Task x ()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/contrib/nsis/
H A DEttercapNG.nsi323 StrCmp $R1 "" 0 GoodVersion
340 GoodVersion:
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/
H A Dssl_handshake.erl1606 do_select_version(_, _, [], GoodVersion) ->
1607 GoodVersion;
1609 RecordCB, ClientVersion, [Version | Versions], GoodVersion) ->
1614 GoodVersion;
1617 case RecordCB:is_higher(Version, GoodVersion) of
1622 GoodVersion
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dssl_handshake.erl2035 do_select_version(_, _, [], GoodVersion) ->
2036 GoodVersion;
2038 RecordCB, ClientVersion, [Version | Versions], GoodVersion) ->
2043 GoodVersion;
2046 case RecordCB:is_higher(Version, GoodVersion) of
2051 GoodVersion
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dssl_handshake.erl2274 do_select_version(_, _, [], GoodVersion) ->
2275 GoodVersion;
2277 RecordCB, ClientVersion, [Version | Versions], GoodVersion) ->
2282 GoodVersion;
2285 case RecordCB:is_higher(Version, GoodVersion) of
2290 GoodVersion

12