Gitlab pull requests require git>=2.10 and Gitlab>=11.10.PR workflowsHere is our current short PR workflow (1):git pr branch BR_NAME: create a new branch based on inferred upstream/HEAD. (note: fetch first if you want to be sure to be up to date) Do work, commit, etc. git pr ...
GitLab.Kitware - CMake How To Find Libraries Exporting and Importing Targets How to create a ProjectConfig.cmake file Foonathan Tutorial: Easily supporting CMake install and find_package() Tutorial: Easy dependency management for C++ with CMake and Git Coderwall Use CMake-enabled libraries in...
Once all tests are completed, all test results will be added to the merge request that was created. The merge request is really the key to using GitLab as a code collaboration andversion control platform. It’s simply a request to merge one branch into another. Merge requests for this pro...
if(GIT_EXECUTABLE) MESSAGE("${CMAKE_CURRENT_SOURCE_DIR}") get_filename_component(SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR} DIRECTORY) #Get current Branch execute_process( COMMAND ${GIT_EXECUTABLE} rev-parse --abbrev-ref HEAD #WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} OUTPUT_VARIAB...
9748f9e1 Makefile 25.3 KB EditWeb IDE Replace Makefile × Attach a file by drag & drop or click to upload Commit message Replace Makefile Replace file Cancel A new branch will be created in your fork and a new merge request will be started. ...
You can read the original post in its original format on Rtask website by ThinkR here: Download Gitlab or Github issues and make a summary report of your commits While working on our {gitdown} package, I wanted to show more information on the report gene
# Get the date of the last git commit for the GIT_TAG branch. execute_process(COMMAND git log -1 --format=%cd --date=short # Get the last commit's date. WORKING_DIRECTORY ${${NAME_LOWER}_SOURCE_DIR} # From the specified git dir. OUTPUT_VARIABLE GIT_LAST_COMMIT) # Save to GIT...
After some gitlab and IRC chats, Jason provided a Merge Request with the port of V3DV to this new common framework, that we iterated and tested through the review process. Also, with this port we got timelime semaphore support for free. Thanks to this change, we got ~1.2k less total ...
🤖 GitLab Bot 🤖 added devopscreate sectiondev labels 10 months ago Marc Shaw added 1 commit 10 months ago d21c654f - Make the protected branch tool tip clearer Compare with previous version Marc Shaw changed the description 10 months ago Compare with previous version *** added front...
OPTION(USE_MKL "Use MKL Intel Branch." ON) endif (UNIX AND NOT APPLE) endif (${GPU_MODE} MATCHES "CPU_ONLY") if (${USE_MKL}) # OpenPose flags add_definitions(-DUSE_MKL) message(STATUS "Building with MKL support.") endif (${USE_MKL}) # Set/disable profiler if (...