aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2023-09-19Do 1 level of recursion on libunwind crashesWiktor Garbacz
2023-08-24Support passing `stderrthreshold` to sandboxeeChristian Blichmann
2023-08-24Update AbseilWiktor Garbacz
2023-07-19Do not use GIT in FetchContent_DeclareWiktor Garbacz
2023-06-09Update Google dependenciesChristian Blichmann
2023-05-12CMake: Make the path to the Clang tool configurableChristian Blichmann
2023-05-11CMake: Add option to link the Clang libraries statically into the header ge...Christian Blichmann
2023-05-11CMake: Use toolchain info for system includesChristian Blichmann
2023-05-11CMake: Rename option to enable the Clang tool based header generatorChristian Blichmann
2023-03-20Make `SAPI_RAW_LOG(FATAL, ...)` noreturnWiktor Garbacz
2022-11-30Handle S2 unwinding by trapping ptraceWiktor Garbacz
2022-10-20Use Abseil's log/flags instead of glog/gflagsChristian Blichmann
2022-09-19Update to latest Abseil and ProtobufChristian Blichmann
2022-06-17CMake: Move proto import path replacement to build timeChristian Blichmann
2022-06-08cmake: Use `configure_file()` to implement forced C++ linkageChristian Blichmann
2022-04-29Introduce a transitional logging utility libraryChristian Blichmann
2022-04-21cmake: Rename build options to follow Abseil namingChristian Blichmann
2022-04-21Update to latest AbseilChristian Blichmann
2022-04-06CMake: Do not generate .isystem files for libtooling interface generatorChristian Blichmann
2022-04-05Update to latest Abseil, Bazel SkylibChristian Blichmann
2022-03-29Introduce an API version to the build rulesChristian Blichmann
2022-02-07CMake: Force inclusion of exported functions in `add_sapi_library()`Christian Blichmann
2022-02-03CMake: Use `PARSE_ARGV` for argument parsing, `LINKER:` for linkingChristian Blichmann
2022-02-02CMake: Build contrib sandboxes if requestedChristian Blichmann
2022-02-02CMake: Make it easier for projects to consume sandboxed librariesChristian Blichmann
2022-01-28Change license link to HTTPS URLChristian Blichmann
2022-01-28Fix Fedora build, update to latest AbseilChristian Blichmann
2022-01-25CMake: Use min v3.13 and `FetchContent`Christian Blichmann
2022-01-18CMake build: Skip examples/tests when used via `add_subdirectory`Christian Blichmann
2022-01-17CMake build improvementsChristian Blichmann
2022-01-06Upgrade to libunwind 1.6.2Christian Blichmann
2021-12-22Update Google Benchmark dependencyChristian Blichmann
2021-12-22Update Googletest dependencyChristian Blichmann
2021-04-26Update third-party dependenciesChristian Blichmann
2021-04-08Use explicit conversion to `std::string` for look up in Protobuf mapsChristian Blichmann
2021-02-19Replace `GetNode` with `ResolvePath` in `Mounts`Wiktor Garbacz
2021-02-04Update Copybara config to add files from #83Christian Blichmann
2021-02-04Merge pull request #83 from cblichmann:cmake-deps-1Copybara-Service
2021-02-03Make CMake superbuild behave more similar to `FetchContent`Christian Blichmann
2021-01-06Fix dependencies in `add_sapi_library`Wiktor Garbacz
2020-12-16Add support for ARM32 (hard float target)Anton D. Kachalov
2020-12-16Add pkg-config files generation.Anton D. Kachalov
2020-12-14Enable shared libraries build and cross-compilationAnton D. Kachalov
2020-12-14Prefixed (unique) names for executables in cmakeWiktor Garbacz
2020-12-11Force -fno-exceptions compiler option.Sandboxed API Team
2020-12-10Bump Abseil-cpp version to 2020-11-19.Sandboxed API Team
2020-10-26Build fixes and parameter passing for the Clang header generatorChristian Blichmann
2020-10-26Support AArch64 and PPC64 in third party dependenciesChristian Blichmann
2020-10-22Simplify libunwind build filesChristian Blichmann
2020-09-25Restructure the Clang based header generatorChristian Blichmann