mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #1349] [MERGED] Cleanup declarations of {S,U}Int{8,16,32} types #1788
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/1349
Author: @p12tic
Created: 11/1/2021
Status: ✅ Merged
Merged: 11/1/2021
Merged by: @p12tic
Base:
master← Head:types-cleanup📝 Commits (2)
676fa39lib/platform: Switch remaining ObjC source files to ObjC++20f66felib/common: Clean up declarations of {S,U}Int{8,16,32} types📊 Changes
11 files changed (+15 additions, -74 deletions)
View changed files
📝
src/lib/barrier/Chunk.h(+1 -1)📝
src/lib/barrier/key_types.cpp(+1 -0)📝
src/lib/common/basic_types.h(+7 -56)📝
src/lib/common/common.h(+0 -13)📝
src/lib/io/StreamBuffer.cpp(+2 -0)📝
src/lib/platform/OSXDragSimulator.mm(+0 -0)📝
src/lib/platform/OSXDragView.mm(+0 -0)📝
src/lib/platform/OSXMediaKeySimulator.mm(+2 -2)📝
src/lib/platform/OSXMediaKeySupport.mm(+2 -2)📝
src/lib/platform/OSXPasteboardPeeker.mm(+0 -0)📝
src/lib/platform/OSXScreenSaverUtil.mm(+0 -0)📄 Description
Instead of trying to reinvent the wheel of detecting platform properties just add typedefs for types from
cstdintC++ header. Several ObjC sources needed switching to ObjC++ as a result.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.