akallabeth
64f4acdd2f
[core,gdi] improve range asserts
...
use WINPR_ASSERT_AT to pinpoint location of call of checker function
2024-11-22 11:00:48 +01:00
akallabeth
0dc709a64d
implicit-int-conversion
2024-11-22 11:00:45 +01:00
akallabeth
841151c456
implicit-int-conversion
2024-11-22 11:00:42 +01:00
akallabeth
8e7637ce1b
implicit-int-conversion
2024-11-22 11:00:39 +01:00
akallabeth
cbffbd16db
[winpr,thread] fix bugprone dec in condition
2024-11-22 11:00:36 +01:00
akallabeth
38494f5ce7
[clang,tidy] deactivate suggestions for boost
2024-11-22 11:00:34 +01:00
akallabeth
3029af1a5a
[winpr,synch] check for valid file descriptor
2024-11-22 11:00:32 +01:00
akallabeth
402cc34e8c
[winpr,synch] fix timer HANDLE casts
2024-11-22 11:00:30 +01:00
akallabeth
79bbb95884
[client,sdl] use std::min
2024-11-22 11:00:27 +01:00
akallabeth
ecbccecef6
[client,sdl] fix global-constructors
2024-11-22 11:00:25 +01:00
akallabeth
163e74844f
[pragma] clang does not support -Wdiscarded-qualifiers
2024-11-22 11:00:22 +01:00
akallabeth
7aa233590b
[channels,tsmf] fix incompatible pointer types
2024-11-22 11:00:20 +01:00
akallabeth
f084389cd7
[channels,urbdrc] fix enum-enum conversion
...
* fix integer type of port, use uint8_t
* cast enum values to uint8_t (enum values are used as constants here
and multiple different ones are mixed together which provokes this
warning)
2024-11-22 11:00:08 +01:00
akallabeth
b29c5dc6e0
Merge pull request #10885 from akallabeth/stream-write-fix
...
[winpr,stream] fix 64bit stream function
2024-11-21 20:18:57 +01:00
akallabeth
136a8998c4
[winpr,stream] fix 64bit stream function
...
* Fix Stream_Write_UINT64* functions
* Add unit tests to cover that
2024-11-21 18:40:11 +01:00
Martin Fleisz
234f0f2e5a
Merge pull request #10883 from akallabeth/optional-prefix-map
...
[cmake,compiler] check for GCC/clang greater equal 10
2024-11-21 15:56:49 +01:00
akallabeth
baebc02881
[cmake,compiler] check for GCC/clang greater equal 10
...
for -fdebug-prefix-map et al check for compilers supporting it.
2024-11-21 15:05:18 +01:00
akallabeth
1b4ea3b3c6
Merge pull request #10882 from amazingfate/fix-floatbar-mouse
...
[client,X11] ignore mouse events not originating in session window
2024-11-21 12:01:57 +01:00
amazingfate
53ad1ea860
[client,X11] ignore mouse events not originating in session window
...
This is a relaunch of d4be1717c2 , which
was deleted by e136444f51 .
2024-11-21 12:01:33 +01:00
akallabeth
2779b663ff
Merge pull request #10881 from akallabeth/codespell
...
Codespell
2024-11-21 11:36:04 +01:00
akallabeth
b5f95e0f87
[codespell] fix spelling mistakes
2024-11-21 11:28:06 +01:00
akallabeth
6e7feb8080
[ci,codespell] add workflow running codespell
2024-11-21 11:28:04 +01:00
akallabeth
91380a60b9
Merge pull request #10880 from stephanebill/master
...
spell check with codespell
2024-11-21 10:22:50 +01:00
akallabeth
f1e4b30507
clang-format after spellcheck changes
2024-11-21 09:53:00 +01:00
stephanebill
4f2afa8c47
spell check with codespell
2024-11-20 16:53:40 -05:00
akallabeth
c4559c39c3
Merge pull request #10875 from akallabeth/rpm-fdk
...
[ci,nightly] add fdk-aac support for rpm
2024-11-20 10:55:48 +01:00
Armin Novak
2a8bbcc993
[ci,nightly] add fdk-aac support for deb
2024-11-20 10:08:59 +01:00
Armin Novak
d4347ec2ad
[ci,nightly] add fdk-aac support for rpm
2024-11-20 10:06:38 +01:00
akallabeth
0b42151b7d
Merge pull request #10873 from akallabeth/create-deb
...
[utils,test] fix invalid format string
2024-11-19 18:06:45 +01:00
akallabeth
38dab4b2ab
[utils,test] fix invalid format string
2024-11-19 17:56:45 +01:00
akallabeth
f0859e4bf9
Merge pull request #10872 from akallabeth/create-deb
...
[ci,nightly] fix braces in create_deb.sh
2024-11-19 16:49:58 +01:00
akallabeth
16c57aec55
[ci,nightly] fix braces in create_deb.sh
2024-11-19 16:36:04 +01:00
akallabeth
e86a2a4b54
Merge pull request #10865 from akallabeth/id_by_name
...
[core,client] fix freerdp_channels_get_id_by_name
2024-11-18 17:58:28 +01:00
akallabeth
e3c3b92500
Merge pull request #10870 from akallabeth/shadow-fix
...
[servser,shadow[ fix bitmap update error message
2024-11-18 17:58:12 +01:00
akallabeth
4dfe2968d0
[servser,shadow[ fix bitmap update error message
2024-11-18 17:12:03 +01:00
akallabeth
4dff4ad762
[core,client] fix freerdp_channels_get_id_by_name
...
return 0 in case of a failure. Fixes #10863
2024-11-15 16:17:53 +01:00
akallabeth
393560dedf
Merge pull request #10861 from Rubycat-R-D-Labs/bitmap_updates_with_no_gdi
...
do not always return FALSE when gdi is NULL
2024-11-14 18:35:02 +01:00
cbr-rc
7db06cc359
do not always return FALSE when gdi is NULL
2024-11-14 17:27:10 +01:00
akallabeth
d0db9603fc
Merge pull request #10860 from akallabeth/nightly-dep
...
[ci,coverity] explicitly set clang as compiler
2024-11-14 16:30:43 +01:00
akallabeth
bc5b9e3ccb
[ci,coverity] explicitly set clang as compiler
2024-11-14 16:29:45 +01:00
akallabeth
fe998468b5
Merge pull request #10859 from akallabeth/nightly-dep
...
[ci,nightly] add libsoxr to debian dependencies
2024-11-14 16:25:05 +01:00
akallabeth
950aa7e3af
[ci,nightly] add libsoxr to debian dependencies
2024-11-14 16:24:02 +01:00
akallabeth
d24cedbcdc
Merge pull request #10858 from akallabeth/cov-deps
...
[ci,coverity] add equivs dependency
2024-11-14 16:18:33 +01:00
akallabeth
1921c320d2
[ci,coverity] add equivs dependency
2024-11-14 16:17:46 +01:00
akallabeth
ad242072d9
Merge pull request #10857 from akallabeth/cov-indent
...
[ci,coverity] fix command name
2024-11-14 16:13:24 +01:00
akallabeth
a4a406305f
[ci,coverity] fix command name
2024-11-14 16:12:47 +01:00
akallabeth
094d043c6a
Merge pull request #10856 from akallabeth/cov-indent
...
[ci,coverity] fix typo in package name
2024-11-14 16:11:26 +01:00
akallabeth
dabd3af552
[ci,coverity] fix typo in package name
2024-11-14 16:10:47 +01:00
akallabeth
a7529b5e87
Merge pull request #10855 from akallabeth/cov-indent
...
[ci,coverity] fix package installation
2024-11-14 16:09:52 +01:00
akallabeth
498b16b4ee
[ci,coverity] fix package installation
2024-11-14 16:09:01 +01:00