You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(#12902) antlr4-cppruntime: Upgrade to 4.11.0/4.11.1
* antlr4-cppruntime: Upgrade to 4.11.1.
* antlr4-cppruntime: No longer requires libuuid as of 4.11.
* antlr4-cppruntime: The minimum version of GCC is now 8.
* antlr4-cppruntime: Revert the minimum version of GCC to 7.
* antlr4-cppruntime: Add the patches that fix the compiler errors reported by GCC 7.
* antlr4-cppruntime: Remove the trailing space at the end of each patch file.
* antlr4-cppruntime: Fix the version key in conandata.yml.
* antlr4-cppruntime: CI seems to be stuck.
* Prepare for Conan 2.0
Signed-off-by: Uilian Ries <[email protected]>
* Fix the comparisons.
Co-authored-by: Uilian Ries <[email protected]>
* Retrigger the CI.
* antlr4-cppruntime: Add patch files that drop the `libuuid` dependency from 4.9.3, 4.10 and 4.10.1.
* antlr4-cppruntime: Register patch files for 4.9.3, 4.10 and 4.10.1.
* antlr4-cppruntime: Remove the requirement of `libuuid/1.0.3` and its build requirements from the Conan file.
* antlr4-cppruntime: Enable ARM builds on all supported versions.
* antlr4-cppruntime: Remove `PkgConfigDeps` from the Conan file since `libuuid` has been dropped.
* antlr4-cppruntime: `_create_cmake_module_alias_targets` should not be a static function.
* antlr4-cppruntime: Simplify the implementation and fix the typos in `validate()`.
* antlr4-cppruntime: Restore the CMake wrapper otherwise antlr's runtime library (< 4.11) is always linked against the static MSVC runtime.
* antlr4-cppruntime: Use the new function `check_min_vs()`` to handle both `Visual Studio` and `msvc` easily.
* antlr4-cppruntime: Remove the dead releases, 4.10.0 and 4.11.0.
* antlr4-cppruntime: Add the metadata for each patch for better record keeping.
* antlr4-cppruntime: Remove `VirtualBuildEnv` since there is no more build requirement.
* antlr4-cppruntime: Fix the minimum version of the MSVC compiler; should be `192` instead of `1920`.
* antlr4-cppruntime: Set `WITH_STATIC_CRT` in CMakeToolchain's cached variables.
* antlr4-cppruntime: Remove the `CMakeLists.txt` wrapper with the new cache variable set in the toolchain.
* antlr4-cppruntime: Simplify the implementation of `validate()`.
* antlr4-cppruntime: Remove 4.10 and 4.11 from `config.yml`.
* antlr4-cppruntime: Remove `Visual Studio` and `msvc` from the C++17 dictionary. The first `check_min_vs()` call already ensures that MSVC supports C++17.
Signed-off-by: Uilian Ries <[email protected]>
Co-authored-by: Uilian Ries <[email protected]>
0 commit comments