-
Notifications
You must be signed in to change notification settings - Fork 8
Pull requests: TokTok/qTox
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
test: Add a login screen test for profile creation.
test
Adding missing tests, refactoring tests; no production code change
refactor: Hide database implementation behind an interface.
refactor
Refactoring production code, eg. renaming a variable, not affecting semantics
cleanup: Group Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
#include
s with clang-format.
cleanup
feat(Security): Add process sandbox for image parsing.
enhancement
New feature for the user, not a new feature for build script
refactor: Make database query objects move-only.
refactor
Refactoring production code, eg. renaming a variable, not affecting semantics
feat: Add network profiler view in debug tools.
enhancement
New feature for the user, not a new feature for build script
cleanup: Use raw strings to simplify regexes.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Remove redundant base initialisers.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Avoid multiple declarations per statement.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Simplify boolean returns.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Make member functions Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
const
where possible.
cleanup
cleanup: Pass moved-from objects by value instead of const ref.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Don't move trivially copyable values.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Avoid implicit bool conversions.
cleanup
Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
cleanup: Use Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
make_unique
and make_shared
instead of new
.
cleanup
cleanup: Add Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
const
to local variables where possible.
cleanup
ProTip!
Adding no:label will show everything without a label.