keepassxc/src/cli
Gianluca Recchia a67a574b89
Reduce function call overhead
The arg() function of the QString class has a variable length argument
which allows to reduce the number of chained calls to the same function.
With proper formatting, readability is not affected.
2018-10-31 14:23:06 +01:00
..
Add.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Add.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
Clip.cpp Fix issues with group functions (#2410) 2018-10-30 08:42:35 -04:00
Clip.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
CMakeLists.txt Remove redundant headers from the build system 2018-10-31 14:19:01 +01:00
Command.cpp Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
Command.h Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
Diceware.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Diceware.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
Edit.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Edit.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
Estimate.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Estimate.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
Extract.cpp Reduce function call overhead 2018-10-31 14:23:06 +01:00
Extract.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
Generate.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Generate.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
keepassxc-cli.1 Corrects ordering of command/opts in cli manpage 2018-07-25 12:59:55 +02:00
keepassxc-cli.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
List.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
List.h Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
Locate.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Locate.h Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
Merge.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Merge.h fix cli commands, translations and codestyle 2018-02-07 17:35:20 +01:00
Remove.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Remove.h Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
Show.cpp Fix issues with group functions (#2410) 2018-10-30 08:42:35 -04:00
Show.h Add CLI tests and improve coding style and i18n 2018-10-19 21:49:54 +02:00
TextStream.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
TextStream.h Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Utils.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
Utils.h Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00