mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-19 04:22:49 +00:00
[PR #363] [MERGED] Add --version command #1204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/363
Author: @canihavesomecoffee
Created: 5/22/2016
Status: ✅ Merged
Merged: 5/22/2016
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (6)
6bb86efAdd VS extension to gitignoreb5731a2Add compile info headerf694c95Add hashing library and update makefilese5b21a3Adds --version parametera0787e7Add windows pre-build eventff3be07Add linux/mac build scripts📊 Changes
15 files changed (+1777 additions, -25 deletions)
View changed files
📝
.gitignore(+1 -0)📝
linux/Makefile(+15 -7)📝
linux/build(+4 -2)📝
linux/builddebug(+4 -2)➕
linux/pre-build.sh(+34 -0)📝
mac/build.command(+4 -2)➕
mac/pre-build.sh(+34 -0)➕
src/lib_ccx/compile_info.h(+5 -0)📝
src/lib_ccx/params.c(+45 -0)➕
src/lib_hash/README(+277 -0)➕
src/lib_hash/sha2.c(+1064 -0)➕
src/lib_hash/sha2.h(+193 -0)📝
windows/ccextractor.vcxproj(+11 -3)📝
windows/ccextractor.vcxproj.filters(+39 -9)➕
windows/pre-build.bat(+47 -0)📄 Description
This PR adds the necessary functionality for a new --version option, as requested in #355.
git rev-parse HEAD,.git/HEADor.git/refs/masterdepending on availability. Defaults to "Unknown" if no .git directory is present.Closes #355.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.