index
:
pyside/pyside-setup.git
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.9
6.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
6.5
6.5.1
6.5.2
6.5.3
6.6
6.6.1
6.6.2
6.6.3.1
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
remoteobjectsdev
wip/6.3_pypy
wip/pypy
Git super project for PySide
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sources
/
shiboken6
/
tests
/
libsample
Commit message (
Expand
)
Author
Age
Files
Lines
*
shiboken6/Bucket test: Use an atomic<bool>
Friedemann Kleint
2 days
2
-7
/
+13
*
shiboken6: Handle move only types
Friedemann Kleint
2025-02-12
3
-0
/
+41
*
shiboken6: Fix classes "using" base class constructors
Friedemann Kleint
2025-01-07
2
-0
/
+9
*
Fix trailing empty lines
Friedemann Kleint
2024-12-13
11
-13
/
+0
*
libsample: Fix warnings about ambiguous comparison in C++ 20
Friedemann Kleint
2024-05-24
5
-5
/
+5
*
shiboken6: Generate Python override code for added virtuals
Friedemann Kleint
2024-04-22
2
-0
/
+15
*
shiboken tests: Fix special functions (simple cases), part II
Friedemann Kleint
2023-10-18
14
-23
/
+66
*
shiboken tests: Fix up class SimpleFile
Friedemann Kleint
2023-10-10
2
-27
/
+26
*
shiboken tests: Fix special functions for class OnlyCopy
Friedemann Kleint
2023-10-10
2
-24
/
+9
*
shiboken tests: Fix special functions for class ObjectTypeHolder
Friedemann Kleint
2023-10-10
4
-10
/
+4
*
shiboken tests: Fix special functions for class Expression
Friedemann Kleint
2023-10-10
2
-58
/
+28
*
shiboken tests: Fix special functions (simple cases)
Friedemann Kleint
2023-10-06
28
-54
/
+118
*
Fix static analysis warnings about using = default in the shiboken tests
Friedemann Kleint
2023-10-02
12
-20
/
+20
*
Fix some static analysis warnings in the shiboken tests
Friedemann Kleint
2023-09-27
29
-99
/
+83
*
shiboken tests: Remove NOEXCEPT macro
Friedemann Kleint
2023-09-27
1
-16
/
+4
*
Replace typedef by using
Friedemann Kleint
2023-09-20
2
-3
/
+3
*
shiboken6: Add __int__, __float__
Friedemann Kleint
2023-09-05
2
-0
/
+8
*
shiboken6: Add __abs__, __pow__
Friedemann Kleint
2023-09-05
2
-0
/
+7
*
Add some test for number protocol functions
Friedemann Kleint
2023-08-31
3
-0
/
+73
*
Add experimental support for rvalue references
Friedemann Kleint
2023-08-01
5
-2
/
+26
*
libsample: Fix Unity build on Windows
Friedemann Kleint
2023-08-01
1
-0
/
+9
*
Revert "shiboken tests: Fix warning about a potentially unused field"
Friedemann Kleint
2023-05-15
1
-1
/
+1
*
shiboken tests: Fix warning about a potentially unused field
Friedemann Kleint
2023-03-29
1
-1
/
+1
*
shiboken6: Handle returning primitive types by pointer
Friedemann Kleint
2023-03-14
2
-0
/
+6
*
CMakeLists.txt: Add header files
Friedemann Kleint
2023-03-01
1
-55
/
+72
*
Add license headers to cmake files
Friedemann Kleint
2023-02-16
1
-0
/
+3
*
Fix build of libsample with MSVC 19.34.31937
Friedemann Kleint
2023-01-11
1
-0
/
+1
*
Fix coding style of the shiboken tests
Friedemann Kleint
2022-12-22
106
-1348
/
+1125
*
Clean up include statements
Friedemann Kleint
2022-12-19
7
-18
/
+20
*
shiboken6/test: Remove using namespace std
Friedemann Kleint
2022-12-19
22
-194
/
+137
*
shiboken6/test: Rename typedef HANDLE in libsample
Friedemann Kleint
2022-12-16
2
-15
/
+15
*
replace sprintf by snprintf
Friedemann Kleint
2022-11-14
1
-1
/
+1
*
shiboken6: Add tests for inline namespaces
Friedemann Kleint
2022-10-21
1
-0
/
+19
*
shiboken6: Handle value types with deleted default constructors
Friedemann Kleint
2022-10-14
1
-0
/
+12
*
shiboken6: Fix indirections of enums/flag arguments
Friedemann Kleint
2022-10-05
1
-0
/
+1
*
shiboken6/tests/libsample: Fix warnings about unused parameters
Friedemann Kleint
2022-09-26
32
-153
/
+492
*
shiboken6/test: Fix warnings about implicitly generated assignment operators
Friedemann Kleint
2022-09-23
14
-51
/
+54
*
shiboken6: Propagate exceptions through return value ownership modifications
Friedemann Kleint
2022-08-02
2
-0
/
+9
*
shiboken6: Implement the spaceship comparison operator of C++ 20
Friedemann Kleint
2022-06-21
2
-0
/
+25
*
shiboken6: Fix compile error in tests
Friedemann Kleint
2022-06-15
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-27
128
-3459
/
+259
*
shiboken6: Test nullptr_t
Friedemann Kleint
2022-04-05
2
-0
/
+7
*
shiboken6/tests: Fix compilation with MSVC 2022 in C++ 20 mode
Friedemann Kleint
2022-02-15
1
-5
/
+6
*
shiboken6: Add support for std::wstring
Friedemann Kleint
2021-09-29
2
-0
/
+6
*
shiboken6: Add tests for the std::string conversion
Friedemann Kleint
2021-09-29
2
-0
/
+7
*
shiboken6: Add test for default constructors
Friedemann Kleint
2021-07-29
2
-6
/
+2
*
shiboken6: Add support for operator bool
Friedemann Kleint
2021-07-02
2
-0
/
+49
*
shiboken6: Add test for constants
Friedemann Kleint
2021-06-18
1
-0
/
+2
*
shiboken6: Fix increment/decrement operators
Friedemann Kleint
2021-06-09
5
-9
/
+151
*
libpyside: Fix some clang analzyer warnings
Friedemann Kleint
2021-03-11
1
-1
/
+1
[next]