CppCon 2018: Mateusz Pusz “Git, CMake, Conan - How to ship and reuse our C++ projects”

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

Комментарии • 14

  • @simfoo
    @simfoo 5 лет назад +24

    In the future when coworkers ask me about Conan and modern CMake, I will point them to this video. VERY good overview, thanks a lot!

    • @MateuszPusz
      @MateuszPusz 2 года назад +2

      I am happy that you liked it :-) BTW, you can find a more recent talk on this subject here: ruclips.net/video/mrSwJBJ-0z8/видео.html.

  • @bunpasi
    @bunpasi 2 года назад +4

    It's a shame that something so seemingly easy, can be so complex. Thank you for making it more digestible.

    • @CppCon
      @CppCon  2 года назад +3

      Glad it was helpful!

  • @jonesconrad1
    @jonesconrad1 5 лет назад +10

    I've been using conan for a while, I build all my deps locally makes stepping into the source code easy.

  • @user-rp7lc8fb3v
    @user-rp7lc8fb3v 3 года назад +5

    Awesome! Many thanks!

    • @CppCon
      @CppCon  3 года назад +1

      Thank you too!

  • @sword91ita
    @sword91ita Год назад +1

    what about bazel? I find it much more clear and easy to understand than cmake

  • @Martyn0026
    @Martyn0026 5 лет назад +2

    Where do I learn more about those arrows used in the diagrams at 6:00?

    • @MattKucia
      @MattKucia 4 года назад +3

      For example here: stackoverflow.com/questions/1874049/explanation-of-the-uml-arrows

  • @Bbdu75yg
    @Bbdu75yg Год назад

    Amazing❤

    • @MateuszPusz
      @MateuszPusz Год назад

      In case you liked this content, you should definitely check ruclips.net/video/mrSwJBJ-0z8/видео.html, which is an updated version of this talk.

  • @NickEnchev
    @NickEnchev 2 года назад +3

    This presentation showcases why people hate on CMake, so verbose, so much boilerplate.