summaryrefslogtreecommitdiffstats
path: root/Options.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-25Call Windows-specific API to obtain current working directoryMalfurious1-0/+4
Signed-off-by: Malfurious <m@lfurio.us>
2024-10-25Remove remote-host and port optionsMalfurious1-32/+0
Support for remote keychains is removed, so also remove the associated command-line options. Signed-off-by: Malfurious <m@lfurio.us>
2020-07-16Fix error compiling under clangMalfurious1-2/+2
Clang on MacOS defaulted to interpreting these lines as function declarations. Changing to explicit object instantiation.
2016-04-13Root commit for new Compass repositoryMalf Furious1-0/+215
This is the Alpha version of ComPASS, originally developed sometime in 2014.