Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fmt] conan v2 compatibility #10456

Merged
merged 26 commits into from
Jul 20, 2022
Merged

[fmt] conan v2 compatibility #10456

merged 26 commits into from
Jul 20, 2022

Commits on Jul 13, 2022

  1. fmt for 2.0 (#13)

    * add fmt for 2.0
    
    * safe rm
    
    * remove names
    
    * add definition
    
    * fix
    
    * names back
    
    * remove export_sources
    
    * add exports_sources
    czoido authored and SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    6bfd336 View commit details
    Browse the repository at this point in the history
  2. - compat

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    9fe6e23 View commit details
    Browse the repository at this point in the history
  3. - really copy the license

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    79bb1f9 View commit details
    Browse the repository at this point in the history
  4. - fix header-only

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3ea2751 View commit details
    Browse the repository at this point in the history
  5. - define includedirs on component

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    9cebf42 View commit details
    Browse the repository at this point in the history
  6. - run environment

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    2801039 View commit details
    Browse the repository at this point in the history
  7. - restore v1 test_package

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    67340bf View commit details
    Browse the repository at this point in the history
  8. - compat

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    53c0cfc View commit details
    Browse the repository at this point in the history
  9. - port changes

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    101085b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. - simplify imports

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    06f4b6b View commit details
    Browse the repository at this point in the history
  2. Update recipes/fmt/all/conanfile.py

    Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
    SSE4 and czoido committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    7cf7414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092b7a0 View commit details
    Browse the repository at this point in the history
  4. - use conan.tools.files.rmdir()

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    85d87a0 View commit details
    Browse the repository at this point in the history
  5. - change layout import

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3e69682 View commit details
    Browse the repository at this point in the history
  6. - use can_run

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e2ea162 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd48a19 View commit details
    Browse the repository at this point in the history
  8. Update recipes/fmt/all/test_v1_package/conanfile.py

    Co-authored-by: Javier G. Sogo <jgsogo@gmail.com>
    SSE4 and jgsogo committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    1d26a93 View commit details
    Browse the repository at this point in the history
  9. - destination is not needed

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    02f1e94 View commit details
    Browse the repository at this point in the history
  10. - remove useless try/catch

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    666768f View commit details
    Browse the repository at this point in the history
  11. Update recipes/fmt/all/conanfile.py

    Co-authored-by: Luis Martinez <lasote@gmail.com>
    SSE4 and lasote committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    f2ae8d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. - try package_info @czoido suggested

    SSE4 committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    56c874a View commit details
    Browse the repository at this point in the history
  2. Revert "- try package_info @czoido suggested"

    This reverts commit 56c874a.
    SSE4 committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    0e28400 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    dc34ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48eecaf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. - bump required version

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0156611 View commit details
    Browse the repository at this point in the history
  2. - fix hook

    Signed-off-by: SSE4 <tomskside@gmail.com>
    SSE4 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    32eced7 View commit details
    Browse the repository at this point in the history