Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jgaa/restc-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Macrometacorp/restc-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 23, 2024

  1. Merge pull request #1 from jgaa/master

    Updating the REPO with the latest FORK
    sourabhedake-mm authored Apr 23, 2024
    Copy the full SHA
    2230d89 View commit details
  2. disable logfault

    sourabhedake-mm committed Apr 23, 2024
    Copy the full SHA
    e75840f View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6832931 View commit details
  4. Merge pull request #2 from Macrometacorp/disablelogfault

    Disable logfault build tests
    sourabhedake-mm authored Apr 23, 2024
    Copy the full SHA
    5bd78e1 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 cmake_scripts/external-projects.cmake
1 change: 1 addition & 0 deletions cmake_scripts/external-projects.cmake
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ ExternalProject_Add(externalLogfault
GIT_REPOSITORY "https://github.com/jgaa/logfault.git"
GIT_TAG "master"
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_PROJECTS_INSTALL_PREFIX}
-DLOGFAULT_BUILD_TESTS=OFF
)

message(STATUS "EXTERNAL_RAPIDJSON_INCLUDE_DIR: ${EXTERNAL_RAPIDJSON_INCLUDE_DIR}")