Git tracks file changes in your repo as you work, and separates the files in your repo into three categories. These changes are equivalent to what you would see when you enter the git status command in the command line:Unmodified files: These files haven't changed since your last commit. ...
Simple source distributionCPM makes including projects with source files and dependencies easy, reducing the need for monolithic header files or git submodules. Limitations No pre-built binariesFor every new build directory, all dependencies are initially downloaded and built from scratch. To avoid extr...
Existing CMake projects which want to use Xrepo to manage packages. New projects which have to use CMake, but want to use Xrepo to manage packages. Note: please use CMake 3.19 or later for reliable package usage in CMake code.
Makepad studio allows you to easily build and view the examples, and it uses cargo-makepad internally so be sure to install cargo-makepad as shown above. If you've installedcargo-makepadfrom a local clone of the repo, then either build & run Makepad studio from the local clone: cargo ...
You can easily point the repo at a different version of the REFPROP sources, allowing for building/testing several versions of REFPROP in parallel Brought to you by Ian Bell, NIST, ian.bell@nist.gov Getting help Open an issue: https://github.com/usnistgov/REFPROP-cmake/issues/new License...
ifeq ($(IS_GIT_REPO),no) parallel $(OCAMLFORMAT_EXE) $(OCAMLFORMAT_ARGS) -i ::: $$(hg status --no-status | grep "\.mli\?$$") endif DUNE_ML:=$(shell find * -name 'dune*.in' | grep -v workspace | grep -v infer-source | grep -v infer/src/deadcode/dune.in) ....
.gitignore update copyrights Sep 23, 2022 .ycm_extra_conf.py add help debug cmd Jan 8, 2018 BOOMLevels.json changed some texture + added BOOM original levels Jun 29, 2015 CMakeLists.txt use std::filesystem::create_directories in lif::createDirIfNotExisting ...
Only git repo will be updated. package is package's name found in packages folder. Information about packages Git/Hg ANGLE FFmpeg xz x264 x265 (multilib) uchardet rubberband (with libsamplerate) opus openal-soft mpv luajit libvpx libwebp libpng libsoxr libzimg (with graphengine) libdvdread ...
Fix an error when git config is called. Nov 3, 2015 README.md Use current URL for CI badge Jan 28, 2025 check_depends.go Replace deprecated ioutil functions with their io or os equilvalents Mar 20, 2024 check_depends_test.go
The following environment variables will be set by cargo-make if the project is part of a git repo:CARGO_MAKE_GIT_BRANCH - The current branch name. CARGO_MAKE_GIT_USER_NAME - The user name pulled from the git config user.name key. CARGO_MAKE_GIT_USER_EMAIL - The user email, which ...