Lightning Talk: Do You Love or Hate Your C++ Build System? - Helen Altshuler - CppCon 2024
Источник: CppCon
Источник: CppCon
YouTube
Lightning Talk: Do You Love or Hate Your C++ Build System? - Helen Altshuler - CppCon 2024
https://cppcon.org
---
Lightning Talk: Do You Love or Hate Your C++ Build System? - Helen Altshuler - CppCon 2024
---
This interactive talk that will explore the speaker and audience's journeys with build systems from make based to Bazel, discussing challenges…
---
Lightning Talk: Do You Love or Hate Your C++ Build System? - Helen Altshuler - CppCon 2024
---
This interactive talk that will explore the speaker and audience's journeys with build systems from make based to Bazel, discussing challenges…
Lightning Talk: Remote Execution Caching Compiler (RECC) for C++ Builds - Shivam Bairoliya - CppCon
Источник: CppCon
Источник: CppCon
YouTube
Lightning Talk: Remote Execution Caching Compiler (RECC) for C++ Builds - Shivam Bairoliya - CppCon
https://cppcon.org
---
Lightning Talk: Remote Execution Caching Compiler (RECC) for C++ Builds - Shivam Bairoliya - CppCon 2024
---
RECC stands for remote execution caching compiler ( https://buildgrid.gitlab.io/recc/ ). A cross between ccache and distcc…
---
Lightning Talk: Remote Execution Caching Compiler (RECC) for C++ Builds - Shivam Bairoliya - CppCon 2024
---
RECC stands for remote execution caching compiler ( https://buildgrid.gitlab.io/recc/ ). A cross between ccache and distcc…
Разрабатываем собственный анализатор C++ программы в виде плагина для Clang
Источник: Habr
Автор: rsashka
Источник: Habr
Автор: rsashka
Хабр
Делаем собственный анализатор C++ кода в виде плагина для Clang
Есть много проектов, целью которых является превратить С++ более "безопасный" язык программирования. Но внесение изменений в синтаксис языка обычно нарушает обратную совместимость со старым...