* libcurl: lowercase system_libs for mingw@Linux + re-format options
* libcurl: give all options the same indentation
* libcurl: cmake CMAKE_USE_WINSSL -> CMAKE_USE_SCHANNEL happend in 1.72.0
* libcurl: bump zstd
* Add dbus recipe based on pull request
New recipe
Change "version" to "versions"
Update files based on pull request
* Add CMakeLists.txt
* Update conanfile.py
* Update recipe based on conan-center hooks
* Delete old 'all' directory
* Fixed problem with finding expat package
* Update cmake minimum required version
* Update example.cpp with removing C functions
* Change nullptr to NULL
* Update conanfile.py
* Update recipe based on comments in p.r.
* Change version and update dbus recipe
* Ignore errors in bin/example
* Remove ignore errors and update example.c
* use properties
* remove fpic
it is always build as shared library
also, remove c++ settings
* apply @Croydon's suggestions
* apply review suggestions
* remove unnecessary option
* remove unused CMakeLists wrapper file
* use tools.rename
* patch cmakelists
Co-authored-by: Semyon <dubskikhsemyon@gmail.com>
Co-authored-by: SSE4 <tomskside@gmail.com>
* nasm: use os/arch/compiler/build_type
* nasm: add 2.15.05
* nasm: compile with correct flags on MSVC + disable new (broken) dependency tracking on 2.15.05
* skyr-url: add version 1.13.0
Generated and committed by [Conan Center Bot](https://github.com/qchateau/conan-center-bot)
Find more updatable recipes in the [GitHub Pages](https://qchateau.github.io/conan-center-bot/)
* raise minimum compiler version for newer versions
* fix libs to enable shared + block new version when not msvc
* try patching upstream cmake
* Revert "try patching upstream cmake"
This reverts commit cd5d60b3fa.
* upstream does not allow dynamic
Co-authored-by: Quentin Chateau via Conan Center Bot <quentin.chateau@gmail.com>
* Add missing support libraries for iOS builds.
* Add option for quirc (QR code decoder) and add all static libs for Linux too.
* Add quirc requriement instead of building internal variant.
* Remove obsolete code for linux, qurc is now an external requirement.
* Fix typo.
* Add 'quirc' to list of 3rd-party directories to remove in _patch_opencv().
* boost: add boost/1.75.0
* boost: disable json in test_package by default
* boost: fix layout suffix on MSVC
* boost: fix test_package
* boost: fix fix test_package ;)
* boost: json requires c++11 compiler. So don't build on too old compilers or with too old default
* boost: remove unsupported options at end of config_options method
* boost: set version default c++ standard=11 for MSVC and apple-clang
* boost: update compiler versions having c++11 default or higher
* boost: move dlls+pdbs to bin folder + remove pdbs
* boost: iOS needs BOOST_(AC|SP)_USE_PTHREADS
* boost: I don't know what version of compiler supports c++11 of every compiler
* boost: test availability of dependency with correct name
* boost: add locale test
* boost: pass root path of libiconv and icu
* boost: allow static icu dependency (with boost:i18n_backend=icu)
* boost: add nowide option + check fiber/newide
* boost: fix typos + refactor utility function + uncomment -q
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
Co-authored-by: Martin Miralles-Cordal <axalon900@gmail.com>
* booost: re-enable -q + layout=b2-default is equivalent to versioned on Windows, system on others
* boost: build only MSVC with nowide
* boost: add include <ios>
* boost: re-enable all configurations
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
Co-authored-by: Martin Miralles-Cordal <axalon900@gmail.com>
* libmikmod 3.3.11.1
* cache cmake and del fpic
* use cmake wrapper project
* test with C project
* Patch in build(self)
* be explicit about .pc file name
* Add genie 1141
* genie: apply suggestions
* genie: Use compiler from CC env var
* genie: fix
* genie: use clang by default on apple os
* genie: Add default cc/cxx values
* genie: add build_type + allow cross build
* genie: patch is not needed
* genie: only copy .lua script when build_type==Debug
* genie: one line escaped the indent
* genie: clean recipe
Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
* Improve mongo-cxx-driver recipe
* One more patch
* One more patch
* Raise for experimental and apple-clang
* Change polyfill to boost back
* Add required_conan_version
* mpir: add m4 to build_requires
To fix
checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin
* Don't require m4 for Visual Studio
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>