summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-02-04drop python binding supportRyo Nakamura
2023-08-04introduce git-based versioningRyo Nakamura
MSCP_BUILD_VERSION (`git describe --tags --dirty --match "v*"`) is passed through include/mscp_version.h.in and cmake. When git is failed, use VERSION file instead (for building from source tar balls that excludes .git).
2023-03-11add mscp and pymscp python modules.Ryo Nakamura
pymscp is a C Python wrapper for libmscp functions. mscp module provides simple (?) Python API.
2023-03-10merge main into libRyo Nakamura
2023-03-09add conanfile.txt to compile mscp as a single binaryRyo Nakamura
conan cmake build with -DBUILD_CONAN=ON and -DBUILD_STATIC=ON in alpine make mscp as a single binary with statically linked musl.
2023-03-04add doxygen for mscp.hRyo Nakamura
2022-11-20build libssh-static from mscp cmakeRyo Nakamura
2022-11-20add libssh 0.10.4 as submoduleRyo Nakamura
2022-11-17add libssh to .gitignoreRyo Nakamura
2022-11-17add libssh as submodule and LIBSSH_PATH to build mscp with static builtRyo Nakamura
libssh.
2022-10-30add cpack to build debian packageRyo Nakamura
2022-10-15initial commitRyo Nakamura