index
:
diff-dd.git
master
Simple differential backup image utility
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
options.cpp
Age
Commit message (
Collapse
)
Author
2025-01-27
Put the code for options to a namespace
Jan Sucan
2025-01-27
Move printing usage out of OptionParser
Jan Sucan
2025-01-27
Remove use of inheritance for Options classes
Jan Sucan
2025-01-22
Fix formatting of the help message
Jan Sucan
2025-01-22
Rename backup operation to create
Jan Sucan
2025-01-18
Add version command line option
Jan Sucan
2025-01-18
Initial implementation of diff file format v2
Jan Sucan
2024-12-31
Remove unused adjustment of argv
Jan Sucan
2024-12-31
Use options instead of positional arguments for file paths
Jan Sucan
2024-12-28
Rename in file to diff file for restore
Jan Sucan
2024-12-28
Rename reference file to base file for backup
Jan Sucan
2024-04-27
Fix issues reported by cppcheck
Jan Sucan
2024-03-24
Rewrite the option code in object-oriented way
Jan Sucan
2024-03-24
Remove the -h option
Jan Sucan
This simplifies parsing of the options. Help message is printed on wrong arguments. Keep only the help operation.
2024-02-02
config.mk: Enable extra compiler warnings
Jan Sucan
2023-12-13
Refactor getting items from argv to resolve cppcheck errors
Jan Sucan
The cppcheck errors were: The address of local variable 'argv' is accessed at non-zero index.
2023-12-13
Apply clang-format
Jan Sucan
2023-12-07
Include operation names in the usage message (#8)
Ben Timby
2023-11-12
Rename C source file to C++ source files
Jan Sucan