aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-03-26Set cmake policy for CMP0057Yonghong Song
2022-11-07Support mini debug info files.Michal Gregorczyk
2022-10-31Allow libdebuginfod to be excluded even if presentDelyan Kratunov
2022-09-30bcc: Bump CMake minimum version to 2.8.12Hengqi Chen
2022-09-01Show the stacktrace of the userspace in opensnoop.Kui-Feng Lee
2022-08-19Add cmake TARGET: uninstallRong Tao
2022-08-12Attempt to find kernel's linux/version.h for the running kernelchantra
2022-08-10fix a llvm compilation error with llvm16Yonghong Song
2022-08-10fix llvm15 compilation errorYonghong Song
2022-07-05[cmake] Add a definition to enable clang sanitizers.chantra
2022-04-25Fix CI failure: Add current source directory to safe.directoryxingfeng2510
2021-12-29add fedora docker tests + move dockerfiles to a new dirDave Marchevsky
2021-11-18Enable CMP0074 to allow `${pkg}_ROOT`, especially for LLVM_ROOT (#3713)FUJI Goro
2021-09-11cmake: warning message for git submodule updateJacky_Yin
2021-05-08bcc_elf: add support for debug information from libdebuginfodAndreas Ziegler
2021-03-19cmake: make "-no-pie" optionalGary Lin
2021-02-06cmake: sync submodule libbpf when do cmake.Jianpeng Ma
2021-01-08cmake: always link to packaged libbpf if CMAKE_USE_LIBBPF_PACKAGE is set (#3210)Luca Boccassi
2021-01-06cmake: link dynamically to libclang-cpp if found and ENABLE_LLVM_SHARED is setLuca Boccassi
2020-12-29allowing examples and tests to not be builtMarcelo Juchem
2020-12-29fixing build when ENABLE_CLANG_JIT is disabled (#3201)Marcelo Juchem
2020-05-27Allow to specify kernel include dirsJiri Olsa
2020-04-18build: fix clang 10 buildDominique Martinet
2020-03-17Make -DCMAKE_INSTALL_PREFIX=/usr as the default (#2800)FUJI Goro
2020-02-12Allow specifying clang base directoryDale Hamel
2019-11-12Add libbcc-no-libbpf.so libraryJiri Olsa
2019-09-24cmakefile change to require c++14 (#2529)yonghong-song
2019-08-04CMake: Allow to disable building man pagesRomain Naour
2019-01-17get submodules in cmake and package buildYonghong Song
2018-12-22Make dependency on LLVM native target optional (#2080)torgil
2018-12-11Add option to build with rtti (#2074)torgil
2018-09-18fix compilation error with latest llvm 8.0 trunk (#1976)yonghong-song
2018-07-23Fedora 28 support (#1820)Brenden Blanco
2017-10-24Introduce BPF Program Snapshot helper (bps)Martin KaFai Lau
2017-10-02add debug option to dump asm insns embedded with sourceYonghong Song
2017-09-06annotate program tagAlexei Starovoitov
2017-08-25Better check for compiler standard supportTeng Qin
2017-08-25Add c-library only optionBrenden Blanco
2017-08-25move api and create dependent optionBrenden Blanco
2017-08-23fix lua-bcc build issue with cmake try_compileYonghong Song
2017-05-19Fix usage of CMAKE_BUILD_TYPE settingGabor Buella
2017-04-17used the CheckCXXCompilerFlag module of Cmake to check the compiler whether o...Simon Liu
2017-04-14Added the option(USINGISYSTEM) of Cmake for controling whether using -isystem...Simon Liu
2016-11-29Determine kernel dirs at runtime (fix #743)Krzesimir Nowak
2016-10-17Merge pull request #701 from dkronst/masterBrenden Blanco
2016-10-06Fix #735 (#736)Marco Leogrande
2016-10-05Merge branch 'master' into masterDror Kronstein
2016-09-27cmake: fix build when LLVM_INCLUDE_DIRS includes multiple directories (#709)Marco Leogrande
2016-09-27Fix or hide a few warnings (#695)Marco Leogrande
2016-09-25Making selection of kernel headers type automaticDror Kronstein