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.h
Age
Commit message (
Collapse
)
Author
2025-01-27
Use camel case for a method name
Jan Sucan
2025-01-27
Prefix class member variables by m_
Jan Sucan
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 extra semicolon
Jan Sucan
2025-01-27
Remove use of inheritance for Options classes
Jan Sucan
2025-01-27
Remove unused method declarations
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-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-04-07
Use #pragma once include guard instead of #ifndef
Jan Sucan
2024-04-07
Add a common exception parent class
Jan Sucan
2024-03-24
Rewrite the option code in object-oriented way
Jan Sucan
2022-06-18
Refactor the command line interface
Jan Sucan
Select operation by its name instead of by number of the arguments.
2021-05-30
Add the license to each source file
Jan Sucan
2021-05-30
Move usage() function to options.c
Jan Sucan
2021-05-02
Move the source files to a src directory
Jan Sucan