2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/5.0' More... about 10 years ago
Use 'override' where possible More... about 10 years ago
Merge branch '5.0' More... about 10 years ago
Fix python library lookup path on if "python" binary refers to python2 More... about 10 years ago
Merge branch '5.0' More... about 10 years ago
add version suffix back to FindPython.cmake More... about 10 years ago
Look for Python install path in the registry on windows More... about 10 years ago
Merge branch '5.0' More... about 10 years ago
remove .exe extension from finding python in cmake More... about 10 years ago
Merge branch '5.0' More... about 10 years ago
properly use paths obtained from IDADM More... about 10 years ago
another occurence of this "wow, how could that even compile" QStandardPaths code ;) More... about 10 years ago
use different separator for paths, \n doesn't work well cross-platform More... about 10 years ago
set pythonpath instead of prepending to it in the unit tests More... about 10 years ago
missing space More... about 10 years ago
Fix module paths on windows More... about 10 years ago
separate search paths by \n, not : More... about 10 years ago
windows: use GenerateConsoleCtrlEvent instead of kill(..., SIGINT) More... about 10 years ago
Work around strance cmake API provided by KDev::DefinesAndIncludesManager. More... about 10 years ago
port mkdtemp -> QTemporaryDir for windows More... about 10 years ago
fix compile error with MSVC More... about 10 years ago
use autopep8 as suggested default formatter More... about 10 years ago
Fix CMake for windows. Not great, but it works. More... about 10 years ago
add likely install registry key for python 3.5 on windows More... about 10 years ago
PEP8 checker: differentiate warnings and errors in severity More... about 10 years ago
Merge branch '5.0' More... about 10 years ago
debugger: "properly"™ update child variables More... about 10 years ago
debugger: avoid warning due to empty lines in output More... about 10 years ago
re-import debugger utils after the debugger stops More... about 10 years ago
add unit test for tuple unpacking More... about 10 years ago